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 }
func (*Binding) GetMetadata ¶ added in v0.3.24
func (*Binding) GetRawValue ¶ added in v0.3.24
func (b *Binding) GetRawValue() interface{}
type Folder ¶ added in v0.3.26
type Folder struct { types.Metadata Folders []Folder Projects []Project Members []Member Bindings []Binding }
func (*Folder) AllFolders ¶ added in v0.3.26
type IAM ¶
type IAM struct {
Organizations []Organization
}
func (*IAM) AllFolders ¶ added in v0.3.26
func (*IAM) AllProjects ¶ added in v0.3.26
type Member ¶
type Member struct { types.Metadata Member types.StringValue Role types.StringValue DefaultServiceAccount types.BoolValue }
func (*Member) GetMetadata ¶ added in v0.3.24
func (*Member) GetRawValue ¶ added in v0.3.24
func (m *Member) GetRawValue() interface{}
type Organization ¶ added in v0.3.26
Click to show internal directories.
Click to hide internal directories.