Documentation ¶
Index ¶
- type AppRoles
- type AppRolesAttributes
- func (ar AppRolesAttributes) AllowedMemberTypes() terra.ListValue[terra.StringValue]
- func (ar AppRolesAttributes) Description() terra.StringValue
- func (ar AppRolesAttributes) DisplayName() terra.StringValue
- func (ar AppRolesAttributes) Enabled() terra.BoolValue
- func (ar AppRolesAttributes) Id() terra.StringValue
- func (ar AppRolesAttributes) InternalRef() (terra.Reference, error)
- func (ar AppRolesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ar AppRolesAttributes) InternalWithRef(ref terra.Reference) AppRolesAttributes
- func (ar AppRolesAttributes) Value() terra.StringValue
- type AppRolesState
- type FeatureTags
- type FeatureTagsAttributes
- func (ft FeatureTagsAttributes) CustomSingleSignOn() terra.BoolValue
- func (ft FeatureTagsAttributes) Enterprise() terra.BoolValue
- func (ft FeatureTagsAttributes) Gallery() terra.BoolValue
- func (ft FeatureTagsAttributes) Hide() terra.BoolValue
- func (ft FeatureTagsAttributes) InternalRef() (terra.Reference, error)
- func (ft FeatureTagsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ft FeatureTagsAttributes) InternalWithRef(ref terra.Reference) FeatureTagsAttributes
- type FeatureTagsState
- type Features
- type FeaturesAttributes
- func (f FeaturesAttributes) CustomSingleSignOnApp() terra.BoolValue
- func (f FeaturesAttributes) EnterpriseApplication() terra.BoolValue
- func (f FeaturesAttributes) GalleryApplication() terra.BoolValue
- func (f FeaturesAttributes) InternalRef() (terra.Reference, error)
- func (f FeaturesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (f FeaturesAttributes) InternalWithRef(ref terra.Reference) FeaturesAttributes
- func (f FeaturesAttributes) VisibleToUsers() terra.BoolValue
- type FeaturesState
- type Oauth2PermissionScopes
- type Oauth2PermissionScopesAttributes
- func (ops Oauth2PermissionScopesAttributes) AdminConsentDescription() terra.StringValue
- func (ops Oauth2PermissionScopesAttributes) AdminConsentDisplayName() terra.StringValue
- func (ops Oauth2PermissionScopesAttributes) Enabled() terra.BoolValue
- func (ops Oauth2PermissionScopesAttributes) Id() terra.StringValue
- func (ops Oauth2PermissionScopesAttributes) InternalRef() (terra.Reference, error)
- func (ops Oauth2PermissionScopesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ops Oauth2PermissionScopesAttributes) InternalWithRef(ref terra.Reference) Oauth2PermissionScopesAttributes
- func (ops Oauth2PermissionScopesAttributes) Type() terra.StringValue
- func (ops Oauth2PermissionScopesAttributes) UserConsentDescription() terra.StringValue
- func (ops Oauth2PermissionScopesAttributes) UserConsentDisplayName() terra.StringValue
- func (ops Oauth2PermissionScopesAttributes) Value() terra.StringValue
- type Oauth2PermissionScopesState
- type SamlSingleSignOn
- type SamlSingleSignOnAttributes
- func (ssso SamlSingleSignOnAttributes) InternalRef() (terra.Reference, error)
- func (ssso SamlSingleSignOnAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ssso SamlSingleSignOnAttributes) InternalWithRef(ref terra.Reference) SamlSingleSignOnAttributes
- func (ssso SamlSingleSignOnAttributes) RelayState() terra.StringValue
- type SamlSingleSignOnState
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Read() terra.StringValue
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppRolesAttributes ¶
type AppRolesAttributes struct {
// contains filtered or unexported fields
}
func (AppRolesAttributes) AllowedMemberTypes ¶
func (ar AppRolesAttributes) AllowedMemberTypes() terra.ListValue[terra.StringValue]
func (AppRolesAttributes) Description ¶
func (ar AppRolesAttributes) Description() terra.StringValue
func (AppRolesAttributes) DisplayName ¶
func (ar AppRolesAttributes) DisplayName() terra.StringValue
func (AppRolesAttributes) Enabled ¶
func (ar AppRolesAttributes) Enabled() terra.BoolValue
func (AppRolesAttributes) Id ¶
func (ar AppRolesAttributes) Id() terra.StringValue
func (AppRolesAttributes) InternalRef ¶
func (ar AppRolesAttributes) InternalRef() (terra.Reference, error)
func (AppRolesAttributes) InternalTokens ¶
func (ar AppRolesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AppRolesAttributes) InternalWithRef ¶
func (ar AppRolesAttributes) InternalWithRef(ref terra.Reference) AppRolesAttributes
func (AppRolesAttributes) Value ¶
func (ar AppRolesAttributes) Value() terra.StringValue
type AppRolesState ¶
type FeatureTags ¶
type FeatureTags struct { // CustomSingleSignOn: bool, optional CustomSingleSignOn terra.BoolValue `hcl:"custom_single_sign_on,attr"` // Enterprise: bool, optional Enterprise terra.BoolValue `hcl:"enterprise,attr"` // Gallery: bool, optional Gallery terra.BoolValue `hcl:"gallery,attr"` // Hide: bool, optional Hide terra.BoolValue `hcl:"hide,attr"` }
type FeatureTagsAttributes ¶
type FeatureTagsAttributes struct {
// contains filtered or unexported fields
}
func (FeatureTagsAttributes) CustomSingleSignOn ¶
func (ft FeatureTagsAttributes) CustomSingleSignOn() terra.BoolValue
func (FeatureTagsAttributes) Enterprise ¶
func (ft FeatureTagsAttributes) Enterprise() terra.BoolValue
func (FeatureTagsAttributes) Gallery ¶
func (ft FeatureTagsAttributes) Gallery() terra.BoolValue
func (FeatureTagsAttributes) Hide ¶
func (ft FeatureTagsAttributes) Hide() terra.BoolValue
func (FeatureTagsAttributes) InternalRef ¶
func (ft FeatureTagsAttributes) InternalRef() (terra.Reference, error)
func (FeatureTagsAttributes) InternalTokens ¶
func (ft FeatureTagsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (FeatureTagsAttributes) InternalWithRef ¶
func (ft FeatureTagsAttributes) InternalWithRef(ref terra.Reference) FeatureTagsAttributes
type FeatureTagsState ¶
type Features ¶
type Features struct { // CustomSingleSignOnApp: bool, optional CustomSingleSignOnApp terra.BoolValue `hcl:"custom_single_sign_on_app,attr"` // EnterpriseApplication: bool, optional EnterpriseApplication terra.BoolValue `hcl:"enterprise_application,attr"` // GalleryApplication: bool, optional GalleryApplication terra.BoolValue `hcl:"gallery_application,attr"` // VisibleToUsers: bool, optional VisibleToUsers terra.BoolValue `hcl:"visible_to_users,attr"` }
type FeaturesAttributes ¶
type FeaturesAttributes struct {
// contains filtered or unexported fields
}
func (FeaturesAttributes) CustomSingleSignOnApp ¶
func (f FeaturesAttributes) CustomSingleSignOnApp() terra.BoolValue
func (FeaturesAttributes) EnterpriseApplication ¶
func (f FeaturesAttributes) EnterpriseApplication() terra.BoolValue
func (FeaturesAttributes) GalleryApplication ¶
func (f FeaturesAttributes) GalleryApplication() terra.BoolValue
func (FeaturesAttributes) InternalRef ¶
func (f FeaturesAttributes) InternalRef() (terra.Reference, error)
func (FeaturesAttributes) InternalTokens ¶
func (f FeaturesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (FeaturesAttributes) InternalWithRef ¶
func (f FeaturesAttributes) InternalWithRef(ref terra.Reference) FeaturesAttributes
func (FeaturesAttributes) VisibleToUsers ¶
func (f FeaturesAttributes) VisibleToUsers() terra.BoolValue
type FeaturesState ¶
type Oauth2PermissionScopes ¶
type Oauth2PermissionScopes struct{}
type Oauth2PermissionScopesAttributes ¶
type Oauth2PermissionScopesAttributes struct {
// contains filtered or unexported fields
}
func (Oauth2PermissionScopesAttributes) AdminConsentDescription ¶
func (ops Oauth2PermissionScopesAttributes) AdminConsentDescription() terra.StringValue
func (Oauth2PermissionScopesAttributes) AdminConsentDisplayName ¶
func (ops Oauth2PermissionScopesAttributes) AdminConsentDisplayName() terra.StringValue
func (Oauth2PermissionScopesAttributes) Enabled ¶
func (ops Oauth2PermissionScopesAttributes) Enabled() terra.BoolValue
func (Oauth2PermissionScopesAttributes) Id ¶
func (ops Oauth2PermissionScopesAttributes) Id() terra.StringValue
func (Oauth2PermissionScopesAttributes) InternalRef ¶
func (ops Oauth2PermissionScopesAttributes) InternalRef() (terra.Reference, error)
func (Oauth2PermissionScopesAttributes) InternalTokens ¶
func (ops Oauth2PermissionScopesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (Oauth2PermissionScopesAttributes) InternalWithRef ¶
func (ops Oauth2PermissionScopesAttributes) InternalWithRef(ref terra.Reference) Oauth2PermissionScopesAttributes
func (Oauth2PermissionScopesAttributes) Type ¶
func (ops Oauth2PermissionScopesAttributes) Type() terra.StringValue
func (Oauth2PermissionScopesAttributes) UserConsentDescription ¶
func (ops Oauth2PermissionScopesAttributes) UserConsentDescription() terra.StringValue
func (Oauth2PermissionScopesAttributes) UserConsentDisplayName ¶
func (ops Oauth2PermissionScopesAttributes) UserConsentDisplayName() terra.StringValue
func (Oauth2PermissionScopesAttributes) Value ¶
func (ops Oauth2PermissionScopesAttributes) Value() terra.StringValue
type Oauth2PermissionScopesState ¶
type Oauth2PermissionScopesState struct { AdminConsentDescription string `json:"admin_consent_description"` AdminConsentDisplayName string `json:"admin_consent_display_name"` Enabled bool `json:"enabled"` Id string `json:"id"` Type string `json:"type"` UserConsentDescription string `json:"user_consent_description"` UserConsentDisplayName string `json:"user_consent_display_name"` Value string `json:"value"` }
type SamlSingleSignOn ¶
type SamlSingleSignOn struct { // RelayState: string, optional RelayState terra.StringValue `hcl:"relay_state,attr"` }
type SamlSingleSignOnAttributes ¶
type SamlSingleSignOnAttributes struct {
// contains filtered or unexported fields
}
func (SamlSingleSignOnAttributes) InternalRef ¶
func (ssso SamlSingleSignOnAttributes) InternalRef() (terra.Reference, error)
func (SamlSingleSignOnAttributes) InternalTokens ¶
func (ssso SamlSingleSignOnAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SamlSingleSignOnAttributes) InternalWithRef ¶
func (ssso SamlSingleSignOnAttributes) InternalWithRef(ref terra.Reference) SamlSingleSignOnAttributes
func (SamlSingleSignOnAttributes) RelayState ¶
func (ssso SamlSingleSignOnAttributes) RelayState() terra.StringValue
type SamlSingleSignOnState ¶
type SamlSingleSignOnState struct {
RelayState string `json:"relay_state"`
}
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Read: string, optional Read terra.StringValue `hcl:"read,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Read ¶
func (t TimeoutsAttributes) Read() terra.StringValue
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
Click to show internal directories.
Click to hide internal directories.