dataserviceprincipal

package
v0.0.0-...-c2cc54e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppRoles

type AppRoles struct{}

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 (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

type AppRolesState

type AppRolesState struct {
	AllowedMemberTypes []string `json:"allowed_member_types"`
	Description        string   `json:"description"`
	DisplayName        string   `json:"display_name"`
	Enabled            bool     `json:"enabled"`
	Id                 string   `json:"id"`
	Value              string   `json:"value"`
}

type FeatureTags

type FeatureTags struct{}

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 (FeatureTagsAttributes) InternalRef

func (ft FeatureTagsAttributes) InternalRef() (terra.Reference, error)

func (FeatureTagsAttributes) InternalTokens

func (ft FeatureTagsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (FeatureTagsAttributes) InternalWithRef

type FeatureTagsState

type FeatureTagsState struct {
	CustomSingleSignOn bool `json:"custom_single_sign_on"`
	Enterprise         bool `json:"enterprise"`
	Gallery            bool `json:"gallery"`
	Hide               bool `json:"hide"`
}

type Features

type Features struct{}

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 FeaturesState struct {
	CustomSingleSignOnApp bool `json:"custom_single_sign_on_app"`
	EnterpriseApplication bool `json:"enterprise_application"`
	GalleryApplication    bool `json:"gallery_application"`
	VisibleToUsers        bool `json:"visible_to_users"`
}

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 (Oauth2PermissionScopesAttributes) Id

func (Oauth2PermissionScopesAttributes) InternalRef

func (Oauth2PermissionScopesAttributes) InternalTokens

func (ops Oauth2PermissionScopesAttributes) InternalTokens() (hclwrite.Tokens, error)

func (Oauth2PermissionScopesAttributes) InternalWithRef

func (Oauth2PermissionScopesAttributes) Type

func (Oauth2PermissionScopesAttributes) UserConsentDescription

func (ops Oauth2PermissionScopesAttributes) UserConsentDescription() terra.StringValue

func (Oauth2PermissionScopesAttributes) UserConsentDisplayName

func (ops Oauth2PermissionScopesAttributes) UserConsentDisplayName() terra.StringValue

func (Oauth2PermissionScopesAttributes) Value

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{}

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 (SamlSingleSignOnAttributes) RelayState

func (ssso SamlSingleSignOnAttributes) RelayState() terra.StringValue

type SamlSingleSignOnState

type SamlSingleSignOnState struct {
	RelayState string `json:"relay_state"`
}

type Timeouts

type Timeouts struct {
	// Read: string, optional
	Read terra.StringValue `hcl:"read,attr"`
}

type TimeoutsAttributes

type TimeoutsAttributes struct {
	// contains filtered or unexported fields
}

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

type TimeoutsState

type TimeoutsState struct {
	Read string `json:"read"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL