Documentation
¶
Overview ¶
An Organization on StackGuardian enables multi-tenancy and data segregation. This is where you, as an admin, can bring your team members together to deploy compliant cloud infrastructure effortlessly.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient(opts ...option.RequestOption) *Client
func (*Client) ReadOrganization ¶
func (c *Client) ReadOrganization( ctx context.Context, org string, opts ...option.RequestOption, ) (*sgsdkgo.OrgGetResponse, error)
Retrieve the details of the Organization.
Click to show internal directories.
Click to hide internal directories.