Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppRoleAssignmentId ¶
func AppRoleAssignmentID ¶
func AppRoleAssignmentID(idString string) (*AppRoleAssignmentId, error)
func NewAppRoleAssignmentID ¶
func NewAppRoleAssignmentID(objectId, keyId string) AppRoleAssignmentId
func (AppRoleAssignmentId) String ¶
func (id AppRoleAssignmentId) String() string
type ObjectSubResourceId ¶
type ObjectSubResourceId struct { Type string // contains filtered or unexported fields }
func NewObjectSubResourceID ¶
func NewObjectSubResourceID(objectId, typeId, subId string) ObjectSubResourceId
func ObjectSubResourceID ¶
func ObjectSubResourceID(idString, expectedType string) (*ObjectSubResourceId, error)
func (ObjectSubResourceId) String ¶
func (id ObjectSubResourceId) String() string
Click to show internal directories.
Click to hide internal directories.