iam

package
v0.59.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2022 License: MIT Imports: 1 Imported by: 0

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

func (f *Folder) AllFolders() []Folder

type IAM

type IAM struct {
	Organizations []Organization
}

func (*IAM) AllFolders

func (p *IAM) AllFolders() []Folder

func (*IAM) AllProjects

func (p *IAM) AllProjects() []Project

type Member

type Member struct {
	types.Metadata
	Member                types.StringValue
	Role                  types.StringValue
	DefaultServiceAccount types.BoolValue
}

type Organization

type Organization struct {
	types.Metadata
	Folders  []Folder
	Projects []Project
	Members  []Member
	Bindings []Binding
}

type Project

type Project struct {
	types.Metadata
	AutoCreateNetwork types.BoolValue
	Members           []Member
	Bindings          []Binding
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL