dataserviceprincipals

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 ServicePrincipals

type ServicePrincipals struct{}

type ServicePrincipalsAttributes

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

func (ServicePrincipalsAttributes) AccountEnabled

func (sp ServicePrincipalsAttributes) AccountEnabled() terra.BoolValue

func (ServicePrincipalsAttributes) AppRoleAssignmentRequired

func (sp ServicePrincipalsAttributes) AppRoleAssignmentRequired() terra.BoolValue

func (ServicePrincipalsAttributes) ApplicationId

func (sp ServicePrincipalsAttributes) ApplicationId() terra.StringValue

func (ServicePrincipalsAttributes) ApplicationTenantId

func (sp ServicePrincipalsAttributes) ApplicationTenantId() terra.StringValue

func (ServicePrincipalsAttributes) DisplayName

func (ServicePrincipalsAttributes) InternalRef

func (sp ServicePrincipalsAttributes) InternalRef() (terra.Reference, error)

func (ServicePrincipalsAttributes) InternalTokens

func (sp ServicePrincipalsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ServicePrincipalsAttributes) InternalWithRef

func (ServicePrincipalsAttributes) ObjectId

func (ServicePrincipalsAttributes) PreferredSingleSignOnMode

func (sp ServicePrincipalsAttributes) PreferredSingleSignOnMode() terra.StringValue

func (ServicePrincipalsAttributes) SamlMetadataUrl

func (sp ServicePrincipalsAttributes) SamlMetadataUrl() terra.StringValue

func (ServicePrincipalsAttributes) ServicePrincipalNames

func (sp ServicePrincipalsAttributes) ServicePrincipalNames() terra.ListValue[terra.StringValue]

func (ServicePrincipalsAttributes) SignInAudience

func (sp ServicePrincipalsAttributes) SignInAudience() terra.StringValue

func (ServicePrincipalsAttributes) Tags

func (ServicePrincipalsAttributes) Type

type ServicePrincipalsState

type ServicePrincipalsState struct {
	AccountEnabled            bool     `json:"account_enabled"`
	AppRoleAssignmentRequired bool     `json:"app_role_assignment_required"`
	ApplicationId             string   `json:"application_id"`
	ApplicationTenantId       string   `json:"application_tenant_id"`
	DisplayName               string   `json:"display_name"`
	ObjectId                  string   `json:"object_id"`
	PreferredSingleSignOnMode string   `json:"preferred_single_sign_on_mode"`
	SamlMetadataUrl           string   `json:"saml_metadata_url"`
	ServicePrincipalNames     []string `json:"service_principal_names"`
	SignInAudience            string   `json:"sign_in_audience"`
	Tags                      []string `json:"tags"`
	Type                      string   `json:"type"`
}

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