Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authorization ¶
type Authorization struct {
RoleDefinitions []RoleDefinition
}
type Permission ¶
type Permission struct { Metadata defsecTypes.Metadata Actions []defsecTypes.StringValue }
type RoleDefinition ¶
type RoleDefinition struct { Metadata defsecTypes.Metadata Permissions []Permission AssignableScopes []defsecTypes.StringValue }
Click to show internal directories.
Click to hide internal directories.