auditsinkv1beta1

package
v0.25.0 Latest Latest
Warning

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

Go to latest
Published: May 3, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ConfigType_name = map[int32]string{
		0:  "CONFIG_TYPE_INVALID",
		1:  "CONFIG_TYPE_CUSTOMER",
		2:  "CONFIG_TYPE_APPLICATION_SPACE",
		15: "CONFIG_TYPE_ISSUER",
		3:  "CONFIG_TYPE_TENANT",
		4:  "CONFIG_TYPE_APPLICATION",
		5:  "CONFIG_TYPE_APP_AGENT",
		6:  "CONFIG_TYPE_APP_AGENT_CREDENTIAL",
		18: "CONFIG_TYPE_SERVICE_ACCOUNT",
		19: "CONFIG_TYPE_SERVICE_CREDENTIAL",
		21: "CONFIG_TYPE_DIGITAL_TWIN",
		7:  "CONFIG_TYPE_AUTH_FLOW",
		8:  "CONFIG_TYPE_EMAIL_SERVICE",
		9:  "CONFIG_TYPE_SMS_SERVICE",
		27: "CONFIG_TYPE_AUDIT_SINK",
		10: "CONFIG_TYPE_OAUTH2_CLIENT",
		11: "CONFIG_TYPE_OAUTH2_APPLICATION",
		17: "CONFIG_TYPE_OAUTH2_PROVIDER",
		12: "CONFIG_TYPE_PASSWORD_PROVIDER",
		13: "CONFIG_TYPE_WEBAUTHN_PROVIDER",
		16: "CONFIG_TYPE_SAFR_PROVIDER",
		22: "CONFIG_TYPE_AUTHORIZATION_POLICY",
		29: "CONFIG_TYPE_CONSENT",
	}
	ConfigType_value = map[string]int32{
		"CONFIG_TYPE_INVALID":              0,
		"CONFIG_TYPE_CUSTOMER":             1,
		"CONFIG_TYPE_APPLICATION_SPACE":    2,
		"CONFIG_TYPE_ISSUER":               15,
		"CONFIG_TYPE_TENANT":               3,
		"CONFIG_TYPE_APPLICATION":          4,
		"CONFIG_TYPE_APP_AGENT":            5,
		"CONFIG_TYPE_APP_AGENT_CREDENTIAL": 6,
		"CONFIG_TYPE_SERVICE_ACCOUNT":      18,
		"CONFIG_TYPE_SERVICE_CREDENTIAL":   19,
		"CONFIG_TYPE_DIGITAL_TWIN":         21,
		"CONFIG_TYPE_AUTH_FLOW":            7,
		"CONFIG_TYPE_EMAIL_SERVICE":        8,
		"CONFIG_TYPE_SMS_SERVICE":          9,
		"CONFIG_TYPE_AUDIT_SINK":           27,
		"CONFIG_TYPE_OAUTH2_CLIENT":        10,
		"CONFIG_TYPE_OAUTH2_APPLICATION":   11,
		"CONFIG_TYPE_OAUTH2_PROVIDER":      17,
		"CONFIG_TYPE_PASSWORD_PROVIDER":    12,
		"CONFIG_TYPE_WEBAUTHN_PROVIDER":    13,
		"CONFIG_TYPE_SAFR_PROVIDER":        16,
		"CONFIG_TYPE_AUTHORIZATION_POLICY": 22,
		"CONFIG_TYPE_CONSENT":              29,
	}
)

Enum value maps for ConfigType.

View Source
var (
	OAuth2GrantType_name = map[int32]string{
		0: "O_AUTH2_GRANT_TYPE_INVALID",
		1: "O_AUTH2_GRANT_TYPE_AUTHORIZATION_CODE",
		2: "O_AUTH2_GRANT_TYPE_IMPLICIT",
		3: "O_AUTH2_GRANT_TYPE_PASSWORD",
		4: "O_AUTH2_GRANT_TYPE_CLIENT_CREDENTIALS",
		5: "O_AUTH2_GRANT_TYPE_REFRESH_TOKEN",
	}
	OAuth2GrantType_value = map[string]int32{
		"O_AUTH2_GRANT_TYPE_INVALID":            0,
		"O_AUTH2_GRANT_TYPE_AUTHORIZATION_CODE": 1,
		"O_AUTH2_GRANT_TYPE_IMPLICIT":           2,
		"O_AUTH2_GRANT_TYPE_PASSWORD":           3,
		"O_AUTH2_GRANT_TYPE_CLIENT_CREDENTIALS": 4,
		"O_AUTH2_GRANT_TYPE_REFRESH_TOKEN":      5,
	}
)

Enum value maps for OAuth2GrantType.

View Source
var (
	OAuth2ResponseType_name = map[int32]string{
		0: "O_AUTH2_RESPONSE_TYPE_INVALID",
		1: "O_AUTH2_RESPONSE_TYPE_TOKEN",
		2: "O_AUTH2_RESPONSE_TYPE_CODE",
		3: "O_AUTH2_RESPONSE_TYPE_ID_TOKEN",
	}
	OAuth2ResponseType_value = map[string]int32{
		"O_AUTH2_RESPONSE_TYPE_INVALID":  0,
		"O_AUTH2_RESPONSE_TYPE_TOKEN":    1,
		"O_AUTH2_RESPONSE_TYPE_CODE":     2,
		"O_AUTH2_RESPONSE_TYPE_ID_TOKEN": 3,
	}
)

Enum value maps for OAuth2ResponseType.

View Source
var (
	OAuth2TokenEndpointAuthMethod_name = map[int32]string{
		0: "O_AUTH2_TOKEN_ENDPOINT_AUTH_METHOD_INVALID",
		1: "O_AUTH2_TOKEN_ENDPOINT_AUTH_METHOD_CLIENT_SECRET_BASIC",
		2: "O_AUTH2_TOKEN_ENDPOINT_AUTH_METHOD_CLIENT_SECRET_POST",
		3: "O_AUTH2_TOKEN_ENDPOINT_AUTH_METHOD_PRIVATE_KEY_JWT",
		4: "O_AUTH2_TOKEN_ENDPOINT_AUTH_METHOD_NONE",
	}
	OAuth2TokenEndpointAuthMethod_value = map[string]int32{
		"O_AUTH2_TOKEN_ENDPOINT_AUTH_METHOD_INVALID":             0,
		"O_AUTH2_TOKEN_ENDPOINT_AUTH_METHOD_CLIENT_SECRET_BASIC": 1,
		"O_AUTH2_TOKEN_ENDPOINT_AUTH_METHOD_CLIENT_SECRET_POST":  2,
		"O_AUTH2_TOKEN_ENDPOINT_AUTH_METHOD_PRIVATE_KEY_JWT":     3,
		"O_AUTH2_TOKEN_ENDPOINT_AUTH_METHOD_NONE":                4,
	}
)

Enum value maps for OAuth2TokenEndpointAuthMethod.

View Source
var (
	AuthFlowConfig_Format_name = map[int32]string{
		0: "FORMAT_INVALID",
		1: "FORMAT_BARE_YAML",
		2: "FORMAT_BARE_JSON",
		3: "FORMAT_RICH_JSON",
	}
	AuthFlowConfig_Format_value = map[string]int32{
		"FORMAT_INVALID":   0,
		"FORMAT_BARE_YAML": 1,
		"FORMAT_BARE_JSON": 2,
		"FORMAT_RICH_JSON": 3,
	}
)

Enum value maps for AuthFlowConfig_Format.

View Source
var (
	OAuth2ClientConfig_ProviderType_name = map[int32]string{
		0:  "PROVIDER_TYPE_INVALID",
		1:  "PROVIDER_TYPE_AMAZON_COM",
		34: "PROVIDER_TYPE_AMAZONCOGNITO_COM",
		41: "PROVIDER_TYPE_APPLE_COM",
		33: "PROVIDER_TYPE_AUTHENTEQ_COM",
		38: "PROVIDER_TYPE_BANKID_COM",
		37: "PROVIDER_TYPE_BANKID_NO",
		2:  "PROVIDER_TYPE_BITBUCKET",
		3:  "PROVIDER_TYPE_CERN_CH",
		39: "PROVIDER_TYPE_CUSTOM",
		4:  "PROVIDER_TYPE_FACEBOOK_COM",
		5:  "PROVIDER_TYPE_FITBIT_COM",
		6:  "PROVIDER_TYPE_FOURSQUARE_COM",
		7:  "PROVIDER_TYPE_GITHUB_COM",
		8:  "PROVIDER_TYPE_GITLAB_COM",
		9:  "PROVIDER_TYPE_GOOGLE_COM",
		10: "PROVIDER_TYPE_HEROKU_COM",
		11: "PROVIDER_TYPE_HIPCHAT_COM",
		35: "PROVIDER_TYPE_INDYKITE_ID",
		36: "PROVIDER_TYPE_INDYKITE_ME",
		12: "PROVIDER_TYPE_INSTAGRAM_COM",
		13: "PROVIDER_TYPE_KAKAO_COM",
		14: "PROVIDER_TYPE_LINKEDIN_COM",
		15: "PROVIDER_TYPE_MAILCHIMP_COM",
		16: "PROVIDER_TYPE_MAIL_RU",
		17: "PROVIDER_TYPE_MEDIAMATH_COM",
		18: "PROVIDER_TYPE_SANDBOX_MEDIAMATH_COM",
		32: "PROVIDER_TYPE_LIVE_COM",
		19: "PROVIDER_TYPE_MICROSOFT_COM",
		20: "PROVIDER_TYPE_HEALTH_NOKIA_COM",
		21: "PROVIDER_TYPE_ODNOKLASSNIKI_RU",
		22: "PROVIDER_TYPE_PAYPAL_COM",
		23: "PROVIDER_TYPE_SANDBOX_PAYPAL_COM",
		24: "PROVIDER_TYPE_SLACK_COM",
		25: "PROVIDER_TYPE_SPOTIFY_COM",
		26: "PROVIDER_TYPE_STACKOVERFLOW_COM",
		27: "PROVIDER_TYPE_TWITCH_TV",
		28: "PROVIDER_TYPE_UBER_COM",
		40: "PROVIDER_TYPE_VIPPS_NO",
		29: "PROVIDER_TYPE_VK_COM",
		30: "PROVIDER_TYPE_YAHOO_COM",
		31: "PROVIDER_TYPE_YANDEX_COM",
	}
	OAuth2ClientConfig_ProviderType_value = map[string]int32{
		"PROVIDER_TYPE_INVALID":               0,
		"PROVIDER_TYPE_AMAZON_COM":            1,
		"PROVIDER_TYPE_AMAZONCOGNITO_COM":     34,
		"PROVIDER_TYPE_APPLE_COM":             41,
		"PROVIDER_TYPE_AUTHENTEQ_COM":         33,
		"PROVIDER_TYPE_BANKID_COM":            38,
		"PROVIDER_TYPE_BANKID_NO":             37,
		"PROVIDER_TYPE_BITBUCKET":             2,
		"PROVIDER_TYPE_CERN_CH":               3,
		"PROVIDER_TYPE_CUSTOM":                39,
		"PROVIDER_TYPE_FACEBOOK_COM":          4,
		"PROVIDER_TYPE_FITBIT_COM":            5,
		"PROVIDER_TYPE_FOURSQUARE_COM":        6,
		"PROVIDER_TYPE_GITHUB_COM":            7,
		"PROVIDER_TYPE_GITLAB_COM":            8,
		"PROVIDER_TYPE_GOOGLE_COM":            9,
		"PROVIDER_TYPE_HEROKU_COM":            10,
		"PROVIDER_TYPE_HIPCHAT_COM":           11,
		"PROVIDER_TYPE_INDYKITE_ID":           35,
		"PROVIDER_TYPE_INDYKITE_ME":           36,
		"PROVIDER_TYPE_INSTAGRAM_COM":         12,
		"PROVIDER_TYPE_KAKAO_COM":             13,
		"PROVIDER_TYPE_LINKEDIN_COM":          14,
		"PROVIDER_TYPE_MAILCHIMP_COM":         15,
		"PROVIDER_TYPE_MAIL_RU":               16,
		"PROVIDER_TYPE_MEDIAMATH_COM":         17,
		"PROVIDER_TYPE_SANDBOX_MEDIAMATH_COM": 18,
		"PROVIDER_TYPE_LIVE_COM":              32,
		"PROVIDER_TYPE_MICROSOFT_COM":         19,
		"PROVIDER_TYPE_HEALTH_NOKIA_COM":      20,
		"PROVIDER_TYPE_ODNOKLASSNIKI_RU":      21,
		"PROVIDER_TYPE_PAYPAL_COM":            22,
		"PROVIDER_TYPE_SANDBOX_PAYPAL_COM":    23,
		"PROVIDER_TYPE_SLACK_COM":             24,
		"PROVIDER_TYPE_SPOTIFY_COM":           25,
		"PROVIDER_TYPE_STACKOVERFLOW_COM":     26,
		"PROVIDER_TYPE_TWITCH_TV":             27,
		"PROVIDER_TYPE_UBER_COM":              28,
		"PROVIDER_TYPE_VIPPS_NO":              40,
		"PROVIDER_TYPE_VK_COM":                29,
		"PROVIDER_TYPE_YAHOO_COM":             30,
		"PROVIDER_TYPE_YANDEX_COM":            31,
	}
)

Enum value maps for OAuth2ClientConfig_ProviderType.

View Source
var (
	OAuth2ClientConfig_AuthStyle_name = map[int32]string{
		0: "AUTH_STYLE_INVALID",
		1: "AUTH_STYLE_AUTO_DETECT",
		2: "AUTH_STYLE_IN_PARAMS",
		3: "AUTH_STYLE_IN_HEADER",
	}
	OAuth2ClientConfig_AuthStyle_value = map[string]int32{
		"AUTH_STYLE_INVALID":     0,
		"AUTH_STYLE_AUTO_DETECT": 1,
		"AUTH_STYLE_IN_PARAMS":   2,
		"AUTH_STYLE_IN_HEADER":   3,
	}
)

Enum value maps for OAuth2ClientConfig_AuthStyle.

View Source
var (
	OAuth2ApplicationConfig_ClientSubjectType_name = map[int32]string{
		0: "CLIENT_SUBJECT_TYPE_INVALID",
		1: "CLIENT_SUBJECT_TYPE_PUBLIC",
		2: "CLIENT_SUBJECT_TYPE_PAIRWISE",
	}
	OAuth2ApplicationConfig_ClientSubjectType_value = map[string]int32{
		"CLIENT_SUBJECT_TYPE_INVALID":  0,
		"CLIENT_SUBJECT_TYPE_PUBLIC":   1,
		"CLIENT_SUBJECT_TYPE_PAIRWISE": 2,
	}
)

Enum value maps for OAuth2ApplicationConfig_ClientSubjectType.

View Source
var (
	WebAuthnProviderConfig_ConveyancePreference_name = map[int32]string{
		0: "CONVEYANCE_PREFERENCE_INVALID",
		1: "CONVEYANCE_PREFERENCE_NONE",
		2: "CONVEYANCE_PREFERENCE_INDIRECT",
		3: "CONVEYANCE_PREFERENCE_DIRECT",
	}
	WebAuthnProviderConfig_ConveyancePreference_value = map[string]int32{
		"CONVEYANCE_PREFERENCE_INVALID":  0,
		"CONVEYANCE_PREFERENCE_NONE":     1,
		"CONVEYANCE_PREFERENCE_INDIRECT": 2,
		"CONVEYANCE_PREFERENCE_DIRECT":   3,
	}
)

Enum value maps for WebAuthnProviderConfig_ConveyancePreference.

View Source
var (
	WebAuthnProviderConfig_AuthenticatorAttachment_name = map[int32]string{
		0: "AUTHENTICATOR_ATTACHMENT_INVALID",
		1: "AUTHENTICATOR_ATTACHMENT_DEFAULT",
		2: "AUTHENTICATOR_ATTACHMENT_PLATFORM",
		3: "AUTHENTICATOR_ATTACHMENT_CROSS_PLATFORM",
	}
	WebAuthnProviderConfig_AuthenticatorAttachment_value = map[string]int32{
		"AUTHENTICATOR_ATTACHMENT_INVALID":        0,
		"AUTHENTICATOR_ATTACHMENT_DEFAULT":        1,
		"AUTHENTICATOR_ATTACHMENT_PLATFORM":       2,
		"AUTHENTICATOR_ATTACHMENT_CROSS_PLATFORM": 3,
	}
)

Enum value maps for WebAuthnProviderConfig_AuthenticatorAttachment.

View Source
var (
	WebAuthnProviderConfig_UserVerificationRequirement_name = map[int32]string{
		0: "USER_VERIFICATION_REQUIREMENT_INVALID",
		1: "USER_VERIFICATION_REQUIREMENT_PREFERRED",
		2: "USER_VERIFICATION_REQUIREMENT_REQUIRED",
		3: "USER_VERIFICATION_REQUIREMENT_DISCOURAGED",
	}
	WebAuthnProviderConfig_UserVerificationRequirement_value = map[string]int32{
		"USER_VERIFICATION_REQUIREMENT_INVALID":     0,
		"USER_VERIFICATION_REQUIREMENT_PREFERRED":   1,
		"USER_VERIFICATION_REQUIREMENT_REQUIRED":    2,
		"USER_VERIFICATION_REQUIREMENT_DISCOURAGED": 3,
	}
)

Enum value maps for WebAuthnProviderConfig_UserVerificationRequirement.

View Source
var (
	AuthorizationPolicyConfig_Status_name = map[int32]string{
		0: "STATUS_INVALID",
		1: "STATUS_ACTIVE",
		2: "STATUS_INACTIVE",
		3: "STATUS_DRAFT",
	}
	AuthorizationPolicyConfig_Status_value = map[string]int32{
		"STATUS_INVALID":  0,
		"STATUS_ACTIVE":   1,
		"STATUS_INACTIVE": 2,
		"STATUS_DRAFT":    3,
	}
)

Enum value maps for AuthorizationPolicyConfig_Status.

View Source
var File_indykite_auditsink_v1beta1_ai_proto protoreflect.FileDescriptor
View Source
var File_indykite_auditsink_v1beta1_authorization_proto protoreflect.FileDescriptor
View Source
var File_indykite_auditsink_v1beta1_config_proto protoreflect.FileDescriptor
View Source
var File_indykite_auditsink_v1beta1_ingest_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AmazonSESProviderConfig added in v0.19.1

type AmazonSESProviderConfig struct {
	AccessKeyId                    string   `protobuf:"bytes,1,opt,name=access_key_id,json=accessKeyId,proto3" json:"access_key_id,omitempty"`
	SecretAccessKey                string   `protobuf:"bytes,2,opt,name=secret_access_key,json=secretAccessKey,proto3" json:"secret_access_key,omitempty"`
	Region                         string   `protobuf:"bytes,3,opt,name=region,proto3" json:"region,omitempty"`
	ConfigurationSetName           string   `protobuf:"bytes,4,opt,name=configuration_set_name,json=configurationSetName,proto3" json:"configuration_set_name,omitempty"`
	DefaultFromAddress             *Email   `protobuf:"bytes,5,opt,name=default_from_address,json=defaultFromAddress,proto3" json:"default_from_address,omitempty"`
	FeedbackForwardingEmailAddress string   `` /* 155-byte string literal not displayed */
	ReplyToAddresses               []string `protobuf:"bytes,7,rep,name=reply_to_addresses,json=replyToAddresses,proto3" json:"reply_to_addresses,omitempty"`
	// contains filtered or unexported fields
}

func (*AmazonSESProviderConfig) Descriptor deprecated added in v0.19.1

func (*AmazonSESProviderConfig) Descriptor() ([]byte, []int)

Deprecated: Use AmazonSESProviderConfig.ProtoReflect.Descriptor instead.

func (*AmazonSESProviderConfig) GetAccessKeyId added in v0.19.1

func (x *AmazonSESProviderConfig) GetAccessKeyId() string

func (*AmazonSESProviderConfig) GetConfigurationSetName added in v0.19.1

func (x *AmazonSESProviderConfig) GetConfigurationSetName() string

func (*AmazonSESProviderConfig) GetDefaultFromAddress added in v0.19.1

func (x *AmazonSESProviderConfig) GetDefaultFromAddress() *Email

func (*AmazonSESProviderConfig) GetFeedbackForwardingEmailAddress added in v0.19.1

func (x *AmazonSESProviderConfig) GetFeedbackForwardingEmailAddress() string

func (*AmazonSESProviderConfig) GetRegion added in v0.19.1

func (x *AmazonSESProviderConfig) GetRegion() string

func (*AmazonSESProviderConfig) GetReplyToAddresses added in v0.19.1

func (x *AmazonSESProviderConfig) GetReplyToAddresses() []string

func (*AmazonSESProviderConfig) GetSecretAccessKey added in v0.19.1

func (x *AmazonSESProviderConfig) GetSecretAccessKey() string

func (*AmazonSESProviderConfig) ProtoMessage added in v0.19.1

func (*AmazonSESProviderConfig) ProtoMessage()

func (*AmazonSESProviderConfig) ProtoReflect added in v0.19.1

func (x *AmazonSESProviderConfig) ProtoReflect() protoreflect.Message

func (*AmazonSESProviderConfig) Reset added in v0.19.1

func (x *AmazonSESProviderConfig) Reset()

func (*AmazonSESProviderConfig) String added in v0.19.1

func (x *AmazonSESProviderConfig) String() string

func (*AmazonSESProviderConfig) Validate added in v0.19.1

func (m *AmazonSESProviderConfig) Validate() error

Validate checks the field values on AmazonSESProviderConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AmazonSESProviderConfig) ValidateAll added in v0.19.1

func (m *AmazonSESProviderConfig) ValidateAll() error

ValidateAll checks the field values on AmazonSESProviderConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AmazonSESProviderConfigMultiError, or nil if none found.

type AmazonSESProviderConfigMultiError added in v0.19.1

type AmazonSESProviderConfigMultiError []error

AmazonSESProviderConfigMultiError is an error wrapping multiple validation errors returned by AmazonSESProviderConfig.ValidateAll() if the designated constraints aren't met.

func (AmazonSESProviderConfigMultiError) AllErrors added in v0.19.1

func (m AmazonSESProviderConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AmazonSESProviderConfigMultiError) Error added in v0.19.1

Error returns a concatenation of all the error messages it wraps.

type AmazonSESProviderConfigValidationError added in v0.19.1

type AmazonSESProviderConfigValidationError struct {
	// contains filtered or unexported fields
}

AmazonSESProviderConfigValidationError is the validation error returned by AmazonSESProviderConfig.Validate if the designated constraints aren't met.

func (AmazonSESProviderConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (AmazonSESProviderConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (AmazonSESProviderConfigValidationError) ErrorName added in v0.19.1

ErrorName returns error name.

func (AmazonSESProviderConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (AmazonSESProviderConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (AmazonSESProviderConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type ApplicationAgentCredentialConfig added in v0.19.1

type ApplicationAgentCredentialConfig struct {
	Kid string `protobuf:"bytes,1,opt,name=kid,proto3" json:"kid,omitempty"`
	// KeyFormat specify in which format the public key was provided.
	// Could by empty, if no public key was provided.
	KeyFormat   string                 `protobuf:"bytes,2,opt,name=key_format,json=keyFormat,proto3" json:"key_format,omitempty"`
	OriginalKid string                 `protobuf:"bytes,3,opt,name=original_kid,json=originalKid,proto3" json:"original_kid,omitempty"`
	ExpireTime  *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplicationAgentCredentialConfig) Descriptor deprecated added in v0.19.1

func (*ApplicationAgentCredentialConfig) Descriptor() ([]byte, []int)

Deprecated: Use ApplicationAgentCredentialConfig.ProtoReflect.Descriptor instead.

func (*ApplicationAgentCredentialConfig) GetExpireTime added in v0.19.1

func (*ApplicationAgentCredentialConfig) GetKeyFormat added in v0.19.1

func (x *ApplicationAgentCredentialConfig) GetKeyFormat() string

func (*ApplicationAgentCredentialConfig) GetKid added in v0.19.1

func (*ApplicationAgentCredentialConfig) GetOriginalKid added in v0.19.1

func (x *ApplicationAgentCredentialConfig) GetOriginalKid() string

func (*ApplicationAgentCredentialConfig) ProtoMessage added in v0.19.1

func (*ApplicationAgentCredentialConfig) ProtoMessage()

func (*ApplicationAgentCredentialConfig) ProtoReflect added in v0.19.1

func (*ApplicationAgentCredentialConfig) Reset added in v0.19.1

func (*ApplicationAgentCredentialConfig) String added in v0.19.1

func (*ApplicationAgentCredentialConfig) Validate added in v0.19.1

Validate checks the field values on ApplicationAgentCredentialConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ApplicationAgentCredentialConfig) ValidateAll added in v0.19.1

func (m *ApplicationAgentCredentialConfig) ValidateAll() error

ValidateAll checks the field values on ApplicationAgentCredentialConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ApplicationAgentCredentialConfigMultiError, or nil if none found.

type ApplicationAgentCredentialConfigMultiError added in v0.19.1

type ApplicationAgentCredentialConfigMultiError []error

ApplicationAgentCredentialConfigMultiError is an error wrapping multiple validation errors returned by ApplicationAgentCredentialConfig.ValidateAll() if the designated constraints aren't met.

func (ApplicationAgentCredentialConfigMultiError) AllErrors added in v0.19.1

AllErrors returns a list of validation violation errors.

func (ApplicationAgentCredentialConfigMultiError) Error added in v0.19.1

Error returns a concatenation of all the error messages it wraps.

type ApplicationAgentCredentialConfigValidationError added in v0.19.1

type ApplicationAgentCredentialConfigValidationError struct {
	// contains filtered or unexported fields
}

ApplicationAgentCredentialConfigValidationError is the validation error returned by ApplicationAgentCredentialConfig.Validate if the designated constraints aren't met.

func (ApplicationAgentCredentialConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (ApplicationAgentCredentialConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (ApplicationAgentCredentialConfigValidationError) ErrorName added in v0.19.1

ErrorName returns error name.

func (ApplicationAgentCredentialConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (ApplicationAgentCredentialConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (ApplicationAgentCredentialConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type ApplicationSpaceConfig added in v0.19.1

type ApplicationSpaceConfig struct {
	DefaultTenantId       string                `protobuf:"bytes,1,opt,name=default_tenant_id,json=defaultTenantId,proto3" json:"default_tenant_id,omitempty"`
	DefaultAuthFlowId     string                `protobuf:"bytes,2,opt,name=default_auth_flow_id,json=defaultAuthFlowId,proto3" json:"default_auth_flow_id,omitempty"`
	DefaultEmailServiceId string                `` /* 128-byte string literal not displayed */
	UsernamePolicy        *UsernamePolicyConfig `protobuf:"bytes,4,opt,name=username_policy,json=usernamePolicy,proto3" json:"username_policy,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplicationSpaceConfig) Descriptor deprecated added in v0.19.1

func (*ApplicationSpaceConfig) Descriptor() ([]byte, []int)

Deprecated: Use ApplicationSpaceConfig.ProtoReflect.Descriptor instead.

func (*ApplicationSpaceConfig) GetDefaultAuthFlowId added in v0.19.1

func (x *ApplicationSpaceConfig) GetDefaultAuthFlowId() string

func (*ApplicationSpaceConfig) GetDefaultEmailServiceId added in v0.19.1

func (x *ApplicationSpaceConfig) GetDefaultEmailServiceId() string

func (*ApplicationSpaceConfig) GetDefaultTenantId added in v0.19.1

func (x *ApplicationSpaceConfig) GetDefaultTenantId() string

func (*ApplicationSpaceConfig) GetUsernamePolicy added in v0.19.1

func (x *ApplicationSpaceConfig) GetUsernamePolicy() *UsernamePolicyConfig

func (*ApplicationSpaceConfig) ProtoMessage added in v0.19.1

func (*ApplicationSpaceConfig) ProtoMessage()

func (*ApplicationSpaceConfig) ProtoReflect added in v0.19.1

func (x *ApplicationSpaceConfig) ProtoReflect() protoreflect.Message

func (*ApplicationSpaceConfig) Reset added in v0.19.1

func (x *ApplicationSpaceConfig) Reset()

func (*ApplicationSpaceConfig) String added in v0.19.1

func (x *ApplicationSpaceConfig) String() string

func (*ApplicationSpaceConfig) Validate added in v0.19.1

func (m *ApplicationSpaceConfig) Validate() error

Validate checks the field values on ApplicationSpaceConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ApplicationSpaceConfig) ValidateAll added in v0.19.1

func (m *ApplicationSpaceConfig) ValidateAll() error

ValidateAll checks the field values on ApplicationSpaceConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ApplicationSpaceConfigMultiError, or nil if none found.

type ApplicationSpaceConfigMultiError added in v0.19.1

type ApplicationSpaceConfigMultiError []error

ApplicationSpaceConfigMultiError is an error wrapping multiple validation errors returned by ApplicationSpaceConfig.ValidateAll() if the designated constraints aren't met.

func (ApplicationSpaceConfigMultiError) AllErrors added in v0.19.1

func (m ApplicationSpaceConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ApplicationSpaceConfigMultiError) Error added in v0.19.1

Error returns a concatenation of all the error messages it wraps.

type ApplicationSpaceConfigValidationError added in v0.19.1

type ApplicationSpaceConfigValidationError struct {
	// contains filtered or unexported fields
}

ApplicationSpaceConfigValidationError is the validation error returned by ApplicationSpaceConfig.Validate if the designated constraints aren't met.

func (ApplicationSpaceConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (ApplicationSpaceConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (ApplicationSpaceConfigValidationError) ErrorName added in v0.19.1

ErrorName returns error name.

func (ApplicationSpaceConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (ApplicationSpaceConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (ApplicationSpaceConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type AssignConfigPermissions added in v0.19.1

type AssignConfigPermissions struct {

	// TargetIdentifier is gid identifier of Service Account or DigitalTwin.
	TargetIdentifier string `protobuf:"bytes,1,opt,name=target_identifier,json=targetIdentifier,proto3" json:"target_identifier,omitempty"`
	// TargetType is type of TargetIdentifier.
	TargetType ConfigType `` /* 135-byte string literal not displayed */
	// Permission role id to be assigned.
	Role string `protobuf:"bytes,3,opt,name=role,proto3" json:"role,omitempty"`
	// CustomerId under which to assign permissions.
	CustomerId string `protobuf:"bytes,4,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	// Object to which Permission will be linked to. Can be Customer, AppSpace or Tenant.
	ObjectId string `protobuf:"bytes,5,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	// Object type is type of object_id.
	ObjectType ConfigType `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AssignConfigPermissions) Descriptor deprecated added in v0.19.1

func (*AssignConfigPermissions) Descriptor() ([]byte, []int)

Deprecated: Use AssignConfigPermissions.ProtoReflect.Descriptor instead.

func (*AssignConfigPermissions) GetCustomerId added in v0.19.1

func (x *AssignConfigPermissions) GetCustomerId() string

func (*AssignConfigPermissions) GetObjectId added in v0.19.1

func (x *AssignConfigPermissions) GetObjectId() string

func (*AssignConfigPermissions) GetObjectType added in v0.19.1

func (x *AssignConfigPermissions) GetObjectType() ConfigType

func (*AssignConfigPermissions) GetRole added in v0.19.1

func (x *AssignConfigPermissions) GetRole() string

func (*AssignConfigPermissions) GetTargetIdentifier added in v0.19.1

func (x *AssignConfigPermissions) GetTargetIdentifier() string

func (*AssignConfigPermissions) GetTargetType added in v0.19.1

func (x *AssignConfigPermissions) GetTargetType() ConfigType

func (*AssignConfigPermissions) ProtoMessage added in v0.19.1

func (*AssignConfigPermissions) ProtoMessage()

func (*AssignConfigPermissions) ProtoReflect added in v0.19.1

func (x *AssignConfigPermissions) ProtoReflect() protoreflect.Message

func (*AssignConfigPermissions) Reset added in v0.19.1

func (x *AssignConfigPermissions) Reset()

func (*AssignConfigPermissions) String added in v0.19.1

func (x *AssignConfigPermissions) String() string

func (*AssignConfigPermissions) Validate added in v0.19.1

func (m *AssignConfigPermissions) Validate() error

Validate checks the field values on AssignConfigPermissions with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AssignConfigPermissions) ValidateAll added in v0.19.1

func (m *AssignConfigPermissions) ValidateAll() error

ValidateAll checks the field values on AssignConfigPermissions with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AssignConfigPermissionsMultiError, or nil if none found.

type AssignConfigPermissionsMultiError added in v0.19.1

type AssignConfigPermissionsMultiError []error

AssignConfigPermissionsMultiError is an error wrapping multiple validation errors returned by AssignConfigPermissions.ValidateAll() if the designated constraints aren't met.

func (AssignConfigPermissionsMultiError) AllErrors added in v0.19.1

func (m AssignConfigPermissionsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AssignConfigPermissionsMultiError) Error added in v0.19.1

Error returns a concatenation of all the error messages it wraps.

type AssignConfigPermissionsValidationError added in v0.19.1

type AssignConfigPermissionsValidationError struct {
	// contains filtered or unexported fields
}

AssignConfigPermissionsValidationError is the validation error returned by AssignConfigPermissions.Validate if the designated constraints aren't met.

func (AssignConfigPermissionsValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (AssignConfigPermissionsValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (AssignConfigPermissionsValidationError) ErrorName added in v0.19.1

ErrorName returns error name.

func (AssignConfigPermissionsValidationError) Field added in v0.19.1

Field function returns field value.

func (AssignConfigPermissionsValidationError) Key added in v0.19.1

Key function returns key value.

func (AssignConfigPermissionsValidationError) Reason added in v0.19.1

Reason function returns reason value.

type AuditSinkConfig added in v0.19.1

type AuditSinkConfig struct {

	// Types that are assignable to Provider:
	//
	//	*AuditSinkConfig_Kafka_
	Provider isAuditSinkConfig_Provider `protobuf_oneof:"provider"`
	// contains filtered or unexported fields
}

func (*AuditSinkConfig) Descriptor deprecated added in v0.19.1

func (*AuditSinkConfig) Descriptor() ([]byte, []int)

Deprecated: Use AuditSinkConfig.ProtoReflect.Descriptor instead.

func (*AuditSinkConfig) GetKafka added in v0.19.1

func (x *AuditSinkConfig) GetKafka() *AuditSinkConfig_Kafka

func (*AuditSinkConfig) GetProvider added in v0.19.1

func (m *AuditSinkConfig) GetProvider() isAuditSinkConfig_Provider

func (*AuditSinkConfig) ProtoMessage added in v0.19.1

func (*AuditSinkConfig) ProtoMessage()

func (*AuditSinkConfig) ProtoReflect added in v0.19.1

func (x *AuditSinkConfig) ProtoReflect() protoreflect.Message

func (*AuditSinkConfig) Reset added in v0.19.1

func (x *AuditSinkConfig) Reset()

func (*AuditSinkConfig) String added in v0.19.1

func (x *AuditSinkConfig) String() string

func (*AuditSinkConfig) Validate added in v0.19.1

func (m *AuditSinkConfig) Validate() error

Validate checks the field values on AuditSinkConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AuditSinkConfig) ValidateAll added in v0.19.1

func (m *AuditSinkConfig) ValidateAll() error

ValidateAll checks the field values on AuditSinkConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuditSinkConfigMultiError, or nil if none found.

type AuditSinkConfigMultiError added in v0.19.1

type AuditSinkConfigMultiError []error

AuditSinkConfigMultiError is an error wrapping multiple validation errors returned by AuditSinkConfig.ValidateAll() if the designated constraints aren't met.

func (AuditSinkConfigMultiError) AllErrors added in v0.19.1

func (m AuditSinkConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuditSinkConfigMultiError) Error added in v0.19.1

Error returns a concatenation of all the error messages it wraps.

type AuditSinkConfigValidationError added in v0.19.1

type AuditSinkConfigValidationError struct {
	// contains filtered or unexported fields
}

AuditSinkConfigValidationError is the validation error returned by AuditSinkConfig.Validate if the designated constraints aren't met.

func (AuditSinkConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (AuditSinkConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (AuditSinkConfigValidationError) ErrorName added in v0.19.1

func (e AuditSinkConfigValidationError) ErrorName() string

ErrorName returns error name.

func (AuditSinkConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (AuditSinkConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (AuditSinkConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type AuditSinkConfig_Kafka added in v0.19.1

type AuditSinkConfig_Kafka struct {

	// Brokers specify Kafka destinations to connect to.
	Brokers []string `protobuf:"bytes,1,rep,name=brokers,proto3" json:"brokers,omitempty"`
	// Topic name must be valid based on source code:
	// https://github.com/apache/kafka/blob/0.10.2/core/src/main/scala/kafka/common/Topic.scala#L29-L30
	Topic string `protobuf:"bytes,2,opt,name=topic,proto3" json:"topic,omitempty"`
	// DisableTLS can force using non-secure connection.
	DisableTls bool `protobuf:"varint,3,opt,name=disable_tls,json=disableTls,proto3" json:"disable_tls,omitempty"`
	// TLSSkipVerify defines whenever not to verify TLS certificate. Ignored if TLS is disabled.
	TlsSkipVerify bool   `protobuf:"varint,4,opt,name=tls_skip_verify,json=tlsSkipVerify,proto3" json:"tls_skip_verify,omitempty"`
	Username      string `protobuf:"bytes,5,opt,name=username,proto3" json:"username,omitempty"`
	Password      string `protobuf:"bytes,6,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*AuditSinkConfig_Kafka) Descriptor deprecated added in v0.19.1

func (*AuditSinkConfig_Kafka) Descriptor() ([]byte, []int)

Deprecated: Use AuditSinkConfig_Kafka.ProtoReflect.Descriptor instead.

func (*AuditSinkConfig_Kafka) GetBrokers added in v0.19.1

func (x *AuditSinkConfig_Kafka) GetBrokers() []string

func (*AuditSinkConfig_Kafka) GetDisableTls added in v0.19.1

func (x *AuditSinkConfig_Kafka) GetDisableTls() bool

func (*AuditSinkConfig_Kafka) GetPassword added in v0.19.1

func (x *AuditSinkConfig_Kafka) GetPassword() string

func (*AuditSinkConfig_Kafka) GetTlsSkipVerify added in v0.19.1

func (x *AuditSinkConfig_Kafka) GetTlsSkipVerify() bool

func (*AuditSinkConfig_Kafka) GetTopic added in v0.19.1

func (x *AuditSinkConfig_Kafka) GetTopic() string

func (*AuditSinkConfig_Kafka) GetUsername added in v0.19.1

func (x *AuditSinkConfig_Kafka) GetUsername() string

func (*AuditSinkConfig_Kafka) ProtoMessage added in v0.19.1

func (*AuditSinkConfig_Kafka) ProtoMessage()

func (*AuditSinkConfig_Kafka) ProtoReflect added in v0.19.1

func (x *AuditSinkConfig_Kafka) ProtoReflect() protoreflect.Message

func (*AuditSinkConfig_Kafka) Reset added in v0.19.1

func (x *AuditSinkConfig_Kafka) Reset()

func (*AuditSinkConfig_Kafka) String added in v0.19.1

func (x *AuditSinkConfig_Kafka) String() string

func (*AuditSinkConfig_Kafka) Validate added in v0.19.1

func (m *AuditSinkConfig_Kafka) Validate() error

Validate checks the field values on AuditSinkConfig_Kafka with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AuditSinkConfig_Kafka) ValidateAll added in v0.19.1

func (m *AuditSinkConfig_Kafka) ValidateAll() error

ValidateAll checks the field values on AuditSinkConfig_Kafka with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuditSinkConfig_KafkaMultiError, or nil if none found.

type AuditSinkConfig_KafkaMultiError added in v0.19.1

type AuditSinkConfig_KafkaMultiError []error

AuditSinkConfig_KafkaMultiError is an error wrapping multiple validation errors returned by AuditSinkConfig_Kafka.ValidateAll() if the designated constraints aren't met.

func (AuditSinkConfig_KafkaMultiError) AllErrors added in v0.19.1

func (m AuditSinkConfig_KafkaMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuditSinkConfig_KafkaMultiError) Error added in v0.19.1

Error returns a concatenation of all the error messages it wraps.

type AuditSinkConfig_KafkaValidationError added in v0.19.1

type AuditSinkConfig_KafkaValidationError struct {
	// contains filtered or unexported fields
}

AuditSinkConfig_KafkaValidationError is the validation error returned by AuditSinkConfig_Kafka.Validate if the designated constraints aren't met.

func (AuditSinkConfig_KafkaValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (AuditSinkConfig_KafkaValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (AuditSinkConfig_KafkaValidationError) ErrorName added in v0.19.1

ErrorName returns error name.

func (AuditSinkConfig_KafkaValidationError) Field added in v0.19.1

Field function returns field value.

func (AuditSinkConfig_KafkaValidationError) Key added in v0.19.1

Key function returns key value.

func (AuditSinkConfig_KafkaValidationError) Reason added in v0.19.1

Reason function returns reason value.

type AuditSinkConfig_Kafka_ added in v0.19.1

type AuditSinkConfig_Kafka_ struct {
	Kafka *AuditSinkConfig_Kafka `protobuf:"bytes,1,opt,name=kafka,proto3,oneof"`
}

type AuthFlowConfig added in v0.19.1

type AuthFlowConfig struct {
	SourceFormat AuthFlowConfig_Format `` /* 152-byte string literal not displayed */
	// Source of AuthFlow definition.
	// During Write, developer can send only JSON or YAML and must set appropriate format in source_format field.
	//
	// When reading, format is always specified by source_format field. However, also Rich JSON might be returned.
	// This situation happen, when AuthFlow was designed via Drag'n'Drop tool in Console UI.
	Source []byte `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthFlowConfig) Descriptor deprecated added in v0.19.1

func (*AuthFlowConfig) Descriptor() ([]byte, []int)

Deprecated: Use AuthFlowConfig.ProtoReflect.Descriptor instead.

func (*AuthFlowConfig) GetSource added in v0.19.1

func (x *AuthFlowConfig) GetSource() []byte

func (*AuthFlowConfig) GetSourceFormat added in v0.19.1

func (x *AuthFlowConfig) GetSourceFormat() AuthFlowConfig_Format

func (*AuthFlowConfig) ProtoMessage added in v0.19.1

func (*AuthFlowConfig) ProtoMessage()

func (*AuthFlowConfig) ProtoReflect added in v0.19.1

func (x *AuthFlowConfig) ProtoReflect() protoreflect.Message

func (*AuthFlowConfig) Reset added in v0.19.1

func (x *AuthFlowConfig) Reset()

func (*AuthFlowConfig) String added in v0.19.1

func (x *AuthFlowConfig) String() string

func (*AuthFlowConfig) Validate added in v0.19.1

func (m *AuthFlowConfig) Validate() error

Validate checks the field values on AuthFlowConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AuthFlowConfig) ValidateAll added in v0.19.1

func (m *AuthFlowConfig) ValidateAll() error

ValidateAll checks the field values on AuthFlowConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthFlowConfigMultiError, or nil if none found.

type AuthFlowConfigMultiError added in v0.19.1

type AuthFlowConfigMultiError []error

AuthFlowConfigMultiError is an error wrapping multiple validation errors returned by AuthFlowConfig.ValidateAll() if the designated constraints aren't met.

func (AuthFlowConfigMultiError) AllErrors added in v0.19.1

func (m AuthFlowConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuthFlowConfigMultiError) Error added in v0.19.1

func (m AuthFlowConfigMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AuthFlowConfigValidationError added in v0.19.1

type AuthFlowConfigValidationError struct {
	// contains filtered or unexported fields
}

AuthFlowConfigValidationError is the validation error returned by AuthFlowConfig.Validate if the designated constraints aren't met.

func (AuthFlowConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (AuthFlowConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (AuthFlowConfigValidationError) ErrorName added in v0.19.1

func (e AuthFlowConfigValidationError) ErrorName() string

ErrorName returns error name.

func (AuthFlowConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (AuthFlowConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (AuthFlowConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type AuthFlowConfig_Format added in v0.19.1

type AuthFlowConfig_Format int32

TODO: prepare properly

const (
	AuthFlowConfig_FORMAT_INVALID   AuthFlowConfig_Format = 0
	AuthFlowConfig_FORMAT_BARE_YAML AuthFlowConfig_Format = 1
	AuthFlowConfig_FORMAT_BARE_JSON AuthFlowConfig_Format = 2
	AuthFlowConfig_FORMAT_RICH_JSON AuthFlowConfig_Format = 3
)

func (AuthFlowConfig_Format) Descriptor added in v0.19.1

func (AuthFlowConfig_Format) Enum added in v0.19.1

func (AuthFlowConfig_Format) EnumDescriptor deprecated added in v0.19.1

func (AuthFlowConfig_Format) EnumDescriptor() ([]byte, []int)

Deprecated: Use AuthFlowConfig_Format.Descriptor instead.

func (AuthFlowConfig_Format) Number added in v0.19.1

func (AuthFlowConfig_Format) String added in v0.19.1

func (x AuthFlowConfig_Format) String() string

func (AuthFlowConfig_Format) Type added in v0.19.1

type AuthorizationDenyReason

type AuthorizationDenyReason struct {
	Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthorizationDenyReason) Descriptor deprecated

func (*AuthorizationDenyReason) Descriptor() ([]byte, []int)

Deprecated: Use AuthorizationDenyReason.ProtoReflect.Descriptor instead.

func (*AuthorizationDenyReason) GetMessage

func (x *AuthorizationDenyReason) GetMessage() string

func (*AuthorizationDenyReason) ProtoMessage

func (*AuthorizationDenyReason) ProtoMessage()

func (*AuthorizationDenyReason) ProtoReflect

func (x *AuthorizationDenyReason) ProtoReflect() protoreflect.Message

func (*AuthorizationDenyReason) Reset

func (x *AuthorizationDenyReason) Reset()

func (*AuthorizationDenyReason) String

func (x *AuthorizationDenyReason) String() string

func (*AuthorizationDenyReason) Validate

func (m *AuthorizationDenyReason) Validate() error

Validate checks the field values on AuthorizationDenyReason with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AuthorizationDenyReason) ValidateAll

func (m *AuthorizationDenyReason) ValidateAll() error

ValidateAll checks the field values on AuthorizationDenyReason with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthorizationDenyReasonMultiError, or nil if none found.

type AuthorizationDenyReasonMultiError

type AuthorizationDenyReasonMultiError []error

AuthorizationDenyReasonMultiError is an error wrapping multiple validation errors returned by AuthorizationDenyReason.ValidateAll() if the designated constraints aren't met.

func (AuthorizationDenyReasonMultiError) AllErrors

func (m AuthorizationDenyReasonMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuthorizationDenyReasonMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AuthorizationDenyReasonValidationError

type AuthorizationDenyReasonValidationError struct {
	// contains filtered or unexported fields
}

AuthorizationDenyReasonValidationError is the validation error returned by AuthorizationDenyReason.Validate if the designated constraints aren't met.

func (AuthorizationDenyReasonValidationError) Cause

Cause function returns cause value.

func (AuthorizationDenyReasonValidationError) Error

Error satisfies the builtin error interface

func (AuthorizationDenyReasonValidationError) ErrorName

ErrorName returns error name.

func (AuthorizationDenyReasonValidationError) Field

Field function returns field value.

func (AuthorizationDenyReasonValidationError) Key

Key function returns key value.

func (AuthorizationDenyReasonValidationError) Reason

Reason function returns reason value.

type AuthorizationDigitalTwin

type AuthorizationDigitalTwin struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthorizationDigitalTwin) Descriptor deprecated

func (*AuthorizationDigitalTwin) Descriptor() ([]byte, []int)

Deprecated: Use AuthorizationDigitalTwin.ProtoReflect.Descriptor instead.

func (*AuthorizationDigitalTwin) GetId

func (x *AuthorizationDigitalTwin) GetId() string

func (*AuthorizationDigitalTwin) ProtoMessage

func (*AuthorizationDigitalTwin) ProtoMessage()

func (*AuthorizationDigitalTwin) ProtoReflect

func (x *AuthorizationDigitalTwin) ProtoReflect() protoreflect.Message

func (*AuthorizationDigitalTwin) Reset

func (x *AuthorizationDigitalTwin) Reset()

func (*AuthorizationDigitalTwin) String

func (x *AuthorizationDigitalTwin) String() string

func (*AuthorizationDigitalTwin) Validate

func (m *AuthorizationDigitalTwin) Validate() error

Validate checks the field values on AuthorizationDigitalTwin with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AuthorizationDigitalTwin) ValidateAll

func (m *AuthorizationDigitalTwin) ValidateAll() error

ValidateAll checks the field values on AuthorizationDigitalTwin with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthorizationDigitalTwinMultiError, or nil if none found.

type AuthorizationDigitalTwinMultiError

type AuthorizationDigitalTwinMultiError []error

AuthorizationDigitalTwinMultiError is an error wrapping multiple validation errors returned by AuthorizationDigitalTwin.ValidateAll() if the designated constraints aren't met.

func (AuthorizationDigitalTwinMultiError) AllErrors

func (m AuthorizationDigitalTwinMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuthorizationDigitalTwinMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AuthorizationDigitalTwinValidationError

type AuthorizationDigitalTwinValidationError struct {
	// contains filtered or unexported fields
}

AuthorizationDigitalTwinValidationError is the validation error returned by AuthorizationDigitalTwin.Validate if the designated constraints aren't met.

func (AuthorizationDigitalTwinValidationError) Cause

Cause function returns cause value.

func (AuthorizationDigitalTwinValidationError) Error

Error satisfies the builtin error interface

func (AuthorizationDigitalTwinValidationError) ErrorName

ErrorName returns error name.

func (AuthorizationDigitalTwinValidationError) Field

Field function returns field value.

func (AuthorizationDigitalTwinValidationError) Key

Key function returns key value.

func (AuthorizationDigitalTwinValidationError) Reason

Reason function returns reason value.

type AuthorizationPolicy

type AuthorizationPolicy struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthorizationPolicy) Descriptor deprecated

func (*AuthorizationPolicy) Descriptor() ([]byte, []int)

Deprecated: Use AuthorizationPolicy.ProtoReflect.Descriptor instead.

func (*AuthorizationPolicy) GetId

func (x *AuthorizationPolicy) GetId() string

func (*AuthorizationPolicy) GetName

func (x *AuthorizationPolicy) GetName() string

func (*AuthorizationPolicy) ProtoMessage

func (*AuthorizationPolicy) ProtoMessage()

func (*AuthorizationPolicy) ProtoReflect

func (x *AuthorizationPolicy) ProtoReflect() protoreflect.Message

func (*AuthorizationPolicy) Reset

func (x *AuthorizationPolicy) Reset()

func (*AuthorizationPolicy) String

func (x *AuthorizationPolicy) String() string

func (*AuthorizationPolicy) Validate

func (m *AuthorizationPolicy) Validate() error

Validate checks the field values on AuthorizationPolicy with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AuthorizationPolicy) ValidateAll

func (m *AuthorizationPolicy) ValidateAll() error

ValidateAll checks the field values on AuthorizationPolicy with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthorizationPolicyMultiError, or nil if none found.

type AuthorizationPolicyConfig added in v0.19.1

type AuthorizationPolicyConfig struct {

	// Policy in JSON string format.
	Policy string `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// Policy status.
	Status AuthorizationPolicyConfig_Status `` /* 131-byte string literal not displayed */
	// Optional policy tags
	Tags []string `protobuf:"bytes,3,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthorizationPolicyConfig) Descriptor deprecated added in v0.19.1

func (*AuthorizationPolicyConfig) Descriptor() ([]byte, []int)

Deprecated: Use AuthorizationPolicyConfig.ProtoReflect.Descriptor instead.

func (*AuthorizationPolicyConfig) GetPolicy added in v0.19.1

func (x *AuthorizationPolicyConfig) GetPolicy() string

func (*AuthorizationPolicyConfig) GetStatus added in v0.19.1

func (*AuthorizationPolicyConfig) GetTags added in v0.19.1

func (x *AuthorizationPolicyConfig) GetTags() []string

func (*AuthorizationPolicyConfig) ProtoMessage added in v0.19.1

func (*AuthorizationPolicyConfig) ProtoMessage()

func (*AuthorizationPolicyConfig) ProtoReflect added in v0.19.1

func (*AuthorizationPolicyConfig) Reset added in v0.19.1

func (x *AuthorizationPolicyConfig) Reset()

func (*AuthorizationPolicyConfig) String added in v0.19.1

func (x *AuthorizationPolicyConfig) String() string

func (*AuthorizationPolicyConfig) Validate added in v0.19.1

func (m *AuthorizationPolicyConfig) Validate() error

Validate checks the field values on AuthorizationPolicyConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AuthorizationPolicyConfig) ValidateAll added in v0.19.1

func (m *AuthorizationPolicyConfig) ValidateAll() error

ValidateAll checks the field values on AuthorizationPolicyConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthorizationPolicyConfigMultiError, or nil if none found.

type AuthorizationPolicyConfigMultiError added in v0.19.1

type AuthorizationPolicyConfigMultiError []error

AuthorizationPolicyConfigMultiError is an error wrapping multiple validation errors returned by AuthorizationPolicyConfig.ValidateAll() if the designated constraints aren't met.

func (AuthorizationPolicyConfigMultiError) AllErrors added in v0.19.1

AllErrors returns a list of validation violation errors.

func (AuthorizationPolicyConfigMultiError) Error added in v0.19.1

Error returns a concatenation of all the error messages it wraps.

type AuthorizationPolicyConfigValidationError added in v0.19.1

type AuthorizationPolicyConfigValidationError struct {
	// contains filtered or unexported fields
}

AuthorizationPolicyConfigValidationError is the validation error returned by AuthorizationPolicyConfig.Validate if the designated constraints aren't met.

func (AuthorizationPolicyConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (AuthorizationPolicyConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (AuthorizationPolicyConfigValidationError) ErrorName added in v0.19.1

ErrorName returns error name.

func (AuthorizationPolicyConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (AuthorizationPolicyConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (AuthorizationPolicyConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type AuthorizationPolicyConfig_Status added in v0.19.1

type AuthorizationPolicyConfig_Status int32
const (
	AuthorizationPolicyConfig_STATUS_INVALID  AuthorizationPolicyConfig_Status = 0
	AuthorizationPolicyConfig_STATUS_ACTIVE   AuthorizationPolicyConfig_Status = 1
	AuthorizationPolicyConfig_STATUS_INACTIVE AuthorizationPolicyConfig_Status = 2
	AuthorizationPolicyConfig_STATUS_DRAFT    AuthorizationPolicyConfig_Status = 3
)

func (AuthorizationPolicyConfig_Status) Descriptor added in v0.19.1

func (AuthorizationPolicyConfig_Status) Enum added in v0.19.1

func (AuthorizationPolicyConfig_Status) EnumDescriptor deprecated added in v0.19.1

func (AuthorizationPolicyConfig_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use AuthorizationPolicyConfig_Status.Descriptor instead.

func (AuthorizationPolicyConfig_Status) Number added in v0.19.1

func (AuthorizationPolicyConfig_Status) String added in v0.19.1

func (AuthorizationPolicyConfig_Status) Type added in v0.19.1

type AuthorizationPolicyMultiError

type AuthorizationPolicyMultiError []error

AuthorizationPolicyMultiError is an error wrapping multiple validation errors returned by AuthorizationPolicy.ValidateAll() if the designated constraints aren't met.

func (AuthorizationPolicyMultiError) AllErrors

func (m AuthorizationPolicyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuthorizationPolicyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AuthorizationPolicyValidationError

type AuthorizationPolicyValidationError struct {
	// contains filtered or unexported fields
}

AuthorizationPolicyValidationError is the validation error returned by AuthorizationPolicy.Validate if the designated constraints aren't met.

func (AuthorizationPolicyValidationError) Cause

Cause function returns cause value.

func (AuthorizationPolicyValidationError) Error

Error satisfies the builtin error interface

func (AuthorizationPolicyValidationError) ErrorName

ErrorName returns error name.

func (AuthorizationPolicyValidationError) Field

Field function returns field value.

func (AuthorizationPolicyValidationError) Key

Key function returns key value.

func (AuthorizationPolicyValidationError) Reason

Reason function returns reason value.

type AuthorizationSubject

type AuthorizationSubject struct {

	// Types that are assignable to Subject:
	//
	//	*AuthorizationSubject_DigitalTwin
	//	*AuthorizationSubject_DigitalTwinProperty
	//	*AuthorizationSubject_AccessToken
	//	*AuthorizationSubject_ExternalId
	Subject isAuthorizationSubject_Subject `protobuf_oneof:"subject"`
	// contains filtered or unexported fields
}

func (*AuthorizationSubject) Descriptor deprecated

func (*AuthorizationSubject) Descriptor() ([]byte, []int)

Deprecated: Use AuthorizationSubject.ProtoReflect.Descriptor instead.

func (*AuthorizationSubject) GetAccessToken

func (x *AuthorizationSubject) GetAccessToken() string

func (*AuthorizationSubject) GetDigitalTwin

func (x *AuthorizationSubject) GetDigitalTwin() *AuthorizationDigitalTwin

func (*AuthorizationSubject) GetDigitalTwinProperty

func (x *AuthorizationSubject) GetDigitalTwinProperty() *AuthorizationSubject_Property

func (*AuthorizationSubject) GetExternalId added in v0.20.0

func (*AuthorizationSubject) GetSubject

func (m *AuthorizationSubject) GetSubject() isAuthorizationSubject_Subject

func (*AuthorizationSubject) ProtoMessage

func (*AuthorizationSubject) ProtoMessage()

func (*AuthorizationSubject) ProtoReflect

func (x *AuthorizationSubject) ProtoReflect() protoreflect.Message

func (*AuthorizationSubject) Reset

func (x *AuthorizationSubject) Reset()

func (*AuthorizationSubject) String

func (x *AuthorizationSubject) String() string

func (*AuthorizationSubject) Validate

func (m *AuthorizationSubject) Validate() error

Validate checks the field values on AuthorizationSubject with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AuthorizationSubject) ValidateAll

func (m *AuthorizationSubject) ValidateAll() error

ValidateAll checks the field values on AuthorizationSubject with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthorizationSubjectMultiError, or nil if none found.

type AuthorizationSubjectMultiError

type AuthorizationSubjectMultiError []error

AuthorizationSubjectMultiError is an error wrapping multiple validation errors returned by AuthorizationSubject.ValidateAll() if the designated constraints aren't met.

func (AuthorizationSubjectMultiError) AllErrors

func (m AuthorizationSubjectMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuthorizationSubjectMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AuthorizationSubjectValidationError

type AuthorizationSubjectValidationError struct {
	// contains filtered or unexported fields
}

AuthorizationSubjectValidationError is the validation error returned by AuthorizationSubject.Validate if the designated constraints aren't met.

func (AuthorizationSubjectValidationError) Cause

Cause function returns cause value.

func (AuthorizationSubjectValidationError) Error

Error satisfies the builtin error interface

func (AuthorizationSubjectValidationError) ErrorName

ErrorName returns error name.

func (AuthorizationSubjectValidationError) Field

Field function returns field value.

func (AuthorizationSubjectValidationError) Key

Key function returns key value.

func (AuthorizationSubjectValidationError) Reason

Reason function returns reason value.

type AuthorizationSubject_AccessToken

type AuthorizationSubject_AccessToken struct {
	AccessToken string `protobuf:"bytes,3,opt,name=access_token,json=accessToken,proto3,oneof"`
}

type AuthorizationSubject_DigitalTwin

type AuthorizationSubject_DigitalTwin struct {
	DigitalTwin *AuthorizationDigitalTwin `protobuf:"bytes,1,opt,name=digital_twin,json=digitalTwin,proto3,oneof"`
}

type AuthorizationSubject_DigitalTwinProperty

type AuthorizationSubject_DigitalTwinProperty struct {
	DigitalTwinProperty *AuthorizationSubject_Property `protobuf:"bytes,2,opt,name=digital_twin_property,json=digitalTwinProperty,proto3,oneof"`
}

type AuthorizationSubject_ExternalID added in v0.20.0

type AuthorizationSubject_ExternalID struct {
	Type       string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	ExternalId string `protobuf:"bytes,2,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthorizationSubject_ExternalID) Descriptor deprecated added in v0.20.0

func (*AuthorizationSubject_ExternalID) Descriptor() ([]byte, []int)

Deprecated: Use AuthorizationSubject_ExternalID.ProtoReflect.Descriptor instead.

func (*AuthorizationSubject_ExternalID) GetExternalId added in v0.20.0

func (x *AuthorizationSubject_ExternalID) GetExternalId() string

func (*AuthorizationSubject_ExternalID) GetType added in v0.20.0

func (*AuthorizationSubject_ExternalID) ProtoMessage added in v0.20.0

func (*AuthorizationSubject_ExternalID) ProtoMessage()

func (*AuthorizationSubject_ExternalID) ProtoReflect added in v0.20.0

func (*AuthorizationSubject_ExternalID) Reset added in v0.20.0

func (*AuthorizationSubject_ExternalID) String added in v0.20.0

func (*AuthorizationSubject_ExternalID) Validate added in v0.20.0

func (m *AuthorizationSubject_ExternalID) Validate() error

Validate checks the field values on AuthorizationSubject_ExternalID with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AuthorizationSubject_ExternalID) ValidateAll added in v0.20.0

func (m *AuthorizationSubject_ExternalID) ValidateAll() error

ValidateAll checks the field values on AuthorizationSubject_ExternalID with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthorizationSubject_ExternalIDMultiError, or nil if none found.

type AuthorizationSubject_ExternalIDMultiError added in v0.20.0

type AuthorizationSubject_ExternalIDMultiError []error

AuthorizationSubject_ExternalIDMultiError is an error wrapping multiple validation errors returned by AuthorizationSubject_ExternalID.ValidateAll() if the designated constraints aren't met.

func (AuthorizationSubject_ExternalIDMultiError) AllErrors added in v0.20.0

AllErrors returns a list of validation violation errors.

func (AuthorizationSubject_ExternalIDMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type AuthorizationSubject_ExternalIDValidationError added in v0.20.0

type AuthorizationSubject_ExternalIDValidationError struct {
	// contains filtered or unexported fields
}

AuthorizationSubject_ExternalIDValidationError is the validation error returned by AuthorizationSubject_ExternalID.Validate if the designated constraints aren't met.

func (AuthorizationSubject_ExternalIDValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (AuthorizationSubject_ExternalIDValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (AuthorizationSubject_ExternalIDValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (AuthorizationSubject_ExternalIDValidationError) Field added in v0.20.0

Field function returns field value.

func (AuthorizationSubject_ExternalIDValidationError) Key added in v0.20.0

Key function returns key value.

func (AuthorizationSubject_ExternalIDValidationError) Reason added in v0.20.0

Reason function returns reason value.

type AuthorizationSubject_ExternalId added in v0.20.0

type AuthorizationSubject_ExternalId struct {
	ExternalId *AuthorizationSubject_ExternalID `protobuf:"bytes,4,opt,name=external_id,json=externalId,proto3,oneof"`
}

type AuthorizationSubject_Property

type AuthorizationSubject_Property struct {
	Type  string         `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Value *v1beta1.Value `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthorizationSubject_Property) Descriptor deprecated

func (*AuthorizationSubject_Property) Descriptor() ([]byte, []int)

Deprecated: Use AuthorizationSubject_Property.ProtoReflect.Descriptor instead.

func (*AuthorizationSubject_Property) GetType

func (*AuthorizationSubject_Property) GetValue

func (*AuthorizationSubject_Property) ProtoMessage

func (*AuthorizationSubject_Property) ProtoMessage()

func (*AuthorizationSubject_Property) ProtoReflect

func (*AuthorizationSubject_Property) Reset

func (x *AuthorizationSubject_Property) Reset()

func (*AuthorizationSubject_Property) String

func (*AuthorizationSubject_Property) Validate

func (m *AuthorizationSubject_Property) Validate() error

Validate checks the field values on AuthorizationSubject_Property with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AuthorizationSubject_Property) ValidateAll

func (m *AuthorizationSubject_Property) ValidateAll() error

ValidateAll checks the field values on AuthorizationSubject_Property with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthorizationSubject_PropertyMultiError, or nil if none found.

type AuthorizationSubject_PropertyMultiError

type AuthorizationSubject_PropertyMultiError []error

AuthorizationSubject_PropertyMultiError is an error wrapping multiple validation errors returned by AuthorizationSubject_Property.ValidateAll() if the designated constraints aren't met.

func (AuthorizationSubject_PropertyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AuthorizationSubject_PropertyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AuthorizationSubject_PropertyValidationError

type AuthorizationSubject_PropertyValidationError struct {
	// contains filtered or unexported fields
}

AuthorizationSubject_PropertyValidationError is the validation error returned by AuthorizationSubject_Property.Validate if the designated constraints aren't met.

func (AuthorizationSubject_PropertyValidationError) Cause

Cause function returns cause value.

func (AuthorizationSubject_PropertyValidationError) Error

Error satisfies the builtin error interface

func (AuthorizationSubject_PropertyValidationError) ErrorName

ErrorName returns error name.

func (AuthorizationSubject_PropertyValidationError) Field

Field function returns field value.

func (AuthorizationSubject_PropertyValidationError) Key

Key function returns key value.

func (AuthorizationSubject_PropertyValidationError) Reason

Reason function returns reason value.

type ConfigDetail added in v0.19.1

type ConfigDetail struct {
	Name        string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Version     int64  `protobuf:"varint,4,opt,name=version,proto3" json:"version,omitempty"`
	// Types that are assignable to Configuration:
	//
	//	*ConfigDetail_CustomerConfig
	//	*ConfigDetail_ApplicationSpaceConfig
	//	*ConfigDetail_TenantConfig
	//	*ConfigDetail_ApplicationAgentCredential
	//	*ConfigDetail_ServiceAccountCredential
	//	*ConfigDetail_AuthFlowConfig
	//	*ConfigDetail_EmailServiceConfig
	//	*ConfigDetail_AuditSinkConfig
	//	*ConfigDetail_Oauth2ClientConfig
	//	*ConfigDetail_WebAuthnProviderConfig
	//	*ConfigDetail_AuthorizationPolicyConfig
	//	*ConfigDetail_Oauth2ApplicationConfig
	//	*ConfigDetail_Oauth2ProviderConfig
	//	*ConfigDetail_ConsentConfig
	Configuration isConfigDetail_Configuration `protobuf_oneof:"configuration"`
	// contains filtered or unexported fields
}

func (*ConfigDetail) Descriptor deprecated added in v0.19.1

func (*ConfigDetail) Descriptor() ([]byte, []int)

Deprecated: Use ConfigDetail.ProtoReflect.Descriptor instead.

func (*ConfigDetail) GetApplicationAgentCredential added in v0.19.1

func (x *ConfigDetail) GetApplicationAgentCredential() *ApplicationAgentCredentialConfig

func (*ConfigDetail) GetApplicationSpaceConfig added in v0.19.1

func (x *ConfigDetail) GetApplicationSpaceConfig() *ApplicationSpaceConfig

func (*ConfigDetail) GetAuditSinkConfig added in v0.19.1

func (x *ConfigDetail) GetAuditSinkConfig() *AuditSinkConfig

func (*ConfigDetail) GetAuthFlowConfig added in v0.19.1

func (x *ConfigDetail) GetAuthFlowConfig() *AuthFlowConfig

func (*ConfigDetail) GetAuthorizationPolicyConfig added in v0.19.1

func (x *ConfigDetail) GetAuthorizationPolicyConfig() *AuthorizationPolicyConfig

func (*ConfigDetail) GetConfiguration added in v0.19.1

func (m *ConfigDetail) GetConfiguration() isConfigDetail_Configuration

func (*ConfigDetail) GetConsentConfig added in v0.25.0

func (x *ConfigDetail) GetConsentConfig() *v1beta1.ConsentConfiguration

func (*ConfigDetail) GetCustomerConfig added in v0.19.1

func (x *ConfigDetail) GetCustomerConfig() *CustomerConfig

func (*ConfigDetail) GetDescription added in v0.19.1

func (x *ConfigDetail) GetDescription() string

func (*ConfigDetail) GetDisplayName added in v0.19.1

func (x *ConfigDetail) GetDisplayName() string

func (*ConfigDetail) GetEmailServiceConfig added in v0.19.1

func (x *ConfigDetail) GetEmailServiceConfig() *EmailServiceConfig

func (*ConfigDetail) GetName added in v0.19.1

func (x *ConfigDetail) GetName() string

func (*ConfigDetail) GetOauth2ApplicationConfig added in v0.19.1

func (x *ConfigDetail) GetOauth2ApplicationConfig() *OAuth2ApplicationConfig

func (*ConfigDetail) GetOauth2ClientConfig added in v0.19.1

func (x *ConfigDetail) GetOauth2ClientConfig() *OAuth2ClientConfig

func (*ConfigDetail) GetOauth2ProviderConfig added in v0.19.1

func (x *ConfigDetail) GetOauth2ProviderConfig() *OAuth2ProviderConfig

func (*ConfigDetail) GetServiceAccountCredential added in v0.19.1

func (x *ConfigDetail) GetServiceAccountCredential() *ServiceAccountCredentialConfig

func (*ConfigDetail) GetTenantConfig added in v0.19.1

func (x *ConfigDetail) GetTenantConfig() *TenantConfig

func (*ConfigDetail) GetVersion added in v0.19.1

func (x *ConfigDetail) GetVersion() int64

func (*ConfigDetail) GetWebAuthnProviderConfig added in v0.19.1

func (x *ConfigDetail) GetWebAuthnProviderConfig() *WebAuthnProviderConfig

func (*ConfigDetail) ProtoMessage added in v0.19.1

func (*ConfigDetail) ProtoMessage()

func (*ConfigDetail) ProtoReflect added in v0.19.1

func (x *ConfigDetail) ProtoReflect() protoreflect.Message

func (*ConfigDetail) Reset added in v0.19.1

func (x *ConfigDetail) Reset()

func (*ConfigDetail) String added in v0.19.1

func (x *ConfigDetail) String() string

func (*ConfigDetail) Validate added in v0.19.1

func (m *ConfigDetail) Validate() error

Validate checks the field values on ConfigDetail with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ConfigDetail) ValidateAll added in v0.19.1

func (m *ConfigDetail) ValidateAll() error

ValidateAll checks the field values on ConfigDetail with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ConfigDetailMultiError, or nil if none found.

type ConfigDetailMultiError added in v0.19.1

type ConfigDetailMultiError []error

ConfigDetailMultiError is an error wrapping multiple validation errors returned by ConfigDetail.ValidateAll() if the designated constraints aren't met.

func (ConfigDetailMultiError) AllErrors added in v0.19.1

func (m ConfigDetailMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConfigDetailMultiError) Error added in v0.19.1

func (m ConfigDetailMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ConfigDetailValidationError added in v0.19.1

type ConfigDetailValidationError struct {
	// contains filtered or unexported fields
}

ConfigDetailValidationError is the validation error returned by ConfigDetail.Validate if the designated constraints aren't met.

func (ConfigDetailValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (ConfigDetailValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (ConfigDetailValidationError) ErrorName added in v0.19.1

func (e ConfigDetailValidationError) ErrorName() string

ErrorName returns error name.

func (ConfigDetailValidationError) Field added in v0.19.1

Field function returns field value.

func (ConfigDetailValidationError) Key added in v0.19.1

Key function returns key value.

func (ConfigDetailValidationError) Reason added in v0.19.1

Reason function returns reason value.

type ConfigDetail_ApplicationAgentCredential added in v0.19.1

type ConfigDetail_ApplicationAgentCredential struct {
	ApplicationAgentCredential *ApplicationAgentCredentialConfig `protobuf:"bytes,8,opt,name=application_agent_credential,json=applicationAgentCredential,proto3,oneof"`
}

type ConfigDetail_ApplicationSpaceConfig added in v0.19.1

type ConfigDetail_ApplicationSpaceConfig struct {
	ApplicationSpaceConfig *ApplicationSpaceConfig `protobuf:"bytes,6,opt,name=application_space_config,json=applicationSpaceConfig,proto3,oneof"`
}

type ConfigDetail_AuditSinkConfig added in v0.19.1

type ConfigDetail_AuditSinkConfig struct {
	AuditSinkConfig *AuditSinkConfig `protobuf:"bytes,12,opt,name=audit_sink_config,json=auditSinkConfig,proto3,oneof"`
}

type ConfigDetail_AuthFlowConfig added in v0.19.1

type ConfigDetail_AuthFlowConfig struct {
	AuthFlowConfig *AuthFlowConfig `protobuf:"bytes,10,opt,name=auth_flow_config,json=authFlowConfig,proto3,oneof"`
}

type ConfigDetail_AuthorizationPolicyConfig added in v0.19.1

type ConfigDetail_AuthorizationPolicyConfig struct {
	AuthorizationPolicyConfig *AuthorizationPolicyConfig `protobuf:"bytes,15,opt,name=authorization_policy_config,json=authorizationPolicyConfig,proto3,oneof"`
}

type ConfigDetail_ConsentConfig added in v0.25.0

type ConfigDetail_ConsentConfig struct {
	ConsentConfig *v1beta1.ConsentConfiguration `protobuf:"bytes,18,opt,name=consent_config,json=consentConfig,proto3,oneof"`
}

type ConfigDetail_CustomerConfig added in v0.19.1

type ConfigDetail_CustomerConfig struct {
	CustomerConfig *CustomerConfig `protobuf:"bytes,5,opt,name=customer_config,json=customerConfig,proto3,oneof"`
}

type ConfigDetail_EmailServiceConfig added in v0.19.1

type ConfigDetail_EmailServiceConfig struct {
	EmailServiceConfig *EmailServiceConfig `protobuf:"bytes,11,opt,name=email_service_config,json=emailServiceConfig,proto3,oneof"`
}

type ConfigDetail_Oauth2ApplicationConfig added in v0.19.1

type ConfigDetail_Oauth2ApplicationConfig struct {
	Oauth2ApplicationConfig *OAuth2ApplicationConfig `protobuf:"bytes,16,opt,name=oauth2_application_config,json=oauth2ApplicationConfig,proto3,oneof"`
}

type ConfigDetail_Oauth2ClientConfig added in v0.19.1

type ConfigDetail_Oauth2ClientConfig struct {
	Oauth2ClientConfig *OAuth2ClientConfig `protobuf:"bytes,13,opt,name=oauth2_client_config,json=oauth2ClientConfig,proto3,oneof"`
}

type ConfigDetail_Oauth2ProviderConfig added in v0.19.1

type ConfigDetail_Oauth2ProviderConfig struct {
	Oauth2ProviderConfig *OAuth2ProviderConfig `protobuf:"bytes,17,opt,name=oauth2_provider_config,json=oauth2ProviderConfig,proto3,oneof"`
}

type ConfigDetail_ServiceAccountCredential added in v0.19.1

type ConfigDetail_ServiceAccountCredential struct {
	ServiceAccountCredential *ServiceAccountCredentialConfig `protobuf:"bytes,9,opt,name=service_account_credential,json=serviceAccountCredential,proto3,oneof"`
}

type ConfigDetail_TenantConfig added in v0.19.1

type ConfigDetail_TenantConfig struct {
	TenantConfig *TenantConfig `protobuf:"bytes,7,opt,name=tenant_config,json=tenantConfig,proto3,oneof"`
}

type ConfigDetail_WebAuthnProviderConfig added in v0.19.1

type ConfigDetail_WebAuthnProviderConfig struct {
	WebAuthnProviderConfig *WebAuthnProviderConfig `protobuf:"bytes,14,opt,name=web_authn_provider_config,json=webAuthnProviderConfig,proto3,oneof"`
}

type ConfigType added in v0.19.1

type ConfigType int32

ConfigType is equivalent to internal DocumentType, for easier maintenance keep same numbers.

const (
	ConfigType_CONFIG_TYPE_INVALID              ConfigType = 0
	ConfigType_CONFIG_TYPE_CUSTOMER             ConfigType = 1
	ConfigType_CONFIG_TYPE_APPLICATION_SPACE    ConfigType = 2
	ConfigType_CONFIG_TYPE_ISSUER               ConfigType = 15
	ConfigType_CONFIG_TYPE_TENANT               ConfigType = 3
	ConfigType_CONFIG_TYPE_APPLICATION          ConfigType = 4
	ConfigType_CONFIG_TYPE_APP_AGENT            ConfigType = 5
	ConfigType_CONFIG_TYPE_APP_AGENT_CREDENTIAL ConfigType = 6
	ConfigType_CONFIG_TYPE_SERVICE_ACCOUNT      ConfigType = 18
	ConfigType_CONFIG_TYPE_SERVICE_CREDENTIAL   ConfigType = 19
	ConfigType_CONFIG_TYPE_DIGITAL_TWIN         ConfigType = 21
	ConfigType_CONFIG_TYPE_AUTH_FLOW            ConfigType = 7
	ConfigType_CONFIG_TYPE_EMAIL_SERVICE        ConfigType = 8
	ConfigType_CONFIG_TYPE_SMS_SERVICE          ConfigType = 9
	ConfigType_CONFIG_TYPE_AUDIT_SINK           ConfigType = 27
	ConfigType_CONFIG_TYPE_OAUTH2_CLIENT        ConfigType = 10
	ConfigType_CONFIG_TYPE_OAUTH2_APPLICATION   ConfigType = 11
	ConfigType_CONFIG_TYPE_OAUTH2_PROVIDER      ConfigType = 17
	ConfigType_CONFIG_TYPE_PASSWORD_PROVIDER    ConfigType = 12
	ConfigType_CONFIG_TYPE_WEBAUTHN_PROVIDER    ConfigType = 13
	ConfigType_CONFIG_TYPE_SAFR_PROVIDER        ConfigType = 16
	ConfigType_CONFIG_TYPE_AUTHORIZATION_POLICY ConfigType = 22
	// CONFIG_TYPE_RESOURCE = 25; // Not use in Config API, but in Ingest/IKG
	// CONFIG_TYPE_RELATION = 26; // Not use in Config API, but in Ingest/IKG
	ConfigType_CONFIG_TYPE_CONSENT ConfigType = 29
)

func (ConfigType) Descriptor added in v0.19.1

func (ConfigType) Descriptor() protoreflect.EnumDescriptor

func (ConfigType) Enum added in v0.19.1

func (x ConfigType) Enum() *ConfigType

func (ConfigType) EnumDescriptor deprecated added in v0.19.1

func (ConfigType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConfigType.Descriptor instead.

func (ConfigType) Number added in v0.19.1

func (x ConfigType) Number() protoreflect.EnumNumber

func (ConfigType) String added in v0.19.1

func (x ConfigType) String() string

func (ConfigType) Type added in v0.19.1

type ContainersPath added in v0.22.0

type ContainersPath struct {
	CustomerId         string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	ApplicationSpaceId string `protobuf:"bytes,2,opt,name=application_space_id,json=applicationSpaceId,proto3" json:"application_space_id,omitempty"`
	TenantId           string `protobuf:"bytes,3,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainersPath) Descriptor deprecated added in v0.22.0

func (*ContainersPath) Descriptor() ([]byte, []int)

Deprecated: Use ContainersPath.ProtoReflect.Descriptor instead.

func (*ContainersPath) GetApplicationSpaceId added in v0.22.0

func (x *ContainersPath) GetApplicationSpaceId() string

func (*ContainersPath) GetCustomerId added in v0.22.0

func (x *ContainersPath) GetCustomerId() string

func (*ContainersPath) GetTenantId added in v0.22.0

func (x *ContainersPath) GetTenantId() string

func (*ContainersPath) ProtoMessage added in v0.22.0

func (*ContainersPath) ProtoMessage()

func (*ContainersPath) ProtoReflect added in v0.22.0

func (x *ContainersPath) ProtoReflect() protoreflect.Message

func (*ContainersPath) Reset added in v0.22.0

func (x *ContainersPath) Reset()

func (*ContainersPath) String added in v0.22.0

func (x *ContainersPath) String() string

func (*ContainersPath) Validate added in v0.22.0

func (m *ContainersPath) Validate() error

Validate checks the field values on ContainersPath with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ContainersPath) ValidateAll added in v0.22.0

func (m *ContainersPath) ValidateAll() error

ValidateAll checks the field values on ContainersPath with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ContainersPathMultiError, or nil if none found.

type ContainersPathMultiError added in v0.22.0

type ContainersPathMultiError []error

ContainersPathMultiError is an error wrapping multiple validation errors returned by ContainersPath.ValidateAll() if the designated constraints aren't met.

func (ContainersPathMultiError) AllErrors added in v0.22.0

func (m ContainersPathMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ContainersPathMultiError) Error added in v0.22.0

func (m ContainersPathMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ContainersPathValidationError added in v0.22.0

type ContainersPathValidationError struct {
	// contains filtered or unexported fields
}

ContainersPathValidationError is the validation error returned by ContainersPath.Validate if the designated constraints aren't met.

func (ContainersPathValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (ContainersPathValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (ContainersPathValidationError) ErrorName added in v0.22.0

func (e ContainersPathValidationError) ErrorName() string

ErrorName returns error name.

func (ContainersPathValidationError) Field added in v0.22.0

Field function returns field value.

func (ContainersPathValidationError) Key added in v0.22.0

Key function returns key value.

func (ContainersPathValidationError) Reason added in v0.22.0

Reason function returns reason value.

type CreatedConfig added in v0.19.1

type CreatedConfig struct {
	Id             string                  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type           ConfigType              `protobuf:"varint,2,opt,name=type,proto3,enum=indykite.auditsink.v1beta1.ConfigType" json:"type,omitempty"`
	Location       *CreatedConfig_Location `protobuf:"bytes,3,opt,name=location,proto3" json:"location,omitempty"`
	ContainersPath *ContainersPath         `protobuf:"bytes,5,opt,name=containers_path,json=containersPath,proto3" json:"containers_path,omitempty"`
	Detail         *ConfigDetail           `protobuf:"bytes,4,opt,name=detail,proto3" json:"detail,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatedConfig) Descriptor deprecated added in v0.19.1

func (*CreatedConfig) Descriptor() ([]byte, []int)

Deprecated: Use CreatedConfig.ProtoReflect.Descriptor instead.

func (*CreatedConfig) GetContainersPath added in v0.22.0

func (x *CreatedConfig) GetContainersPath() *ContainersPath

func (*CreatedConfig) GetDetail added in v0.19.1

func (x *CreatedConfig) GetDetail() *ConfigDetail

func (*CreatedConfig) GetId added in v0.19.1

func (x *CreatedConfig) GetId() string

func (*CreatedConfig) GetLocation added in v0.19.1

func (x *CreatedConfig) GetLocation() *CreatedConfig_Location

func (*CreatedConfig) GetType added in v0.19.1

func (x *CreatedConfig) GetType() ConfigType

func (*CreatedConfig) ProtoMessage added in v0.19.1

func (*CreatedConfig) ProtoMessage()

func (*CreatedConfig) ProtoReflect added in v0.19.1

func (x *CreatedConfig) ProtoReflect() protoreflect.Message

func (*CreatedConfig) Reset added in v0.19.1

func (x *CreatedConfig) Reset()

func (*CreatedConfig) String added in v0.19.1

func (x *CreatedConfig) String() string

func (*CreatedConfig) Validate added in v0.19.1

func (m *CreatedConfig) Validate() error

Validate checks the field values on CreatedConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreatedConfig) ValidateAll added in v0.19.1

func (m *CreatedConfig) ValidateAll() error

ValidateAll checks the field values on CreatedConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreatedConfigMultiError, or nil if none found.

type CreatedConfigMultiError added in v0.19.1

type CreatedConfigMultiError []error

CreatedConfigMultiError is an error wrapping multiple validation errors returned by CreatedConfig.ValidateAll() if the designated constraints aren't met.

func (CreatedConfigMultiError) AllErrors added in v0.19.1

func (m CreatedConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreatedConfigMultiError) Error added in v0.19.1

func (m CreatedConfigMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CreatedConfigValidationError added in v0.19.1

type CreatedConfigValidationError struct {
	// contains filtered or unexported fields
}

CreatedConfigValidationError is the validation error returned by CreatedConfig.Validate if the designated constraints aren't met.

func (CreatedConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (CreatedConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (CreatedConfigValidationError) ErrorName added in v0.19.1

func (e CreatedConfigValidationError) ErrorName() string

ErrorName returns error name.

func (CreatedConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (CreatedConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (CreatedConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type CreatedConfig_Location added in v0.19.1

type CreatedConfig_Location struct {
	Id   string     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type ConfigType `protobuf:"varint,2,opt,name=type,proto3,enum=indykite.auditsink.v1beta1.ConfigType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatedConfig_Location) Descriptor deprecated added in v0.19.1

func (*CreatedConfig_Location) Descriptor() ([]byte, []int)

Deprecated: Use CreatedConfig_Location.ProtoReflect.Descriptor instead.

func (*CreatedConfig_Location) GetId added in v0.19.1

func (x *CreatedConfig_Location) GetId() string

func (*CreatedConfig_Location) GetType added in v0.19.1

func (x *CreatedConfig_Location) GetType() ConfigType

func (*CreatedConfig_Location) ProtoMessage added in v0.19.1

func (*CreatedConfig_Location) ProtoMessage()

func (*CreatedConfig_Location) ProtoReflect added in v0.19.1

func (x *CreatedConfig_Location) ProtoReflect() protoreflect.Message

func (*CreatedConfig_Location) Reset added in v0.19.1

func (x *CreatedConfig_Location) Reset()

func (*CreatedConfig_Location) String added in v0.19.1

func (x *CreatedConfig_Location) String() string

func (*CreatedConfig_Location) Validate added in v0.19.1

func (m *CreatedConfig_Location) Validate() error

Validate checks the field values on CreatedConfig_Location with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreatedConfig_Location) ValidateAll added in v0.19.1

func (m *CreatedConfig_Location) ValidateAll() error

ValidateAll checks the field values on CreatedConfig_Location with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreatedConfig_LocationMultiError, or nil if none found.

type CreatedConfig_LocationMultiError added in v0.19.1

type CreatedConfig_LocationMultiError []error

CreatedConfig_LocationMultiError is an error wrapping multiple validation errors returned by CreatedConfig_Location.ValidateAll() if the designated constraints aren't met.

func (CreatedConfig_LocationMultiError) AllErrors added in v0.19.1

func (m CreatedConfig_LocationMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreatedConfig_LocationMultiError) Error added in v0.19.1

Error returns a concatenation of all the error messages it wraps.

type CreatedConfig_LocationValidationError added in v0.19.1

type CreatedConfig_LocationValidationError struct {
	// contains filtered or unexported fields
}

CreatedConfig_LocationValidationError is the validation error returned by CreatedConfig_Location.Validate if the designated constraints aren't met.

func (CreatedConfig_LocationValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (CreatedConfig_LocationValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (CreatedConfig_LocationValidationError) ErrorName added in v0.19.1

ErrorName returns error name.

func (CreatedConfig_LocationValidationError) Field added in v0.19.1

Field function returns field value.

func (CreatedConfig_LocationValidationError) Key added in v0.19.1

Key function returns key value.

func (CreatedConfig_LocationValidationError) Reason added in v0.19.1

Reason function returns reason value.

type CustomerConfig added in v0.19.1

type CustomerConfig struct {
	DefaultAuthFlowId     string `protobuf:"bytes,1,opt,name=default_auth_flow_id,json=defaultAuthFlowId,proto3" json:"default_auth_flow_id,omitempty"`
	DefaultEmailServiceId string `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CustomerConfig) Descriptor deprecated added in v0.19.1

func (*CustomerConfig) Descriptor() ([]byte, []int)

Deprecated: Use CustomerConfig.ProtoReflect.Descriptor instead.

func (*CustomerConfig) GetDefaultAuthFlowId added in v0.19.1

func (x *CustomerConfig) GetDefaultAuthFlowId() string

func (*CustomerConfig) GetDefaultEmailServiceId added in v0.19.1

func (x *CustomerConfig) GetDefaultEmailServiceId() string

func (*CustomerConfig) ProtoMessage added in v0.19.1

func (*CustomerConfig) ProtoMessage()

func (*CustomerConfig) ProtoReflect added in v0.19.1

func (x *CustomerConfig) ProtoReflect() protoreflect.Message

func (*CustomerConfig) Reset added in v0.19.1

func (x *CustomerConfig) Reset()

func (*CustomerConfig) String added in v0.19.1

func (x *CustomerConfig) String() string

func (*CustomerConfig) Validate added in v0.19.1

func (m *CustomerConfig) Validate() error

Validate checks the field values on CustomerConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CustomerConfig) ValidateAll added in v0.19.1

func (m *CustomerConfig) ValidateAll() error

ValidateAll checks the field values on CustomerConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CustomerConfigMultiError, or nil if none found.

type CustomerConfigMultiError added in v0.19.1

type CustomerConfigMultiError []error

CustomerConfigMultiError is an error wrapping multiple validation errors returned by CustomerConfig.ValidateAll() if the designated constraints aren't met.

func (CustomerConfigMultiError) AllErrors added in v0.19.1

func (m CustomerConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CustomerConfigMultiError) Error added in v0.19.1

func (m CustomerConfigMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CustomerConfigValidationError added in v0.19.1

type CustomerConfigValidationError struct {
	// contains filtered or unexported fields
}

CustomerConfigValidationError is the validation error returned by CustomerConfig.Validate if the designated constraints aren't met.

func (CustomerConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (CustomerConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (CustomerConfigValidationError) ErrorName added in v0.19.1

func (e CustomerConfigValidationError) ErrorName() string

ErrorName returns error name.

func (CustomerConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (CustomerConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (CustomerConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type DeleteData

type DeleteData struct {

	// Types that are assignable to Data:
	//
	//	*DeleteData_Node
	//	*DeleteData_Relationship
	//	*DeleteData_NodeProperty
	//	*DeleteData_RelationshipProperty
	Data isDeleteData_Data `protobuf_oneof:"data"`
	// contains filtered or unexported fields
}

func (*DeleteData) Descriptor deprecated

func (*DeleteData) Descriptor() ([]byte, []int)

Deprecated: Use DeleteData.ProtoReflect.Descriptor instead.

func (*DeleteData) GetData

func (m *DeleteData) GetData() isDeleteData_Data

func (*DeleteData) GetNode

func (x *DeleteData) GetNode() *NodeMatch

func (*DeleteData) GetNodeProperty

func (x *DeleteData) GetNodeProperty() *DeleteData_NodePropertyMatch

func (*DeleteData) GetRelationship added in v0.25.0

func (x *DeleteData) GetRelationship() *Relationship

func (*DeleteData) GetRelationshipProperty added in v0.25.0

func (x *DeleteData) GetRelationshipProperty() *DeleteData_RelationshipPropertyMatch

func (*DeleteData) ProtoMessage

func (*DeleteData) ProtoMessage()

func (*DeleteData) ProtoReflect

func (x *DeleteData) ProtoReflect() protoreflect.Message

func (*DeleteData) Reset

func (x *DeleteData) Reset()

func (*DeleteData) String

func (x *DeleteData) String() string

func (*DeleteData) Validate

func (m *DeleteData) Validate() error

Validate checks the field values on DeleteData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteData) ValidateAll

func (m *DeleteData) ValidateAll() error

ValidateAll checks the field values on DeleteData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteDataMultiError, or nil if none found.

type DeleteDataMultiError

type DeleteDataMultiError []error

DeleteDataMultiError is an error wrapping multiple validation errors returned by DeleteData.ValidateAll() if the designated constraints aren't met.

func (DeleteDataMultiError) AllErrors

func (m DeleteDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteDataMultiError) Error

func (m DeleteDataMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type DeleteDataValidationError

type DeleteDataValidationError struct {
	// contains filtered or unexported fields
}

DeleteDataValidationError is the validation error returned by DeleteData.Validate if the designated constraints aren't met.

func (DeleteDataValidationError) Cause

func (e DeleteDataValidationError) Cause() error

Cause function returns cause value.

func (DeleteDataValidationError) Error

Error satisfies the builtin error interface

func (DeleteDataValidationError) ErrorName

func (e DeleteDataValidationError) ErrorName() string

ErrorName returns error name.

func (DeleteDataValidationError) Field

Field function returns field value.

func (DeleteDataValidationError) Key

Key function returns key value.

func (DeleteDataValidationError) Reason

func (e DeleteDataValidationError) Reason() string

Reason function returns reason value.

type DeleteData_Node

type DeleteData_Node struct {
	Node *NodeMatch `protobuf:"bytes,1,opt,name=node,proto3,oneof"`
}

type DeleteData_NodeProperty

type DeleteData_NodeProperty struct {
	NodeProperty *DeleteData_NodePropertyMatch `protobuf:"bytes,3,opt,name=node_property,json=nodeProperty,proto3,oneof"`
}

type DeleteData_NodePropertyMatch

type DeleteData_NodePropertyMatch struct {
	Match        *NodeMatch `protobuf:"bytes,1,opt,name=match,proto3" json:"match,omitempty"`
	PropertyType string     `protobuf:"bytes,2,opt,name=property_type,json=propertyType,proto3" json:"property_type,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteData_NodePropertyMatch) Descriptor deprecated

func (*DeleteData_NodePropertyMatch) Descriptor() ([]byte, []int)

Deprecated: Use DeleteData_NodePropertyMatch.ProtoReflect.Descriptor instead.

func (*DeleteData_NodePropertyMatch) GetMatch

func (x *DeleteData_NodePropertyMatch) GetMatch() *NodeMatch

func (*DeleteData_NodePropertyMatch) GetPropertyType added in v0.25.0

func (x *DeleteData_NodePropertyMatch) GetPropertyType() string

func (*DeleteData_NodePropertyMatch) ProtoMessage

func (*DeleteData_NodePropertyMatch) ProtoMessage()

func (*DeleteData_NodePropertyMatch) ProtoReflect

func (*DeleteData_NodePropertyMatch) Reset

func (x *DeleteData_NodePropertyMatch) Reset()

func (*DeleteData_NodePropertyMatch) String

func (*DeleteData_NodePropertyMatch) Validate

func (m *DeleteData_NodePropertyMatch) Validate() error

Validate checks the field values on DeleteData_NodePropertyMatch with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteData_NodePropertyMatch) ValidateAll

func (m *DeleteData_NodePropertyMatch) ValidateAll() error

ValidateAll checks the field values on DeleteData_NodePropertyMatch with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteData_NodePropertyMatchMultiError, or nil if none found.

type DeleteData_NodePropertyMatchMultiError

type DeleteData_NodePropertyMatchMultiError []error

DeleteData_NodePropertyMatchMultiError is an error wrapping multiple validation errors returned by DeleteData_NodePropertyMatch.ValidateAll() if the designated constraints aren't met.

func (DeleteData_NodePropertyMatchMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteData_NodePropertyMatchMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteData_NodePropertyMatchValidationError

type DeleteData_NodePropertyMatchValidationError struct {
	// contains filtered or unexported fields
}

DeleteData_NodePropertyMatchValidationError is the validation error returned by DeleteData_NodePropertyMatch.Validate if the designated constraints aren't met.

func (DeleteData_NodePropertyMatchValidationError) Cause

Cause function returns cause value.

func (DeleteData_NodePropertyMatchValidationError) Error

Error satisfies the builtin error interface

func (DeleteData_NodePropertyMatchValidationError) ErrorName

ErrorName returns error name.

func (DeleteData_NodePropertyMatchValidationError) Field

Field function returns field value.

func (DeleteData_NodePropertyMatchValidationError) Key

Key function returns key value.

func (DeleteData_NodePropertyMatchValidationError) Reason

Reason function returns reason value.

type DeleteData_Relationship added in v0.25.0

type DeleteData_Relationship struct {
	Relationship *Relationship `protobuf:"bytes,2,opt,name=relationship,proto3,oneof"`
}

type DeleteData_RelationshipProperty added in v0.25.0

type DeleteData_RelationshipProperty struct {
	RelationshipProperty *DeleteData_RelationshipPropertyMatch `protobuf:"bytes,4,opt,name=relationship_property,json=relationshipProperty,proto3,oneof"`
}

type DeleteData_RelationshipPropertyMatch added in v0.25.0

type DeleteData_RelationshipPropertyMatch struct {
	Type         string     `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Source       *NodeMatch `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
	Target       *NodeMatch `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"`
	PropertyType string     `protobuf:"bytes,4,opt,name=property_type,json=propertyType,proto3" json:"property_type,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteData_RelationshipPropertyMatch) Descriptor deprecated added in v0.25.0

func (*DeleteData_RelationshipPropertyMatch) Descriptor() ([]byte, []int)

Deprecated: Use DeleteData_RelationshipPropertyMatch.ProtoReflect.Descriptor instead.

func (*DeleteData_RelationshipPropertyMatch) GetPropertyType added in v0.25.0

func (x *DeleteData_RelationshipPropertyMatch) GetPropertyType() string

func (*DeleteData_RelationshipPropertyMatch) GetSource added in v0.25.0

func (*DeleteData_RelationshipPropertyMatch) GetTarget added in v0.25.0

func (*DeleteData_RelationshipPropertyMatch) GetType added in v0.25.0

func (*DeleteData_RelationshipPropertyMatch) ProtoMessage added in v0.25.0

func (*DeleteData_RelationshipPropertyMatch) ProtoMessage()

func (*DeleteData_RelationshipPropertyMatch) ProtoReflect added in v0.25.0

func (*DeleteData_RelationshipPropertyMatch) Reset added in v0.25.0

func (*DeleteData_RelationshipPropertyMatch) String added in v0.25.0

func (*DeleteData_RelationshipPropertyMatch) Validate added in v0.25.0

Validate checks the field values on DeleteData_RelationshipPropertyMatch with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteData_RelationshipPropertyMatch) ValidateAll added in v0.25.0

ValidateAll checks the field values on DeleteData_RelationshipPropertyMatch with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteData_RelationshipPropertyMatchMultiError, or nil if none found.

type DeleteData_RelationshipPropertyMatchMultiError added in v0.25.0

type DeleteData_RelationshipPropertyMatchMultiError []error

DeleteData_RelationshipPropertyMatchMultiError is an error wrapping multiple validation errors returned by DeleteData_RelationshipPropertyMatch.ValidateAll() if the designated constraints aren't met.

func (DeleteData_RelationshipPropertyMatchMultiError) AllErrors added in v0.25.0

AllErrors returns a list of validation violation errors.

func (DeleteData_RelationshipPropertyMatchMultiError) Error added in v0.25.0

Error returns a concatenation of all the error messages it wraps.

type DeleteData_RelationshipPropertyMatchValidationError added in v0.25.0

type DeleteData_RelationshipPropertyMatchValidationError struct {
	// contains filtered or unexported fields
}

DeleteData_RelationshipPropertyMatchValidationError is the validation error returned by DeleteData_RelationshipPropertyMatch.Validate if the designated constraints aren't met.

func (DeleteData_RelationshipPropertyMatchValidationError) Cause added in v0.25.0

Cause function returns cause value.

func (DeleteData_RelationshipPropertyMatchValidationError) Error added in v0.25.0

Error satisfies the builtin error interface

func (DeleteData_RelationshipPropertyMatchValidationError) ErrorName added in v0.25.0

ErrorName returns error name.

func (DeleteData_RelationshipPropertyMatchValidationError) Field added in v0.25.0

Field function returns field value.

func (DeleteData_RelationshipPropertyMatchValidationError) Key added in v0.25.0

Key function returns key value.

func (DeleteData_RelationshipPropertyMatchValidationError) Reason added in v0.25.0

Reason function returns reason value.

type DeletedConfig added in v0.19.1

type DeletedConfig struct {
	Id             string          `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type           ConfigType      `protobuf:"varint,2,opt,name=type,proto3,enum=indykite.auditsink.v1beta1.ConfigType" json:"type,omitempty"`
	ContainersPath *ContainersPath `protobuf:"bytes,3,opt,name=containers_path,json=containersPath,proto3" json:"containers_path,omitempty"`
	// contains filtered or unexported fields
}

func (*DeletedConfig) Descriptor deprecated added in v0.19.1

func (*DeletedConfig) Descriptor() ([]byte, []int)

Deprecated: Use DeletedConfig.ProtoReflect.Descriptor instead.

func (*DeletedConfig) GetContainersPath added in v0.22.0

func (x *DeletedConfig) GetContainersPath() *ContainersPath

func (*DeletedConfig) GetId added in v0.19.1

func (x *DeletedConfig) GetId() string

func (*DeletedConfig) GetType added in v0.19.1

func (x *DeletedConfig) GetType() ConfigType

func (*DeletedConfig) ProtoMessage added in v0.19.1

func (*DeletedConfig) ProtoMessage()

func (*DeletedConfig) ProtoReflect added in v0.19.1

func (x *DeletedConfig) ProtoReflect() protoreflect.Message

func (*DeletedConfig) Reset added in v0.19.1

func (x *DeletedConfig) Reset()

func (*DeletedConfig) String added in v0.19.1

func (x *DeletedConfig) String() string

func (*DeletedConfig) Validate added in v0.19.1

func (m *DeletedConfig) Validate() error

Validate checks the field values on DeletedConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeletedConfig) ValidateAll added in v0.19.1

func (m *DeletedConfig) ValidateAll() error

ValidateAll checks the field values on DeletedConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeletedConfigMultiError, or nil if none found.

type DeletedConfigMultiError added in v0.19.1

type DeletedConfigMultiError []error

DeletedConfigMultiError is an error wrapping multiple validation errors returned by DeletedConfig.ValidateAll() if the designated constraints aren't met.

func (DeletedConfigMultiError) AllErrors added in v0.19.1

func (m DeletedConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeletedConfigMultiError) Error added in v0.19.1

func (m DeletedConfigMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type DeletedConfigValidationError added in v0.19.1

type DeletedConfigValidationError struct {
	// contains filtered or unexported fields
}

DeletedConfigValidationError is the validation error returned by DeletedConfig.Validate if the designated constraints aren't met.

func (DeletedConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (DeletedConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (DeletedConfigValidationError) ErrorName added in v0.19.1

func (e DeletedConfigValidationError) ErrorName() string

ErrorName returns error name.

func (DeletedConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (DeletedConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (DeletedConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type DigitalTwin

type DigitalTwin struct {
	ExternalId string `protobuf:"bytes,1,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	Type       string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	TenantId   string `protobuf:"bytes,3,opt,name=tenant_id,json=tenantId,proto3" json:"tenant_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DigitalTwin) Descriptor deprecated

func (*DigitalTwin) Descriptor() ([]byte, []int)

Deprecated: Use DigitalTwin.ProtoReflect.Descriptor instead.

func (*DigitalTwin) GetExternalId

func (x *DigitalTwin) GetExternalId() string

func (*DigitalTwin) GetTenantId

func (x *DigitalTwin) GetTenantId() string

func (*DigitalTwin) GetType

func (x *DigitalTwin) GetType() string

func (*DigitalTwin) ProtoMessage

func (*DigitalTwin) ProtoMessage()

func (*DigitalTwin) ProtoReflect

func (x *DigitalTwin) ProtoReflect() protoreflect.Message

func (*DigitalTwin) Reset

func (x *DigitalTwin) Reset()

func (*DigitalTwin) String

func (x *DigitalTwin) String() string

func (*DigitalTwin) Validate

func (m *DigitalTwin) Validate() error

Validate checks the field values on DigitalTwin with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DigitalTwin) ValidateAll

func (m *DigitalTwin) ValidateAll() error

ValidateAll checks the field values on DigitalTwin with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DigitalTwinMultiError, or nil if none found.

type DigitalTwinMultiError

type DigitalTwinMultiError []error

DigitalTwinMultiError is an error wrapping multiple validation errors returned by DigitalTwin.ValidateAll() if the designated constraints aren't met.

func (DigitalTwinMultiError) AllErrors

func (m DigitalTwinMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DigitalTwinMultiError) Error

func (m DigitalTwinMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type DigitalTwinValidationError

type DigitalTwinValidationError struct {
	// contains filtered or unexported fields
}

DigitalTwinValidationError is the validation error returned by DigitalTwin.Validate if the designated constraints aren't met.

func (DigitalTwinValidationError) Cause

Cause function returns cause value.

func (DigitalTwinValidationError) Error

Error satisfies the builtin error interface

func (DigitalTwinValidationError) ErrorName

func (e DigitalTwinValidationError) ErrorName() string

ErrorName returns error name.

func (DigitalTwinValidationError) Field

Field function returns field value.

func (DigitalTwinValidationError) Key

Key function returns key value.

func (DigitalTwinValidationError) Reason

Reason function returns reason value.

type Email added in v0.19.1

type Email struct {
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	Name    string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Email) Descriptor deprecated added in v0.19.1

func (*Email) Descriptor() ([]byte, []int)

Deprecated: Use Email.ProtoReflect.Descriptor instead.

func (*Email) GetAddress added in v0.19.1

func (x *Email) GetAddress() string

func (*Email) GetName added in v0.19.1

func (x *Email) GetName() string

func (*Email) ProtoMessage added in v0.19.1

func (*Email) ProtoMessage()

func (*Email) ProtoReflect added in v0.19.1

func (x *Email) ProtoReflect() protoreflect.Message

func (*Email) Reset added in v0.19.1

func (x *Email) Reset()

func (*Email) String added in v0.19.1

func (x *Email) String() string

func (*Email) Validate added in v0.19.1

func (m *Email) Validate() error

Validate checks the field values on Email with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Email) ValidateAll added in v0.19.1

func (m *Email) ValidateAll() error

ValidateAll checks the field values on Email with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EmailMultiError, or nil if none found.

type EmailAttachment added in v0.19.1

type EmailAttachment struct {
	ContentType string `protobuf:"bytes,1,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	ContentId   string `protobuf:"bytes,2,opt,name=content_id,json=contentId,proto3" json:"content_id,omitempty"`
	Inline      bool   `protobuf:"varint,3,opt,name=inline,proto3" json:"inline,omitempty"`
	FileName    string `protobuf:"bytes,4,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"`
	Content     []byte `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*EmailAttachment) Descriptor deprecated added in v0.19.1

func (*EmailAttachment) Descriptor() ([]byte, []int)

Deprecated: Use EmailAttachment.ProtoReflect.Descriptor instead.

func (*EmailAttachment) GetContent added in v0.19.1

func (x *EmailAttachment) GetContent() []byte

func (*EmailAttachment) GetContentId added in v0.19.1

func (x *EmailAttachment) GetContentId() string

func (*EmailAttachment) GetContentType added in v0.19.1

func (x *EmailAttachment) GetContentType() string

func (*EmailAttachment) GetFileName added in v0.19.1

func (x *EmailAttachment) GetFileName() string

func (*EmailAttachment) GetInline added in v0.19.1

func (x *EmailAttachment) GetInline() bool

func (*EmailAttachment) ProtoMessage added in v0.19.1

func (*EmailAttachment) ProtoMessage()

func (*EmailAttachment) ProtoReflect added in v0.19.1

func (x *EmailAttachment) ProtoReflect() protoreflect.Message

func (*EmailAttachment) Reset added in v0.19.1

func (x *EmailAttachment) Reset()

func (*EmailAttachment) String added in v0.19.1

func (x *EmailAttachment) String() string

func (*EmailAttachment) Validate added in v0.19.1

func (m *EmailAttachment) Validate() error

Validate checks the field values on EmailAttachment with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EmailAttachment) ValidateAll added in v0.19.1

func (m *EmailAttachment) ValidateAll() error

ValidateAll checks the field values on EmailAttachment with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EmailAttachmentMultiError, or nil if none found.

type EmailAttachmentMultiError added in v0.19.1

type EmailAttachmentMultiError []error

EmailAttachmentMultiError is an error wrapping multiple validation errors returned by EmailAttachment.ValidateAll() if the designated constraints aren't met.

func (EmailAttachmentMultiError) AllErrors added in v0.19.1

func (m EmailAttachmentMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EmailAttachmentMultiError) Error added in v0.19.1

Error returns a concatenation of all the error messages it wraps.

type EmailAttachmentValidationError added in v0.19.1

type EmailAttachmentValidationError struct {
	// contains filtered or unexported fields
}

EmailAttachmentValidationError is the validation error returned by EmailAttachment.Validate if the designated constraints aren't met.

func (EmailAttachmentValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (EmailAttachmentValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (EmailAttachmentValidationError) ErrorName added in v0.19.1

func (e EmailAttachmentValidationError) ErrorName() string

ErrorName returns error name.

func (EmailAttachmentValidationError) Field added in v0.19.1

Field function returns field value.

func (EmailAttachmentValidationError) Key added in v0.19.1

Key function returns key value.

func (EmailAttachmentValidationError) Reason added in v0.19.1

Reason function returns reason value.

type EmailDefinition added in v0.19.1

type EmailDefinition struct {

	// Types that are assignable to Email:
	//
	//	*EmailDefinition_Template
	Email isEmailDefinition_Email `protobuf_oneof:"email"`
	// contains filtered or unexported fields
}

func (*EmailDefinition) Descriptor deprecated added in v0.19.1

func (*EmailDefinition) Descriptor() ([]byte, []int)

Deprecated: Use EmailDefinition.ProtoReflect.Descriptor instead.

func (*EmailDefinition) GetEmail added in v0.19.1

func (m *EmailDefinition) GetEmail() isEmailDefinition_Email

func (*EmailDefinition) GetTemplate added in v0.19.1

func (x *EmailDefinition) GetTemplate() *EmailTemplate

func (*EmailDefinition) ProtoMessage added in v0.19.1

func (*EmailDefinition) ProtoMessage()

func (*EmailDefinition) ProtoReflect added in v0.19.1

func (x *EmailDefinition) ProtoReflect() protoreflect.Message

func (*EmailDefinition) Reset added in v0.19.1

func (x *EmailDefinition) Reset()

func (*EmailDefinition) String added in v0.19.1

func (x *EmailDefinition) String() string

func (*EmailDefinition) Validate added in v0.19.1

func (m *EmailDefinition) Validate() error

Validate checks the field values on EmailDefinition with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EmailDefinition) ValidateAll added in v0.19.1

func (m *EmailDefinition) ValidateAll() error

ValidateAll checks the field values on EmailDefinition with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EmailDefinitionMultiError, or nil if none found.

type EmailDefinitionMultiError added in v0.19.1

type EmailDefinitionMultiError []error

EmailDefinitionMultiError is an error wrapping multiple validation errors returned by EmailDefinition.ValidateAll() if the designated constraints aren't met.

func (EmailDefinitionMultiError) AllErrors added in v0.19.1

func (m EmailDefinitionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EmailDefinitionMultiError) Error added in v0.19.1

Error returns a concatenation of all the error messages it wraps.

type EmailDefinitionValidationError added in v0.19.1

type EmailDefinitionValidationError struct {
	// contains filtered or unexported fields
}

EmailDefinitionValidationError is the validation error returned by EmailDefinition.Validate if the designated constraints aren't met.

func (EmailDefinitionValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (EmailDefinitionValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (EmailDefinitionValidationError) ErrorName added in v0.19.1

func (e EmailDefinitionValidationError) ErrorName() string

ErrorName returns error name.

func (EmailDefinitionValidationError) Field added in v0.19.1

Field function returns field value.

func (EmailDefinitionValidationError) Key added in v0.19.1

Key function returns key value.

func (EmailDefinitionValidationError) Reason added in v0.19.1

Reason function returns reason value.

type EmailDefinition_Template added in v0.19.1

type EmailDefinition_Template struct {
	Template *EmailTemplate `protobuf:"bytes,1,opt,name=template,proto3,oneof"` // EmailMessage message = 2; // Not supported yet on BE
}

type EmailMultiError added in v0.19.1

type EmailMultiError []error

EmailMultiError is an error wrapping multiple validation errors returned by Email.ValidateAll() if the designated constraints aren't met.

func (EmailMultiError) AllErrors added in v0.19.1

func (m EmailMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EmailMultiError) Error added in v0.19.1

func (m EmailMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type EmailServiceConfig added in v0.19.1

type EmailServiceConfig struct {
	DefaultFromAddress *Email `protobuf:"bytes,1,opt,name=default_from_address,json=defaultFromAddress,proto3" json:"default_from_address,omitempty"`
	// Types that are assignable to Provider:
	//
	//	*EmailServiceConfig_Sendgrid
	//	*EmailServiceConfig_Amazon
	Provider               isEmailServiceConfig_Provider `protobuf_oneof:"provider"`
	InvitationMessage      *EmailDefinition              `protobuf:"bytes,4,opt,name=invitation_message,json=invitationMessage,proto3" json:"invitation_message,omitempty"`
	ResetPasswordMessage   *EmailDefinition              `protobuf:"bytes,5,opt,name=reset_password_message,json=resetPasswordMessage,proto3" json:"reset_password_message,omitempty"`
	VerificationMessage    *EmailDefinition              `protobuf:"bytes,6,opt,name=verification_message,json=verificationMessage,proto3" json:"verification_message,omitempty"`
	OneTimePasswordMessage *EmailDefinition              `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*EmailServiceConfig) Descriptor deprecated added in v0.19.1

func (*EmailServiceConfig) Descriptor() ([]byte, []int)

Deprecated: Use EmailServiceConfig.ProtoReflect.Descriptor instead.

func (*EmailServiceConfig) GetAmazon added in v0.19.1

func (*EmailServiceConfig) GetDefaultFromAddress added in v0.19.1

func (x *EmailServiceConfig) GetDefaultFromAddress() *Email

func (*EmailServiceConfig) GetInvitationMessage added in v0.19.1

func (x *EmailServiceConfig) GetInvitationMessage() *EmailDefinition

func (*EmailServiceConfig) GetOneTimePasswordMessage added in v0.19.1

func (x *EmailServiceConfig) GetOneTimePasswordMessage() *EmailDefinition

func (*EmailServiceConfig) GetProvider added in v0.19.1

func (m *EmailServiceConfig) GetProvider() isEmailServiceConfig_Provider

func (*EmailServiceConfig) GetResetPasswordMessage added in v0.19.1

func (x *EmailServiceConfig) GetResetPasswordMessage() *EmailDefinition

func (*EmailServiceConfig) GetSendgrid added in v0.19.1

func (x *EmailServiceConfig) GetSendgrid() *SendGridProviderConfig

func (*EmailServiceConfig) GetVerificationMessage added in v0.19.1

func (x *EmailServiceConfig) GetVerificationMessage() *EmailDefinition

func (*EmailServiceConfig) ProtoMessage added in v0.19.1

func (*EmailServiceConfig) ProtoMessage()

func (*EmailServiceConfig) ProtoReflect added in v0.19.1

func (x *EmailServiceConfig) ProtoReflect() protoreflect.Message

func (*EmailServiceConfig) Reset added in v0.19.1

func (x *EmailServiceConfig) Reset()

func (*EmailServiceConfig) String added in v0.19.1

func (x *EmailServiceConfig) String() string

func (*EmailServiceConfig) Validate added in v0.19.1

func (m *EmailServiceConfig) Validate() error

Validate checks the field values on EmailServiceConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EmailServiceConfig) ValidateAll added in v0.19.1

func (m *EmailServiceConfig) ValidateAll() error

ValidateAll checks the field values on EmailServiceConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EmailServiceConfigMultiError, or nil if none found.

type EmailServiceConfigMultiError added in v0.19.1

type EmailServiceConfigMultiError []error

EmailServiceConfigMultiError is an error wrapping multiple validation errors returned by EmailServiceConfig.ValidateAll() if the designated constraints aren't met.

func (EmailServiceConfigMultiError) AllErrors added in v0.19.1

func (m EmailServiceConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EmailServiceConfigMultiError) Error added in v0.19.1

Error returns a concatenation of all the error messages it wraps.

type EmailServiceConfigValidationError added in v0.19.1

type EmailServiceConfigValidationError struct {
	// contains filtered or unexported fields
}

EmailServiceConfigValidationError is the validation error returned by EmailServiceConfig.Validate if the designated constraints aren't met.

func (EmailServiceConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (EmailServiceConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (EmailServiceConfigValidationError) ErrorName added in v0.19.1

ErrorName returns error name.

func (EmailServiceConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (EmailServiceConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (EmailServiceConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type EmailServiceConfig_Amazon added in v0.19.1

type EmailServiceConfig_Amazon struct {
	Amazon *AmazonSESProviderConfig `protobuf:"bytes,3,opt,name=amazon,proto3,oneof"`
}

type EmailServiceConfig_Sendgrid added in v0.19.1

type EmailServiceConfig_Sendgrid struct {
	Sendgrid *SendGridProviderConfig `protobuf:"bytes,2,opt,name=sendgrid,proto3,oneof"`
}

type EmailTemplate added in v0.19.1

type EmailTemplate struct {
	TemplateId            string                     `protobuf:"bytes,1,opt,name=template_id,json=templateId,proto3" json:"template_id,omitempty"`
	TemplateVersion       string                     `protobuf:"bytes,2,opt,name=template_version,json=templateVersion,proto3" json:"template_version,omitempty"`
	From                  *Email                     `protobuf:"bytes,3,opt,name=from,proto3" json:"from,omitempty"`
	ReplyTo               *Email                     `protobuf:"bytes,4,opt,name=reply_to,json=replyTo,proto3" json:"reply_to,omitempty"`
	To                    []*Email                   `protobuf:"bytes,5,rep,name=to,proto3" json:"to,omitempty"`
	Cc                    []*Email                   `protobuf:"bytes,6,rep,name=cc,proto3" json:"cc,omitempty"`
	Bcc                   []*Email                   `protobuf:"bytes,7,rep,name=bcc,proto3" json:"bcc,omitempty"`
	Subject               string                     `protobuf:"bytes,8,opt,name=subject,proto3" json:"subject,omitempty"`
	Headers               map[string]string          `` /* 155-byte string literal not displayed */
	CustomArgs            map[string]string          `` /* 180-byte string literal not displayed */
	DynamicTemplateValues map[string]*v1beta11.Value `` /* 215-byte string literal not displayed */
	Categories            []string                   `protobuf:"bytes,12,rep,name=categories,proto3" json:"categories,omitempty"`
	Attachments           []*EmailAttachment         `protobuf:"bytes,13,rep,name=attachments,proto3" json:"attachments,omitempty"`
	EventPayload          string                     `protobuf:"bytes,14,opt,name=event_payload,json=eventPayload,proto3" json:"event_payload,omitempty"`
	// The Amazon Resource Name (ARN) of the template.
	TemplateArn string `protobuf:"bytes,15,opt,name=template_arn,json=templateArn,proto3" json:"template_arn,omitempty"`
	// contains filtered or unexported fields
}

func (*EmailTemplate) Descriptor deprecated added in v0.19.1

func (*EmailTemplate) Descriptor() ([]byte, []int)

Deprecated: Use EmailTemplate.ProtoReflect.Descriptor instead.

func (*EmailTemplate) GetAttachments added in v0.19.1

func (x *EmailTemplate) GetAttachments() []*EmailAttachment

func (*EmailTemplate) GetBcc added in v0.19.1

func (x *EmailTemplate) GetBcc() []*Email

func (*EmailTemplate) GetCategories added in v0.19.1

func (x *EmailTemplate) GetCategories() []string

func (*EmailTemplate) GetCc added in v0.19.1

func (x *EmailTemplate) GetCc() []*Email

func (*EmailTemplate) GetCustomArgs added in v0.19.1

func (x *EmailTemplate) GetCustomArgs() map[string]string

func (*EmailTemplate) GetDynamicTemplateValues added in v0.19.1

func (x *EmailTemplate) GetDynamicTemplateValues() map[string]*v1beta11.Value

func (*EmailTemplate) GetEventPayload added in v0.19.1

func (x *EmailTemplate) GetEventPayload() string

func (*EmailTemplate) GetFrom added in v0.19.1

func (x *EmailTemplate) GetFrom() *Email

func (*EmailTemplate) GetHeaders added in v0.19.1

func (x *EmailTemplate) GetHeaders() map[string]string

func (*EmailTemplate) GetReplyTo added in v0.19.1

func (x *EmailTemplate) GetReplyTo() *Email

func (*EmailTemplate) GetSubject added in v0.19.1

func (x *EmailTemplate) GetSubject() string

func (*EmailTemplate) GetTemplateArn added in v0.19.1

func (x *EmailTemplate) GetTemplateArn() string

func (*EmailTemplate) GetTemplateId added in v0.19.1

func (x *EmailTemplate) GetTemplateId() string

func (*EmailTemplate) GetTemplateVersion added in v0.19.1

func (x *EmailTemplate) GetTemplateVersion() string

func (*EmailTemplate) GetTo added in v0.19.1

func (x *EmailTemplate) GetTo() []*Email

func (*EmailTemplate) ProtoMessage added in v0.19.1

func (*EmailTemplate) ProtoMessage()

func (*EmailTemplate) ProtoReflect added in v0.19.1

func (x *EmailTemplate) ProtoReflect() protoreflect.Message

func (*EmailTemplate) Reset added in v0.19.1

func (x *EmailTemplate) Reset()

func (*EmailTemplate) String added in v0.19.1

func (x *EmailTemplate) String() string

func (*EmailTemplate) Validate added in v0.19.1

func (m *EmailTemplate) Validate() error

Validate checks the field values on EmailTemplate with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EmailTemplate) ValidateAll added in v0.19.1

func (m *EmailTemplate) ValidateAll() error

ValidateAll checks the field values on EmailTemplate with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EmailTemplateMultiError, or nil if none found.

type EmailTemplateMultiError added in v0.19.1

type EmailTemplateMultiError []error

EmailTemplateMultiError is an error wrapping multiple validation errors returned by EmailTemplate.ValidateAll() if the designated constraints aren't met.

func (EmailTemplateMultiError) AllErrors added in v0.19.1

func (m EmailTemplateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EmailTemplateMultiError) Error added in v0.19.1

func (m EmailTemplateMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type EmailTemplateValidationError added in v0.19.1

type EmailTemplateValidationError struct {
	// contains filtered or unexported fields
}

EmailTemplateValidationError is the validation error returned by EmailTemplate.Validate if the designated constraints aren't met.

func (EmailTemplateValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (EmailTemplateValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (EmailTemplateValidationError) ErrorName added in v0.19.1

func (e EmailTemplateValidationError) ErrorName() string

ErrorName returns error name.

func (EmailTemplateValidationError) Field added in v0.19.1

Field function returns field value.

func (EmailTemplateValidationError) Key added in v0.19.1

Key function returns key value.

func (EmailTemplateValidationError) Reason added in v0.19.1

Reason function returns reason value.

type EmailValidationError added in v0.19.1

type EmailValidationError struct {
	// contains filtered or unexported fields
}

EmailValidationError is the validation error returned by Email.Validate if the designated constraints aren't met.

func (EmailValidationError) Cause added in v0.19.1

func (e EmailValidationError) Cause() error

Cause function returns cause value.

func (EmailValidationError) Error added in v0.19.1

func (e EmailValidationError) Error() string

Error satisfies the builtin error interface

func (EmailValidationError) ErrorName added in v0.19.1

func (e EmailValidationError) ErrorName() string

ErrorName returns error name.

func (EmailValidationError) Field added in v0.19.1

func (e EmailValidationError) Field() string

Field function returns field value.

func (EmailValidationError) Key added in v0.19.1

func (e EmailValidationError) Key() bool

Key function returns key value.

func (EmailValidationError) Reason added in v0.19.1

func (e EmailValidationError) Reason() string

Reason function returns reason value.

type IsAuthorized

type IsAuthorized struct {
	Request             *IsAuthorized_Request     `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	ResolvedDigitalTwin *AuthorizationDigitalTwin `protobuf:"bytes,2,opt,name=resolved_digital_twin,json=resolvedDigitalTwin,proto3" json:"resolved_digital_twin,omitempty"`
	Response            *IsAuthorized_Response    `protobuf:"bytes,3,opt,name=response,proto3" json:"response,omitempty"`
	PoliciesFound       []*AuthorizationPolicy    `protobuf:"bytes,4,rep,name=policies_found,json=policiesFound,proto3" json:"policies_found,omitempty"`
	DenyReason          *AuthorizationDenyReason  `protobuf:"bytes,5,opt,name=deny_reason,json=denyReason,proto3" json:"deny_reason,omitempty"`
	EvaluationTime      *durationpb.Duration      `protobuf:"bytes,6,opt,name=evaluation_time,json=evaluationTime,proto3" json:"evaluation_time,omitempty"`
	ErrorMessage        string                    `protobuf:"bytes,7,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
	// contains filtered or unexported fields
}

func (*IsAuthorized) Descriptor deprecated

func (*IsAuthorized) Descriptor() ([]byte, []int)

Deprecated: Use IsAuthorized.ProtoReflect.Descriptor instead.

func (*IsAuthorized) GetDenyReason

func (x *IsAuthorized) GetDenyReason() *AuthorizationDenyReason

func (*IsAuthorized) GetErrorMessage added in v0.25.0

func (x *IsAuthorized) GetErrorMessage() string

func (*IsAuthorized) GetEvaluationTime

func (x *IsAuthorized) GetEvaluationTime() *durationpb.Duration

func (*IsAuthorized) GetPoliciesFound

func (x *IsAuthorized) GetPoliciesFound() []*AuthorizationPolicy

func (*IsAuthorized) GetRequest

func (x *IsAuthorized) GetRequest() *IsAuthorized_Request

func (*IsAuthorized) GetResolvedDigitalTwin

func (x *IsAuthorized) GetResolvedDigitalTwin() *AuthorizationDigitalTwin

func (*IsAuthorized) GetResponse

func (x *IsAuthorized) GetResponse() *IsAuthorized_Response

func (*IsAuthorized) ProtoMessage

func (*IsAuthorized) ProtoMessage()

func (*IsAuthorized) ProtoReflect

func (x *IsAuthorized) ProtoReflect() protoreflect.Message

func (*IsAuthorized) Reset

func (x *IsAuthorized) Reset()

func (*IsAuthorized) String

func (x *IsAuthorized) String() string

func (*IsAuthorized) Validate

func (m *IsAuthorized) Validate() error

Validate checks the field values on IsAuthorized with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IsAuthorized) ValidateAll

func (m *IsAuthorized) ValidateAll() error

ValidateAll checks the field values on IsAuthorized with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IsAuthorizedMultiError, or nil if none found.

type IsAuthorizedMultiError

type IsAuthorizedMultiError []error

IsAuthorizedMultiError is an error wrapping multiple validation errors returned by IsAuthorized.ValidateAll() if the designated constraints aren't met.

func (IsAuthorizedMultiError) AllErrors

func (m IsAuthorizedMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IsAuthorizedMultiError) Error

func (m IsAuthorizedMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type IsAuthorizedValidationError

type IsAuthorizedValidationError struct {
	// contains filtered or unexported fields
}

IsAuthorizedValidationError is the validation error returned by IsAuthorized.Validate if the designated constraints aren't met.

func (IsAuthorizedValidationError) Cause

Cause function returns cause value.

func (IsAuthorizedValidationError) Error

Error satisfies the builtin error interface

func (IsAuthorizedValidationError) ErrorName

func (e IsAuthorizedValidationError) ErrorName() string

ErrorName returns error name.

func (IsAuthorizedValidationError) Field

Field function returns field value.

func (IsAuthorizedValidationError) Key

Key function returns key value.

func (IsAuthorizedValidationError) Reason

Reason function returns reason value.

type IsAuthorized_Request

type IsAuthorized_Request struct {

	// AuthorizationSubject to check if is authorized to perform given actions.
	Subject *AuthorizationSubject `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"`
	// A list of resources to authorize against.
	Resources []*IsAuthorized_Request_Resource `protobuf:"bytes,2,rep,name=resources,proto3" json:"resources,omitempty"`
	// Policy input params
	InputParams map[string]*v1beta1.Value `` /* 182-byte string literal not displayed */
	// Only evaluate polices containing provided tags
	PolicyTags []string `protobuf:"bytes,4,rep,name=policy_tags,json=policyTags,proto3" json:"policy_tags,omitempty"`
	// contains filtered or unexported fields
}

func (*IsAuthorized_Request) Descriptor deprecated

func (*IsAuthorized_Request) Descriptor() ([]byte, []int)

Deprecated: Use IsAuthorized_Request.ProtoReflect.Descriptor instead.

func (*IsAuthorized_Request) GetInputParams

func (x *IsAuthorized_Request) GetInputParams() map[string]*v1beta1.Value

func (*IsAuthorized_Request) GetPolicyTags

func (x *IsAuthorized_Request) GetPolicyTags() []string

func (*IsAuthorized_Request) GetResources

func (*IsAuthorized_Request) GetSubject

func (x *IsAuthorized_Request) GetSubject() *AuthorizationSubject

func (*IsAuthorized_Request) ProtoMessage

func (*IsAuthorized_Request) ProtoMessage()

func (*IsAuthorized_Request) ProtoReflect

func (x *IsAuthorized_Request) ProtoReflect() protoreflect.Message

func (*IsAuthorized_Request) Reset

func (x *IsAuthorized_Request) Reset()

func (*IsAuthorized_Request) String

func (x *IsAuthorized_Request) String() string

func (*IsAuthorized_Request) Validate

func (m *IsAuthorized_Request) Validate() error

Validate checks the field values on IsAuthorized_Request with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IsAuthorized_Request) ValidateAll

func (m *IsAuthorized_Request) ValidateAll() error

ValidateAll checks the field values on IsAuthorized_Request with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IsAuthorized_RequestMultiError, or nil if none found.

type IsAuthorized_RequestMultiError

type IsAuthorized_RequestMultiError []error

IsAuthorized_RequestMultiError is an error wrapping multiple validation errors returned by IsAuthorized_Request.ValidateAll() if the designated constraints aren't met.

func (IsAuthorized_RequestMultiError) AllErrors

func (m IsAuthorized_RequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IsAuthorized_RequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IsAuthorized_RequestValidationError

type IsAuthorized_RequestValidationError struct {
	// contains filtered or unexported fields
}

IsAuthorized_RequestValidationError is the validation error returned by IsAuthorized_Request.Validate if the designated constraints aren't met.

func (IsAuthorized_RequestValidationError) Cause

Cause function returns cause value.

func (IsAuthorized_RequestValidationError) Error

Error satisfies the builtin error interface

func (IsAuthorized_RequestValidationError) ErrorName

ErrorName returns error name.

func (IsAuthorized_RequestValidationError) Field

Field function returns field value.

func (IsAuthorized_RequestValidationError) Key

Key function returns key value.

func (IsAuthorized_RequestValidationError) Reason

Reason function returns reason value.

type IsAuthorized_Request_Resource

type IsAuthorized_Request_Resource struct {
	ExternalId string `protobuf:"bytes,1,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	// Resource type.
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// A list of actions the subject want to perform.
	Actions []string `protobuf:"bytes,3,rep,name=actions,proto3" json:"actions,omitempty"`
	// contains filtered or unexported fields
}

func (*IsAuthorized_Request_Resource) Descriptor deprecated

func (*IsAuthorized_Request_Resource) Descriptor() ([]byte, []int)

Deprecated: Use IsAuthorized_Request_Resource.ProtoReflect.Descriptor instead.

func (*IsAuthorized_Request_Resource) GetActions

func (x *IsAuthorized_Request_Resource) GetActions() []string

func (*IsAuthorized_Request_Resource) GetExternalId

func (x *IsAuthorized_Request_Resource) GetExternalId() string

func (*IsAuthorized_Request_Resource) GetType

func (*IsAuthorized_Request_Resource) ProtoMessage

func (*IsAuthorized_Request_Resource) ProtoMessage()

func (*IsAuthorized_Request_Resource) ProtoReflect

func (*IsAuthorized_Request_Resource) Reset

func (x *IsAuthorized_Request_Resource) Reset()

func (*IsAuthorized_Request_Resource) String

func (*IsAuthorized_Request_Resource) Validate

func (m *IsAuthorized_Request_Resource) Validate() error

Validate checks the field values on IsAuthorized_Request_Resource with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IsAuthorized_Request_Resource) ValidateAll

func (m *IsAuthorized_Request_Resource) ValidateAll() error

ValidateAll checks the field values on IsAuthorized_Request_Resource with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IsAuthorized_Request_ResourceMultiError, or nil if none found.

type IsAuthorized_Request_ResourceMultiError

type IsAuthorized_Request_ResourceMultiError []error

IsAuthorized_Request_ResourceMultiError is an error wrapping multiple validation errors returned by IsAuthorized_Request_Resource.ValidateAll() if the designated constraints aren't met.

func (IsAuthorized_Request_ResourceMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IsAuthorized_Request_ResourceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IsAuthorized_Request_ResourceValidationError

type IsAuthorized_Request_ResourceValidationError struct {
	// contains filtered or unexported fields
}

IsAuthorized_Request_ResourceValidationError is the validation error returned by IsAuthorized_Request_Resource.Validate if the designated constraints aren't met.

func (IsAuthorized_Request_ResourceValidationError) Cause

Cause function returns cause value.

func (IsAuthorized_Request_ResourceValidationError) Error

Error satisfies the builtin error interface

func (IsAuthorized_Request_ResourceValidationError) ErrorName

ErrorName returns error name.

func (IsAuthorized_Request_ResourceValidationError) Field

Field function returns field value.

func (IsAuthorized_Request_ResourceValidationError) Key

Key function returns key value.

func (IsAuthorized_Request_ResourceValidationError) Reason

Reason function returns reason value.

type IsAuthorized_Response

type IsAuthorized_Response struct {

	// Time the decision was made.
	DecisionTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=decision_time,json=decisionTime,proto3" json:"decision_time,omitempty"`
	// Map with resource type as key.
	Decisions map[string]*IsAuthorized_Response_ResourceType `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*IsAuthorized_Response) Descriptor deprecated

func (*IsAuthorized_Response) Descriptor() ([]byte, []int)

Deprecated: Use IsAuthorized_Response.ProtoReflect.Descriptor instead.

func (*IsAuthorized_Response) GetDecisionTime

func (x *IsAuthorized_Response) GetDecisionTime() *timestamppb.Timestamp

func (*IsAuthorized_Response) GetDecisions

func (*IsAuthorized_Response) ProtoMessage

func (*IsAuthorized_Response) ProtoMessage()

func (*IsAuthorized_Response) ProtoReflect

func (x *IsAuthorized_Response) ProtoReflect() protoreflect.Message

func (*IsAuthorized_Response) Reset

func (x *IsAuthorized_Response) Reset()

func (*IsAuthorized_Response) String

func (x *IsAuthorized_Response) String() string

func (*IsAuthorized_Response) Validate

func (m *IsAuthorized_Response) Validate() error

Validate checks the field values on IsAuthorized_Response with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IsAuthorized_Response) ValidateAll

func (m *IsAuthorized_Response) ValidateAll() error

ValidateAll checks the field values on IsAuthorized_Response with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IsAuthorized_ResponseMultiError, or nil if none found.

type IsAuthorized_ResponseMultiError

type IsAuthorized_ResponseMultiError []error

IsAuthorized_ResponseMultiError is an error wrapping multiple validation errors returned by IsAuthorized_Response.ValidateAll() if the designated constraints aren't met.

func (IsAuthorized_ResponseMultiError) AllErrors

func (m IsAuthorized_ResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IsAuthorized_ResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IsAuthorized_ResponseValidationError

type IsAuthorized_ResponseValidationError struct {
	// contains filtered or unexported fields
}

IsAuthorized_ResponseValidationError is the validation error returned by IsAuthorized_Response.Validate if the designated constraints aren't met.

func (IsAuthorized_ResponseValidationError) Cause

Cause function returns cause value.

func (IsAuthorized_ResponseValidationError) Error

Error satisfies the builtin error interface

func (IsAuthorized_ResponseValidationError) ErrorName

ErrorName returns error name.

func (IsAuthorized_ResponseValidationError) Field

Field function returns field value.

func (IsAuthorized_ResponseValidationError) Key

Key function returns key value.

func (IsAuthorized_ResponseValidationError) Reason

Reason function returns reason value.

type IsAuthorized_Response_Action

type IsAuthorized_Response_Action struct {
	Allow bool `protobuf:"varint,1,opt,name=allow,proto3" json:"allow,omitempty"`
	// contains filtered or unexported fields
}

func (*IsAuthorized_Response_Action) Descriptor deprecated

func (*IsAuthorized_Response_Action) Descriptor() ([]byte, []int)

Deprecated: Use IsAuthorized_Response_Action.ProtoReflect.Descriptor instead.

func (*IsAuthorized_Response_Action) GetAllow

func (x *IsAuthorized_Response_Action) GetAllow() bool

func (*IsAuthorized_Response_Action) ProtoMessage

func (*IsAuthorized_Response_Action) ProtoMessage()

func (*IsAuthorized_Response_Action) ProtoReflect

func (*IsAuthorized_Response_Action) Reset

func (x *IsAuthorized_Response_Action) Reset()

func (*IsAuthorized_Response_Action) String

func (*IsAuthorized_Response_Action) Validate

func (m *IsAuthorized_Response_Action) Validate() error

Validate checks the field values on IsAuthorized_Response_Action with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IsAuthorized_Response_Action) ValidateAll

func (m *IsAuthorized_Response_Action) ValidateAll() error

ValidateAll checks the field values on IsAuthorized_Response_Action with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IsAuthorized_Response_ActionMultiError, or nil if none found.

type IsAuthorized_Response_ActionMultiError

type IsAuthorized_Response_ActionMultiError []error

IsAuthorized_Response_ActionMultiError is an error wrapping multiple validation errors returned by IsAuthorized_Response_Action.ValidateAll() if the designated constraints aren't met.

func (IsAuthorized_Response_ActionMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IsAuthorized_Response_ActionMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IsAuthorized_Response_ActionValidationError

type IsAuthorized_Response_ActionValidationError struct {
	// contains filtered or unexported fields
}

IsAuthorized_Response_ActionValidationError is the validation error returned by IsAuthorized_Response_Action.Validate if the designated constraints aren't met.

func (IsAuthorized_Response_ActionValidationError) Cause

Cause function returns cause value.

func (IsAuthorized_Response_ActionValidationError) Error

Error satisfies the builtin error interface

func (IsAuthorized_Response_ActionValidationError) ErrorName

ErrorName returns error name.

func (IsAuthorized_Response_ActionValidationError) Field

Field function returns field value.

func (IsAuthorized_Response_ActionValidationError) Key

Key function returns key value.

func (IsAuthorized_Response_ActionValidationError) Reason

Reason function returns reason value.

type IsAuthorized_Response_Resource

type IsAuthorized_Response_Resource struct {

	// Map with action as key.
	Actions map[string]*IsAuthorized_Response_Action `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*IsAuthorized_Response_Resource) Descriptor deprecated

func (*IsAuthorized_Response_Resource) Descriptor() ([]byte, []int)

Deprecated: Use IsAuthorized_Response_Resource.ProtoReflect.Descriptor instead.

func (*IsAuthorized_Response_Resource) GetActions

func (*IsAuthorized_Response_Resource) ProtoMessage

func (*IsAuthorized_Response_Resource) ProtoMessage()

func (*IsAuthorized_Response_Resource) ProtoReflect

func (*IsAuthorized_Response_Resource) Reset

func (x *IsAuthorized_Response_Resource) Reset()

func (*IsAuthorized_Response_Resource) String

func (*IsAuthorized_Response_Resource) Validate

func (m *IsAuthorized_Response_Resource) Validate() error

Validate checks the field values on IsAuthorized_Response_Resource with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IsAuthorized_Response_Resource) ValidateAll

func (m *IsAuthorized_Response_Resource) ValidateAll() error

ValidateAll checks the field values on IsAuthorized_Response_Resource with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IsAuthorized_Response_ResourceMultiError, or nil if none found.

type IsAuthorized_Response_ResourceMultiError

type IsAuthorized_Response_ResourceMultiError []error

IsAuthorized_Response_ResourceMultiError is an error wrapping multiple validation errors returned by IsAuthorized_Response_Resource.ValidateAll() if the designated constraints aren't met.

func (IsAuthorized_Response_ResourceMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IsAuthorized_Response_ResourceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IsAuthorized_Response_ResourceType

type IsAuthorized_Response_ResourceType struct {

	// Map with resource id as key.
	Resources map[string]*IsAuthorized_Response_Resource `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*IsAuthorized_Response_ResourceType) Descriptor deprecated

func (*IsAuthorized_Response_ResourceType) Descriptor() ([]byte, []int)

Deprecated: Use IsAuthorized_Response_ResourceType.ProtoReflect.Descriptor instead.

func (*IsAuthorized_Response_ResourceType) GetResources

func (*IsAuthorized_Response_ResourceType) ProtoMessage

func (*IsAuthorized_Response_ResourceType) ProtoMessage()

func (*IsAuthorized_Response_ResourceType) ProtoReflect

func (*IsAuthorized_Response_ResourceType) Reset

func (*IsAuthorized_Response_ResourceType) String

func (*IsAuthorized_Response_ResourceType) Validate

Validate checks the field values on IsAuthorized_Response_ResourceType with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IsAuthorized_Response_ResourceType) ValidateAll

func (m *IsAuthorized_Response_ResourceType) ValidateAll() error

ValidateAll checks the field values on IsAuthorized_Response_ResourceType with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IsAuthorized_Response_ResourceTypeMultiError, or nil if none found.

type IsAuthorized_Response_ResourceTypeMultiError

type IsAuthorized_Response_ResourceTypeMultiError []error

IsAuthorized_Response_ResourceTypeMultiError is an error wrapping multiple validation errors returned by IsAuthorized_Response_ResourceType.ValidateAll() if the designated constraints aren't met.

func (IsAuthorized_Response_ResourceTypeMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (IsAuthorized_Response_ResourceTypeMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type IsAuthorized_Response_ResourceTypeValidationError

type IsAuthorized_Response_ResourceTypeValidationError struct {
	// contains filtered or unexported fields
}

IsAuthorized_Response_ResourceTypeValidationError is the validation error returned by IsAuthorized_Response_ResourceType.Validate if the designated constraints aren't met.

func (IsAuthorized_Response_ResourceTypeValidationError) Cause

Cause function returns cause value.

func (IsAuthorized_Response_ResourceTypeValidationError) Error

Error satisfies the builtin error interface

func (IsAuthorized_Response_ResourceTypeValidationError) ErrorName

ErrorName returns error name.

func (IsAuthorized_Response_ResourceTypeValidationError) Field

Field function returns field value.

func (IsAuthorized_Response_ResourceTypeValidationError) Key

Key function returns key value.

func (IsAuthorized_Response_ResourceTypeValidationError) Reason

Reason function returns reason value.

type IsAuthorized_Response_ResourceValidationError

type IsAuthorized_Response_ResourceValidationError struct {
	// contains filtered or unexported fields
}

IsAuthorized_Response_ResourceValidationError is the validation error returned by IsAuthorized_Response_Resource.Validate if the designated constraints aren't met.

func (IsAuthorized_Response_ResourceValidationError) Cause

Cause function returns cause value.

func (IsAuthorized_Response_ResourceValidationError) Error

Error satisfies the builtin error interface

func (IsAuthorized_Response_ResourceValidationError) ErrorName

ErrorName returns error name.

func (IsAuthorized_Response_ResourceValidationError) Field

Field function returns field value.

func (IsAuthorized_Response_ResourceValidationError) Key

Key function returns key value.

func (IsAuthorized_Response_ResourceValidationError) Reason

Reason function returns reason value.

type IsChangePoint added in v0.23.0

type IsChangePoint struct {
	ResolvedDigitalTwin *AuthorizationDigitalTwin           `protobuf:"bytes,1,opt,name=resolved_digital_twin,json=resolvedDigitalTwin,proto3" json:"resolved_digital_twin,omitempty"`
	Request             *IsChangePoint_Request              `protobuf:"bytes,2,opt,name=request,proto3" json:"request,omitempty"`
	ChangePointDetected *IsChangePoint_ChangePointDetection `protobuf:"bytes,3,opt,name=change_point_detected,json=changePointDetected,proto3" json:"change_point_detected,omitempty"`
	Response            *IsChangePoint_Response             `protobuf:"bytes,4,opt,name=response,proto3" json:"response,omitempty"`
	EvaluationTime      *durationpb.Duration                `protobuf:"bytes,5,opt,name=evaluation_time,json=evaluationTime,proto3" json:"evaluation_time,omitempty"`
	// contains filtered or unexported fields
}

func (*IsChangePoint) Descriptor deprecated added in v0.23.0

func (*IsChangePoint) Descriptor() ([]byte, []int)

Deprecated: Use IsChangePoint.ProtoReflect.Descriptor instead.

func (*IsChangePoint) GetChangePointDetected added in v0.23.0

func (x *IsChangePoint) GetChangePointDetected() *IsChangePoint_ChangePointDetection

func (*IsChangePoint) GetEvaluationTime added in v0.23.0

func (x *IsChangePoint) GetEvaluationTime() *durationpb.Duration

func (*IsChangePoint) GetRequest added in v0.23.0

func (x *IsChangePoint) GetRequest() *IsChangePoint_Request

func (*IsChangePoint) GetResolvedDigitalTwin added in v0.23.0

func (x *IsChangePoint) GetResolvedDigitalTwin() *AuthorizationDigitalTwin

func (*IsChangePoint) GetResponse added in v0.23.0

func (x *IsChangePoint) GetResponse() *IsChangePoint_Response

func (*IsChangePoint) ProtoMessage added in v0.23.0

func (*IsChangePoint) ProtoMessage()

func (*IsChangePoint) ProtoReflect added in v0.23.0

func (x *IsChangePoint) ProtoReflect() protoreflect.Message

func (*IsChangePoint) Reset added in v0.23.0

func (x *IsChangePoint) Reset()

func (*IsChangePoint) String added in v0.23.0

func (x *IsChangePoint) String() string

func (*IsChangePoint) Validate added in v0.23.0

func (m *IsChangePoint) Validate() error

Validate checks the field values on IsChangePoint with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IsChangePoint) ValidateAll added in v0.23.0

func (m *IsChangePoint) ValidateAll() error

ValidateAll checks the field values on IsChangePoint with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IsChangePointMultiError, or nil if none found.

type IsChangePointMultiError added in v0.23.0

type IsChangePointMultiError []error

IsChangePointMultiError is an error wrapping multiple validation errors returned by IsChangePoint.ValidateAll() if the designated constraints aren't met.

func (IsChangePointMultiError) AllErrors added in v0.23.0

func (m IsChangePointMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IsChangePointMultiError) Error added in v0.23.0

func (m IsChangePointMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type IsChangePointValidationError added in v0.23.0

type IsChangePointValidationError struct {
	// contains filtered or unexported fields
}

IsChangePointValidationError is the validation error returned by IsChangePoint.Validate if the designated constraints aren't met.

func (IsChangePointValidationError) Cause added in v0.23.0

Cause function returns cause value.

func (IsChangePointValidationError) Error added in v0.23.0

Error satisfies the builtin error interface

func (IsChangePointValidationError) ErrorName added in v0.23.0

func (e IsChangePointValidationError) ErrorName() string

ErrorName returns error name.

func (IsChangePointValidationError) Field added in v0.23.0

Field function returns field value.

func (IsChangePointValidationError) Key added in v0.23.0

Key function returns key value.

func (IsChangePointValidationError) Reason added in v0.23.0

Reason function returns reason value.

type IsChangePoint_ChangePointDetection added in v0.23.0

type IsChangePoint_ChangePointDetection struct {
	IsChange bool `protobuf:"varint,1,opt,name=is_change,json=isChange,proto3" json:"is_change,omitempty"`
	// explanation of change
	Explanation string `protobuf:"bytes,2,opt,name=explanation,proto3" json:"explanation,omitempty"`
	// change score of changepoint event
	ChangeScore float64 `protobuf:"fixed64,3,opt,name=change_score,json=changeScore,proto3" json:"change_score,omitempty"`
	// contains filtered or unexported fields
}

func (*IsChangePoint_ChangePointDetection) Descriptor deprecated added in v0.23.0

func (*IsChangePoint_ChangePointDetection) Descriptor() ([]byte, []int)

Deprecated: Use IsChangePoint_ChangePointDetection.ProtoReflect.Descriptor instead.

func (*IsChangePoint_ChangePointDetection) GetChangeScore added in v0.23.0

func (x *IsChangePoint_ChangePointDetection) GetChangeScore() float64

func (*IsChangePoint_ChangePointDetection) GetExplanation added in v0.23.0

func (x *IsChangePoint_ChangePointDetection) GetExplanation() string

func (*IsChangePoint_ChangePointDetection) GetIsChange added in v0.23.0

func (x *IsChangePoint_ChangePointDetection) GetIsChange() bool

func (*IsChangePoint_ChangePointDetection) ProtoMessage added in v0.23.0

func (*IsChangePoint_ChangePointDetection) ProtoMessage()

func (*IsChangePoint_ChangePointDetection) ProtoReflect added in v0.23.0

func (*IsChangePoint_ChangePointDetection) Reset added in v0.23.0

func (*IsChangePoint_ChangePointDetection) String added in v0.23.0

func (*IsChangePoint_ChangePointDetection) Validate added in v0.23.0

Validate checks the field values on IsChangePoint_ChangePointDetection with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IsChangePoint_ChangePointDetection) ValidateAll added in v0.23.0

func (m *IsChangePoint_ChangePointDetection) ValidateAll() error

ValidateAll checks the field values on IsChangePoint_ChangePointDetection with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IsChangePoint_ChangePointDetectionMultiError, or nil if none found.

type IsChangePoint_ChangePointDetectionMultiError added in v0.23.0

type IsChangePoint_ChangePointDetectionMultiError []error

IsChangePoint_ChangePointDetectionMultiError is an error wrapping multiple validation errors returned by IsChangePoint_ChangePointDetection.ValidateAll() if the designated constraints aren't met.

func (IsChangePoint_ChangePointDetectionMultiError) AllErrors added in v0.23.0

AllErrors returns a list of validation violation errors.

func (IsChangePoint_ChangePointDetectionMultiError) Error added in v0.23.0

Error returns a concatenation of all the error messages it wraps.

type IsChangePoint_ChangePointDetectionValidationError added in v0.23.0

type IsChangePoint_ChangePointDetectionValidationError struct {
	// contains filtered or unexported fields
}

IsChangePoint_ChangePointDetectionValidationError is the validation error returned by IsChangePoint_ChangePointDetection.Validate if the designated constraints aren't met.

func (IsChangePoint_ChangePointDetectionValidationError) Cause added in v0.23.0

Cause function returns cause value.

func (IsChangePoint_ChangePointDetectionValidationError) Error added in v0.23.0

Error satisfies the builtin error interface

func (IsChangePoint_ChangePointDetectionValidationError) ErrorName added in v0.23.0

ErrorName returns error name.

func (IsChangePoint_ChangePointDetectionValidationError) Field added in v0.23.0

Field function returns field value.

func (IsChangePoint_ChangePointDetectionValidationError) Key added in v0.23.0

Key function returns key value.

func (IsChangePoint_ChangePointDetectionValidationError) Reason added in v0.23.0

Reason function returns reason value.

type IsChangePoint_Request added in v0.23.0

type IsChangePoint_Request struct {
	Resource string `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"`
	// A list of actions the subject want to perform.
	Action string `protobuf:"bytes,2,opt,name=action,proto3" json:"action,omitempty"`
	// contains filtered or unexported fields
}

func (*IsChangePoint_Request) Descriptor deprecated added in v0.23.0

func (*IsChangePoint_Request) Descriptor() ([]byte, []int)

Deprecated: Use IsChangePoint_Request.ProtoReflect.Descriptor instead.

func (*IsChangePoint_Request) GetAction added in v0.23.0

func (x *IsChangePoint_Request) GetAction() string

func (*IsChangePoint_Request) GetResource added in v0.23.0

func (x *IsChangePoint_Request) GetResource() string

func (*IsChangePoint_Request) ProtoMessage added in v0.23.0

func (*IsChangePoint_Request) ProtoMessage()

func (*IsChangePoint_Request) ProtoReflect added in v0.23.0

func (x *IsChangePoint_Request) ProtoReflect() protoreflect.Message

func (*IsChangePoint_Request) Reset added in v0.23.0

func (x *IsChangePoint_Request) Reset()

func (*IsChangePoint_Request) String added in v0.23.0

func (x *IsChangePoint_Request) String() string

func (*IsChangePoint_Request) Validate added in v0.23.0

func (m *IsChangePoint_Request) Validate() error

Validate checks the field values on IsChangePoint_Request with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IsChangePoint_Request) ValidateAll added in v0.23.0

func (m *IsChangePoint_Request) ValidateAll() error

ValidateAll checks the field values on IsChangePoint_Request with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IsChangePoint_RequestMultiError, or nil if none found.

type IsChangePoint_RequestMultiError added in v0.23.0

type IsChangePoint_RequestMultiError []error

IsChangePoint_RequestMultiError is an error wrapping multiple validation errors returned by IsChangePoint_Request.ValidateAll() if the designated constraints aren't met.

func (IsChangePoint_RequestMultiError) AllErrors added in v0.23.0

func (m IsChangePoint_RequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IsChangePoint_RequestMultiError) Error added in v0.23.0

Error returns a concatenation of all the error messages it wraps.

type IsChangePoint_RequestValidationError added in v0.23.0

type IsChangePoint_RequestValidationError struct {
	// contains filtered or unexported fields
}

IsChangePoint_RequestValidationError is the validation error returned by IsChangePoint_Request.Validate if the designated constraints aren't met.

func (IsChangePoint_RequestValidationError) Cause added in v0.23.0

Cause function returns cause value.

func (IsChangePoint_RequestValidationError) Error added in v0.23.0

Error satisfies the builtin error interface

func (IsChangePoint_RequestValidationError) ErrorName added in v0.23.0

ErrorName returns error name.

func (IsChangePoint_RequestValidationError) Field added in v0.23.0

Field function returns field value.

func (IsChangePoint_RequestValidationError) Key added in v0.23.0

Key function returns key value.

func (IsChangePoint_RequestValidationError) Reason added in v0.23.0

Reason function returns reason value.

type IsChangePoint_Response added in v0.23.0

type IsChangePoint_Response struct {

	// Time the changepoint occurred.
	DecisionTime string `protobuf:"bytes,1,opt,name=decision_time,json=decisionTime,proto3" json:"decision_time,omitempty"`
	// contains filtered or unexported fields
}

func (*IsChangePoint_Response) Descriptor deprecated added in v0.23.0

func (*IsChangePoint_Response) Descriptor() ([]byte, []int)

Deprecated: Use IsChangePoint_Response.ProtoReflect.Descriptor instead.

func (*IsChangePoint_Response) GetDecisionTime added in v0.23.0

func (x *IsChangePoint_Response) GetDecisionTime() string

func (*IsChangePoint_Response) ProtoMessage added in v0.23.0

func (*IsChangePoint_Response) ProtoMessage()

func (*IsChangePoint_Response) ProtoReflect added in v0.23.0

func (x *IsChangePoint_Response) ProtoReflect() protoreflect.Message

func (*IsChangePoint_Response) Reset added in v0.23.0

func (x *IsChangePoint_Response) Reset()

func (*IsChangePoint_Response) String added in v0.23.0

func (x *IsChangePoint_Response) String() string

func (*IsChangePoint_Response) Validate added in v0.23.0

func (m *IsChangePoint_Response) Validate() error

Validate checks the field values on IsChangePoint_Response with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IsChangePoint_Response) ValidateAll added in v0.23.0

func (m *IsChangePoint_Response) ValidateAll() error

ValidateAll checks the field values on IsChangePoint_Response with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IsChangePoint_ResponseMultiError, or nil if none found.

type IsChangePoint_ResponseMultiError added in v0.23.0

type IsChangePoint_ResponseMultiError []error

IsChangePoint_ResponseMultiError is an error wrapping multiple validation errors returned by IsChangePoint_Response.ValidateAll() if the designated constraints aren't met.

func (IsChangePoint_ResponseMultiError) AllErrors added in v0.23.0

func (m IsChangePoint_ResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IsChangePoint_ResponseMultiError) Error added in v0.23.0

Error returns a concatenation of all the error messages it wraps.

type IsChangePoint_ResponseValidationError added in v0.23.0

type IsChangePoint_ResponseValidationError struct {
	// contains filtered or unexported fields
}

IsChangePoint_ResponseValidationError is the validation error returned by IsChangePoint_Response.Validate if the designated constraints aren't met.

func (IsChangePoint_ResponseValidationError) Cause added in v0.23.0

Cause function returns cause value.

func (IsChangePoint_ResponseValidationError) Error added in v0.23.0

Error satisfies the builtin error interface

func (IsChangePoint_ResponseValidationError) ErrorName added in v0.23.0

ErrorName returns error name.

func (IsChangePoint_ResponseValidationError) Field added in v0.23.0

Field function returns field value.

func (IsChangePoint_ResponseValidationError) Key added in v0.23.0

Key function returns key value.

func (IsChangePoint_ResponseValidationError) Reason added in v0.23.0

Reason function returns reason value.

type Node

type Node struct {
	Id         string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ExternalId string `protobuf:"bytes,2,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	Type       string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	IsIdentity bool   `protobuf:"varint,4,opt,name=is_identity,json=isIdentity,proto3" json:"is_identity,omitempty"`
	// contains filtered or unexported fields
}

func (*Node) Descriptor deprecated

func (*Node) Descriptor() ([]byte, []int)

Deprecated: Use Node.ProtoReflect.Descriptor instead.

func (*Node) GetExternalId added in v0.25.0

func (x *Node) GetExternalId() string

func (*Node) GetId added in v0.25.0

func (x *Node) GetId() string

func (*Node) GetIsIdentity added in v0.25.0

func (x *Node) GetIsIdentity() bool

func (*Node) GetType

func (x *Node) GetType() string

func (*Node) ProtoMessage

func (*Node) ProtoMessage()

func (*Node) ProtoReflect

func (x *Node) ProtoReflect() protoreflect.Message

func (*Node) Reset

func (x *Node) Reset()

func (*Node) String

func (x *Node) String() string

func (*Node) Validate

func (m *Node) Validate() error

Validate checks the field values on Node with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Node) ValidateAll

func (m *Node) ValidateAll() error

ValidateAll checks the field values on Node with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NodeMultiError, or nil if none found.

type NodeMatch

type NodeMatch struct {
	ExternalId string `protobuf:"bytes,1,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	Type       string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeMatch) Descriptor deprecated

func (*NodeMatch) Descriptor() ([]byte, []int)

Deprecated: Use NodeMatch.ProtoReflect.Descriptor instead.

func (*NodeMatch) GetExternalId

func (x *NodeMatch) GetExternalId() string

func (*NodeMatch) GetType

func (x *NodeMatch) GetType() string

func (*NodeMatch) ProtoMessage

func (*NodeMatch) ProtoMessage()

func (*NodeMatch) ProtoReflect

func (x *NodeMatch) ProtoReflect() protoreflect.Message

func (*NodeMatch) Reset

func (x *NodeMatch) Reset()

func (*NodeMatch) String

func (x *NodeMatch) String() string

func (*NodeMatch) Validate

func (m *NodeMatch) Validate() error

Validate checks the field values on NodeMatch with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NodeMatch) ValidateAll

func (m *NodeMatch) ValidateAll() error

ValidateAll checks the field values on NodeMatch with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NodeMatchMultiError, or nil if none found.

type NodeMatchMultiError

type NodeMatchMultiError []error

NodeMatchMultiError is an error wrapping multiple validation errors returned by NodeMatch.ValidateAll() if the designated constraints aren't met.

func (NodeMatchMultiError) AllErrors

func (m NodeMatchMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NodeMatchMultiError) Error

func (m NodeMatchMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type NodeMatchValidationError

type NodeMatchValidationError struct {
	// contains filtered or unexported fields
}

NodeMatchValidationError is the validation error returned by NodeMatch.Validate if the designated constraints aren't met.

func (NodeMatchValidationError) Cause

func (e NodeMatchValidationError) Cause() error

Cause function returns cause value.

func (NodeMatchValidationError) Error

func (e NodeMatchValidationError) Error() string

Error satisfies the builtin error interface

func (NodeMatchValidationError) ErrorName

func (e NodeMatchValidationError) ErrorName() string

ErrorName returns error name.

func (NodeMatchValidationError) Field

func (e NodeMatchValidationError) Field() string

Field function returns field value.

func (NodeMatchValidationError) Key

Key function returns key value.

func (NodeMatchValidationError) Reason

func (e NodeMatchValidationError) Reason() string

Reason function returns reason value.

type NodeMultiError

type NodeMultiError []error

NodeMultiError is an error wrapping multiple validation errors returned by Node.ValidateAll() if the designated constraints aren't met.

func (NodeMultiError) AllErrors

func (m NodeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NodeMultiError) Error

func (m NodeMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type NodeValidationError

type NodeValidationError struct {
	// contains filtered or unexported fields
}

NodeValidationError is the validation error returned by Node.Validate if the designated constraints aren't met.

func (NodeValidationError) Cause

func (e NodeValidationError) Cause() error

Cause function returns cause value.

func (NodeValidationError) Error

func (e NodeValidationError) Error() string

Error satisfies the builtin error interface

func (NodeValidationError) ErrorName

func (e NodeValidationError) ErrorName() string

ErrorName returns error name.

func (NodeValidationError) Field

func (e NodeValidationError) Field() string

Field function returns field value.

func (NodeValidationError) Key

func (e NodeValidationError) Key() bool

Key function returns key value.

func (NodeValidationError) Reason

func (e NodeValidationError) Reason() string

Reason function returns reason value.

type OAuth2ApplicationConfig added in v0.19.1

type OAuth2ApplicationConfig struct {
	ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	// DisplayName is a human readable name to show in consent page etc.
	DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Description is a optional description to show in consent page etc.
	Description                 string                                    `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	RedirectUris                []string                                  `protobuf:"bytes,5,rep,name=redirect_uris,json=redirectUris,proto3" json:"redirect_uris,omitempty"`
	Owner                       string                                    `protobuf:"bytes,6,opt,name=owner,proto3" json:"owner,omitempty"`
	PolicyUri                   string                                    `protobuf:"bytes,7,opt,name=policy_uri,json=policyUri,proto3" json:"policy_uri,omitempty"`
	AllowedCorsOrigins          []string                                  `protobuf:"bytes,8,rep,name=allowed_cors_origins,json=allowedCorsOrigins,proto3" json:"allowed_cors_origins,omitempty"`
	TermsOfServiceUri           string                                    `protobuf:"bytes,9,opt,name=terms_of_service_uri,json=termsOfServiceUri,proto3" json:"terms_of_service_uri,omitempty"`
	ClientUri                   string                                    `protobuf:"bytes,10,opt,name=client_uri,json=clientUri,proto3" json:"client_uri,omitempty"`
	LogoUri                     string                                    `protobuf:"bytes,11,opt,name=logo_uri,json=logoUri,proto3" json:"logo_uri,omitempty"`
	UserSupportEmailAddress     string                                    `` /* 135-byte string literal not displayed */
	AdditionalContacts          []string                                  `protobuf:"bytes,13,rep,name=additional_contacts,json=additionalContacts,proto3" json:"additional_contacts,omitempty"`
	SubjectType                 OAuth2ApplicationConfig_ClientSubjectType `` /* 170-byte string literal not displayed */
	SectorIdentifierUri         string                                    `protobuf:"bytes,15,opt,name=sector_identifier_uri,json=sectorIdentifierUri,proto3" json:"sector_identifier_uri,omitempty"`
	GrantTypes                  []OAuth2GrantType                         `` /* 148-byte string literal not displayed */
	ResponseTypes               []OAuth2ResponseType                      `` /* 160-byte string literal not displayed */
	Scopes                      []string                                  `protobuf:"bytes,18,rep,name=scopes,proto3" json:"scopes,omitempty"`
	Audiences                   []string                                  `protobuf:"bytes,19,rep,name=audiences,proto3" json:"audiences,omitempty"`
	TokenEndpointAuthMethod     OAuth2TokenEndpointAuthMethod             `` /* 198-byte string literal not displayed */
	TokenEndpointAuthSigningAlg string                                    `` /* 149-byte string literal not displayed */
	UserinfoSignedResponseAlg   string                                    `` /* 141-byte string literal not displayed */
	Trusted                     bool                                      `protobuf:"varint,23,opt,name=trusted,proto3" json:"trusted,omitempty"`
	// contains filtered or unexported fields
}

func (*OAuth2ApplicationConfig) Descriptor deprecated added in v0.19.1

func (*OAuth2ApplicationConfig) Descriptor() ([]byte, []int)

Deprecated: Use OAuth2ApplicationConfig.ProtoReflect.Descriptor instead.

func (*OAuth2ApplicationConfig) GetAdditionalContacts added in v0.19.1

func (x *OAuth2ApplicationConfig) GetAdditionalContacts() []string

func (*OAuth2ApplicationConfig) GetAllowedCorsOrigins added in v0.19.1

func (x *OAuth2ApplicationConfig) GetAllowedCorsOrigins() []string

func (*OAuth2ApplicationConfig) GetAudiences added in v0.19.1

func (x *OAuth2ApplicationConfig) GetAudiences() []string

func (*OAuth2ApplicationConfig) GetClientId added in v0.19.1

func (x *OAuth2ApplicationConfig) GetClientId() string

func (*OAuth2ApplicationConfig) GetClientUri added in v0.19.1

func (x *OAuth2ApplicationConfig) GetClientUri() string

func (*OAuth2ApplicationConfig) GetDescription added in v0.19.1

func (x *OAuth2ApplicationConfig) GetDescription() string

func (*OAuth2ApplicationConfig) GetDisplayName added in v0.19.1

func (x *OAuth2ApplicationConfig) GetDisplayName() string

func (*OAuth2ApplicationConfig) GetGrantTypes added in v0.19.1

func (x *OAuth2ApplicationConfig) GetGrantTypes() []OAuth2GrantType

func (*OAuth2ApplicationConfig) GetLogoUri added in v0.19.1

func (x *OAuth2ApplicationConfig) GetLogoUri() string

func (*OAuth2ApplicationConfig) GetOwner added in v0.19.1

func (x *OAuth2ApplicationConfig) GetOwner() string

func (*OAuth2ApplicationConfig) GetPolicyUri added in v0.19.1

func (x *OAuth2ApplicationConfig) GetPolicyUri() string

func (*OAuth2ApplicationConfig) GetRedirectUris added in v0.19.1

func (x *OAuth2ApplicationConfig) GetRedirectUris() []string

func (*OAuth2ApplicationConfig) GetResponseTypes added in v0.19.1

func (x *OAuth2ApplicationConfig) GetResponseTypes() []OAuth2ResponseType

func (*OAuth2ApplicationConfig) GetScopes added in v0.19.1

func (x *OAuth2ApplicationConfig) GetScopes() []string

func (*OAuth2ApplicationConfig) GetSectorIdentifierUri added in v0.19.1

func (x *OAuth2ApplicationConfig) GetSectorIdentifierUri() string

func (*OAuth2ApplicationConfig) GetSubjectType added in v0.19.1

func (*OAuth2ApplicationConfig) GetTermsOfServiceUri added in v0.19.1

func (x *OAuth2ApplicationConfig) GetTermsOfServiceUri() string

func (*OAuth2ApplicationConfig) GetTokenEndpointAuthMethod added in v0.19.1

func (x *OAuth2ApplicationConfig) GetTokenEndpointAuthMethod() OAuth2TokenEndpointAuthMethod

func (*OAuth2ApplicationConfig) GetTokenEndpointAuthSigningAlg added in v0.19.1

func (x *OAuth2ApplicationConfig) GetTokenEndpointAuthSigningAlg() string

func (*OAuth2ApplicationConfig) GetTrusted added in v0.19.1

func (x *OAuth2ApplicationConfig) GetTrusted() bool

func (*OAuth2ApplicationConfig) GetUserSupportEmailAddress added in v0.19.1

func (x *OAuth2ApplicationConfig) GetUserSupportEmailAddress() string

func (*OAuth2ApplicationConfig) GetUserinfoSignedResponseAlg added in v0.19.1

func (x *OAuth2ApplicationConfig) GetUserinfoSignedResponseAlg() string

func (*OAuth2ApplicationConfig) ProtoMessage added in v0.19.1

func (*OAuth2ApplicationConfig) ProtoMessage()

func (*OAuth2ApplicationConfig) ProtoReflect added in v0.19.1

func (x *OAuth2ApplicationConfig) ProtoReflect() protoreflect.Message

func (*OAuth2ApplicationConfig) Reset added in v0.19.1

func (x *OAuth2ApplicationConfig) Reset()

func (*OAuth2ApplicationConfig) String added in v0.19.1

func (x *OAuth2ApplicationConfig) String() string

func (*OAuth2ApplicationConfig) Validate added in v0.19.1

func (m *OAuth2ApplicationConfig) Validate() error

Validate checks the field values on OAuth2ApplicationConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OAuth2ApplicationConfig) ValidateAll added in v0.19.1

func (m *OAuth2ApplicationConfig) ValidateAll() error

ValidateAll checks the field values on OAuth2ApplicationConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OAuth2ApplicationConfigMultiError, or nil if none found.

type OAuth2ApplicationConfigMultiError added in v0.19.1

type OAuth2ApplicationConfigMultiError []error

OAuth2ApplicationConfigMultiError is an error wrapping multiple validation errors returned by OAuth2ApplicationConfig.ValidateAll() if the designated constraints aren't met.

func (OAuth2ApplicationConfigMultiError) AllErrors added in v0.19.1

func (m OAuth2ApplicationConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OAuth2ApplicationConfigMultiError) Error added in v0.19.1

Error returns a concatenation of all the error messages it wraps.

type OAuth2ApplicationConfigValidationError added in v0.19.1

type OAuth2ApplicationConfigValidationError struct {
	// contains filtered or unexported fields
}

OAuth2ApplicationConfigValidationError is the validation error returned by OAuth2ApplicationConfig.Validate if the designated constraints aren't met.

func (OAuth2ApplicationConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (OAuth2ApplicationConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (OAuth2ApplicationConfigValidationError) ErrorName added in v0.19.1

ErrorName returns error name.

func (OAuth2ApplicationConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (OAuth2ApplicationConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (OAuth2ApplicationConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type OAuth2ApplicationConfig_ClientSubjectType added in v0.19.1

type OAuth2ApplicationConfig_ClientSubjectType int32
const (
	OAuth2ApplicationConfig_CLIENT_SUBJECT_TYPE_INVALID  OAuth2ApplicationConfig_ClientSubjectType = 0
	OAuth2ApplicationConfig_CLIENT_SUBJECT_TYPE_PUBLIC   OAuth2ApplicationConfig_ClientSubjectType = 1
	OAuth2ApplicationConfig_CLIENT_SUBJECT_TYPE_PAIRWISE OAuth2ApplicationConfig_ClientSubjectType = 2
)

func (OAuth2ApplicationConfig_ClientSubjectType) Descriptor added in v0.19.1

func (OAuth2ApplicationConfig_ClientSubjectType) Enum added in v0.19.1

func (OAuth2ApplicationConfig_ClientSubjectType) EnumDescriptor deprecated added in v0.19.1

func (OAuth2ApplicationConfig_ClientSubjectType) EnumDescriptor() ([]byte, []int)

Deprecated: Use OAuth2ApplicationConfig_ClientSubjectType.Descriptor instead.

func (OAuth2ApplicationConfig_ClientSubjectType) Number added in v0.19.1

func (OAuth2ApplicationConfig_ClientSubjectType) String added in v0.19.1

func (OAuth2ApplicationConfig_ClientSubjectType) Type added in v0.19.1

type OAuth2ClientConfig added in v0.19.1

type OAuth2ClientConfig struct {
	ProviderType          OAuth2ClientConfig_ProviderType `` /* 162-byte string literal not displayed */
	ClientId              string                          `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	ClientSecret          string                          `protobuf:"bytes,3,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	RedirectUri           []string                        `protobuf:"bytes,4,rep,name=redirect_uri,json=redirectUri,proto3" json:"redirect_uri,omitempty"`
	DefaultScopes         []string                        `protobuf:"bytes,17,rep,name=default_scopes,json=defaultScopes,proto3" json:"default_scopes,omitempty"`
	AllowedScopes         []string                        `protobuf:"bytes,19,rep,name=allowed_scopes,json=allowedScopes,proto3" json:"allowed_scopes,omitempty"`
	AllowSignup           bool                            `protobuf:"varint,8,opt,name=allow_signup,json=allowSignup,proto3" json:"allow_signup,omitempty"`
	Issuer                string                          `protobuf:"bytes,9,opt,name=issuer,proto3" json:"issuer,omitempty"`
	AuthorizationEndpoint string                          `protobuf:"bytes,10,opt,name=authorization_endpoint,json=authorizationEndpoint,proto3" json:"authorization_endpoint,omitempty"`
	TokenEndpoint         string                          `protobuf:"bytes,11,opt,name=token_endpoint,json=tokenEndpoint,proto3" json:"token_endpoint,omitempty"`
	DiscoveryUrl          string                          `protobuf:"bytes,16,opt,name=discovery_url,json=discoveryUrl,proto3" json:"discovery_url,omitempty"`
	UserinfoEndpoint      string                          `protobuf:"bytes,12,opt,name=userinfo_endpoint,json=userinfoEndpoint,proto3" json:"userinfo_endpoint,omitempty"`
	JwksUri               string                          `protobuf:"bytes,13,opt,name=jwks_uri,json=jwksUri,proto3" json:"jwks_uri,omitempty"`
	ImageUrl              string                          `protobuf:"bytes,14,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"`
	Tenant                string                          `protobuf:"bytes,15,opt,name=tenant,proto3" json:"tenant,omitempty"`
	HostedDomain          string                          `protobuf:"bytes,18,opt,name=hosted_domain,json=hostedDomain,proto3" json:"hosted_domain,omitempty"`
	AuthStyle             OAuth2ClientConfig_AuthStyle    `` /* 151-byte string literal not displayed */
	// Required for Apple as provider. This will be masked, so it is string.
	PrivateKeyPem string `protobuf:"bytes,21,opt,name=private_key_pem,json=privateKeyPem,proto3" json:"private_key_pem,omitempty"`
	// Required for Apple as provider.
	PrivateKeyId string `protobuf:"bytes,22,opt,name=private_key_id,json=privateKeyId,proto3" json:"private_key_id,omitempty"`
	// Required for Apple as provider.
	TeamId string `protobuf:"bytes,23,opt,name=team_id,json=teamId,proto3" json:"team_id,omitempty"`
	// contains filtered or unexported fields
}

func (*OAuth2ClientConfig) Descriptor deprecated added in v0.19.1

func (*OAuth2ClientConfig) Descriptor() ([]byte, []int)

Deprecated: Use OAuth2ClientConfig.ProtoReflect.Descriptor instead.

func (*OAuth2ClientConfig) GetAllowSignup added in v0.19.1

func (x *OAuth2ClientConfig) GetAllowSignup() bool

func (*OAuth2ClientConfig) GetAllowedScopes added in v0.19.1

func (x *OAuth2ClientConfig) GetAllowedScopes() []string

func (*OAuth2ClientConfig) GetAuthStyle added in v0.19.1

func (*OAuth2ClientConfig) GetAuthorizationEndpoint added in v0.19.1

func (x *OAuth2ClientConfig) GetAuthorizationEndpoint() string

func (*OAuth2ClientConfig) GetClientId added in v0.19.1

func (x *OAuth2ClientConfig) GetClientId() string

func (*OAuth2ClientConfig) GetClientSecret added in v0.19.1

func (x *OAuth2ClientConfig) GetClientSecret() string

func (*OAuth2ClientConfig) GetDefaultScopes added in v0.19.1

func (x *OAuth2ClientConfig) GetDefaultScopes() []string

func (*OAuth2ClientConfig) GetDiscoveryUrl added in v0.19.1

func (x *OAuth2ClientConfig) GetDiscoveryUrl() string

func (*OAuth2ClientConfig) GetHostedDomain added in v0.19.1

func (x *OAuth2ClientConfig) GetHostedDomain() string

func (*OAuth2ClientConfig) GetImageUrl added in v0.19.1

func (x *OAuth2ClientConfig) GetImageUrl() string

func (*OAuth2ClientConfig) GetIssuer added in v0.19.1

func (x *OAuth2ClientConfig) GetIssuer() string

func (*OAuth2ClientConfig) GetJwksUri added in v0.19.1

func (x *OAuth2ClientConfig) GetJwksUri() string

func (*OAuth2ClientConfig) GetPrivateKeyId added in v0.19.1

func (x *OAuth2ClientConfig) GetPrivateKeyId() string

func (*OAuth2ClientConfig) GetPrivateKeyPem added in v0.19.1

func (x *OAuth2ClientConfig) GetPrivateKeyPem() string

func (*OAuth2ClientConfig) GetProviderType added in v0.19.1

func (*OAuth2ClientConfig) GetRedirectUri added in v0.19.1

func (x *OAuth2ClientConfig) GetRedirectUri() []string

func (*OAuth2ClientConfig) GetTeamId added in v0.19.1

func (x *OAuth2ClientConfig) GetTeamId() string

func (*OAuth2ClientConfig) GetTenant added in v0.19.1

func (x *OAuth2ClientConfig) GetTenant() string

func (*OAuth2ClientConfig) GetTokenEndpoint added in v0.19.1

func (x *OAuth2ClientConfig) GetTokenEndpoint() string

func (*OAuth2ClientConfig) GetUserinfoEndpoint added in v0.19.1

func (x *OAuth2ClientConfig) GetUserinfoEndpoint() string

func (*OAuth2ClientConfig) ProtoMessage added in v0.19.1

func (*OAuth2ClientConfig) ProtoMessage()

func (*OAuth2ClientConfig) ProtoReflect added in v0.19.1

func (x *OAuth2ClientConfig) ProtoReflect() protoreflect.Message

func (*OAuth2ClientConfig) Reset added in v0.19.1

func (x *OAuth2ClientConfig) Reset()

func (*OAuth2ClientConfig) String added in v0.19.1

func (x *OAuth2ClientConfig) String() string

func (*OAuth2ClientConfig) Validate added in v0.19.1

func (m *OAuth2ClientConfig) Validate() error

Validate checks the field values on OAuth2ClientConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OAuth2ClientConfig) ValidateAll added in v0.19.1

func (m *OAuth2ClientConfig) ValidateAll() error

ValidateAll checks the field values on OAuth2ClientConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OAuth2ClientConfigMultiError, or nil if none found.

type OAuth2ClientConfigMultiError added in v0.19.1

type OAuth2ClientConfigMultiError []error

OAuth2ClientConfigMultiError is an error wrapping multiple validation errors returned by OAuth2ClientConfig.ValidateAll() if the designated constraints aren't met.

func (OAuth2ClientConfigMultiError) AllErrors added in v0.19.1

func (m OAuth2ClientConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OAuth2ClientConfigMultiError) Error added in v0.19.1

Error returns a concatenation of all the error messages it wraps.

type OAuth2ClientConfigValidationError added in v0.19.1

type OAuth2ClientConfigValidationError struct {
	// contains filtered or unexported fields
}

OAuth2ClientConfigValidationError is the validation error returned by OAuth2ClientConfig.Validate if the designated constraints aren't met.

func (OAuth2ClientConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (OAuth2ClientConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (OAuth2ClientConfigValidationError) ErrorName added in v0.19.1

ErrorName returns error name.

func (OAuth2ClientConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (OAuth2ClientConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (OAuth2ClientConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type OAuth2ClientConfig_AuthStyle added in v0.19.1

type OAuth2ClientConfig_AuthStyle int32

AuthStyle represents how requests for tokens are authenticated to the server.

const (
	OAuth2ClientConfig_AUTH_STYLE_INVALID OAuth2ClientConfig_AuthStyle = 0
	// AuthStyleAutoDetect means to auto-detect which authentication
	// style the provider wants by trying both ways and caching
	// the successful way for the future.
	OAuth2ClientConfig_AUTH_STYLE_AUTO_DETECT OAuth2ClientConfig_AuthStyle = 1
	// AuthStyleInParams sends the "client_id" and "client_secret"
	// in the POST body as application/x-www-form-urlencoded parameters.
	OAuth2ClientConfig_AUTH_STYLE_IN_PARAMS OAuth2ClientConfig_AuthStyle = 2
	// AuthStyleInHeader sends the client_id and client_password
	// using HTTP Basic Authorization. This is an optional style
	// described in the OAuth2 RFC 6749 section 2.3.1.
	OAuth2ClientConfig_AUTH_STYLE_IN_HEADER OAuth2ClientConfig_AuthStyle = 3
)

func (OAuth2ClientConfig_AuthStyle) Descriptor added in v0.19.1

func (OAuth2ClientConfig_AuthStyle) Enum added in v0.19.1

func (OAuth2ClientConfig_AuthStyle) EnumDescriptor deprecated added in v0.19.1

func (OAuth2ClientConfig_AuthStyle) EnumDescriptor() ([]byte, []int)

Deprecated: Use OAuth2ClientConfig_AuthStyle.Descriptor instead.

func (OAuth2ClientConfig_AuthStyle) Number added in v0.19.1

func (OAuth2ClientConfig_AuthStyle) String added in v0.19.1

func (OAuth2ClientConfig_AuthStyle) Type added in v0.19.1

type OAuth2ClientConfig_ProviderType added in v0.19.1

type OAuth2ClientConfig_ProviderType int32

ProviderType is a list of supported OAuth2 providers.

const (
	OAuth2ClientConfig_PROVIDER_TYPE_INVALID               OAuth2ClientConfig_ProviderType = 0
	OAuth2ClientConfig_PROVIDER_TYPE_AMAZON_COM            OAuth2ClientConfig_ProviderType = 1
	OAuth2ClientConfig_PROVIDER_TYPE_AMAZONCOGNITO_COM     OAuth2ClientConfig_ProviderType = 34
	OAuth2ClientConfig_PROVIDER_TYPE_APPLE_COM             OAuth2ClientConfig_ProviderType = 41
	OAuth2ClientConfig_PROVIDER_TYPE_AUTHENTEQ_COM         OAuth2ClientConfig_ProviderType = 33
	OAuth2ClientConfig_PROVIDER_TYPE_BANKID_COM            OAuth2ClientConfig_ProviderType = 38
	OAuth2ClientConfig_PROVIDER_TYPE_BANKID_NO             OAuth2ClientConfig_ProviderType = 37
	OAuth2ClientConfig_PROVIDER_TYPE_BITBUCKET             OAuth2ClientConfig_ProviderType = 2
	OAuth2ClientConfig_PROVIDER_TYPE_CERN_CH               OAuth2ClientConfig_ProviderType = 3
	OAuth2ClientConfig_PROVIDER_TYPE_CUSTOM                OAuth2ClientConfig_ProviderType = 39
	OAuth2ClientConfig_PROVIDER_TYPE_FACEBOOK_COM          OAuth2ClientConfig_ProviderType = 4
	OAuth2ClientConfig_PROVIDER_TYPE_FITBIT_COM            OAuth2ClientConfig_ProviderType = 5
	OAuth2ClientConfig_PROVIDER_TYPE_FOURSQUARE_COM        OAuth2ClientConfig_ProviderType = 6
	OAuth2ClientConfig_PROVIDER_TYPE_GITHUB_COM            OAuth2ClientConfig_ProviderType = 7
	OAuth2ClientConfig_PROVIDER_TYPE_GITLAB_COM            OAuth2ClientConfig_ProviderType = 8
	OAuth2ClientConfig_PROVIDER_TYPE_GOOGLE_COM            OAuth2ClientConfig_ProviderType = 9
	OAuth2ClientConfig_PROVIDER_TYPE_HEROKU_COM            OAuth2ClientConfig_ProviderType = 10
	OAuth2ClientConfig_PROVIDER_TYPE_HIPCHAT_COM           OAuth2ClientConfig_ProviderType = 11
	OAuth2ClientConfig_PROVIDER_TYPE_INDYKITE_ID           OAuth2ClientConfig_ProviderType = 35
	OAuth2ClientConfig_PROVIDER_TYPE_INDYKITE_ME           OAuth2ClientConfig_ProviderType = 36
	OAuth2ClientConfig_PROVIDER_TYPE_INSTAGRAM_COM         OAuth2ClientConfig_ProviderType = 12
	OAuth2ClientConfig_PROVIDER_TYPE_KAKAO_COM             OAuth2ClientConfig_ProviderType = 13
	OAuth2ClientConfig_PROVIDER_TYPE_LINKEDIN_COM          OAuth2ClientConfig_ProviderType = 14
	OAuth2ClientConfig_PROVIDER_TYPE_MAILCHIMP_COM         OAuth2ClientConfig_ProviderType = 15
	OAuth2ClientConfig_PROVIDER_TYPE_MAIL_RU               OAuth2ClientConfig_ProviderType = 16
	OAuth2ClientConfig_PROVIDER_TYPE_MEDIAMATH_COM         OAuth2ClientConfig_ProviderType = 17
	OAuth2ClientConfig_PROVIDER_TYPE_SANDBOX_MEDIAMATH_COM OAuth2ClientConfig_ProviderType = 18
	OAuth2ClientConfig_PROVIDER_TYPE_LIVE_COM              OAuth2ClientConfig_ProviderType = 32
	OAuth2ClientConfig_PROVIDER_TYPE_MICROSOFT_COM         OAuth2ClientConfig_ProviderType = 19
	OAuth2ClientConfig_PROVIDER_TYPE_HEALTH_NOKIA_COM      OAuth2ClientConfig_ProviderType = 20
	OAuth2ClientConfig_PROVIDER_TYPE_ODNOKLASSNIKI_RU      OAuth2ClientConfig_ProviderType = 21
	OAuth2ClientConfig_PROVIDER_TYPE_PAYPAL_COM            OAuth2ClientConfig_ProviderType = 22
	OAuth2ClientConfig_PROVIDER_TYPE_SANDBOX_PAYPAL_COM    OAuth2ClientConfig_ProviderType = 23
	OAuth2ClientConfig_PROVIDER_TYPE_SLACK_COM             OAuth2ClientConfig_ProviderType = 24
	OAuth2ClientConfig_PROVIDER_TYPE_SPOTIFY_COM           OAuth2ClientConfig_ProviderType = 25
	OAuth2ClientConfig_PROVIDER_TYPE_STACKOVERFLOW_COM     OAuth2ClientConfig_ProviderType = 26
	OAuth2ClientConfig_PROVIDER_TYPE_TWITCH_TV             OAuth2ClientConfig_ProviderType = 27
	OAuth2ClientConfig_PROVIDER_TYPE_UBER_COM              OAuth2ClientConfig_ProviderType = 28
	OAuth2ClientConfig_PROVIDER_TYPE_VIPPS_NO              OAuth2ClientConfig_ProviderType = 40
	OAuth2ClientConfig_PROVIDER_TYPE_VK_COM                OAuth2ClientConfig_ProviderType = 29
	OAuth2ClientConfig_PROVIDER_TYPE_YAHOO_COM             OAuth2ClientConfig_ProviderType = 30
	OAuth2ClientConfig_PROVIDER_TYPE_YANDEX_COM            OAuth2ClientConfig_ProviderType = 31
)

func (OAuth2ClientConfig_ProviderType) Descriptor added in v0.19.1

func (OAuth2ClientConfig_ProviderType) Enum added in v0.19.1

func (OAuth2ClientConfig_ProviderType) EnumDescriptor deprecated added in v0.19.1

func (OAuth2ClientConfig_ProviderType) EnumDescriptor() ([]byte, []int)

Deprecated: Use OAuth2ClientConfig_ProviderType.Descriptor instead.

func (OAuth2ClientConfig_ProviderType) Number added in v0.19.1

func (OAuth2ClientConfig_ProviderType) String added in v0.19.1

func (OAuth2ClientConfig_ProviderType) Type added in v0.19.1

type OAuth2GrantType added in v0.19.1

type OAuth2GrantType int32
const (
	OAuth2GrantType_O_AUTH2_GRANT_TYPE_INVALID            OAuth2GrantType = 0
	OAuth2GrantType_O_AUTH2_GRANT_TYPE_AUTHORIZATION_CODE OAuth2GrantType = 1
	OAuth2GrantType_O_AUTH2_GRANT_TYPE_IMPLICIT           OAuth2GrantType = 2
	OAuth2GrantType_O_AUTH2_GRANT_TYPE_PASSWORD           OAuth2GrantType = 3
	OAuth2GrantType_O_AUTH2_GRANT_TYPE_CLIENT_CREDENTIALS OAuth2GrantType = 4
	OAuth2GrantType_O_AUTH2_GRANT_TYPE_REFRESH_TOKEN      OAuth2GrantType = 5
)

func (OAuth2GrantType) Descriptor added in v0.19.1

func (OAuth2GrantType) Enum added in v0.19.1

func (x OAuth2GrantType) Enum() *OAuth2GrantType

func (OAuth2GrantType) EnumDescriptor deprecated added in v0.19.1

func (OAuth2GrantType) EnumDescriptor() ([]byte, []int)

Deprecated: Use OAuth2GrantType.Descriptor instead.

func (OAuth2GrantType) Number added in v0.19.1

func (OAuth2GrantType) String added in v0.19.1

func (x OAuth2GrantType) String() string

func (OAuth2GrantType) Type added in v0.19.1

type OAuth2ProviderConfig added in v0.19.1

type OAuth2ProviderConfig struct {
	GrantTypes                  []OAuth2GrantType               `` /* 147-byte string literal not displayed */
	ResponseTypes               []OAuth2ResponseType            `` /* 159-byte string literal not displayed */
	Scopes                      []string                        `protobuf:"bytes,3,rep,name=scopes,proto3" json:"scopes,omitempty"`
	TokenEndpointAuthMethod     []OAuth2TokenEndpointAuthMethod `` /* 204-byte string literal not displayed */
	TokenEndpointAuthSigningAlg []string                        `` /* 148-byte string literal not displayed */
	RequestUris                 []string                        `protobuf:"bytes,6,rep,name=request_uris,json=requestUris,proto3" json:"request_uris,omitempty"`
	RequestObjectSigningAlg     string                          `` /* 134-byte string literal not displayed */
	FrontChannelLoginUri        map[string]string               `` /* 213-byte string literal not displayed */
	FrontChannelConsentUri      map[string]string               `` /* 219-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*OAuth2ProviderConfig) Descriptor deprecated added in v0.19.1

func (*OAuth2ProviderConfig) Descriptor() ([]byte, []int)

Deprecated: Use OAuth2ProviderConfig.ProtoReflect.Descriptor instead.

func (*OAuth2ProviderConfig) GetFrontChannelConsentUri added in v0.19.1

func (x *OAuth2ProviderConfig) GetFrontChannelConsentUri() map[string]string

func (*OAuth2ProviderConfig) GetFrontChannelLoginUri added in v0.19.1

func (x *OAuth2ProviderConfig) GetFrontChannelLoginUri() map[string]string

func (*OAuth2ProviderConfig) GetGrantTypes added in v0.19.1

func (x *OAuth2ProviderConfig) GetGrantTypes() []OAuth2GrantType

func (*OAuth2ProviderConfig) GetRequestObjectSigningAlg added in v0.19.1

func (x *OAuth2ProviderConfig) GetRequestObjectSigningAlg() string

func (*OAuth2ProviderConfig) GetRequestUris added in v0.19.1

func (x *OAuth2ProviderConfig) GetRequestUris() []string

func (*OAuth2ProviderConfig) GetResponseTypes added in v0.19.1

func (x *OAuth2ProviderConfig) GetResponseTypes() []OAuth2ResponseType

func (*OAuth2ProviderConfig) GetScopes added in v0.19.1

func (x *OAuth2ProviderConfig) GetScopes() []string

func (*OAuth2ProviderConfig) GetTokenEndpointAuthMethod added in v0.19.1

func (x *OAuth2ProviderConfig) GetTokenEndpointAuthMethod() []OAuth2TokenEndpointAuthMethod

func (*OAuth2ProviderConfig) GetTokenEndpointAuthSigningAlg added in v0.19.1

func (x *OAuth2ProviderConfig) GetTokenEndpointAuthSigningAlg() []string

func (*OAuth2ProviderConfig) ProtoMessage added in v0.19.1

func (*OAuth2ProviderConfig) ProtoMessage()

func (*OAuth2ProviderConfig) ProtoReflect added in v0.19.1

func (x *OAuth2ProviderConfig) ProtoReflect() protoreflect.Message

func (*OAuth2ProviderConfig) Reset added in v0.19.1

func (x *OAuth2ProviderConfig) Reset()

func (*OAuth2ProviderConfig) String added in v0.19.1

func (x *OAuth2ProviderConfig) String() string

func (*OAuth2ProviderConfig) Validate added in v0.19.1

func (m *OAuth2ProviderConfig) Validate() error

Validate checks the field values on OAuth2ProviderConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OAuth2ProviderConfig) ValidateAll added in v0.19.1

func (m *OAuth2ProviderConfig) ValidateAll() error

ValidateAll checks the field values on OAuth2ProviderConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OAuth2ProviderConfigMultiError, or nil if none found.

type OAuth2ProviderConfigMultiError added in v0.19.1

type OAuth2ProviderConfigMultiError []error

OAuth2ProviderConfigMultiError is an error wrapping multiple validation errors returned by OAuth2ProviderConfig.ValidateAll() if the designated constraints aren't met.

func (OAuth2ProviderConfigMultiError) AllErrors added in v0.19.1

func (m OAuth2ProviderConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OAuth2ProviderConfigMultiError) Error added in v0.19.1

Error returns a concatenation of all the error messages it wraps.

type OAuth2ProviderConfigValidationError added in v0.19.1

type OAuth2ProviderConfigValidationError struct {
	// contains filtered or unexported fields
}

OAuth2ProviderConfigValidationError is the validation error returned by OAuth2ProviderConfig.Validate if the designated constraints aren't met.

func (OAuth2ProviderConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (OAuth2ProviderConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (OAuth2ProviderConfigValidationError) ErrorName added in v0.19.1

ErrorName returns error name.

func (OAuth2ProviderConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (OAuth2ProviderConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (OAuth2ProviderConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type OAuth2ResponseType added in v0.19.1

type OAuth2ResponseType int32
const (
	OAuth2ResponseType_O_AUTH2_RESPONSE_TYPE_INVALID  OAuth2ResponseType = 0
	OAuth2ResponseType_O_AUTH2_RESPONSE_TYPE_TOKEN    OAuth2ResponseType = 1
	OAuth2ResponseType_O_AUTH2_RESPONSE_TYPE_CODE     OAuth2ResponseType = 2
	OAuth2ResponseType_O_AUTH2_RESPONSE_TYPE_ID_TOKEN OAuth2ResponseType = 3
)

func (OAuth2ResponseType) Descriptor added in v0.19.1

func (OAuth2ResponseType) Enum added in v0.19.1

func (OAuth2ResponseType) EnumDescriptor deprecated added in v0.19.1

func (OAuth2ResponseType) EnumDescriptor() ([]byte, []int)

Deprecated: Use OAuth2ResponseType.Descriptor instead.

func (OAuth2ResponseType) Number added in v0.19.1

func (OAuth2ResponseType) String added in v0.19.1

func (x OAuth2ResponseType) String() string

func (OAuth2ResponseType) Type added in v0.19.1

type OAuth2TokenEndpointAuthMethod added in v0.19.1

type OAuth2TokenEndpointAuthMethod int32
const (
	OAuth2TokenEndpointAuthMethod_O_AUTH2_TOKEN_ENDPOINT_AUTH_METHOD_INVALID             OAuth2TokenEndpointAuthMethod = 0
	OAuth2TokenEndpointAuthMethod_O_AUTH2_TOKEN_ENDPOINT_AUTH_METHOD_CLIENT_SECRET_BASIC OAuth2TokenEndpointAuthMethod = 1
	OAuth2TokenEndpointAuthMethod_O_AUTH2_TOKEN_ENDPOINT_AUTH_METHOD_CLIENT_SECRET_POST  OAuth2TokenEndpointAuthMethod = 2
	OAuth2TokenEndpointAuthMethod_O_AUTH2_TOKEN_ENDPOINT_AUTH_METHOD_PRIVATE_KEY_JWT     OAuth2TokenEndpointAuthMethod = 3
	OAuth2TokenEndpointAuthMethod_O_AUTH2_TOKEN_ENDPOINT_AUTH_METHOD_NONE                OAuth2TokenEndpointAuthMethod = 4
)

func (OAuth2TokenEndpointAuthMethod) Descriptor added in v0.19.1

func (OAuth2TokenEndpointAuthMethod) Enum added in v0.19.1

func (OAuth2TokenEndpointAuthMethod) EnumDescriptor deprecated added in v0.19.1

func (OAuth2TokenEndpointAuthMethod) EnumDescriptor() ([]byte, []int)

Deprecated: Use OAuth2TokenEndpointAuthMethod.Descriptor instead.

func (OAuth2TokenEndpointAuthMethod) Number added in v0.19.1

func (OAuth2TokenEndpointAuthMethod) String added in v0.19.1

func (OAuth2TokenEndpointAuthMethod) Type added in v0.19.1

type ReadConfig added in v0.19.1

type ReadConfig struct {

	// Types that are assignable to Identifier:
	//
	//	*ReadConfig_Id
	//	*ReadConfig_Name
	Identifier     isReadConfig_Identifier `protobuf_oneof:"identifier"`
	ContainersPath *ContainersPath         `protobuf:"bytes,4,opt,name=containers_path,json=containersPath,proto3" json:"containers_path,omitempty"`
	Type           ConfigType              `protobuf:"varint,3,opt,name=type,proto3,enum=indykite.auditsink.v1beta1.ConfigType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadConfig) Descriptor deprecated added in v0.19.1

func (*ReadConfig) Descriptor() ([]byte, []int)

Deprecated: Use ReadConfig.ProtoReflect.Descriptor instead.

func (*ReadConfig) GetContainersPath added in v0.22.0

func (x *ReadConfig) GetContainersPath() *ContainersPath

func (*ReadConfig) GetId added in v0.19.1

func (x *ReadConfig) GetId() string

func (*ReadConfig) GetIdentifier added in v0.19.1

func (m *ReadConfig) GetIdentifier() isReadConfig_Identifier

func (*ReadConfig) GetName added in v0.19.1

func (x *ReadConfig) GetName() *ReadConfig_NameIdentifier

func (*ReadConfig) GetType added in v0.19.1

func (x *ReadConfig) GetType() ConfigType

func (*ReadConfig) ProtoMessage added in v0.19.1

func (*ReadConfig) ProtoMessage()

func (*ReadConfig) ProtoReflect added in v0.19.1

func (x *ReadConfig) ProtoReflect() protoreflect.Message

func (*ReadConfig) Reset added in v0.19.1

func (x *ReadConfig) Reset()

func (*ReadConfig) String added in v0.19.1

func (x *ReadConfig) String() string

func (*ReadConfig) Validate added in v0.19.1

func (m *ReadConfig) Validate() error

Validate checks the field values on ReadConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ReadConfig) ValidateAll added in v0.19.1

func (m *ReadConfig) ValidateAll() error

ValidateAll checks the field values on ReadConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ReadConfigMultiError, or nil if none found.

type ReadConfigMultiError added in v0.19.1

type ReadConfigMultiError []error

ReadConfigMultiError is an error wrapping multiple validation errors returned by ReadConfig.ValidateAll() if the designated constraints aren't met.

func (ReadConfigMultiError) AllErrors added in v0.19.1

func (m ReadConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ReadConfigMultiError) Error added in v0.19.1

func (m ReadConfigMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ReadConfigValidationError added in v0.19.1

type ReadConfigValidationError struct {
	// contains filtered or unexported fields
}

ReadConfigValidationError is the validation error returned by ReadConfig.Validate if the designated constraints aren't met.

func (ReadConfigValidationError) Cause added in v0.19.1

func (e ReadConfigValidationError) Cause() error

Cause function returns cause value.

func (ReadConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (ReadConfigValidationError) ErrorName added in v0.19.1

func (e ReadConfigValidationError) ErrorName() string

ErrorName returns error name.

func (ReadConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (ReadConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (ReadConfigValidationError) Reason added in v0.19.1

func (e ReadConfigValidationError) Reason() string

Reason function returns reason value.

type ReadConfig_Id added in v0.19.1

type ReadConfig_Id struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3,oneof"`
}

type ReadConfig_Name added in v0.19.1

type ReadConfig_Name struct {
	Name *ReadConfig_NameIdentifier `protobuf:"bytes,2,opt,name=name,proto3,oneof"`
}

type ReadConfig_NameIdentifier added in v0.19.1

type ReadConfig_NameIdentifier struct {

	// LocationId specify under which container the name search happen. Might be empty if searching customer.
	LocationId string `protobuf:"bytes,1,opt,name=location_id,json=locationId,proto3" json:"location_id,omitempty"`
	// LocationType specify under which container type the name search happen. Might be empty if searching customer.
	LocationType *ConfigType `` /* 147-byte string literal not displayed */
	Name         string      `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ReadConfig_NameIdentifier) Descriptor deprecated added in v0.19.1

func (*ReadConfig_NameIdentifier) Descriptor() ([]byte, []int)

Deprecated: Use ReadConfig_NameIdentifier.ProtoReflect.Descriptor instead.

func (*ReadConfig_NameIdentifier) GetLocationId added in v0.19.1

func (x *ReadConfig_NameIdentifier) GetLocationId() string

func (*ReadConfig_NameIdentifier) GetLocationType added in v0.19.1

func (x *ReadConfig_NameIdentifier) GetLocationType() ConfigType

func (*ReadConfig_NameIdentifier) GetName added in v0.19.1

func (x *ReadConfig_NameIdentifier) GetName() string

func (*ReadConfig_NameIdentifier) ProtoMessage added in v0.19.1

func (*ReadConfig_NameIdentifier) ProtoMessage()

func (*ReadConfig_NameIdentifier) ProtoReflect added in v0.19.1

func (*ReadConfig_NameIdentifier) Reset added in v0.19.1

func (x *ReadConfig_NameIdentifier) Reset()

func (*ReadConfig_NameIdentifier) String added in v0.19.1

func (x *ReadConfig_NameIdentifier) String() string

func (*ReadConfig_NameIdentifier) Validate added in v0.19.1

func (m *ReadConfig_NameIdentifier) Validate() error

Validate checks the field values on ReadConfig_NameIdentifier with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ReadConfig_NameIdentifier) ValidateAll added in v0.19.1

func (m *ReadConfig_NameIdentifier) ValidateAll() error

ValidateAll checks the field values on ReadConfig_NameIdentifier with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ReadConfig_NameIdentifierMultiError, or nil if none found.

type ReadConfig_NameIdentifierMultiError added in v0.19.1

type ReadConfig_NameIdentifierMultiError []error

ReadConfig_NameIdentifierMultiError is an error wrapping multiple validation errors returned by ReadConfig_NameIdentifier.ValidateAll() if the designated constraints aren't met.

func (ReadConfig_NameIdentifierMultiError) AllErrors added in v0.19.1

AllErrors returns a list of validation violation errors.

func (ReadConfig_NameIdentifierMultiError) Error added in v0.19.1

Error returns a concatenation of all the error messages it wraps.

type ReadConfig_NameIdentifierValidationError added in v0.19.1

type ReadConfig_NameIdentifierValidationError struct {
	// contains filtered or unexported fields
}

ReadConfig_NameIdentifierValidationError is the validation error returned by ReadConfig_NameIdentifier.Validate if the designated constraints aren't met.

func (ReadConfig_NameIdentifierValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (ReadConfig_NameIdentifierValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (ReadConfig_NameIdentifierValidationError) ErrorName added in v0.19.1

ErrorName returns error name.

func (ReadConfig_NameIdentifierValidationError) Field added in v0.19.1

Field function returns field value.

func (ReadConfig_NameIdentifierValidationError) Key added in v0.19.1

Key function returns key value.

func (ReadConfig_NameIdentifierValidationError) Reason added in v0.19.1

Reason function returns reason value.

type Relationship added in v0.25.0

type Relationship struct {
	Type   string     `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Source *NodeMatch `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
	Target *NodeMatch `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"`
	// contains filtered or unexported fields
}

func (*Relationship) Descriptor deprecated added in v0.25.0

func (*Relationship) Descriptor() ([]byte, []int)

Deprecated: Use Relationship.ProtoReflect.Descriptor instead.

func (*Relationship) GetSource added in v0.25.0

func (x *Relationship) GetSource() *NodeMatch

func (*Relationship) GetTarget added in v0.25.0

func (x *Relationship) GetTarget() *NodeMatch

func (*Relationship) GetType added in v0.25.0

func (x *Relationship) GetType() string

func (*Relationship) ProtoMessage added in v0.25.0

func (*Relationship) ProtoMessage()

func (*Relationship) ProtoReflect added in v0.25.0

func (x *Relationship) ProtoReflect() protoreflect.Message

func (*Relationship) Reset added in v0.25.0

func (x *Relationship) Reset()

func (*Relationship) String added in v0.25.0

func (x *Relationship) String() string

func (*Relationship) Validate added in v0.25.0

func (m *Relationship) Validate() error

Validate checks the field values on Relationship with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Relationship) ValidateAll added in v0.25.0

func (m *Relationship) ValidateAll() error

ValidateAll checks the field values on Relationship with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RelationshipMultiError, or nil if none found.

type RelationshipMultiError added in v0.25.0

type RelationshipMultiError []error

RelationshipMultiError is an error wrapping multiple validation errors returned by Relationship.ValidateAll() if the designated constraints aren't met.

func (RelationshipMultiError) AllErrors added in v0.25.0

func (m RelationshipMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RelationshipMultiError) Error added in v0.25.0

func (m RelationshipMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RelationshipValidationError added in v0.25.0

type RelationshipValidationError struct {
	// contains filtered or unexported fields
}

RelationshipValidationError is the validation error returned by Relationship.Validate if the designated constraints aren't met.

func (RelationshipValidationError) Cause added in v0.25.0

Cause function returns cause value.

func (RelationshipValidationError) Error added in v0.25.0

Error satisfies the builtin error interface

func (RelationshipValidationError) ErrorName added in v0.25.0

func (e RelationshipValidationError) ErrorName() string

ErrorName returns error name.

func (RelationshipValidationError) Field added in v0.25.0

Field function returns field value.

func (RelationshipValidationError) Key added in v0.25.0

Key function returns key value.

func (RelationshipValidationError) Reason added in v0.25.0

Reason function returns reason value.

type Resource

type Resource struct {
	ExternalId string `protobuf:"bytes,1,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	Type       string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*Resource) Descriptor deprecated

func (*Resource) Descriptor() ([]byte, []int)

Deprecated: Use Resource.ProtoReflect.Descriptor instead.

func (*Resource) GetExternalId

func (x *Resource) GetExternalId() string

func (*Resource) GetType

func (x *Resource) GetType() string

func (*Resource) ProtoMessage

func (*Resource) ProtoMessage()

func (*Resource) ProtoReflect

func (x *Resource) ProtoReflect() protoreflect.Message

func (*Resource) Reset

func (x *Resource) Reset()

func (*Resource) String

func (x *Resource) String() string

func (*Resource) Validate

func (m *Resource) Validate() error

Validate checks the field values on Resource with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Resource) ValidateAll

func (m *Resource) ValidateAll() error

ValidateAll checks the field values on Resource with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResourceMultiError, or nil if none found.

type ResourceMultiError

type ResourceMultiError []error

ResourceMultiError is an error wrapping multiple validation errors returned by Resource.ValidateAll() if the designated constraints aren't met.

func (ResourceMultiError) AllErrors

func (m ResourceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourceMultiError) Error

func (m ResourceMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ResourceValidationError

type ResourceValidationError struct {
	// contains filtered or unexported fields
}

ResourceValidationError is the validation error returned by Resource.Validate if the designated constraints aren't met.

func (ResourceValidationError) Cause

func (e ResourceValidationError) Cause() error

Cause function returns cause value.

func (ResourceValidationError) Error

func (e ResourceValidationError) Error() string

Error satisfies the builtin error interface

func (ResourceValidationError) ErrorName

func (e ResourceValidationError) ErrorName() string

ErrorName returns error name.

func (ResourceValidationError) Field

func (e ResourceValidationError) Field() string

Field function returns field value.

func (ResourceValidationError) Key

func (e ResourceValidationError) Key() bool

Key function returns key value.

func (ResourceValidationError) Reason

func (e ResourceValidationError) Reason() string

Reason function returns reason value.

type RevokeConfigPermissions added in v0.19.1

type RevokeConfigPermissions struct {

	// TargetIdentifier is gid identifier of Service Account or DigitalTwin.
	TargetIdentifier string `protobuf:"bytes,1,opt,name=target_identifier,json=targetIdentifier,proto3" json:"target_identifier,omitempty"`
	// TargetType is type of TargetIdentifier.
	TargetType ConfigType `` /* 135-byte string literal not displayed */
	// Permission role id to be assigned.
	Role string `protobuf:"bytes,3,opt,name=role,proto3" json:"role,omitempty"`
	// CustomerId under which to assign permissions.
	CustomerId string `protobuf:"bytes,4,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	// Object to which Permission will be linked to. Can be Customer, AppSpace or Tenant.
	ObjectId string `protobuf:"bytes,5,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	// Object type is type of object_id.
	ObjectType ConfigType `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RevokeConfigPermissions) Descriptor deprecated added in v0.19.1

func (*RevokeConfigPermissions) Descriptor() ([]byte, []int)

Deprecated: Use RevokeConfigPermissions.ProtoReflect.Descriptor instead.

func (*RevokeConfigPermissions) GetCustomerId added in v0.19.1

func (x *RevokeConfigPermissions) GetCustomerId() string

func (*RevokeConfigPermissions) GetObjectId added in v0.19.1

func (x *RevokeConfigPermissions) GetObjectId() string

func (*RevokeConfigPermissions) GetObjectType added in v0.19.1

func (x *RevokeConfigPermissions) GetObjectType() ConfigType

func (*RevokeConfigPermissions) GetRole added in v0.19.1

func (x *RevokeConfigPermissions) GetRole() string

func (*RevokeConfigPermissions) GetTargetIdentifier added in v0.19.1

func (x *RevokeConfigPermissions) GetTargetIdentifier() string

func (*RevokeConfigPermissions) GetTargetType added in v0.19.1

func (x *RevokeConfigPermissions) GetTargetType() ConfigType

func (*RevokeConfigPermissions) ProtoMessage added in v0.19.1

func (*RevokeConfigPermissions) ProtoMessage()

func (*RevokeConfigPermissions) ProtoReflect added in v0.19.1

func (x *RevokeConfigPermissions) ProtoReflect() protoreflect.Message

func (*RevokeConfigPermissions) Reset added in v0.19.1

func (x *RevokeConfigPermissions) Reset()

func (*RevokeConfigPermissions) String added in v0.19.1

func (x *RevokeConfigPermissions) String() string

func (*RevokeConfigPermissions) Validate added in v0.19.1

func (m *RevokeConfigPermissions) Validate() error

Validate checks the field values on RevokeConfigPermissions with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RevokeConfigPermissions) ValidateAll added in v0.19.1

func (m *RevokeConfigPermissions) ValidateAll() error

ValidateAll checks the field values on RevokeConfigPermissions with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RevokeConfigPermissionsMultiError, or nil if none found.

type RevokeConfigPermissionsMultiError added in v0.19.1

type RevokeConfigPermissionsMultiError []error

RevokeConfigPermissionsMultiError is an error wrapping multiple validation errors returned by RevokeConfigPermissions.ValidateAll() if the designated constraints aren't met.

func (RevokeConfigPermissionsMultiError) AllErrors added in v0.19.1

func (m RevokeConfigPermissionsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RevokeConfigPermissionsMultiError) Error added in v0.19.1

Error returns a concatenation of all the error messages it wraps.

type RevokeConfigPermissionsValidationError added in v0.19.1

type RevokeConfigPermissionsValidationError struct {
	// contains filtered or unexported fields
}

RevokeConfigPermissionsValidationError is the validation error returned by RevokeConfigPermissions.Validate if the designated constraints aren't met.

func (RevokeConfigPermissionsValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (RevokeConfigPermissionsValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (RevokeConfigPermissionsValidationError) ErrorName added in v0.19.1

ErrorName returns error name.

func (RevokeConfigPermissionsValidationError) Field added in v0.19.1

Field function returns field value.

func (RevokeConfigPermissionsValidationError) Key added in v0.19.1

Key function returns key value.

func (RevokeConfigPermissionsValidationError) Reason added in v0.19.1

Reason function returns reason value.

type SendGridProviderConfig added in v0.19.1

type SendGridProviderConfig struct {
	ApiKey      string `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	SandboxMode bool   `protobuf:"varint,2,opt,name=sandbox_mode,json=sandboxMode,proto3" json:"sandbox_mode,omitempty"`
	IpPoolName  string `protobuf:"bytes,3,opt,name=ip_pool_name,json=ipPoolName,proto3" json:"ip_pool_name,omitempty"`
	Host        string `protobuf:"bytes,4,opt,name=host,proto3" json:"host,omitempty"`
	// contains filtered or unexported fields
}

func (*SendGridProviderConfig) Descriptor deprecated added in v0.19.1

func (*SendGridProviderConfig) Descriptor() ([]byte, []int)

Deprecated: Use SendGridProviderConfig.ProtoReflect.Descriptor instead.

func (*SendGridProviderConfig) GetApiKey added in v0.19.1

func (x *SendGridProviderConfig) GetApiKey() string

func (*SendGridProviderConfig) GetHost added in v0.19.1

func (x *SendGridProviderConfig) GetHost() string

func (*SendGridProviderConfig) GetIpPoolName added in v0.19.1

func (x *SendGridProviderConfig) GetIpPoolName() string

func (*SendGridProviderConfig) GetSandboxMode added in v0.19.1

func (x *SendGridProviderConfig) GetSandboxMode() bool

func (*SendGridProviderConfig) ProtoMessage added in v0.19.1

func (*SendGridProviderConfig) ProtoMessage()

func (*SendGridProviderConfig) ProtoReflect added in v0.19.1

func (x *SendGridProviderConfig) ProtoReflect() protoreflect.Message

func (*SendGridProviderConfig) Reset added in v0.19.1

func (x *SendGridProviderConfig) Reset()

func (*SendGridProviderConfig) String added in v0.19.1

func (x *SendGridProviderConfig) String() string

func (*SendGridProviderConfig) Validate added in v0.19.1

func (m *SendGridProviderConfig) Validate() error

Validate checks the field values on SendGridProviderConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SendGridProviderConfig) ValidateAll added in v0.19.1

func (m *SendGridProviderConfig) ValidateAll() error

ValidateAll checks the field values on SendGridProviderConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SendGridProviderConfigMultiError, or nil if none found.

type SendGridProviderConfigMultiError added in v0.19.1

type SendGridProviderConfigMultiError []error

SendGridProviderConfigMultiError is an error wrapping multiple validation errors returned by SendGridProviderConfig.ValidateAll() if the designated constraints aren't met.

func (SendGridProviderConfigMultiError) AllErrors added in v0.19.1

func (m SendGridProviderConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SendGridProviderConfigMultiError) Error added in v0.19.1

Error returns a concatenation of all the error messages it wraps.

type SendGridProviderConfigValidationError added in v0.19.1

type SendGridProviderConfigValidationError struct {
	// contains filtered or unexported fields
}

SendGridProviderConfigValidationError is the validation error returned by SendGridProviderConfig.Validate if the designated constraints aren't met.

func (SendGridProviderConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (SendGridProviderConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (SendGridProviderConfigValidationError) ErrorName added in v0.19.1

ErrorName returns error name.

func (SendGridProviderConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (SendGridProviderConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (SendGridProviderConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type ServiceAccountCredentialConfig added in v0.19.1

type ServiceAccountCredentialConfig struct {
	Kid string `protobuf:"bytes,1,opt,name=kid,proto3" json:"kid,omitempty"`
	// KeyFormat specify in which format the public key was provided.
	// Could by empty, if no public key was provided.
	KeyFormat   string                 `protobuf:"bytes,2,opt,name=key_format,json=keyFormat,proto3" json:"key_format,omitempty"`
	OriginalKid string                 `protobuf:"bytes,3,opt,name=original_kid,json=originalKid,proto3" json:"original_kid,omitempty"`
	ExpireTime  *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceAccountCredentialConfig) Descriptor deprecated added in v0.19.1

func (*ServiceAccountCredentialConfig) Descriptor() ([]byte, []int)

Deprecated: Use ServiceAccountCredentialConfig.ProtoReflect.Descriptor instead.

func (*ServiceAccountCredentialConfig) GetExpireTime added in v0.19.1

func (*ServiceAccountCredentialConfig) GetKeyFormat added in v0.19.1

func (x *ServiceAccountCredentialConfig) GetKeyFormat() string

func (*ServiceAccountCredentialConfig) GetKid added in v0.19.1

func (*ServiceAccountCredentialConfig) GetOriginalKid added in v0.19.1

func (x *ServiceAccountCredentialConfig) GetOriginalKid() string

func (*ServiceAccountCredentialConfig) ProtoMessage added in v0.19.1

func (*ServiceAccountCredentialConfig) ProtoMessage()

func (*ServiceAccountCredentialConfig) ProtoReflect added in v0.19.1

func (*ServiceAccountCredentialConfig) Reset added in v0.19.1

func (x *ServiceAccountCredentialConfig) Reset()

func (*ServiceAccountCredentialConfig) String added in v0.19.1

func (*ServiceAccountCredentialConfig) Validate added in v0.19.1

func (m *ServiceAccountCredentialConfig) Validate() error

Validate checks the field values on ServiceAccountCredentialConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ServiceAccountCredentialConfig) ValidateAll added in v0.19.1

func (m *ServiceAccountCredentialConfig) ValidateAll() error

ValidateAll checks the field values on ServiceAccountCredentialConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ServiceAccountCredentialConfigMultiError, or nil if none found.

type ServiceAccountCredentialConfigMultiError added in v0.19.1

type ServiceAccountCredentialConfigMultiError []error

ServiceAccountCredentialConfigMultiError is an error wrapping multiple validation errors returned by ServiceAccountCredentialConfig.ValidateAll() if the designated constraints aren't met.

func (ServiceAccountCredentialConfigMultiError) AllErrors added in v0.19.1

AllErrors returns a list of validation violation errors.

func (ServiceAccountCredentialConfigMultiError) Error added in v0.19.1

Error returns a concatenation of all the error messages it wraps.

type ServiceAccountCredentialConfigValidationError added in v0.19.1

type ServiceAccountCredentialConfigValidationError struct {
	// contains filtered or unexported fields
}

ServiceAccountCredentialConfigValidationError is the validation error returned by ServiceAccountCredentialConfig.Validate if the designated constraints aren't met.

func (ServiceAccountCredentialConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (ServiceAccountCredentialConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (ServiceAccountCredentialConfigValidationError) ErrorName added in v0.19.1

ErrorName returns error name.

func (ServiceAccountCredentialConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (ServiceAccountCredentialConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (ServiceAccountCredentialConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type TenantConfig added in v0.19.1

type TenantConfig struct {
	DefaultAuthFlowId     string                `protobuf:"bytes,1,opt,name=default_auth_flow_id,json=defaultAuthFlowId,proto3" json:"default_auth_flow_id,omitempty"`
	DefaultEmailServiceId string                `` /* 128-byte string literal not displayed */
	UsernamePolicy        *UsernamePolicyConfig `protobuf:"bytes,3,opt,name=username_policy,json=usernamePolicy,proto3" json:"username_policy,omitempty"`
	// contains filtered or unexported fields
}

func (*TenantConfig) Descriptor deprecated added in v0.19.1

func (*TenantConfig) Descriptor() ([]byte, []int)

Deprecated: Use TenantConfig.ProtoReflect.Descriptor instead.

func (*TenantConfig) GetDefaultAuthFlowId added in v0.19.1

func (x *TenantConfig) GetDefaultAuthFlowId() string

func (*TenantConfig) GetDefaultEmailServiceId added in v0.19.1

func (x *TenantConfig) GetDefaultEmailServiceId() string

func (*TenantConfig) GetUsernamePolicy added in v0.19.1

func (x *TenantConfig) GetUsernamePolicy() *UsernamePolicyConfig

func (*TenantConfig) ProtoMessage added in v0.19.1

func (*TenantConfig) ProtoMessage()

func (*TenantConfig) ProtoReflect added in v0.19.1

func (x *TenantConfig) ProtoReflect() protoreflect.Message

func (*TenantConfig) Reset added in v0.19.1

func (x *TenantConfig) Reset()

func (*TenantConfig) String added in v0.19.1

func (x *TenantConfig) String() string

func (*TenantConfig) Validate added in v0.19.1

func (m *TenantConfig) Validate() error

Validate checks the field values on TenantConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TenantConfig) ValidateAll added in v0.19.1

func (m *TenantConfig) ValidateAll() error

ValidateAll checks the field values on TenantConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TenantConfigMultiError, or nil if none found.

type TenantConfigMultiError added in v0.19.1

type TenantConfigMultiError []error

TenantConfigMultiError is an error wrapping multiple validation errors returned by TenantConfig.ValidateAll() if the designated constraints aren't met.

func (TenantConfigMultiError) AllErrors added in v0.19.1

func (m TenantConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TenantConfigMultiError) Error added in v0.19.1

func (m TenantConfigMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TenantConfigValidationError added in v0.19.1

type TenantConfigValidationError struct {
	// contains filtered or unexported fields
}

TenantConfigValidationError is the validation error returned by TenantConfig.Validate if the designated constraints aren't met.

func (TenantConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (TenantConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (TenantConfigValidationError) ErrorName added in v0.19.1

func (e TenantConfigValidationError) ErrorName() string

ErrorName returns error name.

func (TenantConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (TenantConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (TenantConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type UpdatedConfig added in v0.19.1

type UpdatedConfig struct {
	Id             string          `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type           ConfigType      `protobuf:"varint,2,opt,name=type,proto3,enum=indykite.auditsink.v1beta1.ConfigType" json:"type,omitempty"`
	ContainersPath *ContainersPath `protobuf:"bytes,5,opt,name=containers_path,json=containersPath,proto3" json:"containers_path,omitempty"`
	Before         *ConfigDetail   `protobuf:"bytes,3,opt,name=before,proto3" json:"before,omitempty"`
	After          *ConfigDetail   `protobuf:"bytes,4,opt,name=after,proto3" json:"after,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatedConfig) Descriptor deprecated added in v0.19.1

func (*UpdatedConfig) Descriptor() ([]byte, []int)

Deprecated: Use UpdatedConfig.ProtoReflect.Descriptor instead.

func (*UpdatedConfig) GetAfter added in v0.19.1

func (x *UpdatedConfig) GetAfter() *ConfigDetail

func (*UpdatedConfig) GetBefore added in v0.19.1

func (x *UpdatedConfig) GetBefore() *ConfigDetail

func (*UpdatedConfig) GetContainersPath added in v0.22.0

func (x *UpdatedConfig) GetContainersPath() *ContainersPath

func (*UpdatedConfig) GetId added in v0.19.1

func (x *UpdatedConfig) GetId() string

func (*UpdatedConfig) GetType added in v0.19.1

func (x *UpdatedConfig) GetType() ConfigType

func (*UpdatedConfig) ProtoMessage added in v0.19.1

func (*UpdatedConfig) ProtoMessage()

func (*UpdatedConfig) ProtoReflect added in v0.19.1

func (x *UpdatedConfig) ProtoReflect() protoreflect.Message

func (*UpdatedConfig) Reset added in v0.19.1

func (x *UpdatedConfig) Reset()

func (*UpdatedConfig) String added in v0.19.1

func (x *UpdatedConfig) String() string

func (*UpdatedConfig) Validate added in v0.19.1

func (m *UpdatedConfig) Validate() error

Validate checks the field values on UpdatedConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdatedConfig) ValidateAll added in v0.19.1

func (m *UpdatedConfig) ValidateAll() error

ValidateAll checks the field values on UpdatedConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdatedConfigMultiError, or nil if none found.

type UpdatedConfigMultiError added in v0.19.1

type UpdatedConfigMultiError []error

UpdatedConfigMultiError is an error wrapping multiple validation errors returned by UpdatedConfig.ValidateAll() if the designated constraints aren't met.

func (UpdatedConfigMultiError) AllErrors added in v0.19.1

func (m UpdatedConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdatedConfigMultiError) Error added in v0.19.1

func (m UpdatedConfigMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type UpdatedConfigValidationError added in v0.19.1

type UpdatedConfigValidationError struct {
	// contains filtered or unexported fields
}

UpdatedConfigValidationError is the validation error returned by UpdatedConfig.Validate if the designated constraints aren't met.

func (UpdatedConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (UpdatedConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (UpdatedConfigValidationError) ErrorName added in v0.19.1

func (e UpdatedConfigValidationError) ErrorName() string

ErrorName returns error name.

func (UpdatedConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (UpdatedConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (UpdatedConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type UpsertData

type UpsertData struct {

	// Types that are assignable to Data:
	//
	//	*UpsertData_Node
	//	*UpsertData_Relationship
	Data isUpsertData_Data `protobuf_oneof:"data"`
	// contains filtered or unexported fields
}

func (*UpsertData) Descriptor deprecated

func (*UpsertData) Descriptor() ([]byte, []int)

Deprecated: Use UpsertData.ProtoReflect.Descriptor instead.

func (*UpsertData) GetData

func (m *UpsertData) GetData() isUpsertData_Data

func (*UpsertData) GetNode

func (x *UpsertData) GetNode() *Node

func (*UpsertData) GetRelationship added in v0.25.0

func (x *UpsertData) GetRelationship() *Relationship

func (*UpsertData) ProtoMessage

func (*UpsertData) ProtoMessage()

func (*UpsertData) ProtoReflect

func (x *UpsertData) ProtoReflect() protoreflect.Message

func (*UpsertData) Reset

func (x *UpsertData) Reset()

func (*UpsertData) String

func (x *UpsertData) String() string

func (*UpsertData) Validate

func (m *UpsertData) Validate() error

Validate checks the field values on UpsertData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpsertData) ValidateAll

func (m *UpsertData) ValidateAll() error

ValidateAll checks the field values on UpsertData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpsertDataMultiError, or nil if none found.

type UpsertDataMultiError

type UpsertDataMultiError []error

UpsertDataMultiError is an error wrapping multiple validation errors returned by UpsertData.ValidateAll() if the designated constraints aren't met.

func (UpsertDataMultiError) AllErrors

func (m UpsertDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpsertDataMultiError) Error

func (m UpsertDataMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type UpsertDataValidationError

type UpsertDataValidationError struct {
	// contains filtered or unexported fields
}

UpsertDataValidationError is the validation error returned by UpsertData.Validate if the designated constraints aren't met.

func (UpsertDataValidationError) Cause

func (e UpsertDataValidationError) Cause() error

Cause function returns cause value.

func (UpsertDataValidationError) Error

Error satisfies the builtin error interface

func (UpsertDataValidationError) ErrorName

func (e UpsertDataValidationError) ErrorName() string

ErrorName returns error name.

func (UpsertDataValidationError) Field

Field function returns field value.

func (UpsertDataValidationError) Key

Key function returns key value.

func (UpsertDataValidationError) Reason

func (e UpsertDataValidationError) Reason() string

Reason function returns reason value.

type UpsertData_Node

type UpsertData_Node struct {
	Node *Node `protobuf:"bytes,1,opt,name=node,proto3,oneof"`
}

type UpsertData_Relationship added in v0.25.0

type UpsertData_Relationship struct {
	Relationship *Relationship `protobuf:"bytes,2,opt,name=relationship,proto3,oneof"`
}

type UsernamePolicyConfig added in v0.19.1

type UsernamePolicyConfig struct {
	AllowedUsernameFormats []string             `` /* 129-byte string literal not displayed */
	ValidEmail             bool                 `protobuf:"varint,2,opt,name=valid_email,json=validEmail,proto3" json:"valid_email,omitempty"`
	VerifyEmail            bool                 `protobuf:"varint,3,opt,name=verify_email,json=verifyEmail,proto3" json:"verify_email,omitempty"`
	VerifyEmailGracePeriod *durationpb.Duration `` /* 131-byte string literal not displayed */
	AllowedEmailDomains    []string             `protobuf:"bytes,5,rep,name=allowed_email_domains,json=allowedEmailDomains,proto3" json:"allowed_email_domains,omitempty"`
	ExclusiveEmailDomains  []string             `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UsernamePolicyConfig) Descriptor deprecated added in v0.19.1

func (*UsernamePolicyConfig) Descriptor() ([]byte, []int)

Deprecated: Use UsernamePolicyConfig.ProtoReflect.Descriptor instead.

func (*UsernamePolicyConfig) GetAllowedEmailDomains added in v0.19.1

func (x *UsernamePolicyConfig) GetAllowedEmailDomains() []string

func (*UsernamePolicyConfig) GetAllowedUsernameFormats added in v0.19.1

func (x *UsernamePolicyConfig) GetAllowedUsernameFormats() []string

func (*UsernamePolicyConfig) GetExclusiveEmailDomains added in v0.19.1

func (x *UsernamePolicyConfig) GetExclusiveEmailDomains() []string

func (*UsernamePolicyConfig) GetValidEmail added in v0.19.1

func (x *UsernamePolicyConfig) GetValidEmail() bool

func (*UsernamePolicyConfig) GetVerifyEmail added in v0.19.1

func (x *UsernamePolicyConfig) GetVerifyEmail() bool

func (*UsernamePolicyConfig) GetVerifyEmailGracePeriod added in v0.19.1

func (x *UsernamePolicyConfig) GetVerifyEmailGracePeriod() *durationpb.Duration

func (*UsernamePolicyConfig) ProtoMessage added in v0.19.1

func (*UsernamePolicyConfig) ProtoMessage()

func (*UsernamePolicyConfig) ProtoReflect added in v0.19.1

func (x *UsernamePolicyConfig) ProtoReflect() protoreflect.Message

func (*UsernamePolicyConfig) Reset added in v0.19.1

func (x *UsernamePolicyConfig) Reset()

func (*UsernamePolicyConfig) String added in v0.19.1

func (x *UsernamePolicyConfig) String() string

func (*UsernamePolicyConfig) Validate added in v0.19.1

func (m *UsernamePolicyConfig) Validate() error

Validate checks the field values on UsernamePolicyConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UsernamePolicyConfig) ValidateAll added in v0.19.1

func (m *UsernamePolicyConfig) ValidateAll() error

ValidateAll checks the field values on UsernamePolicyConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UsernamePolicyConfigMultiError, or nil if none found.

type UsernamePolicyConfigMultiError added in v0.19.1

type UsernamePolicyConfigMultiError []error

UsernamePolicyConfigMultiError is an error wrapping multiple validation errors returned by UsernamePolicyConfig.ValidateAll() if the designated constraints aren't met.

func (UsernamePolicyConfigMultiError) AllErrors added in v0.19.1

func (m UsernamePolicyConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UsernamePolicyConfigMultiError) Error added in v0.19.1

Error returns a concatenation of all the error messages it wraps.

type UsernamePolicyConfigValidationError added in v0.19.1

type UsernamePolicyConfigValidationError struct {
	// contains filtered or unexported fields
}

UsernamePolicyConfigValidationError is the validation error returned by UsernamePolicyConfig.Validate if the designated constraints aren't met.

func (UsernamePolicyConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (UsernamePolicyConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (UsernamePolicyConfigValidationError) ErrorName added in v0.19.1

ErrorName returns error name.

func (UsernamePolicyConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (UsernamePolicyConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (UsernamePolicyConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type WebAuthnProviderConfig added in v0.19.1

type WebAuthnProviderConfig struct {
	RelyingParties          map[string]string                                  `` /* 191-byte string literal not displayed */
	AttestationPreference   WebAuthnProviderConfig_ConveyancePreference        `` /* 201-byte string literal not displayed */
	AuthenticatorAttachment WebAuthnProviderConfig_AuthenticatorAttachment     `` /* 210-byte string literal not displayed */
	RequireResidentKey      bool                                               `protobuf:"varint,7,opt,name=require_resident_key,json=requireResidentKey,proto3" json:"require_resident_key,omitempty"`
	UserVerification        WebAuthnProviderConfig_UserVerificationRequirement `` /* 193-byte string literal not displayed */
	// specifies a time, in milliseconds
	RegistrationTimeout *durationpb.Duration `protobuf:"bytes,5,opt,name=registration_timeout,json=registrationTimeout,proto3" json:"registration_timeout,omitempty"`
	// specifies a time, in milliseconds
	AuthenticationTimeout *durationpb.Duration `protobuf:"bytes,6,opt,name=authentication_timeout,json=authenticationTimeout,proto3" json:"authentication_timeout,omitempty"`
	// contains filtered or unexported fields
}

func (*WebAuthnProviderConfig) Descriptor deprecated added in v0.19.1

func (*WebAuthnProviderConfig) Descriptor() ([]byte, []int)

Deprecated: Use WebAuthnProviderConfig.ProtoReflect.Descriptor instead.

func (*WebAuthnProviderConfig) GetAttestationPreference added in v0.19.1

func (*WebAuthnProviderConfig) GetAuthenticationTimeout added in v0.19.1

func (x *WebAuthnProviderConfig) GetAuthenticationTimeout() *durationpb.Duration

func (*WebAuthnProviderConfig) GetAuthenticatorAttachment added in v0.19.1

func (*WebAuthnProviderConfig) GetRegistrationTimeout added in v0.19.1

func (x *WebAuthnProviderConfig) GetRegistrationTimeout() *durationpb.Duration

func (*WebAuthnProviderConfig) GetRelyingParties added in v0.19.1

func (x *WebAuthnProviderConfig) GetRelyingParties() map[string]string

func (*WebAuthnProviderConfig) GetRequireResidentKey added in v0.19.1

func (x *WebAuthnProviderConfig) GetRequireResidentKey() bool

func (*WebAuthnProviderConfig) GetUserVerification added in v0.19.1

func (*WebAuthnProviderConfig) ProtoMessage added in v0.19.1

func (*WebAuthnProviderConfig) ProtoMessage()

func (*WebAuthnProviderConfig) ProtoReflect added in v0.19.1

func (x *WebAuthnProviderConfig) ProtoReflect() protoreflect.Message

func (*WebAuthnProviderConfig) Reset added in v0.19.1

func (x *WebAuthnProviderConfig) Reset()

func (*WebAuthnProviderConfig) String added in v0.19.1

func (x *WebAuthnProviderConfig) String() string

func (*WebAuthnProviderConfig) Validate added in v0.19.1

func (m *WebAuthnProviderConfig) Validate() error

Validate checks the field values on WebAuthnProviderConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WebAuthnProviderConfig) ValidateAll added in v0.19.1

func (m *WebAuthnProviderConfig) ValidateAll() error

ValidateAll checks the field values on WebAuthnProviderConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WebAuthnProviderConfigMultiError, or nil if none found.

type WebAuthnProviderConfigMultiError added in v0.19.1

type WebAuthnProviderConfigMultiError []error

WebAuthnProviderConfigMultiError is an error wrapping multiple validation errors returned by WebAuthnProviderConfig.ValidateAll() if the designated constraints aren't met.

func (WebAuthnProviderConfigMultiError) AllErrors added in v0.19.1

func (m WebAuthnProviderConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WebAuthnProviderConfigMultiError) Error added in v0.19.1

Error returns a concatenation of all the error messages it wraps.

type WebAuthnProviderConfigValidationError added in v0.19.1

type WebAuthnProviderConfigValidationError struct {
	// contains filtered or unexported fields
}

WebAuthnProviderConfigValidationError is the validation error returned by WebAuthnProviderConfig.Validate if the designated constraints aren't met.

func (WebAuthnProviderConfigValidationError) Cause added in v0.19.1

Cause function returns cause value.

func (WebAuthnProviderConfigValidationError) Error added in v0.19.1

Error satisfies the builtin error interface

func (WebAuthnProviderConfigValidationError) ErrorName added in v0.19.1

ErrorName returns error name.

func (WebAuthnProviderConfigValidationError) Field added in v0.19.1

Field function returns field value.

func (WebAuthnProviderConfigValidationError) Key added in v0.19.1

Key function returns key value.

func (WebAuthnProviderConfigValidationError) Reason added in v0.19.1

Reason function returns reason value.

type WebAuthnProviderConfig_AuthenticatorAttachment added in v0.19.1

type WebAuthnProviderConfig_AuthenticatorAttachment int32
const (
	WebAuthnProviderConfig_AUTHENTICATOR_ATTACHMENT_INVALID        WebAuthnProviderConfig_AuthenticatorAttachment = 0
	WebAuthnProviderConfig_AUTHENTICATOR_ATTACHMENT_DEFAULT        WebAuthnProviderConfig_AuthenticatorAttachment = 1
	WebAuthnProviderConfig_AUTHENTICATOR_ATTACHMENT_PLATFORM       WebAuthnProviderConfig_AuthenticatorAttachment = 2
	WebAuthnProviderConfig_AUTHENTICATOR_ATTACHMENT_CROSS_PLATFORM WebAuthnProviderConfig_AuthenticatorAttachment = 3
)

func (WebAuthnProviderConfig_AuthenticatorAttachment) Descriptor added in v0.19.1

func (WebAuthnProviderConfig_AuthenticatorAttachment) Enum added in v0.19.1

func (WebAuthnProviderConfig_AuthenticatorAttachment) EnumDescriptor deprecated added in v0.19.1

Deprecated: Use WebAuthnProviderConfig_AuthenticatorAttachment.Descriptor instead.

func (WebAuthnProviderConfig_AuthenticatorAttachment) Number added in v0.19.1

func (WebAuthnProviderConfig_AuthenticatorAttachment) String added in v0.19.1

func (WebAuthnProviderConfig_AuthenticatorAttachment) Type added in v0.19.1

type WebAuthnProviderConfig_ConveyancePreference added in v0.19.1

type WebAuthnProviderConfig_ConveyancePreference int32
const (
	WebAuthnProviderConfig_CONVEYANCE_PREFERENCE_INVALID  WebAuthnProviderConfig_ConveyancePreference = 0
	WebAuthnProviderConfig_CONVEYANCE_PREFERENCE_NONE     WebAuthnProviderConfig_ConveyancePreference = 1
	WebAuthnProviderConfig_CONVEYANCE_PREFERENCE_INDIRECT WebAuthnProviderConfig_ConveyancePreference = 2
	WebAuthnProviderConfig_CONVEYANCE_PREFERENCE_DIRECT   WebAuthnProviderConfig_ConveyancePreference = 3
)

func (WebAuthnProviderConfig_ConveyancePreference) Descriptor added in v0.19.1

func (WebAuthnProviderConfig_ConveyancePreference) Enum added in v0.19.1

func (WebAuthnProviderConfig_ConveyancePreference) EnumDescriptor deprecated added in v0.19.1

func (WebAuthnProviderConfig_ConveyancePreference) EnumDescriptor() ([]byte, []int)

Deprecated: Use WebAuthnProviderConfig_ConveyancePreference.Descriptor instead.

func (WebAuthnProviderConfig_ConveyancePreference) Number added in v0.19.1

func (WebAuthnProviderConfig_ConveyancePreference) String added in v0.19.1

func (WebAuthnProviderConfig_ConveyancePreference) Type added in v0.19.1

type WebAuthnProviderConfig_UserVerificationRequirement added in v0.19.1

type WebAuthnProviderConfig_UserVerificationRequirement int32
const (
	WebAuthnProviderConfig_USER_VERIFICATION_REQUIREMENT_INVALID     WebAuthnProviderConfig_UserVerificationRequirement = 0
	WebAuthnProviderConfig_USER_VERIFICATION_REQUIREMENT_PREFERRED   WebAuthnProviderConfig_UserVerificationRequirement = 1
	WebAuthnProviderConfig_USER_VERIFICATION_REQUIREMENT_REQUIRED    WebAuthnProviderConfig_UserVerificationRequirement = 2
	WebAuthnProviderConfig_USER_VERIFICATION_REQUIREMENT_DISCOURAGED WebAuthnProviderConfig_UserVerificationRequirement = 3
)

func (WebAuthnProviderConfig_UserVerificationRequirement) Descriptor added in v0.19.1

func (WebAuthnProviderConfig_UserVerificationRequirement) Enum added in v0.19.1

func (WebAuthnProviderConfig_UserVerificationRequirement) EnumDescriptor deprecated added in v0.19.1

Deprecated: Use WebAuthnProviderConfig_UserVerificationRequirement.Descriptor instead.

func (WebAuthnProviderConfig_UserVerificationRequirement) Number added in v0.19.1

func (WebAuthnProviderConfig_UserVerificationRequirement) String added in v0.19.1

func (WebAuthnProviderConfig_UserVerificationRequirement) Type added in v0.19.1

type WhatAuthorized

type WhatAuthorized struct {
	Request             *WhatAuthorized_Request   `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	ResolvedDigitalTwin *AuthorizationDigitalTwin `protobuf:"bytes,2,opt,name=resolved_digital_twin,json=resolvedDigitalTwin,proto3" json:"resolved_digital_twin,omitempty"`
	Response            *WhatAuthorized_Response  `protobuf:"bytes,3,opt,name=response,proto3" json:"response,omitempty"`
	PoliciesFound       []*AuthorizationPolicy    `protobuf:"bytes,4,rep,name=policies_found,json=policiesFound,proto3" json:"policies_found,omitempty"`
	DenyReason          *AuthorizationDenyReason  `protobuf:"bytes,5,opt,name=deny_reason,json=denyReason,proto3" json:"deny_reason,omitempty"`
	EvaluationTime      *durationpb.Duration      `protobuf:"bytes,6,opt,name=evaluation_time,json=evaluationTime,proto3" json:"evaluation_time,omitempty"`
	ErrorMessage        string                    `protobuf:"bytes,7,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
	// contains filtered or unexported fields
}

func (*WhatAuthorized) Descriptor deprecated

func (*WhatAuthorized) Descriptor() ([]byte, []int)

Deprecated: Use WhatAuthorized.ProtoReflect.Descriptor instead.

func (*WhatAuthorized) GetDenyReason

func (x *WhatAuthorized) GetDenyReason() *AuthorizationDenyReason

func (*WhatAuthorized) GetErrorMessage added in v0.25.0

func (x *WhatAuthorized) GetErrorMessage() string

func (*WhatAuthorized) GetEvaluationTime

func (x *WhatAuthorized) GetEvaluationTime() *durationpb.Duration

func (*WhatAuthorized) GetPoliciesFound

func (x *WhatAuthorized) GetPoliciesFound() []*AuthorizationPolicy

func (*WhatAuthorized) GetRequest

func (x *WhatAuthorized) GetRequest() *WhatAuthorized_Request

func (*WhatAuthorized) GetResolvedDigitalTwin

func (x *WhatAuthorized) GetResolvedDigitalTwin() *AuthorizationDigitalTwin

func (*WhatAuthorized) GetResponse

func (x *WhatAuthorized) GetResponse() *WhatAuthorized_Response

func (*WhatAuthorized) ProtoMessage

func (*WhatAuthorized) ProtoMessage()

func (*WhatAuthorized) ProtoReflect

func (x *WhatAuthorized) ProtoReflect() protoreflect.Message

func (*WhatAuthorized) Reset

func (x *WhatAuthorized) Reset()

func (*WhatAuthorized) String

func (x *WhatAuthorized) String() string

func (*WhatAuthorized) Validate

func (m *WhatAuthorized) Validate() error

Validate checks the field values on WhatAuthorized with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WhatAuthorized) ValidateAll

func (m *WhatAuthorized) ValidateAll() error

ValidateAll checks the field values on WhatAuthorized with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WhatAuthorizedMultiError, or nil if none found.

type WhatAuthorizedMultiError

type WhatAuthorizedMultiError []error

WhatAuthorizedMultiError is an error wrapping multiple validation errors returned by WhatAuthorized.ValidateAll() if the designated constraints aren't met.

func (WhatAuthorizedMultiError) AllErrors

func (m WhatAuthorizedMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WhatAuthorizedMultiError) Error

func (m WhatAuthorizedMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type WhatAuthorizedValidationError

type WhatAuthorizedValidationError struct {
	// contains filtered or unexported fields
}

WhatAuthorizedValidationError is the validation error returned by WhatAuthorized.Validate if the designated constraints aren't met.

func (WhatAuthorizedValidationError) Cause

Cause function returns cause value.

func (WhatAuthorizedValidationError) Error

Error satisfies the builtin error interface

func (WhatAuthorizedValidationError) ErrorName

func (e WhatAuthorizedValidationError) ErrorName() string

ErrorName returns error name.

func (WhatAuthorizedValidationError) Field

Field function returns field value.

func (WhatAuthorizedValidationError) Key

Key function returns key value.

func (WhatAuthorizedValidationError) Reason

Reason function returns reason value.

type WhatAuthorized_Request

type WhatAuthorized_Request struct {

	// AuthorizationSubject to check if is authorized to perform given actions.
	Subject *AuthorizationSubject `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"`
	// A list of resources to authorize against.
	ResourceTypes []*WhatAuthorized_Request_ResourceType `protobuf:"bytes,2,rep,name=resource_types,json=resourceTypes,proto3" json:"resource_types,omitempty"`
	// Policy input params
	InputParams map[string]*v1beta1.Value `` /* 182-byte string literal not displayed */
	// Only evaluate polices containing provided tags
	PolicyTags []string `protobuf:"bytes,4,rep,name=policy_tags,json=policyTags,proto3" json:"policy_tags,omitempty"`
	// contains filtered or unexported fields
}

func (*WhatAuthorized_Request) Descriptor deprecated

func (*WhatAuthorized_Request) Descriptor() ([]byte, []int)

Deprecated: Use WhatAuthorized_Request.ProtoReflect.Descriptor instead.

func (*WhatAuthorized_Request) GetInputParams

func (x *WhatAuthorized_Request) GetInputParams() map[string]*v1beta1.Value

func (*WhatAuthorized_Request) GetPolicyTags

func (x *WhatAuthorized_Request) GetPolicyTags() []string

func (*WhatAuthorized_Request) GetResourceTypes

func (*WhatAuthorized_Request) GetSubject

func (*WhatAuthorized_Request) ProtoMessage

func (*WhatAuthorized_Request) ProtoMessage()

func (*WhatAuthorized_Request) ProtoReflect

func (x *WhatAuthorized_Request) ProtoReflect() protoreflect.Message

func (*WhatAuthorized_Request) Reset

func (x *WhatAuthorized_Request) Reset()

func (*WhatAuthorized_Request) String

func (x *WhatAuthorized_Request) String() string

func (*WhatAuthorized_Request) Validate

func (m *WhatAuthorized_Request) Validate() error

Validate checks the field values on WhatAuthorized_Request with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WhatAuthorized_Request) ValidateAll

func (m *WhatAuthorized_Request) ValidateAll() error

ValidateAll checks the field values on WhatAuthorized_Request with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WhatAuthorized_RequestMultiError, or nil if none found.

type WhatAuthorized_RequestMultiError

type WhatAuthorized_RequestMultiError []error

WhatAuthorized_RequestMultiError is an error wrapping multiple validation errors returned by WhatAuthorized_Request.ValidateAll() if the designated constraints aren't met.

func (WhatAuthorized_RequestMultiError) AllErrors

func (m WhatAuthorized_RequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WhatAuthorized_RequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WhatAuthorized_RequestValidationError

type WhatAuthorized_RequestValidationError struct {
	// contains filtered or unexported fields
}

WhatAuthorized_RequestValidationError is the validation error returned by WhatAuthorized_Request.Validate if the designated constraints aren't met.

func (WhatAuthorized_RequestValidationError) Cause

Cause function returns cause value.

func (WhatAuthorized_RequestValidationError) Error

Error satisfies the builtin error interface

func (WhatAuthorized_RequestValidationError) ErrorName

ErrorName returns error name.

func (WhatAuthorized_RequestValidationError) Field

Field function returns field value.

func (WhatAuthorized_RequestValidationError) Key

Key function returns key value.

func (WhatAuthorized_RequestValidationError) Reason

Reason function returns reason value.

type WhatAuthorized_Request_ResourceType

type WhatAuthorized_Request_ResourceType struct {

	// Resource type.
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// A list of actions the subject want to perform.
	Actions []string `protobuf:"bytes,2,rep,name=actions,proto3" json:"actions,omitempty"`
	// contains filtered or unexported fields
}

func (*WhatAuthorized_Request_ResourceType) Descriptor deprecated

func (*WhatAuthorized_Request_ResourceType) Descriptor() ([]byte, []int)

Deprecated: Use WhatAuthorized_Request_ResourceType.ProtoReflect.Descriptor instead.

func (*WhatAuthorized_Request_ResourceType) GetActions

func (x *WhatAuthorized_Request_ResourceType) GetActions() []string

func (*WhatAuthorized_Request_ResourceType) GetType

func (*WhatAuthorized_Request_ResourceType) ProtoMessage

func (*WhatAuthorized_Request_ResourceType) ProtoMessage()

func (*WhatAuthorized_Request_ResourceType) ProtoReflect

func (*WhatAuthorized_Request_ResourceType) Reset

func (*WhatAuthorized_Request_ResourceType) String

func (*WhatAuthorized_Request_ResourceType) Validate

Validate checks the field values on WhatAuthorized_Request_ResourceType with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WhatAuthorized_Request_ResourceType) ValidateAll

func (m *WhatAuthorized_Request_ResourceType) ValidateAll() error

ValidateAll checks the field values on WhatAuthorized_Request_ResourceType with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WhatAuthorized_Request_ResourceTypeMultiError, or nil if none found.

type WhatAuthorized_Request_ResourceTypeMultiError

type WhatAuthorized_Request_ResourceTypeMultiError []error

WhatAuthorized_Request_ResourceTypeMultiError is an error wrapping multiple validation errors returned by WhatAuthorized_Request_ResourceType.ValidateAll() if the designated constraints aren't met.

func (WhatAuthorized_Request_ResourceTypeMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WhatAuthorized_Request_ResourceTypeMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WhatAuthorized_Request_ResourceTypeValidationError

type WhatAuthorized_Request_ResourceTypeValidationError struct {
	// contains filtered or unexported fields
}

WhatAuthorized_Request_ResourceTypeValidationError is the validation error returned by WhatAuthorized_Request_ResourceType.Validate if the designated constraints aren't met.

func (WhatAuthorized_Request_ResourceTypeValidationError) Cause

Cause function returns cause value.

func (WhatAuthorized_Request_ResourceTypeValidationError) Error

Error satisfies the builtin error interface

func (WhatAuthorized_Request_ResourceTypeValidationError) ErrorName

ErrorName returns error name.

func (WhatAuthorized_Request_ResourceTypeValidationError) Field

Field function returns field value.

func (WhatAuthorized_Request_ResourceTypeValidationError) Key

Key function returns key value.

func (WhatAuthorized_Request_ResourceTypeValidationError) Reason

Reason function returns reason value.

type WhatAuthorized_Response

type WhatAuthorized_Response struct {

	// Time the decision was made
	DecisionTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=decision_time,json=decisionTime,proto3" json:"decision_time,omitempty"`
	// Map with resource type as key
	Decisions map[string]*WhatAuthorized_Response_ResourceType `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WhatAuthorized_Response) Descriptor deprecated

func (*WhatAuthorized_Response) Descriptor() ([]byte, []int)

Deprecated: Use WhatAuthorized_Response.ProtoReflect.Descriptor instead.

func (*WhatAuthorized_Response) GetDecisionTime

func (x *WhatAuthorized_Response) GetDecisionTime() *timestamppb.Timestamp

func (*WhatAuthorized_Response) GetDecisions

func (*WhatAuthorized_Response) ProtoMessage

func (*WhatAuthorized_Response) ProtoMessage()

func (*WhatAuthorized_Response) ProtoReflect

func (x *WhatAuthorized_Response) ProtoReflect() protoreflect.Message

func (*WhatAuthorized_Response) Reset

func (x *WhatAuthorized_Response) Reset()

func (*WhatAuthorized_Response) String

func (x *WhatAuthorized_Response) String() string

func (*WhatAuthorized_Response) Validate

func (m *WhatAuthorized_Response) Validate() error

Validate checks the field values on WhatAuthorized_Response with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WhatAuthorized_Response) ValidateAll

func (m *WhatAuthorized_Response) ValidateAll() error

ValidateAll checks the field values on WhatAuthorized_Response with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WhatAuthorized_ResponseMultiError, or nil if none found.

type WhatAuthorized_ResponseMultiError

type WhatAuthorized_ResponseMultiError []error

WhatAuthorized_ResponseMultiError is an error wrapping multiple validation errors returned by WhatAuthorized_Response.ValidateAll() if the designated constraints aren't met.

func (WhatAuthorized_ResponseMultiError) AllErrors

func (m WhatAuthorized_ResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WhatAuthorized_ResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WhatAuthorized_ResponseValidationError

type WhatAuthorized_ResponseValidationError struct {
	// contains filtered or unexported fields
}

WhatAuthorized_ResponseValidationError is the validation error returned by WhatAuthorized_Response.Validate if the designated constraints aren't met.

func (WhatAuthorized_ResponseValidationError) Cause

Cause function returns cause value.

func (WhatAuthorized_ResponseValidationError) Error

Error satisfies the builtin error interface

func (WhatAuthorized_ResponseValidationError) ErrorName

ErrorName returns error name.

func (WhatAuthorized_ResponseValidationError) Field

Field function returns field value.

func (WhatAuthorized_ResponseValidationError) Key

Key function returns key value.

func (WhatAuthorized_ResponseValidationError) Reason

Reason function returns reason value.

type WhatAuthorized_Response_Action

type WhatAuthorized_Response_Action struct {

	// List of resources
	Resources []*WhatAuthorized_Response_Resource `protobuf:"bytes,1,rep,name=resources,proto3" json:"resources,omitempty"`
	// contains filtered or unexported fields
}

func (*WhatAuthorized_Response_Action) Descriptor deprecated

func (*WhatAuthorized_Response_Action) Descriptor() ([]byte, []int)

Deprecated: Use WhatAuthorized_Response_Action.ProtoReflect.Descriptor instead.

func (*WhatAuthorized_Response_Action) GetResources

func (*WhatAuthorized_Response_Action) ProtoMessage

func (*WhatAuthorized_Response_Action) ProtoMessage()

func (*WhatAuthorized_Response_Action) ProtoReflect

func (*WhatAuthorized_Response_Action) Reset

func (x *WhatAuthorized_Response_Action) Reset()

func (*WhatAuthorized_Response_Action) String

func (*WhatAuthorized_Response_Action) Validate

func (m *WhatAuthorized_Response_Action) Validate() error

Validate checks the field values on WhatAuthorized_Response_Action with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WhatAuthorized_Response_Action) ValidateAll

func (m *WhatAuthorized_Response_Action) ValidateAll() error

ValidateAll checks the field values on WhatAuthorized_Response_Action with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WhatAuthorized_Response_ActionMultiError, or nil if none found.

type WhatAuthorized_Response_ActionMultiError

type WhatAuthorized_Response_ActionMultiError []error

WhatAuthorized_Response_ActionMultiError is an error wrapping multiple validation errors returned by WhatAuthorized_Response_Action.ValidateAll() if the designated constraints aren't met.

func (WhatAuthorized_Response_ActionMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WhatAuthorized_Response_ActionMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WhatAuthorized_Response_ActionValidationError

type WhatAuthorized_Response_ActionValidationError struct {
	// contains filtered or unexported fields
}

WhatAuthorized_Response_ActionValidationError is the validation error returned by WhatAuthorized_Response_Action.Validate if the designated constraints aren't met.

func (WhatAuthorized_Response_ActionValidationError) Cause

Cause function returns cause value.

func (WhatAuthorized_Response_ActionValidationError) Error

Error satisfies the builtin error interface

func (WhatAuthorized_Response_ActionValidationError) ErrorName

ErrorName returns error name.

func (WhatAuthorized_Response_ActionValidationError) Field

Field function returns field value.

func (WhatAuthorized_Response_ActionValidationError) Key

Key function returns key value.

func (WhatAuthorized_Response_ActionValidationError) Reason

Reason function returns reason value.

type WhatAuthorized_Response_Resource

type WhatAuthorized_Response_Resource struct {

	// Resource external identifier
	ExternalId string `protobuf:"bytes,1,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	// contains filtered or unexported fields
}

func (*WhatAuthorized_Response_Resource) Descriptor deprecated

func (*WhatAuthorized_Response_Resource) Descriptor() ([]byte, []int)

Deprecated: Use WhatAuthorized_Response_Resource.ProtoReflect.Descriptor instead.

func (*WhatAuthorized_Response_Resource) GetExternalId

func (x *WhatAuthorized_Response_Resource) GetExternalId() string

func (*WhatAuthorized_Response_Resource) ProtoMessage

func (*WhatAuthorized_Response_Resource) ProtoMessage()

func (*WhatAuthorized_Response_Resource) ProtoReflect

func (*WhatAuthorized_Response_Resource) Reset

func (*WhatAuthorized_Response_Resource) String

func (*WhatAuthorized_Response_Resource) Validate

Validate checks the field values on WhatAuthorized_Response_Resource with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WhatAuthorized_Response_Resource) ValidateAll

func (m *WhatAuthorized_Response_Resource) ValidateAll() error

ValidateAll checks the field values on WhatAuthorized_Response_Resource with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WhatAuthorized_Response_ResourceMultiError, or nil if none found.

type WhatAuthorized_Response_ResourceMultiError

type WhatAuthorized_Response_ResourceMultiError []error

WhatAuthorized_Response_ResourceMultiError is an error wrapping multiple validation errors returned by WhatAuthorized_Response_Resource.ValidateAll() if the designated constraints aren't met.

func (WhatAuthorized_Response_ResourceMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WhatAuthorized_Response_ResourceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WhatAuthorized_Response_ResourceType

type WhatAuthorized_Response_ResourceType struct {

	// Map with action as key
	Actions map[string]*WhatAuthorized_Response_Action `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WhatAuthorized_Response_ResourceType) Descriptor deprecated

func (*WhatAuthorized_Response_ResourceType) Descriptor() ([]byte, []int)

Deprecated: Use WhatAuthorized_Response_ResourceType.ProtoReflect.Descriptor instead.

func (*WhatAuthorized_Response_ResourceType) GetActions

func (*WhatAuthorized_Response_ResourceType) ProtoMessage

func (*WhatAuthorized_Response_ResourceType) ProtoMessage()

func (*WhatAuthorized_Response_ResourceType) ProtoReflect

func (*WhatAuthorized_Response_ResourceType) Reset

func (*WhatAuthorized_Response_ResourceType) String

func (*WhatAuthorized_Response_ResourceType) Validate

Validate checks the field values on WhatAuthorized_Response_ResourceType with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WhatAuthorized_Response_ResourceType) ValidateAll

ValidateAll checks the field values on WhatAuthorized_Response_ResourceType with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WhatAuthorized_Response_ResourceTypeMultiError, or nil if none found.

type WhatAuthorized_Response_ResourceTypeMultiError

type WhatAuthorized_Response_ResourceTypeMultiError []error

WhatAuthorized_Response_ResourceTypeMultiError is an error wrapping multiple validation errors returned by WhatAuthorized_Response_ResourceType.ValidateAll() if the designated constraints aren't met.

func (WhatAuthorized_Response_ResourceTypeMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WhatAuthorized_Response_ResourceTypeMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WhatAuthorized_Response_ResourceTypeValidationError

type WhatAuthorized_Response_ResourceTypeValidationError struct {
	// contains filtered or unexported fields
}

WhatAuthorized_Response_ResourceTypeValidationError is the validation error returned by WhatAuthorized_Response_ResourceType.Validate if the designated constraints aren't met.

func (WhatAuthorized_Response_ResourceTypeValidationError) Cause

Cause function returns cause value.

func (WhatAuthorized_Response_ResourceTypeValidationError) Error

Error satisfies the builtin error interface

func (WhatAuthorized_Response_ResourceTypeValidationError) ErrorName

ErrorName returns error name.

func (WhatAuthorized_Response_ResourceTypeValidationError) Field

Field function returns field value.

func (WhatAuthorized_Response_ResourceTypeValidationError) Key

Key function returns key value.

func (WhatAuthorized_Response_ResourceTypeValidationError) Reason

Reason function returns reason value.

type WhatAuthorized_Response_ResourceValidationError

type WhatAuthorized_Response_ResourceValidationError struct {
	// contains filtered or unexported fields
}

WhatAuthorized_Response_ResourceValidationError is the validation error returned by WhatAuthorized_Response_Resource.Validate if the designated constraints aren't met.

func (WhatAuthorized_Response_ResourceValidationError) Cause

Cause function returns cause value.

func (WhatAuthorized_Response_ResourceValidationError) Error

Error satisfies the builtin error interface

func (WhatAuthorized_Response_ResourceValidationError) ErrorName

ErrorName returns error name.

func (WhatAuthorized_Response_ResourceValidationError) Field

Field function returns field value.

func (WhatAuthorized_Response_ResourceValidationError) Key

Key function returns key value.

func (WhatAuthorized_Response_ResourceValidationError) Reason

Reason function returns reason value.

type WhoAuthorized

type WhoAuthorized struct {
	Request             *WhoAuthorized_Request    `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	ResolvedDigitalTwin *AuthorizationDigitalTwin `protobuf:"bytes,2,opt,name=resolved_digital_twin,json=resolvedDigitalTwin,proto3" json:"resolved_digital_twin,omitempty"`
	Response            *WhoAuthorized_Response   `protobuf:"bytes,3,opt,name=response,proto3" json:"response,omitempty"`
	PoliciesFound       []*AuthorizationPolicy    `protobuf:"bytes,4,rep,name=policies_found,json=policiesFound,proto3" json:"policies_found,omitempty"`
	DenyReason          *AuthorizationDenyReason  `protobuf:"bytes,5,opt,name=deny_reason,json=denyReason,proto3" json:"deny_reason,omitempty"`
	EvaluationTime      *durationpb.Duration      `protobuf:"bytes,6,opt,name=evaluation_time,json=evaluationTime,proto3" json:"evaluation_time,omitempty"`
	ErrorMessage        string                    `protobuf:"bytes,7,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
	// contains filtered or unexported fields
}

func (*WhoAuthorized) Descriptor deprecated

func (*WhoAuthorized) Descriptor() ([]byte, []int)

Deprecated: Use WhoAuthorized.ProtoReflect.Descriptor instead.

func (*WhoAuthorized) GetDenyReason

func (x *WhoAuthorized) GetDenyReason() *AuthorizationDenyReason

func (*WhoAuthorized) GetErrorMessage added in v0.25.0

func (x *WhoAuthorized) GetErrorMessage() string

func (*WhoAuthorized) GetEvaluationTime

func (x *WhoAuthorized) GetEvaluationTime() *durationpb.Duration

func (*WhoAuthorized) GetPoliciesFound

func (x *WhoAuthorized) GetPoliciesFound() []*AuthorizationPolicy

func (*WhoAuthorized) GetRequest

func (x *WhoAuthorized) GetRequest() *WhoAuthorized_Request

func (*WhoAuthorized) GetResolvedDigitalTwin

func (x *WhoAuthorized) GetResolvedDigitalTwin() *AuthorizationDigitalTwin

func (*WhoAuthorized) GetResponse

func (x *WhoAuthorized) GetResponse() *WhoAuthorized_Response

func (*WhoAuthorized) ProtoMessage

func (*WhoAuthorized) ProtoMessage()

func (*WhoAuthorized) ProtoReflect

func (x *WhoAuthorized) ProtoReflect() protoreflect.Message

func (*WhoAuthorized) Reset

func (x *WhoAuthorized) Reset()

func (*WhoAuthorized) String

func (x *WhoAuthorized) String() string

func (*WhoAuthorized) Validate

func (m *WhoAuthorized) Validate() error

Validate checks the field values on WhoAuthorized with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WhoAuthorized) ValidateAll

func (m *WhoAuthorized) ValidateAll() error

ValidateAll checks the field values on WhoAuthorized with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WhoAuthorizedMultiError, or nil if none found.

type WhoAuthorizedMultiError

type WhoAuthorizedMultiError []error

WhoAuthorizedMultiError is an error wrapping multiple validation errors returned by WhoAuthorized.ValidateAll() if the designated constraints aren't met.

func (WhoAuthorizedMultiError) AllErrors

func (m WhoAuthorizedMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WhoAuthorizedMultiError) Error

func (m WhoAuthorizedMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type WhoAuthorizedValidationError

type WhoAuthorizedValidationError struct {
	// contains filtered or unexported fields
}

WhoAuthorizedValidationError is the validation error returned by WhoAuthorized.Validate if the designated constraints aren't met.

func (WhoAuthorizedValidationError) Cause

Cause function returns cause value.

func (WhoAuthorizedValidationError) Error

Error satisfies the builtin error interface

func (WhoAuthorizedValidationError) ErrorName

func (e WhoAuthorizedValidationError) ErrorName() string

ErrorName returns error name.

func (WhoAuthorizedValidationError) Field

Field function returns field value.

func (WhoAuthorizedValidationError) Key

Key function returns key value.

func (WhoAuthorizedValidationError) Reason

Reason function returns reason value.

type WhoAuthorized_Request

type WhoAuthorized_Request struct {

	// A list of resources to authorize against.
	Resources []*WhoAuthorized_Request_Resource `protobuf:"bytes,1,rep,name=resources,proto3" json:"resources,omitempty"`
	// Policy input params
	InputParams map[string]*v1beta1.Value `` /* 182-byte string literal not displayed */
	// Only evaluate polices containing provided tags
	PolicyTags []string `protobuf:"bytes,3,rep,name=policy_tags,json=policyTags,proto3" json:"policy_tags,omitempty"`
	// contains filtered or unexported fields
}

func (*WhoAuthorized_Request) Descriptor deprecated

func (*WhoAuthorized_Request) Descriptor() ([]byte, []int)

Deprecated: Use WhoAuthorized_Request.ProtoReflect.Descriptor instead.

func (*WhoAuthorized_Request) GetInputParams

func (x *WhoAuthorized_Request) GetInputParams() map[string]*v1beta1.Value

func (*WhoAuthorized_Request) GetPolicyTags

func (x *WhoAuthorized_Request) GetPolicyTags() []string

func (*WhoAuthorized_Request) GetResources

func (*WhoAuthorized_Request) ProtoMessage

func (*WhoAuthorized_Request) ProtoMessage()

func (*WhoAuthorized_Request) ProtoReflect

func (x *WhoAuthorized_Request) ProtoReflect() protoreflect.Message

func (*WhoAuthorized_Request) Reset

func (x *WhoAuthorized_Request) Reset()

func (*WhoAuthorized_Request) String

func (x *WhoAuthorized_Request) String() string

func (*WhoAuthorized_Request) Validate

func (m *WhoAuthorized_Request) Validate() error

Validate checks the field values on WhoAuthorized_Request with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WhoAuthorized_Request) ValidateAll

func (m *WhoAuthorized_Request) ValidateAll() error

ValidateAll checks the field values on WhoAuthorized_Request with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WhoAuthorized_RequestMultiError, or nil if none found.

type WhoAuthorized_RequestMultiError

type WhoAuthorized_RequestMultiError []error

WhoAuthorized_RequestMultiError is an error wrapping multiple validation errors returned by WhoAuthorized_Request.ValidateAll() if the designated constraints aren't met.

func (WhoAuthorized_RequestMultiError) AllErrors

func (m WhoAuthorized_RequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WhoAuthorized_RequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WhoAuthorized_RequestValidationError

type WhoAuthorized_RequestValidationError struct {
	// contains filtered or unexported fields
}

WhoAuthorized_RequestValidationError is the validation error returned by WhoAuthorized_Request.Validate if the designated constraints aren't met.

func (WhoAuthorized_RequestValidationError) Cause

Cause function returns cause value.

func (WhoAuthorized_RequestValidationError) Error

Error satisfies the builtin error interface

func (WhoAuthorized_RequestValidationError) ErrorName

ErrorName returns error name.

func (WhoAuthorized_RequestValidationError) Field

Field function returns field value.

func (WhoAuthorized_RequestValidationError) Key

Key function returns key value.

func (WhoAuthorized_RequestValidationError) Reason

Reason function returns reason value.

type WhoAuthorized_Request_Resource

type WhoAuthorized_Request_Resource struct {
	ExternalId string `protobuf:"bytes,1,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	// Resource type.
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// A list of actions the subject want to perform.
	Actions []string `protobuf:"bytes,3,rep,name=actions,proto3" json:"actions,omitempty"`
	// contains filtered or unexported fields
}

func (*WhoAuthorized_Request_Resource) Descriptor deprecated

func (*WhoAuthorized_Request_Resource) Descriptor() ([]byte, []int)

Deprecated: Use WhoAuthorized_Request_Resource.ProtoReflect.Descriptor instead.

func (*WhoAuthorized_Request_Resource) GetActions

func (x *WhoAuthorized_Request_Resource) GetActions() []string

func (*WhoAuthorized_Request_Resource) GetExternalId

func (x *WhoAuthorized_Request_Resource) GetExternalId() string

func (*WhoAuthorized_Request_Resource) GetType

func (*WhoAuthorized_Request_Resource) ProtoMessage

func (*WhoAuthorized_Request_Resource) ProtoMessage()

func (*WhoAuthorized_Request_Resource) ProtoReflect

func (*WhoAuthorized_Request_Resource) Reset

func (x *WhoAuthorized_Request_Resource) Reset()

func (*WhoAuthorized_Request_Resource) String

func (*WhoAuthorized_Request_Resource) Validate

func (m *WhoAuthorized_Request_Resource) Validate() error

Validate checks the field values on WhoAuthorized_Request_Resource with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WhoAuthorized_Request_Resource) ValidateAll

func (m *WhoAuthorized_Request_Resource) ValidateAll() error

ValidateAll checks the field values on WhoAuthorized_Request_Resource with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WhoAuthorized_Request_ResourceMultiError, or nil if none found.

type WhoAuthorized_Request_ResourceMultiError

type WhoAuthorized_Request_ResourceMultiError []error

WhoAuthorized_Request_ResourceMultiError is an error wrapping multiple validation errors returned by WhoAuthorized_Request_Resource.ValidateAll() if the designated constraints aren't met.

func (WhoAuthorized_Request_ResourceMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WhoAuthorized_Request_ResourceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WhoAuthorized_Request_ResourceValidationError

type WhoAuthorized_Request_ResourceValidationError struct {
	// contains filtered or unexported fields
}

WhoAuthorized_Request_ResourceValidationError is the validation error returned by WhoAuthorized_Request_Resource.Validate if the designated constraints aren't met.

func (WhoAuthorized_Request_ResourceValidationError) Cause

Cause function returns cause value.

func (WhoAuthorized_Request_ResourceValidationError) Error

Error satisfies the builtin error interface

func (WhoAuthorized_Request_ResourceValidationError) ErrorName

ErrorName returns error name.

func (WhoAuthorized_Request_ResourceValidationError) Field

Field function returns field value.

func (WhoAuthorized_Request_ResourceValidationError) Key

Key function returns key value.

func (WhoAuthorized_Request_ResourceValidationError) Reason

Reason function returns reason value.

type WhoAuthorized_Response

type WhoAuthorized_Response struct {

	// Time the decision was made.
	DecisionTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=decision_time,json=decisionTime,proto3" json:"decision_time,omitempty"`
	// Map with resource type as key.
	Decisions map[string]*WhoAuthorized_Response_ResourceType `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WhoAuthorized_Response) Descriptor deprecated

func (*WhoAuthorized_Response) Descriptor() ([]byte, []int)

Deprecated: Use WhoAuthorized_Response.ProtoReflect.Descriptor instead.

func (*WhoAuthorized_Response) GetDecisionTime

func (x *WhoAuthorized_Response) GetDecisionTime() *timestamppb.Timestamp

func (*WhoAuthorized_Response) GetDecisions

func (*WhoAuthorized_Response) ProtoMessage

func (*WhoAuthorized_Response) ProtoMessage()

func (*WhoAuthorized_Response) ProtoReflect

func (x *WhoAuthorized_Response) ProtoReflect() protoreflect.Message

func (*WhoAuthorized_Response) Reset

func (x *WhoAuthorized_Response) Reset()

func (*WhoAuthorized_Response) String

func (x *WhoAuthorized_Response) String() string

func (*WhoAuthorized_Response) Validate

func (m *WhoAuthorized_Response) Validate() error

Validate checks the field values on WhoAuthorized_Response with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WhoAuthorized_Response) ValidateAll

func (m *WhoAuthorized_Response) ValidateAll() error

ValidateAll checks the field values on WhoAuthorized_Response with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WhoAuthorized_ResponseMultiError, or nil if none found.

type WhoAuthorized_ResponseMultiError

type WhoAuthorized_ResponseMultiError []error

WhoAuthorized_ResponseMultiError is an error wrapping multiple validation errors returned by WhoAuthorized_Response.ValidateAll() if the designated constraints aren't met.

func (WhoAuthorized_ResponseMultiError) AllErrors

func (m WhoAuthorized_ResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WhoAuthorized_ResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WhoAuthorized_ResponseValidationError

type WhoAuthorized_ResponseValidationError struct {
	// contains filtered or unexported fields
}

WhoAuthorized_ResponseValidationError is the validation error returned by WhoAuthorized_Response.Validate if the designated constraints aren't met.

func (WhoAuthorized_ResponseValidationError) Cause

Cause function returns cause value.

func (WhoAuthorized_ResponseValidationError) Error

Error satisfies the builtin error interface

func (WhoAuthorized_ResponseValidationError) ErrorName

ErrorName returns error name.

func (WhoAuthorized_ResponseValidationError) Field

Field function returns field value.

func (WhoAuthorized_ResponseValidationError) Key

Key function returns key value.

func (WhoAuthorized_ResponseValidationError) Reason

Reason function returns reason value.

type WhoAuthorized_Response_Action

type WhoAuthorized_Response_Action struct {

	// List of subjects.
	Subjects []*WhoAuthorized_Response_Subject `protobuf:"bytes,1,rep,name=subjects,proto3" json:"subjects,omitempty"`
	// contains filtered or unexported fields
}

func (*WhoAuthorized_Response_Action) Descriptor deprecated

func (*WhoAuthorized_Response_Action) Descriptor() ([]byte, []int)

Deprecated: Use WhoAuthorized_Response_Action.ProtoReflect.Descriptor instead.

func (*WhoAuthorized_Response_Action) GetSubjects

func (*WhoAuthorized_Response_Action) ProtoMessage

func (*WhoAuthorized_Response_Action) ProtoMessage()

func (*WhoAuthorized_Response_Action) ProtoReflect

func (*WhoAuthorized_Response_Action) Reset

func (x *WhoAuthorized_Response_Action) Reset()

func (*WhoAuthorized_Response_Action) String

func (*WhoAuthorized_Response_Action) Validate

func (m *WhoAuthorized_Response_Action) Validate() error

Validate checks the field values on WhoAuthorized_Response_Action with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WhoAuthorized_Response_Action) ValidateAll

func (m *WhoAuthorized_Response_Action) ValidateAll() error

ValidateAll checks the field values on WhoAuthorized_Response_Action with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WhoAuthorized_Response_ActionMultiError, or nil if none found.

type WhoAuthorized_Response_ActionMultiError

type WhoAuthorized_Response_ActionMultiError []error

WhoAuthorized_Response_ActionMultiError is an error wrapping multiple validation errors returned by WhoAuthorized_Response_Action.ValidateAll() if the designated constraints aren't met.

func (WhoAuthorized_Response_ActionMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WhoAuthorized_Response_ActionMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WhoAuthorized_Response_ActionValidationError

type WhoAuthorized_Response_ActionValidationError struct {
	// contains filtered or unexported fields
}

WhoAuthorized_Response_ActionValidationError is the validation error returned by WhoAuthorized_Response_Action.Validate if the designated constraints aren't met.

func (WhoAuthorized_Response_ActionValidationError) Cause

Cause function returns cause value.

func (WhoAuthorized_Response_ActionValidationError) Error

Error satisfies the builtin error interface

func (WhoAuthorized_Response_ActionValidationError) ErrorName

ErrorName returns error name.

func (WhoAuthorized_Response_ActionValidationError) Field

Field function returns field value.

func (WhoAuthorized_Response_ActionValidationError) Key

Key function returns key value.

func (WhoAuthorized_Response_ActionValidationError) Reason

Reason function returns reason value.

type WhoAuthorized_Response_Resource

type WhoAuthorized_Response_Resource struct {

	// Map with actions as key.
	Actions map[string]*WhoAuthorized_Response_Action `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WhoAuthorized_Response_Resource) Descriptor deprecated

func (*WhoAuthorized_Response_Resource) Descriptor() ([]byte, []int)

Deprecated: Use WhoAuthorized_Response_Resource.ProtoReflect.Descriptor instead.

func (*WhoAuthorized_Response_Resource) GetActions

func (*WhoAuthorized_Response_Resource) ProtoMessage

func (*WhoAuthorized_Response_Resource) ProtoMessage()

func (*WhoAuthorized_Response_Resource) ProtoReflect

func (*WhoAuthorized_Response_Resource) Reset

func (*WhoAuthorized_Response_Resource) String

func (*WhoAuthorized_Response_Resource) Validate

func (m *WhoAuthorized_Response_Resource) Validate() error

Validate checks the field values on WhoAuthorized_Response_Resource with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WhoAuthorized_Response_Resource) ValidateAll

func (m *WhoAuthorized_Response_Resource) ValidateAll() error

ValidateAll checks the field values on WhoAuthorized_Response_Resource with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WhoAuthorized_Response_ResourceMultiError, or nil if none found.

type WhoAuthorized_Response_ResourceMultiError

type WhoAuthorized_Response_ResourceMultiError []error

WhoAuthorized_Response_ResourceMultiError is an error wrapping multiple validation errors returned by WhoAuthorized_Response_Resource.ValidateAll() if the designated constraints aren't met.

func (WhoAuthorized_Response_ResourceMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WhoAuthorized_Response_ResourceMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WhoAuthorized_Response_ResourceType

type WhoAuthorized_Response_ResourceType struct {

	// Map with resource id as key.
	Resources map[string]*WhoAuthorized_Response_Resource `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*WhoAuthorized_Response_ResourceType) Descriptor deprecated

func (*WhoAuthorized_Response_ResourceType) Descriptor() ([]byte, []int)

Deprecated: Use WhoAuthorized_Response_ResourceType.ProtoReflect.Descriptor instead.

func (*WhoAuthorized_Response_ResourceType) GetResources

func (*WhoAuthorized_Response_ResourceType) ProtoMessage

func (*WhoAuthorized_Response_ResourceType) ProtoMessage()

func (*WhoAuthorized_Response_ResourceType) ProtoReflect

func (*WhoAuthorized_Response_ResourceType) Reset

func (*WhoAuthorized_Response_ResourceType) String

func (*WhoAuthorized_Response_ResourceType) Validate

Validate checks the field values on WhoAuthorized_Response_ResourceType with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WhoAuthorized_Response_ResourceType) ValidateAll

func (m *WhoAuthorized_Response_ResourceType) ValidateAll() error

ValidateAll checks the field values on WhoAuthorized_Response_ResourceType with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WhoAuthorized_Response_ResourceTypeMultiError, or nil if none found.

type WhoAuthorized_Response_ResourceTypeMultiError

type WhoAuthorized_Response_ResourceTypeMultiError []error

WhoAuthorized_Response_ResourceTypeMultiError is an error wrapping multiple validation errors returned by WhoAuthorized_Response_ResourceType.ValidateAll() if the designated constraints aren't met.

func (WhoAuthorized_Response_ResourceTypeMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WhoAuthorized_Response_ResourceTypeMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WhoAuthorized_Response_ResourceTypeValidationError

type WhoAuthorized_Response_ResourceTypeValidationError struct {
	// contains filtered or unexported fields
}

WhoAuthorized_Response_ResourceTypeValidationError is the validation error returned by WhoAuthorized_Response_ResourceType.Validate if the designated constraints aren't met.

func (WhoAuthorized_Response_ResourceTypeValidationError) Cause

Cause function returns cause value.

func (WhoAuthorized_Response_ResourceTypeValidationError) Error

Error satisfies the builtin error interface

func (WhoAuthorized_Response_ResourceTypeValidationError) ErrorName

ErrorName returns error name.

func (WhoAuthorized_Response_ResourceTypeValidationError) Field

Field function returns field value.

func (WhoAuthorized_Response_ResourceTypeValidationError) Key

Key function returns key value.

func (WhoAuthorized_Response_ResourceTypeValidationError) Reason

Reason function returns reason value.

type WhoAuthorized_Response_ResourceValidationError

type WhoAuthorized_Response_ResourceValidationError struct {
	// contains filtered or unexported fields
}

WhoAuthorized_Response_ResourceValidationError is the validation error returned by WhoAuthorized_Response_Resource.Validate if the designated constraints aren't met.

func (WhoAuthorized_Response_ResourceValidationError) Cause

Cause function returns cause value.

func (WhoAuthorized_Response_ResourceValidationError) Error

Error satisfies the builtin error interface

func (WhoAuthorized_Response_ResourceValidationError) ErrorName

ErrorName returns error name.

func (WhoAuthorized_Response_ResourceValidationError) Field

Field function returns field value.

func (WhoAuthorized_Response_ResourceValidationError) Key

Key function returns key value.

func (WhoAuthorized_Response_ResourceValidationError) Reason

Reason function returns reason value.

type WhoAuthorized_Response_Subject

type WhoAuthorized_Response_Subject struct {

	// Resource external identifier.
	ExternalId string `protobuf:"bytes,1,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	// contains filtered or unexported fields
}

func (*WhoAuthorized_Response_Subject) Descriptor deprecated

func (*WhoAuthorized_Response_Subject) Descriptor() ([]byte, []int)

Deprecated: Use WhoAuthorized_Response_Subject.ProtoReflect.Descriptor instead.

func (*WhoAuthorized_Response_Subject) GetExternalId

func (x *WhoAuthorized_Response_Subject) GetExternalId() string

func (*WhoAuthorized_Response_Subject) ProtoMessage

func (*WhoAuthorized_Response_Subject) ProtoMessage()

func (*WhoAuthorized_Response_Subject) ProtoReflect

func (*WhoAuthorized_Response_Subject) Reset

func (x *WhoAuthorized_Response_Subject) Reset()

func (*WhoAuthorized_Response_Subject) String

func (*WhoAuthorized_Response_Subject) Validate

func (m *WhoAuthorized_Response_Subject) Validate() error

Validate checks the field values on WhoAuthorized_Response_Subject with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WhoAuthorized_Response_Subject) ValidateAll

func (m *WhoAuthorized_Response_Subject) ValidateAll() error

ValidateAll checks the field values on WhoAuthorized_Response_Subject with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WhoAuthorized_Response_SubjectMultiError, or nil if none found.

type WhoAuthorized_Response_SubjectMultiError

type WhoAuthorized_Response_SubjectMultiError []error

WhoAuthorized_Response_SubjectMultiError is an error wrapping multiple validation errors returned by WhoAuthorized_Response_Subject.ValidateAll() if the designated constraints aren't met.

func (WhoAuthorized_Response_SubjectMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WhoAuthorized_Response_SubjectMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WhoAuthorized_Response_SubjectValidationError

type WhoAuthorized_Response_SubjectValidationError struct {
	// contains filtered or unexported fields
}

WhoAuthorized_Response_SubjectValidationError is the validation error returned by WhoAuthorized_Response_Subject.Validate if the designated constraints aren't met.

func (WhoAuthorized_Response_SubjectValidationError) Cause

Cause function returns cause value.

func (WhoAuthorized_Response_SubjectValidationError) Error

Error satisfies the builtin error interface

func (WhoAuthorized_Response_SubjectValidationError) ErrorName

ErrorName returns error name.

func (WhoAuthorized_Response_SubjectValidationError) Field

Field function returns field value.

func (WhoAuthorized_Response_SubjectValidationError) Key

Key function returns key value.

func (WhoAuthorized_Response_SubjectValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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