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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // AppListType undocumented
     6  type AppListType string
     7  
     8  const (
     9  	// AppListTypeVNone undocumented
    10  	AppListTypeVNone AppListType = "none"
    11  	// AppListTypeVAppsInListCompliant undocumented
    12  	AppListTypeVAppsInListCompliant AppListType = "appsInListCompliant"
    13  	// AppListTypeVAppsNotInListCompliant undocumented
    14  	AppListTypeVAppsNotInListCompliant AppListType = "appsNotInListCompliant"
    15  )
    16  
    17  var (
    18  	// AppListTypePNone is a pointer to AppListTypeVNone
    19  	AppListTypePNone = &_AppListTypePNone
    20  	// AppListTypePAppsInListCompliant is a pointer to AppListTypeVAppsInListCompliant
    21  	AppListTypePAppsInListCompliant = &_AppListTypePAppsInListCompliant
    22  	// AppListTypePAppsNotInListCompliant is a pointer to AppListTypeVAppsNotInListCompliant
    23  	AppListTypePAppsNotInListCompliant = &_AppListTypePAppsNotInListCompliant
    24  )
    25  
    26  var (
    27  	_AppListTypePNone                   = AppListTypeVNone
    28  	_AppListTypePAppsInListCompliant    = AppListTypeVAppsInListCompliant
    29  	_AppListTypePAppsNotInListCompliant = AppListTypeVAppsNotInListCompliant
    30  )
    31  
    32  // AppLockerApplicationControlType undocumented
    33  type AppLockerApplicationControlType string
    34  
    35  const (
    36  	// AppLockerApplicationControlTypeVNotConfigured undocumented
    37  	AppLockerApplicationControlTypeVNotConfigured AppLockerApplicationControlType = "notConfigured"
    38  	// AppLockerApplicationControlTypeVEnforceComponentsAndStoreApps undocumented
    39  	AppLockerApplicationControlTypeVEnforceComponentsAndStoreApps AppLockerApplicationControlType = "enforceComponentsAndStoreApps"
    40  	// AppLockerApplicationControlTypeVAuditComponentsAndStoreApps undocumented
    41  	AppLockerApplicationControlTypeVAuditComponentsAndStoreApps AppLockerApplicationControlType = "auditComponentsAndStoreApps"
    42  	// AppLockerApplicationControlTypeVEnforceComponentsStoreAppsAndSmartlocker undocumented
    43  	AppLockerApplicationControlTypeVEnforceComponentsStoreAppsAndSmartlocker AppLockerApplicationControlType = "enforceComponentsStoreAppsAndSmartlocker"
    44  	// AppLockerApplicationControlTypeVAuditComponentsStoreAppsAndSmartlocker undocumented
    45  	AppLockerApplicationControlTypeVAuditComponentsStoreAppsAndSmartlocker AppLockerApplicationControlType = "auditComponentsStoreAppsAndSmartlocker"
    46  )
    47  
    48  var (
    49  	// AppLockerApplicationControlTypePNotConfigured is a pointer to AppLockerApplicationControlTypeVNotConfigured
    50  	AppLockerApplicationControlTypePNotConfigured = &_AppLockerApplicationControlTypePNotConfigured
    51  	// AppLockerApplicationControlTypePEnforceComponentsAndStoreApps is a pointer to AppLockerApplicationControlTypeVEnforceComponentsAndStoreApps
    52  	AppLockerApplicationControlTypePEnforceComponentsAndStoreApps = &_AppLockerApplicationControlTypePEnforceComponentsAndStoreApps
    53  	// AppLockerApplicationControlTypePAuditComponentsAndStoreApps is a pointer to AppLockerApplicationControlTypeVAuditComponentsAndStoreApps
    54  	AppLockerApplicationControlTypePAuditComponentsAndStoreApps = &_AppLockerApplicationControlTypePAuditComponentsAndStoreApps
    55  	// AppLockerApplicationControlTypePEnforceComponentsStoreAppsAndSmartlocker is a pointer to AppLockerApplicationControlTypeVEnforceComponentsStoreAppsAndSmartlocker
    56  	AppLockerApplicationControlTypePEnforceComponentsStoreAppsAndSmartlocker = &_AppLockerApplicationControlTypePEnforceComponentsStoreAppsAndSmartlocker
    57  	// AppLockerApplicationControlTypePAuditComponentsStoreAppsAndSmartlocker is a pointer to AppLockerApplicationControlTypeVAuditComponentsStoreAppsAndSmartlocker
    58  	AppLockerApplicationControlTypePAuditComponentsStoreAppsAndSmartlocker = &_AppLockerApplicationControlTypePAuditComponentsStoreAppsAndSmartlocker
    59  )
    60  
    61  var (
    62  	_AppLockerApplicationControlTypePNotConfigured                            = AppLockerApplicationControlTypeVNotConfigured
    63  	_AppLockerApplicationControlTypePEnforceComponentsAndStoreApps            = AppLockerApplicationControlTypeVEnforceComponentsAndStoreApps
    64  	_AppLockerApplicationControlTypePAuditComponentsAndStoreApps              = AppLockerApplicationControlTypeVAuditComponentsAndStoreApps
    65  	_AppLockerApplicationControlTypePEnforceComponentsStoreAppsAndSmartlocker = AppLockerApplicationControlTypeVEnforceComponentsStoreAppsAndSmartlocker
    66  	_AppLockerApplicationControlTypePAuditComponentsStoreAppsAndSmartlocker   = AppLockerApplicationControlTypeVAuditComponentsStoreAppsAndSmartlocker
    67  )