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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // AppleSubjectNameFormat undocumented
     6  type AppleSubjectNameFormat string
     7  
     8  const (
     9  	// AppleSubjectNameFormatVCommonName undocumented
    10  	AppleSubjectNameFormatVCommonName AppleSubjectNameFormat = "commonName"
    11  	// AppleSubjectNameFormatVCommonNameAsEmail undocumented
    12  	AppleSubjectNameFormatVCommonNameAsEmail AppleSubjectNameFormat = "commonNameAsEmail"
    13  	// AppleSubjectNameFormatVCustom undocumented
    14  	AppleSubjectNameFormatVCustom AppleSubjectNameFormat = "custom"
    15  	// AppleSubjectNameFormatVCommonNameIncludingEmail undocumented
    16  	AppleSubjectNameFormatVCommonNameIncludingEmail AppleSubjectNameFormat = "commonNameIncludingEmail"
    17  	// AppleSubjectNameFormatVCommonNameAsIMEI undocumented
    18  	AppleSubjectNameFormatVCommonNameAsIMEI AppleSubjectNameFormat = "commonNameAsIMEI"
    19  	// AppleSubjectNameFormatVCommonNameAsSerialNumber undocumented
    20  	AppleSubjectNameFormatVCommonNameAsSerialNumber AppleSubjectNameFormat = "commonNameAsSerialNumber"
    21  )
    22  
    23  var (
    24  	// AppleSubjectNameFormatPCommonName is a pointer to AppleSubjectNameFormatVCommonName
    25  	AppleSubjectNameFormatPCommonName = &_AppleSubjectNameFormatPCommonName
    26  	// AppleSubjectNameFormatPCommonNameAsEmail is a pointer to AppleSubjectNameFormatVCommonNameAsEmail
    27  	AppleSubjectNameFormatPCommonNameAsEmail = &_AppleSubjectNameFormatPCommonNameAsEmail
    28  	// AppleSubjectNameFormatPCustom is a pointer to AppleSubjectNameFormatVCustom
    29  	AppleSubjectNameFormatPCustom = &_AppleSubjectNameFormatPCustom
    30  	// AppleSubjectNameFormatPCommonNameIncludingEmail is a pointer to AppleSubjectNameFormatVCommonNameIncludingEmail
    31  	AppleSubjectNameFormatPCommonNameIncludingEmail = &_AppleSubjectNameFormatPCommonNameIncludingEmail
    32  	// AppleSubjectNameFormatPCommonNameAsIMEI is a pointer to AppleSubjectNameFormatVCommonNameAsIMEI
    33  	AppleSubjectNameFormatPCommonNameAsIMEI = &_AppleSubjectNameFormatPCommonNameAsIMEI
    34  	// AppleSubjectNameFormatPCommonNameAsSerialNumber is a pointer to AppleSubjectNameFormatVCommonNameAsSerialNumber
    35  	AppleSubjectNameFormatPCommonNameAsSerialNumber = &_AppleSubjectNameFormatPCommonNameAsSerialNumber
    36  )
    37  
    38  var (
    39  	_AppleSubjectNameFormatPCommonName               = AppleSubjectNameFormatVCommonName
    40  	_AppleSubjectNameFormatPCommonNameAsEmail        = AppleSubjectNameFormatVCommonNameAsEmail
    41  	_AppleSubjectNameFormatPCustom                   = AppleSubjectNameFormatVCustom
    42  	_AppleSubjectNameFormatPCommonNameIncludingEmail = AppleSubjectNameFormatVCommonNameIncludingEmail
    43  	_AppleSubjectNameFormatPCommonNameAsIMEI         = AppleSubjectNameFormatVCommonNameAsIMEI
    44  	_AppleSubjectNameFormatPCommonNameAsSerialNumber = AppleSubjectNameFormatVCommonNameAsSerialNumber
    45  )
    46  
    47  // AppleUserInitiatedEnrollmentType undocumented
    48  type AppleUserInitiatedEnrollmentType string
    49  
    50  const (
    51  	// AppleUserInitiatedEnrollmentTypeVUnknown undocumented
    52  	AppleUserInitiatedEnrollmentTypeVUnknown AppleUserInitiatedEnrollmentType = "unknown"
    53  	// AppleUserInitiatedEnrollmentTypeVDevice undocumented
    54  	AppleUserInitiatedEnrollmentTypeVDevice AppleUserInitiatedEnrollmentType = "device"
    55  	// AppleUserInitiatedEnrollmentTypeVUser undocumented
    56  	AppleUserInitiatedEnrollmentTypeVUser AppleUserInitiatedEnrollmentType = "user"
    57  )
    58  
    59  var (
    60  	// AppleUserInitiatedEnrollmentTypePUnknown is a pointer to AppleUserInitiatedEnrollmentTypeVUnknown
    61  	AppleUserInitiatedEnrollmentTypePUnknown = &_AppleUserInitiatedEnrollmentTypePUnknown
    62  	// AppleUserInitiatedEnrollmentTypePDevice is a pointer to AppleUserInitiatedEnrollmentTypeVDevice
    63  	AppleUserInitiatedEnrollmentTypePDevice = &_AppleUserInitiatedEnrollmentTypePDevice
    64  	// AppleUserInitiatedEnrollmentTypePUser is a pointer to AppleUserInitiatedEnrollmentTypeVUser
    65  	AppleUserInitiatedEnrollmentTypePUser = &_AppleUserInitiatedEnrollmentTypePUser
    66  )
    67  
    68  var (
    69  	_AppleUserInitiatedEnrollmentTypePUnknown = AppleUserInitiatedEnrollmentTypeVUnknown
    70  	_AppleUserInitiatedEnrollmentTypePDevice  = AppleUserInitiatedEnrollmentTypeVDevice
    71  	_AppleUserInitiatedEnrollmentTypePUser    = AppleUserInitiatedEnrollmentTypeVUser
    72  )
    73  
    74  // AppleVPNConnectionType undocumented
    75  type AppleVPNConnectionType string
    76  
    77  const (
    78  	// AppleVPNConnectionTypeVCiscoAnyConnect undocumented
    79  	AppleVPNConnectionTypeVCiscoAnyConnect AppleVPNConnectionType = "ciscoAnyConnect"
    80  	// AppleVPNConnectionTypeVPulseSecure undocumented
    81  	AppleVPNConnectionTypeVPulseSecure AppleVPNConnectionType = "pulseSecure"
    82  	// AppleVPNConnectionTypeVF5EdgeClient undocumented
    83  	AppleVPNConnectionTypeVF5EdgeClient AppleVPNConnectionType = "f5EdgeClient"
    84  	// AppleVPNConnectionTypeVDellSonicWallMobileConnect undocumented
    85  	AppleVPNConnectionTypeVDellSonicWallMobileConnect AppleVPNConnectionType = "dellSonicWallMobileConnect"
    86  	// AppleVPNConnectionTypeVCheckPointCapsuleVPN undocumented
    87  	AppleVPNConnectionTypeVCheckPointCapsuleVPN AppleVPNConnectionType = "checkPointCapsuleVpn"
    88  	// AppleVPNConnectionTypeVCustomVPN undocumented
    89  	AppleVPNConnectionTypeVCustomVPN AppleVPNConnectionType = "customVpn"
    90  	// AppleVPNConnectionTypeVCiscoIPSec undocumented
    91  	AppleVPNConnectionTypeVCiscoIPSec AppleVPNConnectionType = "ciscoIPSec"
    92  	// AppleVPNConnectionTypeVCitrix undocumented
    93  	AppleVPNConnectionTypeVCitrix AppleVPNConnectionType = "citrix"
    94  	// AppleVPNConnectionTypeVCiscoAnyConnectV2 undocumented
    95  	AppleVPNConnectionTypeVCiscoAnyConnectV2 AppleVPNConnectionType = "ciscoAnyConnectV2"
    96  	// AppleVPNConnectionTypeVPaloAltoGlobalProtect undocumented
    97  	AppleVPNConnectionTypeVPaloAltoGlobalProtect AppleVPNConnectionType = "paloAltoGlobalProtect"
    98  	// AppleVPNConnectionTypeVZscalerPrivateAccess undocumented
    99  	AppleVPNConnectionTypeVZscalerPrivateAccess AppleVPNConnectionType = "zscalerPrivateAccess"
   100  	// AppleVPNConnectionTypeVF5Access2018 undocumented
   101  	AppleVPNConnectionTypeVF5Access2018 AppleVPNConnectionType = "f5Access2018"
   102  	// AppleVPNConnectionTypeVCitrixSso undocumented
   103  	AppleVPNConnectionTypeVCitrixSso AppleVPNConnectionType = "citrixSso"
   104  	// AppleVPNConnectionTypeVPaloAltoGlobalProtectV2 undocumented
   105  	AppleVPNConnectionTypeVPaloAltoGlobalProtectV2 AppleVPNConnectionType = "paloAltoGlobalProtectV2"
   106  	// AppleVPNConnectionTypeVIkEv2 undocumented
   107  	AppleVPNConnectionTypeVIkEv2 AppleVPNConnectionType = "ikEv2"
   108  )
   109  
   110  var (
   111  	// AppleVPNConnectionTypePCiscoAnyConnect is a pointer to AppleVPNConnectionTypeVCiscoAnyConnect
   112  	AppleVPNConnectionTypePCiscoAnyConnect = &_AppleVPNConnectionTypePCiscoAnyConnect
   113  	// AppleVPNConnectionTypePPulseSecure is a pointer to AppleVPNConnectionTypeVPulseSecure
   114  	AppleVPNConnectionTypePPulseSecure = &_AppleVPNConnectionTypePPulseSecure
   115  	// AppleVPNConnectionTypePF5EdgeClient is a pointer to AppleVPNConnectionTypeVF5EdgeClient
   116  	AppleVPNConnectionTypePF5EdgeClient = &_AppleVPNConnectionTypePF5EdgeClient
   117  	// AppleVPNConnectionTypePDellSonicWallMobileConnect is a pointer to AppleVPNConnectionTypeVDellSonicWallMobileConnect
   118  	AppleVPNConnectionTypePDellSonicWallMobileConnect = &_AppleVPNConnectionTypePDellSonicWallMobileConnect
   119  	// AppleVPNConnectionTypePCheckPointCapsuleVPN is a pointer to AppleVPNConnectionTypeVCheckPointCapsuleVPN
   120  	AppleVPNConnectionTypePCheckPointCapsuleVPN = &_AppleVPNConnectionTypePCheckPointCapsuleVPN
   121  	// AppleVPNConnectionTypePCustomVPN is a pointer to AppleVPNConnectionTypeVCustomVPN
   122  	AppleVPNConnectionTypePCustomVPN = &_AppleVPNConnectionTypePCustomVPN
   123  	// AppleVPNConnectionTypePCiscoIPSec is a pointer to AppleVPNConnectionTypeVCiscoIPSec
   124  	AppleVPNConnectionTypePCiscoIPSec = &_AppleVPNConnectionTypePCiscoIPSec
   125  	// AppleVPNConnectionTypePCitrix is a pointer to AppleVPNConnectionTypeVCitrix
   126  	AppleVPNConnectionTypePCitrix = &_AppleVPNConnectionTypePCitrix
   127  	// AppleVPNConnectionTypePCiscoAnyConnectV2 is a pointer to AppleVPNConnectionTypeVCiscoAnyConnectV2
   128  	AppleVPNConnectionTypePCiscoAnyConnectV2 = &_AppleVPNConnectionTypePCiscoAnyConnectV2
   129  	// AppleVPNConnectionTypePPaloAltoGlobalProtect is a pointer to AppleVPNConnectionTypeVPaloAltoGlobalProtect
   130  	AppleVPNConnectionTypePPaloAltoGlobalProtect = &_AppleVPNConnectionTypePPaloAltoGlobalProtect
   131  	// AppleVPNConnectionTypePZscalerPrivateAccess is a pointer to AppleVPNConnectionTypeVZscalerPrivateAccess
   132  	AppleVPNConnectionTypePZscalerPrivateAccess = &_AppleVPNConnectionTypePZscalerPrivateAccess
   133  	// AppleVPNConnectionTypePF5Access2018 is a pointer to AppleVPNConnectionTypeVF5Access2018
   134  	AppleVPNConnectionTypePF5Access2018 = &_AppleVPNConnectionTypePF5Access2018
   135  	// AppleVPNConnectionTypePCitrixSso is a pointer to AppleVPNConnectionTypeVCitrixSso
   136  	AppleVPNConnectionTypePCitrixSso = &_AppleVPNConnectionTypePCitrixSso
   137  	// AppleVPNConnectionTypePPaloAltoGlobalProtectV2 is a pointer to AppleVPNConnectionTypeVPaloAltoGlobalProtectV2
   138  	AppleVPNConnectionTypePPaloAltoGlobalProtectV2 = &_AppleVPNConnectionTypePPaloAltoGlobalProtectV2
   139  	// AppleVPNConnectionTypePIkEv2 is a pointer to AppleVPNConnectionTypeVIkEv2
   140  	AppleVPNConnectionTypePIkEv2 = &_AppleVPNConnectionTypePIkEv2
   141  )
   142  
   143  var (
   144  	_AppleVPNConnectionTypePCiscoAnyConnect            = AppleVPNConnectionTypeVCiscoAnyConnect
   145  	_AppleVPNConnectionTypePPulseSecure                = AppleVPNConnectionTypeVPulseSecure
   146  	_AppleVPNConnectionTypePF5EdgeClient               = AppleVPNConnectionTypeVF5EdgeClient
   147  	_AppleVPNConnectionTypePDellSonicWallMobileConnect = AppleVPNConnectionTypeVDellSonicWallMobileConnect
   148  	_AppleVPNConnectionTypePCheckPointCapsuleVPN       = AppleVPNConnectionTypeVCheckPointCapsuleVPN
   149  	_AppleVPNConnectionTypePCustomVPN                  = AppleVPNConnectionTypeVCustomVPN
   150  	_AppleVPNConnectionTypePCiscoIPSec                 = AppleVPNConnectionTypeVCiscoIPSec
   151  	_AppleVPNConnectionTypePCitrix                     = AppleVPNConnectionTypeVCitrix
   152  	_AppleVPNConnectionTypePCiscoAnyConnectV2          = AppleVPNConnectionTypeVCiscoAnyConnectV2
   153  	_AppleVPNConnectionTypePPaloAltoGlobalProtect      = AppleVPNConnectionTypeVPaloAltoGlobalProtect
   154  	_AppleVPNConnectionTypePZscalerPrivateAccess       = AppleVPNConnectionTypeVZscalerPrivateAccess
   155  	_AppleVPNConnectionTypePF5Access2018               = AppleVPNConnectionTypeVF5Access2018
   156  	_AppleVPNConnectionTypePCitrixSso                  = AppleVPNConnectionTypeVCitrixSso
   157  	_AppleVPNConnectionTypePPaloAltoGlobalProtectV2    = AppleVPNConnectionTypeVPaloAltoGlobalProtectV2
   158  	_AppleVPNConnectionTypePIkEv2                      = AppleVPNConnectionTypeVIkEv2
   159  )