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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // PolicyPlatformType undocumented
     6  type PolicyPlatformType string
     7  
     8  const (
     9  	// PolicyPlatformTypeVAndroid undocumented
    10  	PolicyPlatformTypeVAndroid PolicyPlatformType = "android"
    11  	// PolicyPlatformTypeVAndroidForWork undocumented
    12  	PolicyPlatformTypeVAndroidForWork PolicyPlatformType = "androidForWork"
    13  	// PolicyPlatformTypeVIOS undocumented
    14  	PolicyPlatformTypeVIOS PolicyPlatformType = "iOS"
    15  	// PolicyPlatformTypeVMacOS undocumented
    16  	PolicyPlatformTypeVMacOS PolicyPlatformType = "macOS"
    17  	// PolicyPlatformTypeVWindowsPhone81 undocumented
    18  	PolicyPlatformTypeVWindowsPhone81 PolicyPlatformType = "windowsPhone81"
    19  	// PolicyPlatformTypeVWindows81AndLater undocumented
    20  	PolicyPlatformTypeVWindows81AndLater PolicyPlatformType = "windows81AndLater"
    21  	// PolicyPlatformTypeVWindows10AndLater undocumented
    22  	PolicyPlatformTypeVWindows10AndLater PolicyPlatformType = "windows10AndLater"
    23  	// PolicyPlatformTypeVAndroidWorkProfile undocumented
    24  	PolicyPlatformTypeVAndroidWorkProfile PolicyPlatformType = "androidWorkProfile"
    25  	// PolicyPlatformTypeVAll undocumented
    26  	PolicyPlatformTypeVAll PolicyPlatformType = "all"
    27  )
    28  
    29  var (
    30  	// PolicyPlatformTypePAndroid is a pointer to PolicyPlatformTypeVAndroid
    31  	PolicyPlatformTypePAndroid = &_PolicyPlatformTypePAndroid
    32  	// PolicyPlatformTypePAndroidForWork is a pointer to PolicyPlatformTypeVAndroidForWork
    33  	PolicyPlatformTypePAndroidForWork = &_PolicyPlatformTypePAndroidForWork
    34  	// PolicyPlatformTypePIOS is a pointer to PolicyPlatformTypeVIOS
    35  	PolicyPlatformTypePIOS = &_PolicyPlatformTypePIOS
    36  	// PolicyPlatformTypePMacOS is a pointer to PolicyPlatformTypeVMacOS
    37  	PolicyPlatformTypePMacOS = &_PolicyPlatformTypePMacOS
    38  	// PolicyPlatformTypePWindowsPhone81 is a pointer to PolicyPlatformTypeVWindowsPhone81
    39  	PolicyPlatformTypePWindowsPhone81 = &_PolicyPlatformTypePWindowsPhone81
    40  	// PolicyPlatformTypePWindows81AndLater is a pointer to PolicyPlatformTypeVWindows81AndLater
    41  	PolicyPlatformTypePWindows81AndLater = &_PolicyPlatformTypePWindows81AndLater
    42  	// PolicyPlatformTypePWindows10AndLater is a pointer to PolicyPlatformTypeVWindows10AndLater
    43  	PolicyPlatformTypePWindows10AndLater = &_PolicyPlatformTypePWindows10AndLater
    44  	// PolicyPlatformTypePAndroidWorkProfile is a pointer to PolicyPlatformTypeVAndroidWorkProfile
    45  	PolicyPlatformTypePAndroidWorkProfile = &_PolicyPlatformTypePAndroidWorkProfile
    46  	// PolicyPlatformTypePAll is a pointer to PolicyPlatformTypeVAll
    47  	PolicyPlatformTypePAll = &_PolicyPlatformTypePAll
    48  )
    49  
    50  var (
    51  	_PolicyPlatformTypePAndroid            = PolicyPlatformTypeVAndroid
    52  	_PolicyPlatformTypePAndroidForWork     = PolicyPlatformTypeVAndroidForWork
    53  	_PolicyPlatformTypePIOS                = PolicyPlatformTypeVIOS
    54  	_PolicyPlatformTypePMacOS              = PolicyPlatformTypeVMacOS
    55  	_PolicyPlatformTypePWindowsPhone81     = PolicyPlatformTypeVWindowsPhone81
    56  	_PolicyPlatformTypePWindows81AndLater  = PolicyPlatformTypeVWindows81AndLater
    57  	_PolicyPlatformTypePWindows10AndLater  = PolicyPlatformTypeVWindows10AndLater
    58  	_PolicyPlatformTypePAndroidWorkProfile = PolicyPlatformTypeVAndroidWorkProfile
    59  	_PolicyPlatformTypePAll                = PolicyPlatformTypeVAll
    60  )
    61  
    62  // PolicySetStatus undocumented
    63  type PolicySetStatus string
    64  
    65  const (
    66  	// PolicySetStatusVUnknown undocumented
    67  	PolicySetStatusVUnknown PolicySetStatus = "unknown"
    68  	// PolicySetStatusVValidating undocumented
    69  	PolicySetStatusVValidating PolicySetStatus = "validating"
    70  	// PolicySetStatusVPartialSuccess undocumented
    71  	PolicySetStatusVPartialSuccess PolicySetStatus = "partialSuccess"
    72  	// PolicySetStatusVSuccess undocumented
    73  	PolicySetStatusVSuccess PolicySetStatus = "success"
    74  	// PolicySetStatusVError undocumented
    75  	PolicySetStatusVError PolicySetStatus = "error"
    76  	// PolicySetStatusVNotAssigned undocumented
    77  	PolicySetStatusVNotAssigned PolicySetStatus = "notAssigned"
    78  )
    79  
    80  var (
    81  	// PolicySetStatusPUnknown is a pointer to PolicySetStatusVUnknown
    82  	PolicySetStatusPUnknown = &_PolicySetStatusPUnknown
    83  	// PolicySetStatusPValidating is a pointer to PolicySetStatusVValidating
    84  	PolicySetStatusPValidating = &_PolicySetStatusPValidating
    85  	// PolicySetStatusPPartialSuccess is a pointer to PolicySetStatusVPartialSuccess
    86  	PolicySetStatusPPartialSuccess = &_PolicySetStatusPPartialSuccess
    87  	// PolicySetStatusPSuccess is a pointer to PolicySetStatusVSuccess
    88  	PolicySetStatusPSuccess = &_PolicySetStatusPSuccess
    89  	// PolicySetStatusPError is a pointer to PolicySetStatusVError
    90  	PolicySetStatusPError = &_PolicySetStatusPError
    91  	// PolicySetStatusPNotAssigned is a pointer to PolicySetStatusVNotAssigned
    92  	PolicySetStatusPNotAssigned = &_PolicySetStatusPNotAssigned
    93  )
    94  
    95  var (
    96  	_PolicySetStatusPUnknown        = PolicySetStatusVUnknown
    97  	_PolicySetStatusPValidating     = PolicySetStatusVValidating
    98  	_PolicySetStatusPPartialSuccess = PolicySetStatusVPartialSuccess
    99  	_PolicySetStatusPSuccess        = PolicySetStatusVSuccess
   100  	_PolicySetStatusPError          = PolicySetStatusVError
   101  	_PolicySetStatusPNotAssigned    = PolicySetStatusVNotAssigned
   102  )