Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpandIdentity ¶
func ExpandIdentity(input []interface{}) (interface{}, error)
func FlattenIdentity ¶
func FlattenIdentity(identity interface{}) []interface{}
func SchemaIdentity ¶
Types ¶
type IdentityType ¶
type IdentityType string
const ( None IdentityType = "None" SystemAssigned IdentityType = "SystemAssigned" UserAssigned IdentityType = "UserAssigned" SystemAssignedUserAssigned IdentityType = "SystemAssigned, UserAssigned" )
Click to show internal directories.
Click to hide internal directories.