Versions in this module Expand all Collapse all v0 v0.2.3 Jun 7, 2024 v0.2.2 Jun 1, 2024 Changes in this version + type AdditionalClaims struct + type CryptoSignature struct + Excluded any + Signatures any + func (o *CryptoSignature) GetExcluded() any + func (o *CryptoSignature) GetSignatures() any + type Discovery struct + type Extra struct + type GitV1GitRepoConfig struct + Commit string + Credentials string + Path string + Reference string + SSHCredentials *GitV1SSHCredentials + URL string + func (o *GitV1GitRepoConfig) GetCommit() string + func (o *GitV1GitRepoConfig) GetCredentials() string + func (o *GitV1GitRepoConfig) GetPath() string + func (o *GitV1GitRepoConfig) GetReference() string + func (o *GitV1GitRepoConfig) GetSSHCredentials() *GitV1SSHCredentials + func (o *GitV1GitRepoConfig) GetURL() string + type GitV1SSHCredentials struct + Passphrase string + PrivateKey string + func (o *GitV1SSHCredentials) GetPassphrase() string + func (o *GitV1SSHCredentials) GetPrivateKey() string + type GitV1SourceControlConfig struct + Origin GitV1GitRepoConfig + func (o *GitV1SourceControlConfig) GetOrigin() GitV1GitRepoConfig + type KeysConfig struct + Algorithm string + Key string + PrivateKey string + Scope string + func (o *KeysConfig) GetAlgorithm() string + func (o *KeysConfig) GetKey() string + func (o *KeysConfig) GetPrivateKey() string + func (o *KeysConfig) GetScope() string + type LibrariesV1CreateLibraryRequest struct + Description string + ReadOnly bool + SourceControl *LibrariesV1SourceControlConfig + func (o *LibrariesV1CreateLibraryRequest) GetDescription() string + func (o *LibrariesV1CreateLibraryRequest) GetReadOnly() bool + func (o *LibrariesV1CreateLibraryRequest) GetSourceControl() *LibrariesV1SourceControlConfig + type LibrariesV1LibraryEntityExpanded struct + Datasources []SystemsV1DatasourceConfig + Description string + ID string + Metadata *MetaV2ObjectMeta + Policies []SystemsV1PolicyConfig + ReadOnly bool + SourceControl *LibrariesV1SourceControlConfig + UsedBy []LibrariesV1SystemUsingLibrary + func (o *LibrariesV1LibraryEntityExpanded) GetDatasources() []SystemsV1DatasourceConfig + func (o *LibrariesV1LibraryEntityExpanded) GetDescription() string + func (o *LibrariesV1LibraryEntityExpanded) GetID() string + func (o *LibrariesV1LibraryEntityExpanded) GetMetadata() *MetaV2ObjectMeta + func (o *LibrariesV1LibraryEntityExpanded) GetPolicies() []SystemsV1PolicyConfig + func (o *LibrariesV1LibraryEntityExpanded) GetReadOnly() bool + func (o *LibrariesV1LibraryEntityExpanded) GetSourceControl() *LibrariesV1SourceControlConfig + func (o *LibrariesV1LibraryEntityExpanded) GetUsedBy() []LibrariesV1SystemUsingLibrary + type LibrariesV1LibraryResponse struct + Result LibrariesV1LibraryEntityExpanded + func (o *LibrariesV1LibraryResponse) GetResult() LibrariesV1LibraryEntityExpanded + type LibrariesV1SourceControlConfig struct + LibraryOrigin *GitV1GitRepoConfig + Origin *GitV1GitRepoConfig + UseWorkspaceSettings bool + func (o *LibrariesV1SourceControlConfig) GetLibraryOrigin() *GitV1GitRepoConfig + func (o *LibrariesV1SourceControlConfig) GetOrigin() *GitV1GitRepoConfig + func (o *LibrariesV1SourceControlConfig) GetUseWorkspaceSettings() bool + type LibrariesV1SystemBundle struct + BundleID string + Version int64 + func (o *LibrariesV1SystemBundle) GetBundleID() string + func (o *LibrariesV1SystemBundle) GetVersion() int64 + type LibrariesV1SystemUsingLibrary struct + Bundles []LibrariesV1SystemBundle + SystemID string + func (o *LibrariesV1SystemUsingLibrary) GetBundles() []LibrariesV1SystemBundle + func (o *LibrariesV1SystemUsingLibrary) GetSystemID() string + type MetaV1ErrorResponse struct + Code string + Errors []string + Message string + RequestID *string + func (o *MetaV1ErrorResponse) GetCode() string + func (o *MetaV1ErrorResponse) GetErrors() []string + func (o *MetaV1ErrorResponse) GetMessage() string + func (o *MetaV1ErrorResponse) GetRequestID() *string + type MetaV1ObjectMeta struct + CreatedAt *time.Time + CreatedBy *string + CreatedThrough *string + LastModifiedAt *time.Time + LastModifiedBy *string + LastModifiedThrough *string + func (m *MetaV1ObjectMeta) UnmarshalJSON(data []byte) error + func (m MetaV1ObjectMeta) MarshalJSON() ([]byte, error) + func (o *MetaV1ObjectMeta) GetCreatedAt() *time.Time + func (o *MetaV1ObjectMeta) GetCreatedBy() *string + func (o *MetaV1ObjectMeta) GetCreatedThrough() *string + func (o *MetaV1ObjectMeta) GetLastModifiedAt() *time.Time + func (o *MetaV1ObjectMeta) GetLastModifiedBy() *string + func (o *MetaV1ObjectMeta) GetLastModifiedThrough() *string + type MetaV1Status struct + Code string + Message string + Timestamp time.Time + func (m *MetaV1Status) UnmarshalJSON(data []byte) error + func (m MetaV1Status) MarshalJSON() ([]byte, error) + func (o *MetaV1Status) GetCode() string + func (o *MetaV1Status) GetMessage() string + func (o *MetaV1Status) GetTimestamp() time.Time + type MetaV2ObjectMeta struct + CreatedAt *time.Time + CreatedBy *string + CreatedThrough *string + LastModifiedAt *time.Time + LastModifiedBy *string + LastModifiedThrough *string + func (m *MetaV2ObjectMeta) UnmarshalJSON(data []byte) error + func (m MetaV2ObjectMeta) MarshalJSON() ([]byte, error) + func (o *MetaV2ObjectMeta) GetCreatedAt() *time.Time + func (o *MetaV2ObjectMeta) GetCreatedBy() *string + func (o *MetaV2ObjectMeta) GetCreatedThrough() *string + func (o *MetaV2ObjectMeta) GetLastModifiedAt() *time.Time + func (o *MetaV2ObjectMeta) GetLastModifiedBy() *string + func (o *MetaV2ObjectMeta) GetLastModifiedThrough() *string + type PoliciesV1PoliciesPutRequest struct + Modules map[string]string + Signature *CryptoSignature + func (o *PoliciesV1PoliciesPutRequest) GetModules() map[string]string + func (o *PoliciesV1PoliciesPutRequest) GetSignature() *CryptoSignature + type PoliciesV1PolicyDeleteResponse struct + RequestID *string + func (o *PoliciesV1PolicyDeleteResponse) GetRequestID() *string + type PoliciesV1PolicyGetResponse struct + RequestID *string + Result any + func (o *PoliciesV1PolicyGetResponse) GetRequestID() *string + func (o *PoliciesV1PolicyGetResponse) GetResult() any + type PoliciesV1PolicyPutResponse struct + RequestID *string + func (o *PoliciesV1PolicyPutResponse) GetRequestID() *string + type PoliciesV1RuleCounts struct + Allow int + Deny int + Enforce int + Ignore int + Monitor int + Notify int + Other int + Test int + Total int + func (o *PoliciesV1RuleCounts) GetAllow() int + func (o *PoliciesV1RuleCounts) GetDeny() int + func (o *PoliciesV1RuleCounts) GetEnforce() int + func (o *PoliciesV1RuleCounts) GetIgnore() int + func (o *PoliciesV1RuleCounts) GetMonitor() int + func (o *PoliciesV1RuleCounts) GetNotify() int + func (o *PoliciesV1RuleCounts) GetOther() int + func (o *PoliciesV1RuleCounts) GetTest() int + func (o *PoliciesV1RuleCounts) GetTotal() int + type SecretsV1Secret struct + Description string + ID string + Metadata MetaV1ObjectMeta + Name string + func (o *SecretsV1Secret) GetDescription() string + func (o *SecretsV1Secret) GetID() string + func (o *SecretsV1Secret) GetMetadata() MetaV1ObjectMeta + func (o *SecretsV1Secret) GetName() string + type SecretsV1SecretsDeleteResponse struct + RequestID *string + func (o *SecretsV1SecretsDeleteResponse) GetRequestID() *string + type SecretsV1SecretsGetResponse struct + RequestID *string + Result *SecretsV1Secret + func (o *SecretsV1SecretsGetResponse) GetRequestID() *string + func (o *SecretsV1SecretsGetResponse) GetResult() *SecretsV1Secret + type SecretsV1SecretsPutRequest struct + Description string + Name string + Secret string + func (o *SecretsV1SecretsPutRequest) GetDescription() string + func (o *SecretsV1SecretsPutRequest) GetName() string + func (o *SecretsV1SecretsPutRequest) GetSecret() string + type SecretsV1SecretsPutResponse struct + RequestID *string + func (o *SecretsV1SecretsPutResponse) GetRequestID() *string + type Security struct + Bearer string + func (o *Security) GetBearer() string + type StacksV1SourceControlConfig struct + Origin *GitV1GitRepoConfig + StackOrigin *GitV1GitRepoConfig + UseWorkspaceSettings bool + func (o *StacksV1SourceControlConfig) GetOrigin() *GitV1GitRepoConfig + func (o *StacksV1SourceControlConfig) GetStackOrigin() *GitV1GitRepoConfig + func (o *StacksV1SourceControlConfig) GetUseWorkspaceSettings() bool + type StacksV1StackConfig struct + Authz *SystemsV1AuthzConfig + Datasources []SystemsV1DatasourceConfig + Description string + Errors map[string]SystemsV1AgentErrors + ID string + MatchingSystems []string + Metadata MetaV1ObjectMeta + MigrationHistory []SystemsV1MigrationRecord + MinimumOpaVersion *string + Name string + Policies []SystemsV1PolicyConfig + ReadOnly bool + SourceControl *StacksV1SourceControlConfig + Status string + Type string + TypeParameters *StacksV1StackConfigTypeParameters + func (o *StacksV1StackConfig) GetAuthz() *SystemsV1AuthzConfig + func (o *StacksV1StackConfig) GetDatasources() []SystemsV1DatasourceConfig + func (o *StacksV1StackConfig) GetDescription() string + func (o *StacksV1StackConfig) GetErrors() map[string]SystemsV1AgentErrors + func (o *StacksV1StackConfig) GetID() string + func (o *StacksV1StackConfig) GetMatchingSystems() []string + func (o *StacksV1StackConfig) GetMetadata() MetaV1ObjectMeta + func (o *StacksV1StackConfig) GetMigrationHistory() []SystemsV1MigrationRecord + func (o *StacksV1StackConfig) GetMinimumOpaVersion() *string + func (o *StacksV1StackConfig) GetName() string + func (o *StacksV1StackConfig) GetPolicies() []SystemsV1PolicyConfig + func (o *StacksV1StackConfig) GetReadOnly() bool + func (o *StacksV1StackConfig) GetSourceControl() *StacksV1SourceControlConfig + func (o *StacksV1StackConfig) GetStatus() string + func (o *StacksV1StackConfig) GetType() string + func (o *StacksV1StackConfig) GetTypeParameters() *StacksV1StackConfigTypeParameters + type StacksV1StackConfigTypeParameters struct + type StacksV1StacksDeleteResponse struct + RequestID *string + func (o *StacksV1StacksDeleteResponse) GetRequestID() *string + type StacksV1StacksGetResponse struct + Result StacksV1StackConfig + func (o *StacksV1StacksGetResponse) GetResult() StacksV1StackConfig + type StacksV1StacksPostRequest struct + Description string + Name string + ReadOnly bool + SourceControl *StacksV1SourceControlConfig + Type string + TypeParameters *TypeParameters + func (o *StacksV1StacksPostRequest) GetDescription() string + func (o *StacksV1StacksPostRequest) GetName() string + func (o *StacksV1StacksPostRequest) GetReadOnly() bool + func (o *StacksV1StacksPostRequest) GetSourceControl() *StacksV1SourceControlConfig + func (o *StacksV1StacksPostRequest) GetType() string + func (o *StacksV1StacksPostRequest) GetTypeParameters() *TypeParameters + type StacksV1StacksPostResponse struct + Result StacksV1StackConfig + func (o *StacksV1StacksPostResponse) GetResult() StacksV1StackConfig + type StacksV1StacksPutRequest struct + Description string + Name string + ReadOnly bool + SourceControl *StacksV1SourceControlConfig + Type string + TypeParameters *StacksV1StacksPutRequestTypeParameters + func (o *StacksV1StacksPutRequest) GetDescription() string + func (o *StacksV1StacksPutRequest) GetName() string + func (o *StacksV1StacksPutRequest) GetReadOnly() bool + func (o *StacksV1StacksPutRequest) GetSourceControl() *StacksV1SourceControlConfig + func (o *StacksV1StacksPutRequest) GetType() string + func (o *StacksV1StacksPutRequest) GetTypeParameters() *StacksV1StacksPutRequestTypeParameters + type StacksV1StacksPutRequestTypeParameters struct + type StacksV1StacksPutResponse struct + type SystemsV1AgentErrors struct + Errors []MetaV1Status + Waiting bool + func (o *SystemsV1AgentErrors) GetErrors() []MetaV1Status + func (o *SystemsV1AgentErrors) GetWaiting() bool + type SystemsV1AllowedMapping struct + Expected any + Negated *bool + Path string + func (o *SystemsV1AllowedMapping) GetExpected() any + func (o *SystemsV1AllowedMapping) GetNegated() *bool + func (o *SystemsV1AllowedMapping) GetPath() string + func (s *SystemsV1AllowedMapping) UnmarshalJSON(data []byte) error + func (s SystemsV1AllowedMapping) MarshalJSON() ([]byte, error) + type SystemsV1AuthzConfig struct + RoleBindings []SystemsV1V1RoleBindingConfig + func (o *SystemsV1AuthzConfig) GetRoleBindings() []SystemsV1V1RoleBindingConfig + type SystemsV1AwsMetadataCredentialService struct + AwsRegion string + IamRole *string + func (o *SystemsV1AwsMetadataCredentialService) GetAwsRegion() string + func (o *SystemsV1AwsMetadataCredentialService) GetIamRole() *string + type SystemsV1AwsProfileCredentialService struct + AwsRegion string + Path *string + Profile *string + func (o *SystemsV1AwsProfileCredentialService) GetAwsRegion() string + func (o *SystemsV1AwsProfileCredentialService) GetPath() *string + func (o *SystemsV1AwsProfileCredentialService) GetProfile() *string + type SystemsV1AwsSigningAuthPlugin struct + EnvironmentCredentials any + MetadataCredentials *SystemsV1AwsMetadataCredentialService + ProfileCredentials *SystemsV1AwsProfileCredentialService + Service *string + WebIdentityCredentials *SystemsV1AwsWebIdentityCredentialService + func (o *SystemsV1AwsSigningAuthPlugin) GetEnvironmentCredentials() any + func (o *SystemsV1AwsSigningAuthPlugin) GetMetadataCredentials() *SystemsV1AwsMetadataCredentialService + func (o *SystemsV1AwsSigningAuthPlugin) GetProfileCredentials() *SystemsV1AwsProfileCredentialService + func (o *SystemsV1AwsSigningAuthPlugin) GetService() *string + func (o *SystemsV1AwsSigningAuthPlugin) GetWebIdentityCredentials() *SystemsV1AwsWebIdentityCredentialService + type SystemsV1AwsWebIdentityCredentialService struct + AwsRegion string + SessionName string + func (o *SystemsV1AwsWebIdentityCredentialService) GetAwsRegion() string + func (o *SystemsV1AwsWebIdentityCredentialService) GetSessionName() string + type SystemsV1AzureManagedIdentitiesAuthPlugin struct + APIVersion string + ClientID string + Endpoint string + MiResID string + ObjectID string + Resource string + func (o *SystemsV1AzureManagedIdentitiesAuthPlugin) GetAPIVersion() string + func (o *SystemsV1AzureManagedIdentitiesAuthPlugin) GetClientID() string + func (o *SystemsV1AzureManagedIdentitiesAuthPlugin) GetEndpoint() string + func (o *SystemsV1AzureManagedIdentitiesAuthPlugin) GetMiResID() string + func (o *SystemsV1AzureManagedIdentitiesAuthPlugin) GetObjectID() string + func (o *SystemsV1AzureManagedIdentitiesAuthPlugin) GetResource() string + type SystemsV1BearerAuthPlugin struct + Scheme *string + Token string + TokenPath string + func (o *SystemsV1BearerAuthPlugin) GetScheme() *string + func (o *SystemsV1BearerAuthPlugin) GetToken() string + func (o *SystemsV1BearerAuthPlugin) GetTokenPath() string + type SystemsV1BundleDistributionS3Config struct + AccessKeys *string + Bucket string + ContextPath *string + DiscoveryPath *string + Endpoint *string + OpaCredentials *SystemsV1BundleDistributionS3ConfigOpaCredentials + PolicyPath *string + Region string + RoleArn *string + func (o *SystemsV1BundleDistributionS3Config) GetAccessKeys() *string + func (o *SystemsV1BundleDistributionS3Config) GetBucket() string + func (o *SystemsV1BundleDistributionS3Config) GetContextPath() *string + func (o *SystemsV1BundleDistributionS3Config) GetDiscoveryPath() *string + func (o *SystemsV1BundleDistributionS3Config) GetEndpoint() *string + func (o *SystemsV1BundleDistributionS3Config) GetOpaCredentials() *SystemsV1BundleDistributionS3ConfigOpaCredentials + func (o *SystemsV1BundleDistributionS3Config) GetPolicyPath() *string + func (o *SystemsV1BundleDistributionS3Config) GetRegion() string + func (o *SystemsV1BundleDistributionS3Config) GetRoleArn() *string + func (s *SystemsV1BundleDistributionS3Config) UnmarshalJSON(data []byte) error + func (s SystemsV1BundleDistributionS3Config) MarshalJSON() ([]byte, error) + type SystemsV1BundleDistributionS3ConfigOpaCredentials struct + EnvironmentCredentials *SystemsV1BundleDistributionS3ConfigOpaCredentialsEnvironmentCredentials + MetadataCredentials *SystemsV1BundleDistributionS3ConfigOpaCredentialsMetadataCredentials + WebIdentityCredentials *SystemsV1BundleDistributionS3ConfigOpaCredentialsWebIdentityCredentials + func (o *SystemsV1BundleDistributionS3ConfigOpaCredentials) GetEnvironmentCredentials() *SystemsV1BundleDistributionS3ConfigOpaCredentialsEnvironmentCredentials + func (o *SystemsV1BundleDistributionS3ConfigOpaCredentials) GetMetadataCredentials() *SystemsV1BundleDistributionS3ConfigOpaCredentialsMetadataCredentials + func (o *SystemsV1BundleDistributionS3ConfigOpaCredentials) GetWebIdentityCredentials() *SystemsV1BundleDistributionS3ConfigOpaCredentialsWebIdentityCredentials + type SystemsV1BundleDistributionS3ConfigOpaCredentialsEnvironmentCredentials struct + type SystemsV1BundleDistributionS3ConfigOpaCredentialsMetadataCredentials struct + AwsRegion string + IamRole *string + func (o *SystemsV1BundleDistributionS3ConfigOpaCredentialsMetadataCredentials) GetAwsRegion() string + func (o *SystemsV1BundleDistributionS3ConfigOpaCredentialsMetadataCredentials) GetIamRole() *string + type SystemsV1BundleDistributionS3ConfigOpaCredentialsWebIdentityCredentials struct + AwsRegion string + SessionName string + func (o *SystemsV1BundleDistributionS3ConfigOpaCredentialsWebIdentityCredentials) GetAwsRegion() string + func (o *SystemsV1BundleDistributionS3ConfigOpaCredentialsWebIdentityCredentials) GetSessionName() string + type SystemsV1BundleDownloadConfig struct + DeltaBundles *bool + func (o *SystemsV1BundleDownloadConfig) GetDeltaBundles() *bool + func (s *SystemsV1BundleDownloadConfig) UnmarshalJSON(data []byte) error + func (s SystemsV1BundleDownloadConfig) MarshalJSON() ([]byte, error) + type SystemsV1BundleRegistryConfig struct + DisableBundleCompatibilityCheck *bool + DistributionS3 *SystemsV1BundleDistributionS3Config + Entrypoints []string + ManualDeployment *bool + ManualDeploymentOverrides map[string]bool + MaxBundles *int64 + MaxDeployedBundles *int64 + OptimizationLevel *int + func (o *SystemsV1BundleRegistryConfig) GetDisableBundleCompatibilityCheck() *bool + func (o *SystemsV1BundleRegistryConfig) GetDistributionS3() *SystemsV1BundleDistributionS3Config + func (o *SystemsV1BundleRegistryConfig) GetEntrypoints() []string + func (o *SystemsV1BundleRegistryConfig) GetManualDeployment() *bool + func (o *SystemsV1BundleRegistryConfig) GetManualDeploymentOverrides() map[string]bool + func (o *SystemsV1BundleRegistryConfig) GetMaxBundles() *int64 + func (o *SystemsV1BundleRegistryConfig) GetMaxDeployedBundles() *int64 + func (o *SystemsV1BundleRegistryConfig) GetOptimizationLevel() *int + type SystemsV1ClientTLSAuthPlugin struct + Cert string + PrivateKey string + PrivateKeyPassphrase *string + func (o *SystemsV1ClientTLSAuthPlugin) GetCert() string + func (o *SystemsV1ClientTLSAuthPlugin) GetPrivateKey() string + func (o *SystemsV1ClientTLSAuthPlugin) GetPrivateKeyPassphrase() *string + type SystemsV1ColumnMapping struct + Key string + Path string + Type *string + func (o *SystemsV1ColumnMapping) GetKey() string + func (o *SystemsV1ColumnMapping) GetPath() string + func (o *SystemsV1ColumnMapping) GetType() *string + func (s *SystemsV1ColumnMapping) UnmarshalJSON(data []byte) error + func (s SystemsV1ColumnMapping) MarshalJSON() ([]byte, error) + type SystemsV1DatasourceConfig struct + Category string + ID string + Optional *bool + Status *MetaV1Status + func (o *SystemsV1DatasourceConfig) GetCategory() string + func (o *SystemsV1DatasourceConfig) GetID() string + func (o *SystemsV1DatasourceConfig) GetOptional() *bool + func (o *SystemsV1DatasourceConfig) GetStatus() *MetaV1Status + type SystemsV1EnforcementConfig struct + Enforced bool + Type string + func (o *SystemsV1EnforcementConfig) GetEnforced() bool + func (o *SystemsV1EnforcementConfig) GetType() string + type SystemsV1ExternalBundleConfig struct + Bundles map[string]SystemsV1OpaConfigBundleDeclaration + Services []SystemsV1OpaConfigServiceDeclaration + func (o *SystemsV1ExternalBundleConfig) GetBundles() map[string]SystemsV1OpaConfigBundleDeclaration + func (o *SystemsV1ExternalBundleConfig) GetServices() []SystemsV1OpaConfigServiceDeclaration + type SystemsV1GcpMetadataAuthPlugin struct + AccessTokenPath string + Audience string + Endpoint string + IDTokenPath string + Scopes []string + func (o *SystemsV1GcpMetadataAuthPlugin) GetAccessTokenPath() string + func (o *SystemsV1GcpMetadataAuthPlugin) GetAudience() string + func (o *SystemsV1GcpMetadataAuthPlugin) GetEndpoint() string + func (o *SystemsV1GcpMetadataAuthPlugin) GetIDTokenPath() string + func (o *SystemsV1GcpMetadataAuthPlugin) GetScopes() []string + type SystemsV1KeyConfig struct + Algorithm *string + Key *string + PrivateKey *string + Scope *string + func (o *SystemsV1KeyConfig) GetAlgorithm() *string + func (o *SystemsV1KeyConfig) GetKey() *string + func (o *SystemsV1KeyConfig) GetPrivateKey() *string + func (o *SystemsV1KeyConfig) GetScope() *string + type SystemsV1MigrationRecord struct + From string + InitiatedBy string + InitiatingUser string + MigratedAt time.Time + Recovered *bool + To string + func (o *SystemsV1MigrationRecord) GetFrom() string + func (o *SystemsV1MigrationRecord) GetInitiatedBy() string + func (o *SystemsV1MigrationRecord) GetInitiatingUser() string + func (o *SystemsV1MigrationRecord) GetMigratedAt() time.Time + func (o *SystemsV1MigrationRecord) GetRecovered() *bool + func (o *SystemsV1MigrationRecord) GetTo() string + func (s *SystemsV1MigrationRecord) UnmarshalJSON(data []byte) error + func (s SystemsV1MigrationRecord) MarshalJSON() ([]byte, error) + type SystemsV1Module struct + Name string + Placeholder *bool + ReadOnly bool + Rules *PoliciesV1RuleCounts + func (o *SystemsV1Module) GetName() string + func (o *SystemsV1Module) GetPlaceholder() *bool + func (o *SystemsV1Module) GetReadOnly() bool + func (o *SystemsV1Module) GetRules() *PoliciesV1RuleCounts + func (s *SystemsV1Module) UnmarshalJSON(data []byte) error + func (s SystemsV1Module) MarshalJSON() ([]byte, error) + type SystemsV1Oauth2ClientCredentialsAuthPlugin struct + AdditionalClaims AdditionalClaims + AdditionalHeaders map[string]string + AdditionalParameters map[string]string + ClientID string + ClientSecret string + GrantType string + IncludeJtiClaim bool + Scopes []string + SigningKey string + Thumbprint string + TokenURL string + func (o *SystemsV1Oauth2ClientCredentialsAuthPlugin) GetAdditionalClaims() AdditionalClaims + func (o *SystemsV1Oauth2ClientCredentialsAuthPlugin) GetAdditionalHeaders() map[string]string + func (o *SystemsV1Oauth2ClientCredentialsAuthPlugin) GetAdditionalParameters() map[string]string + func (o *SystemsV1Oauth2ClientCredentialsAuthPlugin) GetClientID() string + func (o *SystemsV1Oauth2ClientCredentialsAuthPlugin) GetClientSecret() string + func (o *SystemsV1Oauth2ClientCredentialsAuthPlugin) GetGrantType() string + func (o *SystemsV1Oauth2ClientCredentialsAuthPlugin) GetIncludeJtiClaim() bool + func (o *SystemsV1Oauth2ClientCredentialsAuthPlugin) GetScopes() []string + func (o *SystemsV1Oauth2ClientCredentialsAuthPlugin) GetSigningKey() string + func (o *SystemsV1Oauth2ClientCredentialsAuthPlugin) GetThumbprint() string + func (o *SystemsV1Oauth2ClientCredentialsAuthPlugin) GetTokenURL() string + type SystemsV1OpaConfigBundleDeclaration struct + Persist *bool + Polling *SystemsV1PollingConfig + Resource *string + Service string + Signing *SystemsV1VerificationConfig + SizeLimitBytes *int64 + func (o *SystemsV1OpaConfigBundleDeclaration) GetPersist() *bool + func (o *SystemsV1OpaConfigBundleDeclaration) GetPolling() *SystemsV1PollingConfig + func (o *SystemsV1OpaConfigBundleDeclaration) GetResource() *string + func (o *SystemsV1OpaConfigBundleDeclaration) GetService() string + func (o *SystemsV1OpaConfigBundleDeclaration) GetSigning() *SystemsV1VerificationConfig + func (o *SystemsV1OpaConfigBundleDeclaration) GetSizeLimitBytes() *int64 + type SystemsV1OpaConfigServiceDeclaration struct + AllowInsecureTLS *bool + Credentials *SystemsV1OpaConfigServiceDeclarationCredentials + Headers map[string]string + Keys map[string]KeysConfig + Name string + ResponseHeaderTimeoutSeconds *int64 + TLS *SystemsV1ServerTLSConfig + Type *string + URL string + func (o *SystemsV1OpaConfigServiceDeclaration) GetAllowInsecureTLS() *bool + func (o *SystemsV1OpaConfigServiceDeclaration) GetCredentials() *SystemsV1OpaConfigServiceDeclarationCredentials + func (o *SystemsV1OpaConfigServiceDeclaration) GetHeaders() map[string]string + func (o *SystemsV1OpaConfigServiceDeclaration) GetKeys() map[string]KeysConfig + func (o *SystemsV1OpaConfigServiceDeclaration) GetName() string + func (o *SystemsV1OpaConfigServiceDeclaration) GetResponseHeaderTimeoutSeconds() *int64 + func (o *SystemsV1OpaConfigServiceDeclaration) GetTLS() *SystemsV1ServerTLSConfig + func (o *SystemsV1OpaConfigServiceDeclaration) GetType() *string + func (o *SystemsV1OpaConfigServiceDeclaration) GetURL() string + type SystemsV1OpaConfigServiceDeclarationCredentials struct + AzureManagedIdentity *SystemsV1AzureManagedIdentitiesAuthPlugin + Bearer *SystemsV1BearerAuthPlugin + ClientTLS *SystemsV1ClientTLSAuthPlugin + GcpMetadata *SystemsV1GcpMetadataAuthPlugin + Oauth2 *SystemsV1Oauth2ClientCredentialsAuthPlugin + Plugin *string + S3Signing *SystemsV1AwsSigningAuthPlugin + func (o *SystemsV1OpaConfigServiceDeclarationCredentials) GetAzureManagedIdentity() *SystemsV1AzureManagedIdentitiesAuthPlugin + func (o *SystemsV1OpaConfigServiceDeclarationCredentials) GetBearer() *SystemsV1BearerAuthPlugin + func (o *SystemsV1OpaConfigServiceDeclarationCredentials) GetClientTLS() *SystemsV1ClientTLSAuthPlugin + func (o *SystemsV1OpaConfigServiceDeclarationCredentials) GetGcpMetadata() *SystemsV1GcpMetadataAuthPlugin + func (o *SystemsV1OpaConfigServiceDeclarationCredentials) GetOauth2() *SystemsV1Oauth2ClientCredentialsAuthPlugin + func (o *SystemsV1OpaConfigServiceDeclarationCredentials) GetPlugin() *string + func (o *SystemsV1OpaConfigServiceDeclarationCredentials) GetS3Signing() *SystemsV1AwsSigningAuthPlugin + type SystemsV1PolicyConfig struct + Created *string + Enforcement SystemsV1EnforcementConfig + ID string + Modules []SystemsV1Module + Rules *PoliciesV1RuleCounts + Type string + func (o *SystemsV1PolicyConfig) GetCreated() *string + func (o *SystemsV1PolicyConfig) GetEnforcement() SystemsV1EnforcementConfig + func (o *SystemsV1PolicyConfig) GetID() string + func (o *SystemsV1PolicyConfig) GetModules() []SystemsV1Module + func (o *SystemsV1PolicyConfig) GetRules() *PoliciesV1RuleCounts + func (o *SystemsV1PolicyConfig) GetType() string + type SystemsV1PollingConfig struct + LongPollingTimeoutSeconds *int64 + MaxDelaySeconds *int64 + MinDelaySeconds *int64 + func (o *SystemsV1PollingConfig) GetLongPollingTimeoutSeconds() *int64 + func (o *SystemsV1PollingConfig) GetMaxDelaySeconds() *int64 + func (o *SystemsV1PollingConfig) GetMinDelaySeconds() *int64 + type SystemsV1ReasonMapping struct + Path string + func (o *SystemsV1ReasonMapping) GetPath() string + type SystemsV1RuleDecisionMappings struct + Allowed *SystemsV1AllowedMapping + Columns []SystemsV1ColumnMapping + Reason *SystemsV1ReasonMapping + func (o *SystemsV1RuleDecisionMappings) GetAllowed() *SystemsV1AllowedMapping + func (o *SystemsV1RuleDecisionMappings) GetColumns() []SystemsV1ColumnMapping + func (o *SystemsV1RuleDecisionMappings) GetReason() *SystemsV1ReasonMapping + type SystemsV1ServerTLSConfig struct + CaCert *string + SystemCaRequired *bool + func (o *SystemsV1ServerTLSConfig) GetCaCert() *string + func (o *SystemsV1ServerTLSConfig) GetSystemCaRequired() *bool + type SystemsV1SystemConfig struct + Authz SystemsV1AuthzConfig + BundleDownload *SystemsV1BundleDownloadConfig + BundleRegistry *SystemsV1BundleRegistryConfig + ContextBundleDataOnly *bool + ContextBundleRoots []string + Datasources []SystemsV1DatasourceConfig + DecisionMappings map[string]SystemsV1RuleDecisionMappings + DeploymentParameters *SystemsV1SystemDeploymentParameters + Description *string + ErrorSetting *string + Errors map[string]SystemsV1AgentErrors + ExternalBundles *SystemsV1ExternalBundleConfig + ExternalID *string + FilterStacks *bool + ID string + KafkaTopic *string + MatchingStacks []string + Metadata MetaV1ObjectMeta + MigrationHistory []SystemsV1MigrationRecord + MinimumOpaVersion *string + MockOpaEnabled *bool + Name string + Policies []SystemsV1PolicyConfig + ReadOnly *bool + SourceControl *GitV1SourceControlConfig + Status string + Tokens []TokensV1Token + Type string + TypeParameters *SystemsV1SystemConfigTypeParameters + Uninstall map[string]string + func (o *SystemsV1SystemConfig) GetAuthz() SystemsV1AuthzConfig + func (o *SystemsV1SystemConfig) GetBundleDownload() *SystemsV1BundleDownloadConfig + func (o *SystemsV1SystemConfig) GetBundleRegistry() *SystemsV1BundleRegistryConfig + func (o *SystemsV1SystemConfig) GetContextBundleDataOnly() *bool + func (o *SystemsV1SystemConfig) GetContextBundleRoots() []string + func (o *SystemsV1SystemConfig) GetDatasources() []SystemsV1DatasourceConfig + func (o *SystemsV1SystemConfig) GetDecisionMappings() map[string]SystemsV1RuleDecisionMappings + func (o *SystemsV1SystemConfig) GetDeploymentParameters() *SystemsV1SystemDeploymentParameters + func (o *SystemsV1SystemConfig) GetDescription() *string + func (o *SystemsV1SystemConfig) GetErrorSetting() *string + func (o *SystemsV1SystemConfig) GetErrors() map[string]SystemsV1AgentErrors + func (o *SystemsV1SystemConfig) GetExternalBundles() *SystemsV1ExternalBundleConfig + func (o *SystemsV1SystemConfig) GetExternalID() *string + func (o *SystemsV1SystemConfig) GetFilterStacks() *bool + func (o *SystemsV1SystemConfig) GetID() string + func (o *SystemsV1SystemConfig) GetKafkaTopic() *string + func (o *SystemsV1SystemConfig) GetMatchingStacks() []string + func (o *SystemsV1SystemConfig) GetMetadata() MetaV1ObjectMeta + func (o *SystemsV1SystemConfig) GetMigrationHistory() []SystemsV1MigrationRecord + func (o *SystemsV1SystemConfig) GetMinimumOpaVersion() *string + func (o *SystemsV1SystemConfig) GetMockOpaEnabled() *bool + func (o *SystemsV1SystemConfig) GetName() string + func (o *SystemsV1SystemConfig) GetPolicies() []SystemsV1PolicyConfig + func (o *SystemsV1SystemConfig) GetReadOnly() *bool + func (o *SystemsV1SystemConfig) GetSourceControl() *GitV1SourceControlConfig + func (o *SystemsV1SystemConfig) GetStatus() string + func (o *SystemsV1SystemConfig) GetTokens() []TokensV1Token + func (o *SystemsV1SystemConfig) GetType() string + func (o *SystemsV1SystemConfig) GetTypeParameters() *SystemsV1SystemConfigTypeParameters + func (o *SystemsV1SystemConfig) GetUninstall() map[string]string + func (s *SystemsV1SystemConfig) UnmarshalJSON(data []byte) error + func (s SystemsV1SystemConfig) MarshalJSON() ([]byte, error) + type SystemsV1SystemConfigTypeParameters struct + type SystemsV1SystemDeploymentParameters struct + DenyOnOpaFail *bool + Discovery *Discovery + Extra *Extra + HTTPProxy *string + HTTPSProxy *string + KubernetesVersion *string + MutatingWebhookName *string + Namespace *string + NoProxy *string + TimeoutSeconds *int + TrustedCaCerts []string + TrustedContainerRegistry *string + func (o *SystemsV1SystemDeploymentParameters) GetDenyOnOpaFail() *bool + func (o *SystemsV1SystemDeploymentParameters) GetDiscovery() *Discovery + func (o *SystemsV1SystemDeploymentParameters) GetExtra() *Extra + func (o *SystemsV1SystemDeploymentParameters) GetHTTPProxy() *string + func (o *SystemsV1SystemDeploymentParameters) GetHTTPSProxy() *string + func (o *SystemsV1SystemDeploymentParameters) GetKubernetesVersion() *string + func (o *SystemsV1SystemDeploymentParameters) GetMutatingWebhookName() *string + func (o *SystemsV1SystemDeploymentParameters) GetNamespace() *string + func (o *SystemsV1SystemDeploymentParameters) GetNoProxy() *string + func (o *SystemsV1SystemDeploymentParameters) GetTimeoutSeconds() *int + func (o *SystemsV1SystemDeploymentParameters) GetTrustedCaCerts() []string + func (o *SystemsV1SystemDeploymentParameters) GetTrustedContainerRegistry() *string + func (s *SystemsV1SystemDeploymentParameters) UnmarshalJSON(data []byte) error + func (s SystemsV1SystemDeploymentParameters) MarshalJSON() ([]byte, error) + type SystemsV1SystemsDeleteResponse struct + RequestID *string + func (o *SystemsV1SystemsDeleteResponse) GetRequestID() *string + type SystemsV1SystemsGetResponse struct + RequestID *string + Result SystemsV1SystemConfig + func (o *SystemsV1SystemsGetResponse) GetRequestID() *string + func (o *SystemsV1SystemsGetResponse) GetResult() SystemsV1SystemConfig + type SystemsV1SystemsPostRequest struct + BundleDownload *SystemsV1BundleDownloadConfig + BundleRegistry *SystemsV1BundleRegistryConfig + ContextBundleDataOnly *bool + ContextBundleRoots []string + DecisionMappings map[string]SystemsV1RuleDecisionMappings + DeploymentParameters *SystemsV1SystemDeploymentParameters + Description *string + ErrorSetting *string + ExternalBundles *SystemsV1ExternalBundleConfig + ExternalID *string + FilterStacks *bool + KafkaTopic *string + MockOpaEnabled *bool + Name string + ReadOnly *bool + SourceControl *GitV1SourceControlConfig + Type string + TypeParameters *SystemsV1SystemsPostRequestTypeParameters + func (o *SystemsV1SystemsPostRequest) GetBundleDownload() *SystemsV1BundleDownloadConfig + func (o *SystemsV1SystemsPostRequest) GetBundleRegistry() *SystemsV1BundleRegistryConfig + func (o *SystemsV1SystemsPostRequest) GetContextBundleDataOnly() *bool + func (o *SystemsV1SystemsPostRequest) GetContextBundleRoots() []string + func (o *SystemsV1SystemsPostRequest) GetDecisionMappings() map[string]SystemsV1RuleDecisionMappings + func (o *SystemsV1SystemsPostRequest) GetDeploymentParameters() *SystemsV1SystemDeploymentParameters + func (o *SystemsV1SystemsPostRequest) GetDescription() *string + func (o *SystemsV1SystemsPostRequest) GetErrorSetting() *string + func (o *SystemsV1SystemsPostRequest) GetExternalBundles() *SystemsV1ExternalBundleConfig + func (o *SystemsV1SystemsPostRequest) GetExternalID() *string + func (o *SystemsV1SystemsPostRequest) GetFilterStacks() *bool + func (o *SystemsV1SystemsPostRequest) GetKafkaTopic() *string + func (o *SystemsV1SystemsPostRequest) GetMockOpaEnabled() *bool + func (o *SystemsV1SystemsPostRequest) GetName() string + func (o *SystemsV1SystemsPostRequest) GetReadOnly() *bool + func (o *SystemsV1SystemsPostRequest) GetSourceControl() *GitV1SourceControlConfig + func (o *SystemsV1SystemsPostRequest) GetType() string + func (o *SystemsV1SystemsPostRequest) GetTypeParameters() *SystemsV1SystemsPostRequestTypeParameters + func (s *SystemsV1SystemsPostRequest) UnmarshalJSON(data []byte) error + func (s SystemsV1SystemsPostRequest) MarshalJSON() ([]byte, error) + type SystemsV1SystemsPostRequestTypeParameters struct + type SystemsV1SystemsPostResponse struct + RequestID *string + Result SystemsV1SystemConfig + func (o *SystemsV1SystemsPostResponse) GetRequestID() *string + func (o *SystemsV1SystemsPostResponse) GetResult() SystemsV1SystemConfig + type SystemsV1SystemsPutRequest struct + BundleDownload *SystemsV1BundleDownloadConfig + BundleRegistry *SystemsV1BundleRegistryConfig + ContextBundleDataOnly *bool + ContextBundleRoots []string + DecisionMappings map[string]SystemsV1RuleDecisionMappings + DeploymentParameters *SystemsV1SystemDeploymentParameters + Description *string + ErrorSetting *string + ExternalBundles *SystemsV1ExternalBundleConfig + ExternalID *string + FilterStacks *bool + KafkaTopic *string + MockOpaEnabled *bool + Name string + ReadOnly *bool + SourceControl *GitV1SourceControlConfig + Type string + TypeParameters *SystemsV1SystemsPutRequestTypeParameters + func (o *SystemsV1SystemsPutRequest) GetBundleDownload() *SystemsV1BundleDownloadConfig + func (o *SystemsV1SystemsPutRequest) GetBundleRegistry() *SystemsV1BundleRegistryConfig + func (o *SystemsV1SystemsPutRequest) GetContextBundleDataOnly() *bool + func (o *SystemsV1SystemsPutRequest) GetContextBundleRoots() []string + func (o *SystemsV1SystemsPutRequest) GetDecisionMappings() map[string]SystemsV1RuleDecisionMappings + func (o *SystemsV1SystemsPutRequest) GetDeploymentParameters() *SystemsV1SystemDeploymentParameters + func (o *SystemsV1SystemsPutRequest) GetDescription() *string + func (o *SystemsV1SystemsPutRequest) GetErrorSetting() *string + func (o *SystemsV1SystemsPutRequest) GetExternalBundles() *SystemsV1ExternalBundleConfig + func (o *SystemsV1SystemsPutRequest) GetExternalID() *string + func (o *SystemsV1SystemsPutRequest) GetFilterStacks() *bool + func (o *SystemsV1SystemsPutRequest) GetKafkaTopic() *string + func (o *SystemsV1SystemsPutRequest) GetMockOpaEnabled() *bool + func (o *SystemsV1SystemsPutRequest) GetName() string + func (o *SystemsV1SystemsPutRequest) GetReadOnly() *bool + func (o *SystemsV1SystemsPutRequest) GetSourceControl() *GitV1SourceControlConfig + func (o *SystemsV1SystemsPutRequest) GetType() string + func (o *SystemsV1SystemsPutRequest) GetTypeParameters() *SystemsV1SystemsPutRequestTypeParameters + func (s *SystemsV1SystemsPutRequest) UnmarshalJSON(data []byte) error + func (s SystemsV1SystemsPutRequest) MarshalJSON() ([]byte, error) + type SystemsV1SystemsPutRequestTypeParameters struct + type SystemsV1SystemsPutResponse struct + RequestID *string + Result SystemsV1SystemConfig + func (o *SystemsV1SystemsPutResponse) GetRequestID() *string + func (o *SystemsV1SystemsPutResponse) GetResult() SystemsV1SystemConfig + type SystemsV1V1RoleBindingConfig struct + ID string + RoleName string + func (o *SystemsV1V1RoleBindingConfig) GetID() string + func (o *SystemsV1V1RoleBindingConfig) GetRoleName() string + type SystemsV1VerificationConfig struct + ExcludeFiles []string + Keyid *string + PublicKeys map[string]SystemsV1KeyConfig + Scope *string + func (o *SystemsV1VerificationConfig) GetExcludeFiles() []string + func (o *SystemsV1VerificationConfig) GetKeyid() *string + func (o *SystemsV1VerificationConfig) GetPublicKeys() map[string]SystemsV1KeyConfig + func (o *SystemsV1VerificationConfig) GetScope() *string + type TokensV1Token struct + AllowPathPatterns []string + Description string + Expires *time.Time + ID string + Metadata MetaV1ObjectMeta + TTL string + Token *string + Uses *int64 + func (o *TokensV1Token) GetAllowPathPatterns() []string + func (o *TokensV1Token) GetDescription() string + func (o *TokensV1Token) GetExpires() *time.Time + func (o *TokensV1Token) GetID() string + func (o *TokensV1Token) GetMetadata() MetaV1ObjectMeta + func (o *TokensV1Token) GetTTL() string + func (o *TokensV1Token) GetToken() *string + func (o *TokensV1Token) GetUses() *int64 + func (t *TokensV1Token) UnmarshalJSON(data []byte) error + func (t TokensV1Token) MarshalJSON() ([]byte, error) + type TypeParameters struct