github.com/yaegashi/msgraph.go@v0.1.4/beta/EnumQuarantine.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // QuarantineReason undocumented
     6  type QuarantineReason string
     7  
     8  const (
     9  	// QuarantineReasonVEncounteredBaseEscrowThreshold undocumented
    10  	QuarantineReasonVEncounteredBaseEscrowThreshold QuarantineReason = "EncounteredBaseEscrowThreshold"
    11  	// QuarantineReasonVEncounteredTotalEscrowThreshold undocumented
    12  	QuarantineReasonVEncounteredTotalEscrowThreshold QuarantineReason = "EncounteredTotalEscrowThreshold"
    13  	// QuarantineReasonVEncounteredEscrowProportionThreshold undocumented
    14  	QuarantineReasonVEncounteredEscrowProportionThreshold QuarantineReason = "EncounteredEscrowProportionThreshold"
    15  	// QuarantineReasonVEncounteredQuarantineException undocumented
    16  	QuarantineReasonVEncounteredQuarantineException QuarantineReason = "EncounteredQuarantineException"
    17  	// QuarantineReasonVUnknown undocumented
    18  	QuarantineReasonVUnknown QuarantineReason = "Unknown"
    19  	// QuarantineReasonVQuarantinedOnDemand undocumented
    20  	QuarantineReasonVQuarantinedOnDemand QuarantineReason = "QuarantinedOnDemand"
    21  	// QuarantineReasonVTooManyDeletes undocumented
    22  	QuarantineReasonVTooManyDeletes QuarantineReason = "TooManyDeletes"
    23  )
    24  
    25  var (
    26  	// QuarantineReasonPEncounteredBaseEscrowThreshold is a pointer to QuarantineReasonVEncounteredBaseEscrowThreshold
    27  	QuarantineReasonPEncounteredBaseEscrowThreshold = &_QuarantineReasonPEncounteredBaseEscrowThreshold
    28  	// QuarantineReasonPEncounteredTotalEscrowThreshold is a pointer to QuarantineReasonVEncounteredTotalEscrowThreshold
    29  	QuarantineReasonPEncounteredTotalEscrowThreshold = &_QuarantineReasonPEncounteredTotalEscrowThreshold
    30  	// QuarantineReasonPEncounteredEscrowProportionThreshold is a pointer to QuarantineReasonVEncounteredEscrowProportionThreshold
    31  	QuarantineReasonPEncounteredEscrowProportionThreshold = &_QuarantineReasonPEncounteredEscrowProportionThreshold
    32  	// QuarantineReasonPEncounteredQuarantineException is a pointer to QuarantineReasonVEncounteredQuarantineException
    33  	QuarantineReasonPEncounteredQuarantineException = &_QuarantineReasonPEncounteredQuarantineException
    34  	// QuarantineReasonPUnknown is a pointer to QuarantineReasonVUnknown
    35  	QuarantineReasonPUnknown = &_QuarantineReasonPUnknown
    36  	// QuarantineReasonPQuarantinedOnDemand is a pointer to QuarantineReasonVQuarantinedOnDemand
    37  	QuarantineReasonPQuarantinedOnDemand = &_QuarantineReasonPQuarantinedOnDemand
    38  	// QuarantineReasonPTooManyDeletes is a pointer to QuarantineReasonVTooManyDeletes
    39  	QuarantineReasonPTooManyDeletes = &_QuarantineReasonPTooManyDeletes
    40  )
    41  
    42  var (
    43  	_QuarantineReasonPEncounteredBaseEscrowThreshold       = QuarantineReasonVEncounteredBaseEscrowThreshold
    44  	_QuarantineReasonPEncounteredTotalEscrowThreshold      = QuarantineReasonVEncounteredTotalEscrowThreshold
    45  	_QuarantineReasonPEncounteredEscrowProportionThreshold = QuarantineReasonVEncounteredEscrowProportionThreshold
    46  	_QuarantineReasonPEncounteredQuarantineException       = QuarantineReasonVEncounteredQuarantineException
    47  	_QuarantineReasonPUnknown                              = QuarantineReasonVUnknown
    48  	_QuarantineReasonPQuarantinedOnDemand                  = QuarantineReasonVQuarantinedOnDemand
    49  	_QuarantineReasonPTooManyDeletes                       = QuarantineReasonVTooManyDeletes
    50  )