Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceSsoSettings ¶
type ResourceSsoSettings struct {
SsoForEnrollmentEnabled bool `json:"ssoForEnrollmentEnabled"`
SsoBypassAllowed bool `json:"ssoBypassAllowed"`
SsoEnabled bool `json:"ssoEnabled"`
SsoForMacOsSelfServiceEnabled bool `json:"ssoForMacOsSelfServiceEnabled"`
TokenExpirationDisabled bool `json:"tokenExpirationDisabled"`
UserAttributeEnabled bool `json:"userAttributeEnabled"`
UserAttributeName string `json:"userAttributeName"`
UserMapping string `json:"userMapping"`
EnrollmentSsoForAccountDrivenEnrollmentEnabled bool `json:"enrollmentSsoForAccountDrivenEnrollmentEnabled"`
EnrollmentSsoConfig SsoSettingsSubsetEnrollmentSsoConfig `json:"enrollmentSsoConfig"`
GroupEnrollmentAccessEnabled bool `json:"groupEnrollmentAccessEnabled"`
GroupAttributeName string `json:"groupAttributeName"`
GroupRdnKey string `json:"groupRdnKey"`
GroupEnrollmentAccessName string `json:"groupEnrollmentAccessName"`
IdpProviderType string `json:"idpProviderType"`
IdpUrl string `json:"idpUrl"`
EntityId string `json:"entityId"`
MetadataFileName string `json:"metadataFileName"`
OtherProviderTypeName string `json:"otherProviderTypeName"`
FederationMetadataFile string `json:"federationMetadataFile"`
MetadataSource string `json:"metadataSource"`
SessionTimeout int `json:"sessionTimeout"`
}
type ResponseSsoSubsetEnrollmentCustomizationDependencyList ¶
type ResponseSsoSubsetEnrollmentCustomizationDependencyList struct {
Dependencies []SsoSubsetSubsetEnrollmentCustomizationDependency
}
Click to show internal directories.
Click to hide internal directories.