Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpandIdentity ¶
Types ¶
type IdentityType ¶
type IdentityType string
const ( None IdentityType = "None" SystemAssigned IdentityType = "SystemAssigned" UserAssigned IdentityType = "UserAssigned" SystemAssignedUserAssigned IdentityType = "SystemAssigned, UserAssigned" )
type Model ¶ added in v1.13.0
type Model struct { Type types.String `tfsdk:"type"` IdentityIDs types.List `tfsdk:"identity_ids"` PrincipalID types.String `tfsdk:"principal_id"` TenantID types.String `tfsdk:"tenant_id"` }
func FlattenIdentity ¶
func FlattenIdentity(identity interface{}) *Model
func (Model) ObjectType ¶ added in v1.13.0
Click to show internal directories.
Click to hide internal directories.