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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // AppInstallControlType undocumented
     6  type AppInstallControlType string
     7  
     8  const (
     9  	// AppInstallControlTypeVNotConfigured undocumented
    10  	AppInstallControlTypeVNotConfigured AppInstallControlType = "notConfigured"
    11  	// AppInstallControlTypeVAnywhere undocumented
    12  	AppInstallControlTypeVAnywhere AppInstallControlType = "anywhere"
    13  	// AppInstallControlTypeVStoreOnly undocumented
    14  	AppInstallControlTypeVStoreOnly AppInstallControlType = "storeOnly"
    15  	// AppInstallControlTypeVRecommendations undocumented
    16  	AppInstallControlTypeVRecommendations AppInstallControlType = "recommendations"
    17  	// AppInstallControlTypeVPreferStore undocumented
    18  	AppInstallControlTypeVPreferStore AppInstallControlType = "preferStore"
    19  )
    20  
    21  var (
    22  	// AppInstallControlTypePNotConfigured is a pointer to AppInstallControlTypeVNotConfigured
    23  	AppInstallControlTypePNotConfigured = &_AppInstallControlTypePNotConfigured
    24  	// AppInstallControlTypePAnywhere is a pointer to AppInstallControlTypeVAnywhere
    25  	AppInstallControlTypePAnywhere = &_AppInstallControlTypePAnywhere
    26  	// AppInstallControlTypePStoreOnly is a pointer to AppInstallControlTypeVStoreOnly
    27  	AppInstallControlTypePStoreOnly = &_AppInstallControlTypePStoreOnly
    28  	// AppInstallControlTypePRecommendations is a pointer to AppInstallControlTypeVRecommendations
    29  	AppInstallControlTypePRecommendations = &_AppInstallControlTypePRecommendations
    30  	// AppInstallControlTypePPreferStore is a pointer to AppInstallControlTypeVPreferStore
    31  	AppInstallControlTypePPreferStore = &_AppInstallControlTypePPreferStore
    32  )
    33  
    34  var (
    35  	_AppInstallControlTypePNotConfigured   = AppInstallControlTypeVNotConfigured
    36  	_AppInstallControlTypePAnywhere        = AppInstallControlTypeVAnywhere
    37  	_AppInstallControlTypePStoreOnly       = AppInstallControlTypeVStoreOnly
    38  	_AppInstallControlTypePRecommendations = AppInstallControlTypeVRecommendations
    39  	_AppInstallControlTypePPreferStore     = AppInstallControlTypeVPreferStore
    40  )
    41  
    42  // AppListType undocumented
    43  type AppListType string
    44  
    45  const (
    46  	// AppListTypeVNone undocumented
    47  	AppListTypeVNone AppListType = "none"
    48  	// AppListTypeVAppsInListCompliant undocumented
    49  	AppListTypeVAppsInListCompliant AppListType = "appsInListCompliant"
    50  	// AppListTypeVAppsNotInListCompliant undocumented
    51  	AppListTypeVAppsNotInListCompliant AppListType = "appsNotInListCompliant"
    52  )
    53  
    54  var (
    55  	// AppListTypePNone is a pointer to AppListTypeVNone
    56  	AppListTypePNone = &_AppListTypePNone
    57  	// AppListTypePAppsInListCompliant is a pointer to AppListTypeVAppsInListCompliant
    58  	AppListTypePAppsInListCompliant = &_AppListTypePAppsInListCompliant
    59  	// AppListTypePAppsNotInListCompliant is a pointer to AppListTypeVAppsNotInListCompliant
    60  	AppListTypePAppsNotInListCompliant = &_AppListTypePAppsNotInListCompliant
    61  )
    62  
    63  var (
    64  	_AppListTypePNone                   = AppListTypeVNone
    65  	_AppListTypePAppsInListCompliant    = AppListTypeVAppsInListCompliant
    66  	_AppListTypePAppsNotInListCompliant = AppListTypeVAppsNotInListCompliant
    67  )
    68  
    69  // AppLockerApplicationControlType undocumented
    70  type AppLockerApplicationControlType string
    71  
    72  const (
    73  	// AppLockerApplicationControlTypeVNotConfigured undocumented
    74  	AppLockerApplicationControlTypeVNotConfigured AppLockerApplicationControlType = "notConfigured"
    75  	// AppLockerApplicationControlTypeVEnforceComponentsAndStoreApps undocumented
    76  	AppLockerApplicationControlTypeVEnforceComponentsAndStoreApps AppLockerApplicationControlType = "enforceComponentsAndStoreApps"
    77  	// AppLockerApplicationControlTypeVAuditComponentsAndStoreApps undocumented
    78  	AppLockerApplicationControlTypeVAuditComponentsAndStoreApps AppLockerApplicationControlType = "auditComponentsAndStoreApps"
    79  	// AppLockerApplicationControlTypeVEnforceComponentsStoreAppsAndSmartlocker undocumented
    80  	AppLockerApplicationControlTypeVEnforceComponentsStoreAppsAndSmartlocker AppLockerApplicationControlType = "enforceComponentsStoreAppsAndSmartlocker"
    81  	// AppLockerApplicationControlTypeVAuditComponentsStoreAppsAndSmartlocker undocumented
    82  	AppLockerApplicationControlTypeVAuditComponentsStoreAppsAndSmartlocker AppLockerApplicationControlType = "auditComponentsStoreAppsAndSmartlocker"
    83  )
    84  
    85  var (
    86  	// AppLockerApplicationControlTypePNotConfigured is a pointer to AppLockerApplicationControlTypeVNotConfigured
    87  	AppLockerApplicationControlTypePNotConfigured = &_AppLockerApplicationControlTypePNotConfigured
    88  	// AppLockerApplicationControlTypePEnforceComponentsAndStoreApps is a pointer to AppLockerApplicationControlTypeVEnforceComponentsAndStoreApps
    89  	AppLockerApplicationControlTypePEnforceComponentsAndStoreApps = &_AppLockerApplicationControlTypePEnforceComponentsAndStoreApps
    90  	// AppLockerApplicationControlTypePAuditComponentsAndStoreApps is a pointer to AppLockerApplicationControlTypeVAuditComponentsAndStoreApps
    91  	AppLockerApplicationControlTypePAuditComponentsAndStoreApps = &_AppLockerApplicationControlTypePAuditComponentsAndStoreApps
    92  	// AppLockerApplicationControlTypePEnforceComponentsStoreAppsAndSmartlocker is a pointer to AppLockerApplicationControlTypeVEnforceComponentsStoreAppsAndSmartlocker
    93  	AppLockerApplicationControlTypePEnforceComponentsStoreAppsAndSmartlocker = &_AppLockerApplicationControlTypePEnforceComponentsStoreAppsAndSmartlocker
    94  	// AppLockerApplicationControlTypePAuditComponentsStoreAppsAndSmartlocker is a pointer to AppLockerApplicationControlTypeVAuditComponentsStoreAppsAndSmartlocker
    95  	AppLockerApplicationControlTypePAuditComponentsStoreAppsAndSmartlocker = &_AppLockerApplicationControlTypePAuditComponentsStoreAppsAndSmartlocker
    96  )
    97  
    98  var (
    99  	_AppLockerApplicationControlTypePNotConfigured                            = AppLockerApplicationControlTypeVNotConfigured
   100  	_AppLockerApplicationControlTypePEnforceComponentsAndStoreApps            = AppLockerApplicationControlTypeVEnforceComponentsAndStoreApps
   101  	_AppLockerApplicationControlTypePAuditComponentsAndStoreApps              = AppLockerApplicationControlTypeVAuditComponentsAndStoreApps
   102  	_AppLockerApplicationControlTypePEnforceComponentsStoreAppsAndSmartlocker = AppLockerApplicationControlTypeVEnforceComponentsStoreAppsAndSmartlocker
   103  	_AppLockerApplicationControlTypePAuditComponentsStoreAppsAndSmartlocker   = AppLockerApplicationControlTypeVAuditComponentsStoreAppsAndSmartlocker
   104  )
   105  
   106  // AppLogDecryptionAlgorithm undocumented
   107  type AppLogDecryptionAlgorithm string
   108  
   109  const (
   110  	// AppLogDecryptionAlgorithmVAes256 undocumented
   111  	AppLogDecryptionAlgorithmVAes256 AppLogDecryptionAlgorithm = "aes256"
   112  )
   113  
   114  var (
   115  	// AppLogDecryptionAlgorithmPAes256 is a pointer to AppLogDecryptionAlgorithmVAes256
   116  	AppLogDecryptionAlgorithmPAes256 = &_AppLogDecryptionAlgorithmPAes256
   117  )
   118  
   119  var (
   120  	_AppLogDecryptionAlgorithmPAes256 = AppLogDecryptionAlgorithmVAes256
   121  )
   122  
   123  // AppLogUploadState undocumented
   124  type AppLogUploadState string
   125  
   126  const (
   127  	// AppLogUploadStateVPending undocumented
   128  	AppLogUploadStateVPending AppLogUploadState = "pending"
   129  	// AppLogUploadStateVCompleted undocumented
   130  	AppLogUploadStateVCompleted AppLogUploadState = "completed"
   131  	// AppLogUploadStateVFailed undocumented
   132  	AppLogUploadStateVFailed AppLogUploadState = "failed"
   133  )
   134  
   135  var (
   136  	// AppLogUploadStatePPending is a pointer to AppLogUploadStateVPending
   137  	AppLogUploadStatePPending = &_AppLogUploadStatePPending
   138  	// AppLogUploadStatePCompleted is a pointer to AppLogUploadStateVCompleted
   139  	AppLogUploadStatePCompleted = &_AppLogUploadStatePCompleted
   140  	// AppLogUploadStatePFailed is a pointer to AppLogUploadStateVFailed
   141  	AppLogUploadStatePFailed = &_AppLogUploadStatePFailed
   142  )
   143  
   144  var (
   145  	_AppLogUploadStatePPending   = AppLogUploadStateVPending
   146  	_AppLogUploadStatePCompleted = AppLogUploadStateVCompleted
   147  	_AppLogUploadStatePFailed    = AppLogUploadStateVFailed
   148  )
   149  
   150  // AppManagementLevel undocumented
   151  type AppManagementLevel string
   152  
   153  const (
   154  	// AppManagementLevelVUnspecified undocumented
   155  	AppManagementLevelVUnspecified AppManagementLevel = "unspecified"
   156  	// AppManagementLevelVUnmanaged undocumented
   157  	AppManagementLevelVUnmanaged AppManagementLevel = "unmanaged"
   158  	// AppManagementLevelVMDM undocumented
   159  	AppManagementLevelVMDM AppManagementLevel = "mdm"
   160  	// AppManagementLevelVAndroidEnterprise undocumented
   161  	AppManagementLevelVAndroidEnterprise AppManagementLevel = "androidEnterprise"
   162  )
   163  
   164  var (
   165  	// AppManagementLevelPUnspecified is a pointer to AppManagementLevelVUnspecified
   166  	AppManagementLevelPUnspecified = &_AppManagementLevelPUnspecified
   167  	// AppManagementLevelPUnmanaged is a pointer to AppManagementLevelVUnmanaged
   168  	AppManagementLevelPUnmanaged = &_AppManagementLevelPUnmanaged
   169  	// AppManagementLevelPMDM is a pointer to AppManagementLevelVMDM
   170  	AppManagementLevelPMDM = &_AppManagementLevelPMDM
   171  	// AppManagementLevelPAndroidEnterprise is a pointer to AppManagementLevelVAndroidEnterprise
   172  	AppManagementLevelPAndroidEnterprise = &_AppManagementLevelPAndroidEnterprise
   173  )
   174  
   175  var (
   176  	_AppManagementLevelPUnspecified       = AppManagementLevelVUnspecified
   177  	_AppManagementLevelPUnmanaged         = AppManagementLevelVUnmanaged
   178  	_AppManagementLevelPMDM               = AppManagementLevelVMDM
   179  	_AppManagementLevelPAndroidEnterprise = AppManagementLevelVAndroidEnterprise
   180  )
   181  
   182  // AppVulnerabilityTaskMitigationType undocumented
   183  type AppVulnerabilityTaskMitigationType string
   184  
   185  const (
   186  	// AppVulnerabilityTaskMitigationTypeVUnknown undocumented
   187  	AppVulnerabilityTaskMitigationTypeVUnknown AppVulnerabilityTaskMitigationType = "unknown"
   188  	// AppVulnerabilityTaskMitigationTypeVUpdate undocumented
   189  	AppVulnerabilityTaskMitigationTypeVUpdate AppVulnerabilityTaskMitigationType = "update"
   190  	// AppVulnerabilityTaskMitigationTypeVUninstall undocumented
   191  	AppVulnerabilityTaskMitigationTypeVUninstall AppVulnerabilityTaskMitigationType = "uninstall"
   192  	// AppVulnerabilityTaskMitigationTypeVSecurityConfiguration undocumented
   193  	AppVulnerabilityTaskMitigationTypeVSecurityConfiguration AppVulnerabilityTaskMitigationType = "securityConfiguration"
   194  )
   195  
   196  var (
   197  	// AppVulnerabilityTaskMitigationTypePUnknown is a pointer to AppVulnerabilityTaskMitigationTypeVUnknown
   198  	AppVulnerabilityTaskMitigationTypePUnknown = &_AppVulnerabilityTaskMitigationTypePUnknown
   199  	// AppVulnerabilityTaskMitigationTypePUpdate is a pointer to AppVulnerabilityTaskMitigationTypeVUpdate
   200  	AppVulnerabilityTaskMitigationTypePUpdate = &_AppVulnerabilityTaskMitigationTypePUpdate
   201  	// AppVulnerabilityTaskMitigationTypePUninstall is a pointer to AppVulnerabilityTaskMitigationTypeVUninstall
   202  	AppVulnerabilityTaskMitigationTypePUninstall = &_AppVulnerabilityTaskMitigationTypePUninstall
   203  	// AppVulnerabilityTaskMitigationTypePSecurityConfiguration is a pointer to AppVulnerabilityTaskMitigationTypeVSecurityConfiguration
   204  	AppVulnerabilityTaskMitigationTypePSecurityConfiguration = &_AppVulnerabilityTaskMitigationTypePSecurityConfiguration
   205  )
   206  
   207  var (
   208  	_AppVulnerabilityTaskMitigationTypePUnknown               = AppVulnerabilityTaskMitigationTypeVUnknown
   209  	_AppVulnerabilityTaskMitigationTypePUpdate                = AppVulnerabilityTaskMitigationTypeVUpdate
   210  	_AppVulnerabilityTaskMitigationTypePUninstall             = AppVulnerabilityTaskMitigationTypeVUninstall
   211  	_AppVulnerabilityTaskMitigationTypePSecurityConfiguration = AppVulnerabilityTaskMitigationTypeVSecurityConfiguration
   212  )