Versions in this module Expand all Collapse all v0 v0.1.0 Aug 12, 2023 Changes in this version + func CreateAccessPolicyApiRequest(ctx context.Context, AccessPolicyData []byte, err error) (string, error) + func CreateTenantApiRequest(ctx context.Context, TenantName string, DisplayName string, ClusterName string, ...) (string, error) + func CreateTokenApiRequest(ctx context.Context, TokenName string, DisplayName string, ...) (*http.Response, error) + func DeleteAccessPolicy(ctx context.Context, jsonData []byte, tenant string, err error) (string, error) + func DeleteTenant(ctx context.Context, TenantName string, ClusterName string, status string, ...) (string, error) + func DeleteToken(ctx context.Context, tokenMetadataName string, status string, err error) (string, error) + func ReadEnvironmentVariables(ctx context.Context, err error) (string, string, string, error)