Documentation
¶
Index ¶
- type ResourceJamfProtectHistory
- type ResourceJamfProtectIntegrationRequest
- type ResourceJamfProtectIntegrationSettings
- type ResourceJamfProtectPlan
- type ResourceJamfProtectRegisterRequest
- type ResourceJamfProtectRegisterResponse
- type ResourceJamfProtectRetryRequest
- type ResourceSsoSettings
- type ResponseJamfProtectHistoryList
- type ResponseJamfProtectPlansList
- type ResponseSsoSubsetEnrollmentCustomizationDependencyList
- type SsoSettingsSubsetEnrollmentSsoConfig
- type SsoSubsetSubsetEnrollmentCustomizationDependency
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceJamfProtectHistory ¶ added in v1.30.1
type ResourceJamfProtectIntegrationRequest ¶ added in v1.30.1
type ResourceJamfProtectIntegrationRequest struct {
AutoInstall bool `json:"autoInstall"`
}
type ResourceJamfProtectIntegrationSettings ¶ added in v1.30.1
type ResourceJamfProtectIntegrationSettings struct { ID string `json:"id"` APIClientID string `json:"apiClientId"` APIClientName string `json:"apiClientName"` RegistrationID string `json:"registrationId"` ProtectURL string `json:"protectUrl"` LastSyncTime string `json:"lastSyncTime"` SyncStatus string `json:"syncStatus"` AutoInstall bool `json:"autoInstall"` }
Resource Structs
type ResourceJamfProtectPlan ¶ added in v1.30.1
type ResourceJamfProtectRegisterRequest ¶ added in v1.30.1
type ResourceJamfProtectRegisterRequest struct { ProtectURL string `json:"protectUrl"` ClientID string `json:"clientId"` Password string `json:"password"` }
Structs for Jamf Protect API registration
type ResourceJamfProtectRegisterResponse ¶ added in v1.30.1
type ResourceJamfProtectRegisterResponse struct { ID string `json:"id"` APIClientID string `json:"apiClientId"` APIClientName string `json:"apiClientName"` RegistrationID string `json:"registrationId"` ProtectURL string `json:"protectUrl"` LastSyncTime string `json:"lastSyncTime"` SyncStatus string `json:"syncStatus"` AutoInstall bool `json:"autoInstall"` }
type ResourceJamfProtectRetryRequest ¶ added in v1.30.1
type ResourceJamfProtectRetryRequest struct {
IDs []string `json:"ids"`
}
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 ResponseJamfProtectHistoryList ¶ added in v1.30.1
type ResponseJamfProtectHistoryList struct { TotalCount int `json:"totalCount"` Results []ResourceJamfProtectHistory `json:"results"` }
Response Structs
type ResponseJamfProtectPlansList ¶ added in v1.30.1
type ResponseJamfProtectPlansList struct { TotalCount int `json:"totalCount"` Results []ResourceJamfProtectPlan `json:"results"` }
type ResponseSsoSubsetEnrollmentCustomizationDependencyList ¶
type ResponseSsoSubsetEnrollmentCustomizationDependencyList struct {
Dependencies []SsoSubsetSubsetEnrollmentCustomizationDependency
}
Click to show internal directories.
Click to hide internal directories.