Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FlattenSCIM2Configurations ¶
func FlattenSCIM2Configurations(configurations SCIM2ConfigurationsResponse) []interface{}
Helper function to flatten the SCIM 2.0 configurations data
Types ¶
type SCIM2Configuration ¶
type SCIM2Configuration struct { ID string `json:"id"` Source string `json:"source"` TenantID string `json:"tenantId"` ConnectionName string `json:"connectionName"` SyncToUserManagement bool `json:"syncToUserManagement"` CreatedAt time.Time `json:"createdAt"` Token string `json:"token"` }
SCIM 2.0 Configurations API response
type SCIM2ConfigurationsResponse ¶
type SCIM2ConfigurationsResponse []SCIM2Configuration
func FetchSCIM2Configurations ¶
func FetchSCIM2Configurations(ctx context.Context, client *clients.FronteggClient) (SCIM2ConfigurationsResponse, error)
FetchSCIM2Configurations fetches the SCIM 2.0 configurations
Click to show internal directories.
Click to hide internal directories.