Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Grant ¶
type Grant struct { User string `yaml:"user" validate:"excluded_with=Group,excluded_with=Machine"` Group string `yaml:"group" validate:"excluded_with=User,excluded_with=Machine"` Machine string `yaml:"machine" validate:"excluded_with=User,excluded_with=Group"` Provider string `yaml:"provider"` Role string `yaml:"role" validate:"required"` Resource string `yaml:"resource" validate:"required"` }
Click to show internal directories.
Click to hide internal directories.