Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Binding ¶
type Binding struct { types.Metadata Members []types.StringValue Role types.StringValue IncludesDefaultServiceAccount types.BoolValue }
type Folder ¶
type Folder struct { types.Metadata Folders []Folder Projects []Project Members []Member Bindings []Binding }
func (*Folder) AllFolders ¶
type IAM ¶
type IAM struct {
Organizations []Organization
}
func (*IAM) AllFolders ¶
func (*IAM) AllProjects ¶
type Member ¶
type Member struct { types.Metadata Member types.StringValue Role types.StringValue DefaultServiceAccount types.BoolValue }
type Organization ¶
Click to show internal directories.
Click to hide internal directories.