Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionInfo ¶
type ActionInfo struct {
ActionUri string `validate:"required"`
}
type ObjectInfo ¶
type ObjectInfo struct {
ResourceID string `validate:"required"`
}
type PolicyInfo ¶
type PolicyInfo struct { Meta MetaInfo `validate:"required"` Actions []ActionInfo `validate:"required"` Subject SubjectInfo `validate:"required"` Object ObjectInfo `validate:"required"` }
type SubjectInfo ¶
type SubjectInfo struct {
Members []string `validate:"required"`
}
Click to show internal directories.
Click to hide internal directories.