Documentation
¶
Index ¶
- Variables
- func GetMembersForRoles(subject string, roles set.Set[string]) *[]authorization.Member
- type Client
- func (c *Client) CreateProject(ctx context.Context, organizationID string, name *string, ...) (*resourcemanager.Project, error)
- func (c *Client) DeleteProject(ctx context.Context, projectID string) error
- func (c *Client) GetProject(ctx context.Context, projectID string) (*resourcemanager.GetProjectResponse, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ServiceAccountRoles = []string{
"iaas.isolated-network.admin",
"iaas.network.admin",
}
Functions ¶
func GetMembersForRoles ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CreateProject ¶
func (*Client) DeleteProject ¶
func (*Client) GetProject ¶
func (c *Client) GetProject(ctx context.Context, projectID string) (*resourcemanager.GetProjectResponse, error)
Click to show internal directories.
Click to hide internal directories.