admin

package
v0.0.0-...-d83b024 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ClientType_name = map[int32]string{
		0: "CLIENT_TYPE_UNSET",
		1: "CLIENT_FIRST_PARTY",
		2: "CLIENT_THIRD_PARTY",
		3: "CLIENT_SYSTEM_PARTY",
	}
	ClientType_value = map[string]int32{
		"CLIENT_TYPE_UNSET":   0,
		"CLIENT_FIRST_PARTY":  1,
		"CLIENT_THIRD_PARTY":  2,
		"CLIENT_SYSTEM_PARTY": 3,
	}
)

Enum value maps for ClientType.

View Source
var (
	SubjectType_name = map[int32]string{
		0: "SUBJECT_TYPE_PUBLIC",
		1: "SUBJECT_TYPE_PAIRWISE",
	}
	SubjectType_value = map[string]int32{
		"SUBJECT_TYPE_PUBLIC":   0,
		"SUBJECT_TYPE_PAIRWISE": 1,
	}
)

Enum value maps for SubjectType.

View Source
var (
	TokenEndpointAuthMethod_name = map[int32]string{
		0: "TOKEN_ENDPOINT_AUTH_METHOD_CLIENT_SECRET_BASIC",
		1: "TOKEN_ENDPOINT_AUTH_METHOD_CLIENT_SECRET_POST",
		2: "TOKEN_ENDPOINT_AUTH_METHOD_PRIVATE_KEY_JWT",
		3: "TOKEN_ENDPOINT_AUTH_METHOD_NONE",
	}
	TokenEndpointAuthMethod_value = map[string]int32{
		"TOKEN_ENDPOINT_AUTH_METHOD_CLIENT_SECRET_BASIC": 0,
		"TOKEN_ENDPOINT_AUTH_METHOD_CLIENT_SECRET_POST":  1,
		"TOKEN_ENDPOINT_AUTH_METHOD_PRIVATE_KEY_JWT":     2,
		"TOKEN_ENDPOINT_AUTH_METHOD_NONE":                3,
	}
)

Enum value maps for TokenEndpointAuthMethod.

View Source
var (
	TokenEndpointAuthSigningAlg_name = map[int32]string{
		0: "TOKEN_ENDPOINT_AUTH_SIGNING_ALG_UNSET",
		1: "TOKEN_ENDPOINT_AUTH_SIGNING_ALG_RS256",
		2: "TOKEN_ENDPOINT_AUTH_SIGNING_ALG_RS384",
		3: "TOKEN_ENDPOINT_AUTH_SIGNING_ALG_RS512",
		4: "TOKEN_ENDPOINT_AUTH_SIGNING_ALG_PS256",
		5: "TOKEN_ENDPOINT_AUTH_SIGNING_ALG_PS384",
		6: "TOKEN_ENDPOINT_AUTH_SIGNING_ALG_PS512",
		7: "TOKEN_ENDPOINT_AUTH_SIGNING_ALG_ES256",
		8: "TOKEN_ENDPOINT_AUTH_SIGNING_ALG_ES384",
		9: "TOKEN_ENDPOINT_AUTH_SIGNING_ALG_ES512",
	}
	TokenEndpointAuthSigningAlg_value = map[string]int32{
		"TOKEN_ENDPOINT_AUTH_SIGNING_ALG_UNSET": 0,
		"TOKEN_ENDPOINT_AUTH_SIGNING_ALG_RS256": 1,
		"TOKEN_ENDPOINT_AUTH_SIGNING_ALG_RS384": 2,
		"TOKEN_ENDPOINT_AUTH_SIGNING_ALG_RS512": 3,
		"TOKEN_ENDPOINT_AUTH_SIGNING_ALG_PS256": 4,
		"TOKEN_ENDPOINT_AUTH_SIGNING_ALG_PS384": 5,
		"TOKEN_ENDPOINT_AUTH_SIGNING_ALG_PS512": 6,
		"TOKEN_ENDPOINT_AUTH_SIGNING_ALG_ES256": 7,
		"TOKEN_ENDPOINT_AUTH_SIGNING_ALG_ES384": 8,
		"TOKEN_ENDPOINT_AUTH_SIGNING_ALG_ES512": 9,
	}
)

Enum value maps for TokenEndpointAuthSigningAlg.

View Source
var (
	GrantType_name = map[int32]string{
		0: "GRANT_TYPE_UNSET",
		1: "GRANT_TYPE_CLIENT_CREDENTIALS",
		2: "GRANT_TYPE_AUTHORIZATION_CODE",
		3: "GRANT_TYPE_IMPLICIT",
		4: "GRANT_TYPE_REFRESH_TOKEN",
		5: "GRANT_TYPE_DEVICE_CODE",
	}
	GrantType_value = map[string]int32{
		"GRANT_TYPE_UNSET":              0,
		"GRANT_TYPE_CLIENT_CREDENTIALS": 1,
		"GRANT_TYPE_AUTHORIZATION_CODE": 2,
		"GRANT_TYPE_IMPLICIT":           3,
		"GRANT_TYPE_REFRESH_TOKEN":      4,
		"GRANT_TYPE_DEVICE_CODE":        5,
	}
)

Enum value maps for GrantType.

View Source
var (
	ResponseType_name = map[int32]string{
		0: "RESPONSE_TYPE_UNSET",
		1: "RESPONSE_TYPE_NONE",
		2: "RESPONSE_TYPE_ID_TOKEN",
		3: "RESPONSE_TYPE_TOKEN",
		4: "RESPONSE_TYPE_CODE",
		5: "RESPONSE_TYPE_ID_TOKEN_TOKEN",
		6: "RESPONSE_TYPE_CODE_ID_TOKEN",
		7: "RESPONSE_TYPE_CODE_TOKEN",
		8: "RESPONSE_TYPE_CODE_ID_TOKEN_TOKEN",
	}
	ResponseType_value = map[string]int32{
		"RESPONSE_TYPE_UNSET":               0,
		"RESPONSE_TYPE_NONE":                1,
		"RESPONSE_TYPE_ID_TOKEN":            2,
		"RESPONSE_TYPE_TOKEN":               3,
		"RESPONSE_TYPE_CODE":                4,
		"RESPONSE_TYPE_ID_TOKEN_TOKEN":      5,
		"RESPONSE_TYPE_CODE_ID_TOKEN":       6,
		"RESPONSE_TYPE_CODE_TOKEN":          7,
		"RESPONSE_TYPE_CODE_ID_TOKEN_TOKEN": 8,
	}
)

Enum value maps for ResponseType.

View Source
var (
	RequestObjectSigningAlg_name = map[int32]string{
		0: "REQUEST_OBJECT_SIGNING_ALG_UNSET",
		1: "REQUEST_OBJECT_SIGNING_ALG_NONE",
		2: "REQUEST_OBJECT_SIGNING_ALG_RS256",
	}
	RequestObjectSigningAlg_value = map[string]int32{
		"REQUEST_OBJECT_SIGNING_ALG_UNSET": 0,
		"REQUEST_OBJECT_SIGNING_ALG_NONE":  1,
		"REQUEST_OBJECT_SIGNING_ALG_RS256": 2,
	}
)

Enum value maps for RequestObjectSigningAlg.

View Source
var (
	UserinfoSignedResponseAlg_name = map[int32]string{
		0: "USERINFO_SIGNED_RESPONSE_ALG_UNSET",
		1: "USERINFO_SIGNED_RESPONSE_ALG_NONE",
		2: "USERINFO_SIGNED_RESPONSE_ALG_RS256",
	}
	UserinfoSignedResponseAlg_value = map[string]int32{
		"USERINFO_SIGNED_RESPONSE_ALG_UNSET": 0,
		"USERINFO_SIGNED_RESPONSE_ALG_NONE":  1,
		"USERINFO_SIGNED_RESPONSE_ALG_RS256": 2,
	}
)

Enum value maps for UserinfoSignedResponseAlg.

View Source
var (
	GetIdentitiesResponse_Lock_name = map[int32]string{
		0: "UNLOCKED",
		1: "ADMIN_LOCKED",
	}
	GetIdentitiesResponse_Lock_value = map[string]int32{
		"UNLOCKED":     0,
		"ADMIN_LOCKED": 1,
	}
)

Enum value maps for GetIdentitiesResponse_Lock.

View Source
var (
	GetIdentityResponse_Lock_name = map[int32]string{
		0: "UNLOCKED",
		1: "ADMIN_LOCKED",
	}
	GetIdentityResponse_Lock_value = map[string]int32{
		"UNLOCKED":     0,
		"ADMIN_LOCKED": 1,
	}
)

Enum value maps for GetIdentityResponse_Lock.

View Source
var (
	GetIdentityByIdentifierResponse_Identity_Lock_name = map[int32]string{
		0: "UNLOCKED",
		1: "ADMIN_LOCKED",
	}
	GetIdentityByIdentifierResponse_Identity_Lock_value = map[string]int32{
		"UNLOCKED":     0,
		"ADMIN_LOCKED": 1,
	}
)

Enum value maps for GetIdentityByIdentifierResponse_Identity_Lock.

View Source
var (
	GetIdentitiesByAttributeResponse_Identity_Lock_name = map[int32]string{
		0: "UNLOCKED",
		1: "ADMIN_LOCKED",
	}
	GetIdentitiesByAttributeResponse_Identity_Lock_value = map[string]int32{
		"UNLOCKED":     0,
		"ADMIN_LOCKED": 1,
	}
)

Enum value maps for GetIdentitiesByAttributeResponse_Identity_Lock.

View Source
var (
	UpdateIdentityRequest_Lock_name = map[int32]string{
		0: "UNLOCKED",
		1: "ADMIN_LOCKED",
	}
	UpdateIdentityRequest_Lock_value = map[string]int32{
		"UNLOCKED":     0,
		"ADMIN_LOCKED": 1,
	}
)

Enum value maps for UpdateIdentityRequest_Lock.

View Source
var (
	CreateConnectionRequest_Providers_name = map[int32]string{
		0:  "NONE",
		1:  "OPENID",
		2:  "AMAZON",
		3:  "BITBUCKET",
		4:  "BOX",
		5:  "DAILYMOTION",
		6:  "DEEZER",
		7:  "DIGITALOCEAN",
		8:  "DISCORD",
		9:  "DROPBOX",
		10: "EVEONLINE",
		11: "FACEBOOK",
		12: "FITBIT",
		13: "GITEA",
		14: "GITHUB",
		15: "GITLAB",
		16: "GOOGLE",
		18: "SHOPIFY",
		19: "SOUNDCLOUD",
		20: "SPOTIFY",
		21: "STEAM",
		22: "STRIPE",
		23: "TWITCH",
		24: "UBER",
		25: "WEPAY",
		26: "YAHOO",
		27: "YAMMER",
		28: "HEROKU",
		29: "INSTAGRAM",
		30: "INTERCOM",
		31: "KAKAO",
		32: "LASTFM",
		33: "LINKEDIN",
		34: "LINE",
		35: "ONEDRIVE",
		36: "AZUREAD",
		37: "MICROSOFTONLINE",
		38: "BATTLENET",
		39: "PAYPAL",
		40: "TWITTER",
		41: "SALESFORCE",
		42: "TYPETALK",
		43: "SLACK",
		44: "MEETUP",
		46: "XERO",
		47: "VK",
		48: "NAVER",
		49: "YANDEX",
		50: "NEXTCLOUD",
		52: "APPLE",
		53: "STRAVA",
	}
	CreateConnectionRequest_Providers_value = map[string]int32{
		"NONE":            0,
		"OPENID":          1,
		"AMAZON":          2,
		"BITBUCKET":       3,
		"BOX":             4,
		"DAILYMOTION":     5,
		"DEEZER":          6,
		"DIGITALOCEAN":    7,
		"DISCORD":         8,
		"DROPBOX":         9,
		"EVEONLINE":       10,
		"FACEBOOK":        11,
		"FITBIT":          12,
		"GITEA":           13,
		"GITHUB":          14,
		"GITLAB":          15,
		"GOOGLE":          16,
		"SHOPIFY":         18,
		"SOUNDCLOUD":      19,
		"SPOTIFY":         20,
		"STEAM":           21,
		"STRIPE":          22,
		"TWITCH":          23,
		"UBER":            24,
		"WEPAY":           25,
		"YAHOO":           26,
		"YAMMER":          27,
		"HEROKU":          28,
		"INSTAGRAM":       29,
		"INTERCOM":        30,
		"KAKAO":           31,
		"LASTFM":          32,
		"LINKEDIN":        33,
		"LINE":            34,
		"ONEDRIVE":        35,
		"AZUREAD":         36,
		"MICROSOFTONLINE": 37,
		"BATTLENET":       38,
		"PAYPAL":          39,
		"TWITTER":         40,
		"SALESFORCE":      41,
		"TYPETALK":        42,
		"SLACK":           43,
		"MEETUP":          44,
		"XERO":            46,
		"VK":              47,
		"NAVER":           48,
		"YANDEX":          49,
		"NEXTCLOUD":       50,
		"APPLE":           52,
		"STRAVA":          53,
	}
)

Enum value maps for CreateConnectionRequest_Providers.

View Source
var (
	CreateConnectionRequest_Types_name = map[int32]string{
		0: "UNSET",
		1: "PASSWORD",
		2: "OTP",
		3: "TOTP",
		4: "OIDC",
	}
	CreateConnectionRequest_Types_value = map[string]int32{
		"UNSET":    0,
		"PASSWORD": 1,
		"OTP":      2,
		"TOTP":     3,
		"OIDC":     4,
	}
)

Enum value maps for CreateConnectionRequest_Types.

View Source
var (
	GetConnectionsResponse_Providers_name = map[int32]string{
		0:  "NONE",
		1:  "OPENID",
		2:  "AMAZON",
		3:  "BITBUCKET",
		4:  "BOX",
		5:  "DAILYMOTION",
		6:  "DEEZER",
		7:  "DIGITALOCEAN",
		8:  "DISCORD",
		9:  "DROPBOX",
		10: "EVEONLINE",
		11: "FACEBOOK",
		12: "FITBIT",
		13: "GITEA",
		14: "GITHUB",
		15: "GITLAB",
		16: "GOOGLE",
		18: "SHOPIFY",
		19: "SOUNDCLOUD",
		20: "SPOTIFY",
		21: "STEAM",
		22: "STRIPE",
		23: "TWITCH",
		24: "UBER",
		25: "WEPAY",
		26: "YAHOO",
		27: "YAMMER",
		28: "HEROKU",
		29: "INSTAGRAM",
		30: "INTERCOM",
		31: "KAKAO",
		32: "LASTFM",
		33: "LINKEDIN",
		34: "LINE",
		35: "ONEDRIVE",
		36: "AZUREAD",
		37: "MICROSOFTONLINE",
		38: "BATTLENET",
		39: "PAYPAL",
		40: "TWITTER",
		41: "SALESFORCE",
		42: "TYPETALK",
		43: "SLACK",
		44: "MEETUP",
		46: "XERO",
		47: "VK",
		48: "NAVER",
		49: "YANDEX",
		50: "NEXTCLOUD",
		52: "APPLE",
		53: "STRAVA",
	}
	GetConnectionsResponse_Providers_value = map[string]int32{
		"NONE":            0,
		"OPENID":          1,
		"AMAZON":          2,
		"BITBUCKET":       3,
		"BOX":             4,
		"DAILYMOTION":     5,
		"DEEZER":          6,
		"DIGITALOCEAN":    7,
		"DISCORD":         8,
		"DROPBOX":         9,
		"EVEONLINE":       10,
		"FACEBOOK":        11,
		"FITBIT":          12,
		"GITEA":           13,
		"GITHUB":          14,
		"GITLAB":          15,
		"GOOGLE":          16,
		"SHOPIFY":         18,
		"SOUNDCLOUD":      19,
		"SPOTIFY":         20,
		"STEAM":           21,
		"STRIPE":          22,
		"TWITCH":          23,
		"UBER":            24,
		"WEPAY":           25,
		"YAHOO":           26,
		"YAMMER":          27,
		"HEROKU":          28,
		"INSTAGRAM":       29,
		"INTERCOM":        30,
		"KAKAO":           31,
		"LASTFM":          32,
		"LINKEDIN":        33,
		"LINE":            34,
		"ONEDRIVE":        35,
		"AZUREAD":         36,
		"MICROSOFTONLINE": 37,
		"BATTLENET":       38,
		"PAYPAL":          39,
		"TWITTER":         40,
		"SALESFORCE":      41,
		"TYPETALK":        42,
		"SLACK":           43,
		"MEETUP":          44,
		"XERO":            46,
		"VK":              47,
		"NAVER":           48,
		"YANDEX":          49,
		"NEXTCLOUD":       50,
		"APPLE":           52,
		"STRAVA":          53,
	}
)

Enum value maps for GetConnectionsResponse_Providers.

View Source
var (
	GetConnectionsResponse_Types_name = map[int32]string{
		0: "UNSET",
		1: "PASSWORD",
		2: "OTP",
		3: "TOTP",
		4: "OIDC",
	}
	GetConnectionsResponse_Types_value = map[string]int32{
		"UNSET":    0,
		"PASSWORD": 1,
		"OTP":      2,
		"TOTP":     3,
		"OIDC":     4,
	}
)

Enum value maps for GetConnectionsResponse_Types.

View Source
var (
	GetConnectionsResponse_Purposes_name = map[int32]string{
		0: "PURPOSE_UNKNOWN",
		1: "PURPOSE_MAIN_FACTOR",
		2: "PURPOSE_SECOND_FACTOR",
	}
	GetConnectionsResponse_Purposes_value = map[string]int32{
		"PURPOSE_UNKNOWN":       0,
		"PURPOSE_MAIN_FACTOR":   1,
		"PURPOSE_SECOND_FACTOR": 2,
	}
)

Enum value maps for GetConnectionsResponse_Purposes.

View Source
var (
	UpdateConnectionRequest_Providers_name = map[int32]string{
		0:  "NONE",
		1:  "OPENID",
		2:  "AMAZON",
		3:  "BITBUCKET",
		4:  "BOX",
		5:  "DAILYMOTION",
		6:  "DEEZER",
		7:  "DIGITALOCEAN",
		8:  "DISCORD",
		9:  "DROPBOX",
		10: "EVEONLINE",
		11: "FACEBOOK",
		12: "FITBIT",
		13: "GITEA",
		14: "GITHUB",
		15: "GITLAB",
		16: "GOOGLE",
		18: "SHOPIFY",
		19: "SOUNDCLOUD",
		20: "SPOTIFY",
		21: "STEAM",
		22: "STRIPE",
		23: "TWITCH",
		24: "UBER",
		25: "WEPAY",
		26: "YAHOO",
		27: "YAMMER",
		28: "HEROKU",
		29: "INSTAGRAM",
		30: "INTERCOM",
		31: "KAKAO",
		32: "LASTFM",
		33: "LINKEDIN",
		34: "LINE",
		35: "ONEDRIVE",
		36: "AZUREAD",
		37: "MICROSOFTONLINE",
		38: "BATTLENET",
		39: "PAYPAL",
		40: "TWITTER",
		41: "SALESFORCE",
		42: "TYPETALK",
		43: "SLACK",
		44: "MEETUP",
		46: "XERO",
		47: "VK",
		48: "NAVER",
		49: "YANDEX",
		50: "NEXTCLOUD",
		52: "APPLE",
		53: "STRAVA",
	}
	UpdateConnectionRequest_Providers_value = map[string]int32{
		"NONE":            0,
		"OPENID":          1,
		"AMAZON":          2,
		"BITBUCKET":       3,
		"BOX":             4,
		"DAILYMOTION":     5,
		"DEEZER":          6,
		"DIGITALOCEAN":    7,
		"DISCORD":         8,
		"DROPBOX":         9,
		"EVEONLINE":       10,
		"FACEBOOK":        11,
		"FITBIT":          12,
		"GITEA":           13,
		"GITHUB":          14,
		"GITLAB":          15,
		"GOOGLE":          16,
		"SHOPIFY":         18,
		"SOUNDCLOUD":      19,
		"SPOTIFY":         20,
		"STEAM":           21,
		"STRIPE":          22,
		"TWITCH":          23,
		"UBER":            24,
		"WEPAY":           25,
		"YAHOO":           26,
		"YAMMER":          27,
		"HEROKU":          28,
		"INSTAGRAM":       29,
		"INTERCOM":        30,
		"KAKAO":           31,
		"LASTFM":          32,
		"LINKEDIN":        33,
		"LINE":            34,
		"ONEDRIVE":        35,
		"AZUREAD":         36,
		"MICROSOFTONLINE": 37,
		"BATTLENET":       38,
		"PAYPAL":          39,
		"TWITTER":         40,
		"SALESFORCE":      41,
		"TYPETALK":        42,
		"SLACK":           43,
		"MEETUP":          44,
		"XERO":            46,
		"VK":              47,
		"NAVER":           48,
		"YANDEX":          49,
		"NEXTCLOUD":       50,
		"APPLE":           52,
		"STRAVA":          53,
	}
)

Enum value maps for UpdateConnectionRequest_Providers.

View Source
var (
	UpdateConnectionRequest_Types_name = map[int32]string{
		0: "UNSET",
		1: "PASSWORD",
		2: "OTP",
		3: "TOTP",
		4: "OIDC",
	}
	UpdateConnectionRequest_Types_value = map[string]int32{
		"UNSET":    0,
		"PASSWORD": 1,
		"OTP":      2,
		"TOTP":     3,
		"OIDC":     4,
	}
)

Enum value maps for UpdateConnectionRequest_Types.

View Source
var Admin_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "depot.devtools.auth.v0.identity.admin.Admin",
	HandlerType: (*AdminServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateIdentity",
			Handler:    _Admin_CreateIdentity_Handler,
		},
		{
			MethodName: "GetIdentity",
			Handler:    _Admin_GetIdentity_Handler,
		},
		{
			MethodName: "GetIdentityByIdentifier",
			Handler:    _Admin_GetIdentityByIdentifier_Handler,
		},
		{
			MethodName: "GetIdentitiesByAttribute",
			Handler:    _Admin_GetIdentitiesByAttribute_Handler,
		},
		{
			MethodName: "GetIdentities",
			Handler:    _Admin_GetIdentities_Handler,
		},
		{
			MethodName: "UpdateIdentity",
			Handler:    _Admin_UpdateIdentity_Handler,
		},
		{
			MethodName: "DeleteIdentity",
			Handler:    _Admin_DeleteIdentity_Handler,
		},
		{
			MethodName: "GetAddresses",
			Handler:    _Admin_GetAddresses_Handler,
		},
		{
			MethodName: "GetAddress",
			Handler:    _Admin_GetAddress_Handler,
		},
		{
			MethodName: "UpdateAddress",
			Handler:    _Admin_UpdateAddress_Handler,
		},
		{
			MethodName: "GetProfile",
			Handler:    _Admin_GetProfile_Handler,
		},
		{
			MethodName: "UpdateProfile",
			Handler:    _Admin_UpdateProfile_Handler,
		},
		{
			MethodName: "GetCredentials",
			Handler:    _Admin_GetCredentials_Handler,
		},
		{
			MethodName: "UpdateCredential",
			Handler:    _Admin_UpdateCredential_Handler,
		},
		{
			MethodName: "GetIdentityLoginAttempts",
			Handler:    _Admin_GetIdentityLoginAttempts_Handler,
		},
		{
			MethodName: "CreateConnection",
			Handler:    _Admin_CreateConnection_Handler,
		},
		{
			MethodName: "GetConnections",
			Handler:    _Admin_GetConnections_Handler,
		},
		{
			MethodName: "UpdateConnection",
			Handler:    _Admin_UpdateConnection_Handler,
		},
		{
			MethodName: "DeleteConnection",
			Handler:    _Admin_DeleteConnection_Handler,
		},
		{
			MethodName: "CreateIdSchema",
			Handler:    _Admin_CreateIdSchema_Handler,
		},
		{
			MethodName: "GetIdSchemas",
			Handler:    _Admin_GetIdSchemas_Handler,
		},
		{
			MethodName: "GetIdSchema",
			Handler:    _Admin_GetIdSchema_Handler,
		},
		{
			MethodName: "GetDefaultIdSchema",
			Handler:    _Admin_GetDefaultIdSchema_Handler,
		},
		{
			MethodName: "UpdateIdSchema",
			Handler:    _Admin_UpdateIdSchema_Handler,
		},
		{
			MethodName: "MarkDefaultIdSchema",
			Handler:    _Admin_MarkDefaultIdSchema_Handler,
		},
		{
			MethodName: "DeleteIdSchema",
			Handler:    _Admin_DeleteIdSchema_Handler,
		},
		{
			MethodName: "CreateOAuth2Client",
			Handler:    _Admin_CreateOAuth2Client_Handler,
		},
		{
			MethodName: "GetOAuth2Clients",
			Handler:    _Admin_GetOAuth2Clients_Handler,
		},
		{
			MethodName: "UpdateOAuth2Client",
			Handler:    _Admin_UpdateOAuth2Client_Handler,
		},
		{
			MethodName: "DeleteOAuth2Client",
			Handler:    _Admin_DeleteOAuth2Client_Handler,
		},
		{
			MethodName: "GetEmailsSetup",
			Handler:    _Admin_GetEmailsSetup_Handler,
		},
		{
			MethodName: "UpdateEmailsSetup",
			Handler:    _Admin_UpdateEmailsSetup_Handler,
		},
		{
			MethodName: "GetUserBaseStatistics",
			Handler:    _Admin_GetUserBaseStatistics_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "identity/admin/admin.proto",
}

Admin_ServiceDesc is the grpc.ServiceDesc for Admin service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_devtools_auth_v0_proto_identity_admin_admin_proto protoreflect.FileDescriptor

Functions

func RegisterAdminServer

func RegisterAdminServer(s grpc.ServiceRegistrar, srv AdminServer)

Types

type AdminClient

type AdminClient interface {
	CreateIdentity(ctx context.Context, in *CreateIdentityRequest, opts ...grpc.CallOption) (*CreateIdentityResponse, error)
	GetIdentity(ctx context.Context, in *GetIdentityRequest, opts ...grpc.CallOption) (*GetIdentityResponse, error)
	GetIdentityByIdentifier(ctx context.Context, in *GetIdentityByIdentifierRequest, opts ...grpc.CallOption) (*GetIdentityByIdentifierResponse, error)
	GetIdentitiesByAttribute(ctx context.Context, in *GetIdentitiesByAttributeRequest, opts ...grpc.CallOption) (*GetIdentitiesByAttributeResponse, error)
	GetIdentities(ctx context.Context, in *GetIdentitiesRequest, opts ...grpc.CallOption) (*GetIdentitiesResponse, error)
	UpdateIdentity(ctx context.Context, in *UpdateIdentityRequest, opts ...grpc.CallOption) (*UpdateIdentityResponse, error)
	DeleteIdentity(ctx context.Context, in *DeleteIdentityRequest, opts ...grpc.CallOption) (*DeleteIdentityResponse, error)
	GetAddresses(ctx context.Context, in *GetAddressesRequest, opts ...grpc.CallOption) (*GetAddressesResponse, error)
	GetAddress(ctx context.Context, in *GetAddressRequest, opts ...grpc.CallOption) (*GetAddressResponse, error)
	UpdateAddress(ctx context.Context, in *UpdateAddressRequest, opts ...grpc.CallOption) (*UpdateAddressResponse, error)
	GetProfile(ctx context.Context, in *GetProfileRequest, opts ...grpc.CallOption) (*GetProfileResponse, error)
	UpdateProfile(ctx context.Context, in *UpdateProfileRequest, opts ...grpc.CallOption) (*UpdateProfileResponse, error)
	GetCredentials(ctx context.Context, in *GetCredentialsRequest, opts ...grpc.CallOption) (*GetCredentialsResponse, error)
	UpdateCredential(ctx context.Context, in *UpdateCredentialRequest, opts ...grpc.CallOption) (*UpdateCredentialResponse, error)
	GetIdentityLoginAttempts(ctx context.Context, in *GetIdentityLoginAttemptsRequest, opts ...grpc.CallOption) (*GetIdentityLoginAttemptsResponse, error)
	CreateConnection(ctx context.Context, in *CreateConnectionRequest, opts ...grpc.CallOption) (*CreateConnectionResponse, error)
	GetConnections(ctx context.Context, in *GetConnectionsRequest, opts ...grpc.CallOption) (*GetConnectionsResponse, error)
	UpdateConnection(ctx context.Context, in *UpdateConnectionRequest, opts ...grpc.CallOption) (*UpdateConnectionResponse, error)
	DeleteConnection(ctx context.Context, in *DeleteConnectionRequest, opts ...grpc.CallOption) (*DeleteConnectionResponse, error)
	CreateIdSchema(ctx context.Context, in *CreateIdSchemaRequest, opts ...grpc.CallOption) (*CreateIdSchemaResponse, error)
	GetIdSchemas(ctx context.Context, in *GetIdSchemasRequest, opts ...grpc.CallOption) (*GetIdSchemasResponse, error)
	GetIdSchema(ctx context.Context, in *GetIdSchemaRequest, opts ...grpc.CallOption) (*GetIdSchemaResponse, error)
	GetDefaultIdSchema(ctx context.Context, in *GetDefaultIdSchemaRequest, opts ...grpc.CallOption) (*GetDefaultIdSchemaResponse, error)
	UpdateIdSchema(ctx context.Context, in *UpdateIdSchemaRequest, opts ...grpc.CallOption) (*UpdateIdSchemaResponse, error)
	MarkDefaultIdSchema(ctx context.Context, in *MarkDefaultIdSchemaRequest, opts ...grpc.CallOption) (*MarkDefaultIdSchemaResponse, error)
	DeleteIdSchema(ctx context.Context, in *DeleteIdSchemaRequest, opts ...grpc.CallOption) (*DeleteIdSchemaResponse, error)
	CreateOAuth2Client(ctx context.Context, in *CreateOAuth2ClientRequest, opts ...grpc.CallOption) (*CreateOAuth2ClientResponse, error)
	GetOAuth2Clients(ctx context.Context, in *GetOAuth2ClientsRequest, opts ...grpc.CallOption) (*GetOAuth2ClientsResponse, error)
	UpdateOAuth2Client(ctx context.Context, in *UpdateOAuth2ClientRequest, opts ...grpc.CallOption) (*UpdateOAuth2ClientResponse, error)
	DeleteOAuth2Client(ctx context.Context, in *DeleteOAuth2ClientRequest, opts ...grpc.CallOption) (*DeleteOAuth2ClientResponse, error)
	GetEmailsSetup(ctx context.Context, in *GetEmailsSetupRequest, opts ...grpc.CallOption) (*GetEmailsSetupResponse, error)
	UpdateEmailsSetup(ctx context.Context, in *UpdateEmailsSetupRequest, opts ...grpc.CallOption) (*UpdateEmailsSetupResponse, error)
	GetUserBaseStatistics(ctx context.Context, in *GetUserBaseStatisticsRequest, opts ...grpc.CallOption) (*GetUserBaseStatisticsResponse, error)
}

AdminClient is the client API for Admin service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewAdminClient

func NewAdminClient(cc grpc.ClientConnInterface) AdminClient

type AdminServer

type AdminServer interface {
	CreateIdentity(context.Context, *CreateIdentityRequest) (*CreateIdentityResponse, error)
	GetIdentity(context.Context, *GetIdentityRequest) (*GetIdentityResponse, error)
	GetIdentityByIdentifier(context.Context, *GetIdentityByIdentifierRequest) (*GetIdentityByIdentifierResponse, error)
	GetIdentitiesByAttribute(context.Context, *GetIdentitiesByAttributeRequest) (*GetIdentitiesByAttributeResponse, error)
	GetIdentities(context.Context, *GetIdentitiesRequest) (*GetIdentitiesResponse, error)
	UpdateIdentity(context.Context, *UpdateIdentityRequest) (*UpdateIdentityResponse, error)
	DeleteIdentity(context.Context, *DeleteIdentityRequest) (*DeleteIdentityResponse, error)
	GetAddresses(context.Context, *GetAddressesRequest) (*GetAddressesResponse, error)
	GetAddress(context.Context, *GetAddressRequest) (*GetAddressResponse, error)
	UpdateAddress(context.Context, *UpdateAddressRequest) (*UpdateAddressResponse, error)
	GetProfile(context.Context, *GetProfileRequest) (*GetProfileResponse, error)
	UpdateProfile(context.Context, *UpdateProfileRequest) (*UpdateProfileResponse, error)
	GetCredentials(context.Context, *GetCredentialsRequest) (*GetCredentialsResponse, error)
	UpdateCredential(context.Context, *UpdateCredentialRequest) (*UpdateCredentialResponse, error)
	GetIdentityLoginAttempts(context.Context, *GetIdentityLoginAttemptsRequest) (*GetIdentityLoginAttemptsResponse, error)
	CreateConnection(context.Context, *CreateConnectionRequest) (*CreateConnectionResponse, error)
	GetConnections(context.Context, *GetConnectionsRequest) (*GetConnectionsResponse, error)
	UpdateConnection(context.Context, *UpdateConnectionRequest) (*UpdateConnectionResponse, error)
	DeleteConnection(context.Context, *DeleteConnectionRequest) (*DeleteConnectionResponse, error)
	CreateIdSchema(context.Context, *CreateIdSchemaRequest) (*CreateIdSchemaResponse, error)
	GetIdSchemas(context.Context, *GetIdSchemasRequest) (*GetIdSchemasResponse, error)
	GetIdSchema(context.Context, *GetIdSchemaRequest) (*GetIdSchemaResponse, error)
	GetDefaultIdSchema(context.Context, *GetDefaultIdSchemaRequest) (*GetDefaultIdSchemaResponse, error)
	UpdateIdSchema(context.Context, *UpdateIdSchemaRequest) (*UpdateIdSchemaResponse, error)
	MarkDefaultIdSchema(context.Context, *MarkDefaultIdSchemaRequest) (*MarkDefaultIdSchemaResponse, error)
	DeleteIdSchema(context.Context, *DeleteIdSchemaRequest) (*DeleteIdSchemaResponse, error)
	CreateOAuth2Client(context.Context, *CreateOAuth2ClientRequest) (*CreateOAuth2ClientResponse, error)
	GetOAuth2Clients(context.Context, *GetOAuth2ClientsRequest) (*GetOAuth2ClientsResponse, error)
	UpdateOAuth2Client(context.Context, *UpdateOAuth2ClientRequest) (*UpdateOAuth2ClientResponse, error)
	DeleteOAuth2Client(context.Context, *DeleteOAuth2ClientRequest) (*DeleteOAuth2ClientResponse, error)
	GetEmailsSetup(context.Context, *GetEmailsSetupRequest) (*GetEmailsSetupResponse, error)
	UpdateEmailsSetup(context.Context, *UpdateEmailsSetupRequest) (*UpdateEmailsSetupResponse, error)
	GetUserBaseStatistics(context.Context, *GetUserBaseStatisticsRequest) (*GetUserBaseStatisticsResponse, error)
	// contains filtered or unexported methods
}

AdminServer is the server API for Admin service. All implementations must embed UnimplementedAdminServer for forward compatibility

type ClientType

type ClientType int32
const (
	ClientType_CLIENT_TYPE_UNSET   ClientType = 0
	ClientType_CLIENT_FIRST_PARTY  ClientType = 1
	ClientType_CLIENT_THIRD_PARTY  ClientType = 2
	ClientType_CLIENT_SYSTEM_PARTY ClientType = 3
)

func (ClientType) Descriptor

func (ClientType) Descriptor() protoreflect.EnumDescriptor

func (ClientType) Enum

func (x ClientType) Enum() *ClientType

func (ClientType) EnumDescriptor deprecated

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

Deprecated: Use ClientType.Descriptor instead.

func (ClientType) Number

func (x ClientType) Number() protoreflect.EnumNumber

func (ClientType) String

func (x ClientType) String() string

func (ClientType) Type

type CreateConnectionRequest

type CreateConnectionRequest struct {
	Id               string                            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	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"`
	ButtonImageUrl   string                            `protobuf:"bytes,4,opt,name=button_image_url,json=buttonImageUrl,proto3" json:"button_image_url,omitempty"`
	Provider         CreateConnectionRequest_Providers `` /* 147-byte string literal not displayed */
	OidcDiscoveryUrl string                            `protobuf:"bytes,7,opt,name=oidc_discovery_url,json=oidcDiscoveryUrl,proto3" json:"oidc_discovery_url,omitempty"`
	Mfa              []string                          `protobuf:"bytes,8,rep,name=mfa,proto3" json:"mfa,omitempty"`
	Type             CreateConnectionRequest_Types     `` /* 135-byte string literal not displayed */
	Scopes           string                            `protobuf:"bytes,10,opt,name=scopes,proto3" json:"scopes,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateConnectionRequest) Descriptor deprecated

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

Deprecated: Use CreateConnectionRequest.ProtoReflect.Descriptor instead.

func (*CreateConnectionRequest) GetButtonImageUrl

func (x *CreateConnectionRequest) GetButtonImageUrl() string

func (*CreateConnectionRequest) GetClientId

func (x *CreateConnectionRequest) GetClientId() string

func (*CreateConnectionRequest) GetClientSecret

func (x *CreateConnectionRequest) GetClientSecret() string

func (*CreateConnectionRequest) GetId

func (x *CreateConnectionRequest) GetId() string

func (*CreateConnectionRequest) GetMfa

func (x *CreateConnectionRequest) GetMfa() []string

func (*CreateConnectionRequest) GetOidcDiscoveryUrl

func (x *CreateConnectionRequest) GetOidcDiscoveryUrl() string

func (*CreateConnectionRequest) GetProvider

func (*CreateConnectionRequest) GetScopes

func (x *CreateConnectionRequest) GetScopes() string

func (*CreateConnectionRequest) GetType

func (*CreateConnectionRequest) ProtoMessage

func (*CreateConnectionRequest) ProtoMessage()

func (*CreateConnectionRequest) ProtoReflect

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

func (*CreateConnectionRequest) Reset

func (x *CreateConnectionRequest) Reset()

func (*CreateConnectionRequest) String

func (x *CreateConnectionRequest) String() string

type CreateConnectionRequest_Providers

type CreateConnectionRequest_Providers int32
const (
	CreateConnectionRequest_NONE            CreateConnectionRequest_Providers = 0
	CreateConnectionRequest_OPENID          CreateConnectionRequest_Providers = 1
	CreateConnectionRequest_AMAZON          CreateConnectionRequest_Providers = 2
	CreateConnectionRequest_BITBUCKET       CreateConnectionRequest_Providers = 3
	CreateConnectionRequest_BOX             CreateConnectionRequest_Providers = 4
	CreateConnectionRequest_DAILYMOTION     CreateConnectionRequest_Providers = 5
	CreateConnectionRequest_DEEZER          CreateConnectionRequest_Providers = 6
	CreateConnectionRequest_DIGITALOCEAN    CreateConnectionRequest_Providers = 7
	CreateConnectionRequest_DISCORD         CreateConnectionRequest_Providers = 8
	CreateConnectionRequest_DROPBOX         CreateConnectionRequest_Providers = 9
	CreateConnectionRequest_EVEONLINE       CreateConnectionRequest_Providers = 10
	CreateConnectionRequest_FACEBOOK        CreateConnectionRequest_Providers = 11
	CreateConnectionRequest_FITBIT          CreateConnectionRequest_Providers = 12
	CreateConnectionRequest_GITEA           CreateConnectionRequest_Providers = 13
	CreateConnectionRequest_GITHUB          CreateConnectionRequest_Providers = 14
	CreateConnectionRequest_GITLAB          CreateConnectionRequest_Providers = 15
	CreateConnectionRequest_GOOGLE          CreateConnectionRequest_Providers = 16
	CreateConnectionRequest_SHOPIFY         CreateConnectionRequest_Providers = 18
	CreateConnectionRequest_SOUNDCLOUD      CreateConnectionRequest_Providers = 19
	CreateConnectionRequest_SPOTIFY         CreateConnectionRequest_Providers = 20
	CreateConnectionRequest_STEAM           CreateConnectionRequest_Providers = 21
	CreateConnectionRequest_STRIPE          CreateConnectionRequest_Providers = 22
	CreateConnectionRequest_TWITCH          CreateConnectionRequest_Providers = 23
	CreateConnectionRequest_UBER            CreateConnectionRequest_Providers = 24
	CreateConnectionRequest_WEPAY           CreateConnectionRequest_Providers = 25
	CreateConnectionRequest_YAHOO           CreateConnectionRequest_Providers = 26
	CreateConnectionRequest_YAMMER          CreateConnectionRequest_Providers = 27
	CreateConnectionRequest_HEROKU          CreateConnectionRequest_Providers = 28
	CreateConnectionRequest_INSTAGRAM       CreateConnectionRequest_Providers = 29
	CreateConnectionRequest_INTERCOM        CreateConnectionRequest_Providers = 30
	CreateConnectionRequest_KAKAO           CreateConnectionRequest_Providers = 31
	CreateConnectionRequest_LASTFM          CreateConnectionRequest_Providers = 32
	CreateConnectionRequest_LINKEDIN        CreateConnectionRequest_Providers = 33
	CreateConnectionRequest_LINE            CreateConnectionRequest_Providers = 34
	CreateConnectionRequest_ONEDRIVE        CreateConnectionRequest_Providers = 35
	CreateConnectionRequest_AZUREAD         CreateConnectionRequest_Providers = 36
	CreateConnectionRequest_MICROSOFTONLINE CreateConnectionRequest_Providers = 37
	CreateConnectionRequest_BATTLENET       CreateConnectionRequest_Providers = 38
	CreateConnectionRequest_PAYPAL          CreateConnectionRequest_Providers = 39
	CreateConnectionRequest_TWITTER         CreateConnectionRequest_Providers = 40
	CreateConnectionRequest_SALESFORCE      CreateConnectionRequest_Providers = 41
	CreateConnectionRequest_TYPETALK        CreateConnectionRequest_Providers = 42
	CreateConnectionRequest_SLACK           CreateConnectionRequest_Providers = 43
	CreateConnectionRequest_MEETUP          CreateConnectionRequest_Providers = 44
	CreateConnectionRequest_XERO            CreateConnectionRequest_Providers = 46
	CreateConnectionRequest_VK              CreateConnectionRequest_Providers = 47
	CreateConnectionRequest_NAVER           CreateConnectionRequest_Providers = 48
	CreateConnectionRequest_YANDEX          CreateConnectionRequest_Providers = 49
	CreateConnectionRequest_NEXTCLOUD       CreateConnectionRequest_Providers = 50
	CreateConnectionRequest_APPLE           CreateConnectionRequest_Providers = 52
	CreateConnectionRequest_STRAVA          CreateConnectionRequest_Providers = 53
)

func (CreateConnectionRequest_Providers) Descriptor

func (CreateConnectionRequest_Providers) Enum

func (CreateConnectionRequest_Providers) EnumDescriptor deprecated

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

Deprecated: Use CreateConnectionRequest_Providers.Descriptor instead.

func (CreateConnectionRequest_Providers) Number

func (CreateConnectionRequest_Providers) String

func (CreateConnectionRequest_Providers) Type

type CreateConnectionRequest_Types

type CreateConnectionRequest_Types int32
const (
	CreateConnectionRequest_UNSET    CreateConnectionRequest_Types = 0
	CreateConnectionRequest_PASSWORD CreateConnectionRequest_Types = 1
	CreateConnectionRequest_OTP      CreateConnectionRequest_Types = 2
	CreateConnectionRequest_TOTP     CreateConnectionRequest_Types = 3
	CreateConnectionRequest_OIDC     CreateConnectionRequest_Types = 4
)

func (CreateConnectionRequest_Types) Descriptor

func (CreateConnectionRequest_Types) Enum

func (CreateConnectionRequest_Types) EnumDescriptor deprecated

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

Deprecated: Use CreateConnectionRequest_Types.Descriptor instead.

func (CreateConnectionRequest_Types) Number

func (CreateConnectionRequest_Types) String

func (CreateConnectionRequest_Types) Type

type CreateConnectionResponse

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

func (*CreateConnectionResponse) Descriptor deprecated

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

Deprecated: Use CreateConnectionResponse.ProtoReflect.Descriptor instead.

func (*CreateConnectionResponse) GetId

func (x *CreateConnectionResponse) GetId() string

func (*CreateConnectionResponse) ProtoMessage

func (*CreateConnectionResponse) ProtoMessage()

func (*CreateConnectionResponse) ProtoReflect

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

func (*CreateConnectionResponse) Reset

func (x *CreateConnectionResponse) Reset()

func (*CreateConnectionResponse) String

func (x *CreateConnectionResponse) String() string

type CreateIdSchemaRequest

type CreateIdSchemaRequest struct {
	Name    string          `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Content *_struct.Struct `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateIdSchemaRequest) Descriptor deprecated

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

Deprecated: Use CreateIdSchemaRequest.ProtoReflect.Descriptor instead.

func (*CreateIdSchemaRequest) GetContent

func (x *CreateIdSchemaRequest) GetContent() *_struct.Struct

func (*CreateIdSchemaRequest) GetName

func (x *CreateIdSchemaRequest) GetName() string

func (*CreateIdSchemaRequest) ProtoMessage

func (*CreateIdSchemaRequest) ProtoMessage()

func (*CreateIdSchemaRequest) ProtoReflect

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

func (*CreateIdSchemaRequest) Reset

func (x *CreateIdSchemaRequest) Reset()

func (*CreateIdSchemaRequest) String

func (x *CreateIdSchemaRequest) String() string

type CreateIdSchemaResponse

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

func (*CreateIdSchemaResponse) Descriptor deprecated

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

Deprecated: Use CreateIdSchemaResponse.ProtoReflect.Descriptor instead.

func (*CreateIdSchemaResponse) GetId

func (x *CreateIdSchemaResponse) GetId() string

func (*CreateIdSchemaResponse) ProtoMessage

func (*CreateIdSchemaResponse) ProtoMessage()

func (*CreateIdSchemaResponse) ProtoReflect

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

func (*CreateIdSchemaResponse) Reset

func (x *CreateIdSchemaResponse) Reset()

func (*CreateIdSchemaResponse) String

func (x *CreateIdSchemaResponse) String() string

type CreateIdentityRequest

type CreateIdentityRequest struct {
	Data         *_struct.Struct `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	ConnectionId string          `protobuf:"bytes,2,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	SchemaId     string          `protobuf:"bytes,3,opt,name=schema_id,json=schemaId,proto3" json:"schema_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateIdentityRequest) Descriptor deprecated

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

Deprecated: Use CreateIdentityRequest.ProtoReflect.Descriptor instead.

func (*CreateIdentityRequest) GetConnectionId

func (x *CreateIdentityRequest) GetConnectionId() string

func (*CreateIdentityRequest) GetData

func (x *CreateIdentityRequest) GetData() *_struct.Struct

func (*CreateIdentityRequest) GetSchemaId

func (x *CreateIdentityRequest) GetSchemaId() string

func (*CreateIdentityRequest) ProtoMessage

func (*CreateIdentityRequest) ProtoMessage()

func (*CreateIdentityRequest) ProtoReflect

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

func (*CreateIdentityRequest) Reset

func (x *CreateIdentityRequest) Reset()

func (*CreateIdentityRequest) String

func (x *CreateIdentityRequest) String() string

type CreateIdentityResponse

type CreateIdentityResponse struct {
	IdentityId string `protobuf:"bytes,1,opt,name=identity_id,json=identityId,proto3" json:"identity_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateIdentityResponse) Descriptor deprecated

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

Deprecated: Use CreateIdentityResponse.ProtoReflect.Descriptor instead.

func (*CreateIdentityResponse) GetIdentityId

func (x *CreateIdentityResponse) GetIdentityId() string

func (*CreateIdentityResponse) ProtoMessage

func (*CreateIdentityResponse) ProtoMessage()

func (*CreateIdentityResponse) ProtoReflect

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

func (*CreateIdentityResponse) Reset

func (x *CreateIdentityResponse) Reset()

func (*CreateIdentityResponse) String

func (x *CreateIdentityResponse) String() string

type CreateOAuth2ClientRequest

type CreateOAuth2ClientRequest struct {
	AllowedCorsOrigins                []string                    `protobuf:"bytes,1,rep,name=allowed_cors_origins,json=allowedCorsOrigins,proto3" json:"allowed_cors_origins,omitempty"`
	Audience                          []string                    `protobuf:"bytes,2,rep,name=audience,proto3" json:"audience,omitempty"`
	BackchannelLogoutSessionRequired  bool                        `` /* 162-byte string literal not displayed */
	BackchannelLogoutUri              string                      `protobuf:"bytes,4,opt,name=backchannel_logout_uri,json=backchannelLogoutUri,proto3" json:"backchannel_logout_uri,omitempty"`
	ClientName                        string                      `protobuf:"bytes,6,opt,name=client_name,json=clientName,proto3" json:"client_name,omitempty"`
	ClientUri                         string                      `protobuf:"bytes,8,opt,name=client_uri,json=clientUri,proto3" json:"client_uri,omitempty"`
	Contacts                          []string                    `protobuf:"bytes,9,rep,name=contacts,proto3" json:"contacts,omitempty"`
	FrontchannelLogoutSessionRequired bool                        `` /* 166-byte string literal not displayed */
	FrontchannelLogoutUri             string                      `` /* 127-byte string literal not displayed */
	GrantTypes                        []GrantType                 `` /* 153-byte string literal not displayed */
	Jwks                              *_struct.Struct             `protobuf:"bytes,14,opt,name=jwks,proto3" json:"jwks,omitempty"`
	JwksUri                           string                      `protobuf:"bytes,15,opt,name=jwks_uri,json=jwksUri,proto3" json:"jwks_uri,omitempty"`
	LogoUri                           string                      `protobuf:"bytes,16,opt,name=logo_uri,json=logoUri,proto3" json:"logo_uri,omitempty"`
	Metadata                          *_struct.Struct             `protobuf:"bytes,17,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Owner                             string                      `protobuf:"bytes,18,opt,name=owner,proto3" json:"owner,omitempty"`
	PolicyUri                         string                      `protobuf:"bytes,19,opt,name=policy_uri,json=policyUri,proto3" json:"policy_uri,omitempty"`
	PostLogoutRedirectUris            []string                    `` /* 132-byte string literal not displayed */
	RedirectUris                      []string                    `protobuf:"bytes,21,rep,name=redirect_uris,json=redirectUris,proto3" json:"redirect_uris,omitempty"`
	RequestObjectSigningAlg           RequestObjectSigningAlg     `` /* 203-byte string literal not displayed */
	RequestUris                       []string                    `protobuf:"bytes,23,rep,name=request_uris,json=requestUris,proto3" json:"request_uris,omitempty"`
	ResponseTypes                     []ResponseType              `` /* 165-byte string literal not displayed */
	Scope                             string                      `protobuf:"bytes,25,opt,name=scope,proto3" json:"scope,omitempty"`
	SectorIdentifierUri               string                      `protobuf:"bytes,26,opt,name=sector_identifier_uri,json=sectorIdentifierUri,proto3" json:"sector_identifier_uri,omitempty"`
	SubjectType                       SubjectType                 `` /* 151-byte string literal not displayed */
	TokenEndpointAuthMethod           TokenEndpointAuthMethod     `` /* 203-byte string literal not displayed */
	TokenEndpointAuthSigningAlg       TokenEndpointAuthSigningAlg `` /* 221-byte string literal not displayed */
	TosUri                            string                      `protobuf:"bytes,30,opt,name=tos_uri,json=tosUri,proto3" json:"tos_uri,omitempty"`
	UserinfoSignedResponseAlg         UserinfoSignedResponseAlg   `` /* 211-byte string literal not displayed */
	ClientSecret                      string                      `protobuf:"bytes,32,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	ClientType                        ClientType                  `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateOAuth2ClientRequest) Descriptor deprecated

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

Deprecated: Use CreateOAuth2ClientRequest.ProtoReflect.Descriptor instead.

func (*CreateOAuth2ClientRequest) GetAllowedCorsOrigins

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

func (*CreateOAuth2ClientRequest) GetAudience

func (x *CreateOAuth2ClientRequest) GetAudience() []string

func (*CreateOAuth2ClientRequest) GetBackchannelLogoutSessionRequired

func (x *CreateOAuth2ClientRequest) GetBackchannelLogoutSessionRequired() bool

func (*CreateOAuth2ClientRequest) GetBackchannelLogoutUri

func (x *CreateOAuth2ClientRequest) GetBackchannelLogoutUri() string

func (*CreateOAuth2ClientRequest) GetClientName

func (x *CreateOAuth2ClientRequest) GetClientName() string

func (*CreateOAuth2ClientRequest) GetClientSecret

func (x *CreateOAuth2ClientRequest) GetClientSecret() string

func (*CreateOAuth2ClientRequest) GetClientType

func (x *CreateOAuth2ClientRequest) GetClientType() ClientType

func (*CreateOAuth2ClientRequest) GetClientUri

func (x *CreateOAuth2ClientRequest) GetClientUri() string

func (*CreateOAuth2ClientRequest) GetContacts

func (x *CreateOAuth2ClientRequest) GetContacts() []string

func (*CreateOAuth2ClientRequest) GetFrontchannelLogoutSessionRequired

func (x *CreateOAuth2ClientRequest) GetFrontchannelLogoutSessionRequired() bool

func (*CreateOAuth2ClientRequest) GetFrontchannelLogoutUri

func (x *CreateOAuth2ClientRequest) GetFrontchannelLogoutUri() string

func (*CreateOAuth2ClientRequest) GetGrantTypes

func (x *CreateOAuth2ClientRequest) GetGrantTypes() []GrantType

func (*CreateOAuth2ClientRequest) GetJwks

func (*CreateOAuth2ClientRequest) GetJwksUri

func (x *CreateOAuth2ClientRequest) GetJwksUri() string

func (*CreateOAuth2ClientRequest) GetLogoUri

func (x *CreateOAuth2ClientRequest) GetLogoUri() string

func (*CreateOAuth2ClientRequest) GetMetadata

func (x *CreateOAuth2ClientRequest) GetMetadata() *_struct.Struct

func (*CreateOAuth2ClientRequest) GetOwner

func (x *CreateOAuth2ClientRequest) GetOwner() string

func (*CreateOAuth2ClientRequest) GetPolicyUri

func (x *CreateOAuth2ClientRequest) GetPolicyUri() string

func (*CreateOAuth2ClientRequest) GetPostLogoutRedirectUris

func (x *CreateOAuth2ClientRequest) GetPostLogoutRedirectUris() []string

func (*CreateOAuth2ClientRequest) GetRedirectUris

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

func (*CreateOAuth2ClientRequest) GetRequestObjectSigningAlg

func (x *CreateOAuth2ClientRequest) GetRequestObjectSigningAlg() RequestObjectSigningAlg

func (*CreateOAuth2ClientRequest) GetRequestUris

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

func (*CreateOAuth2ClientRequest) GetResponseTypes

func (x *CreateOAuth2ClientRequest) GetResponseTypes() []ResponseType

func (*CreateOAuth2ClientRequest) GetScope

func (x *CreateOAuth2ClientRequest) GetScope() string

func (*CreateOAuth2ClientRequest) GetSectorIdentifierUri

func (x *CreateOAuth2ClientRequest) GetSectorIdentifierUri() string

func (*CreateOAuth2ClientRequest) GetSubjectType

func (x *CreateOAuth2ClientRequest) GetSubjectType() SubjectType

func (*CreateOAuth2ClientRequest) GetTokenEndpointAuthMethod

func (x *CreateOAuth2ClientRequest) GetTokenEndpointAuthMethod() TokenEndpointAuthMethod

func (*CreateOAuth2ClientRequest) GetTokenEndpointAuthSigningAlg

func (x *CreateOAuth2ClientRequest) GetTokenEndpointAuthSigningAlg() TokenEndpointAuthSigningAlg

func (*CreateOAuth2ClientRequest) GetTosUri

func (x *CreateOAuth2ClientRequest) GetTosUri() string

func (*CreateOAuth2ClientRequest) GetUserinfoSignedResponseAlg

func (x *CreateOAuth2ClientRequest) GetUserinfoSignedResponseAlg() UserinfoSignedResponseAlg

func (*CreateOAuth2ClientRequest) ProtoMessage

func (*CreateOAuth2ClientRequest) ProtoMessage()

func (*CreateOAuth2ClientRequest) ProtoReflect

func (*CreateOAuth2ClientRequest) Reset

func (x *CreateOAuth2ClientRequest) Reset()

func (*CreateOAuth2ClientRequest) String

func (x *CreateOAuth2ClientRequest) String() string

type CreateOAuth2ClientResponse

type CreateOAuth2ClientResponse struct {
	ClientId     string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	ClientSecret string `protobuf:"bytes,2,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOAuth2ClientResponse) Descriptor deprecated

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

Deprecated: Use CreateOAuth2ClientResponse.ProtoReflect.Descriptor instead.

func (*CreateOAuth2ClientResponse) GetClientId

func (x *CreateOAuth2ClientResponse) GetClientId() string

func (*CreateOAuth2ClientResponse) GetClientSecret

func (x *CreateOAuth2ClientResponse) GetClientSecret() string

func (*CreateOAuth2ClientResponse) ProtoMessage

func (*CreateOAuth2ClientResponse) ProtoMessage()

func (*CreateOAuth2ClientResponse) ProtoReflect

func (*CreateOAuth2ClientResponse) Reset

func (x *CreateOAuth2ClientResponse) Reset()

func (*CreateOAuth2ClientResponse) String

func (x *CreateOAuth2ClientResponse) String() string

type DeleteConnectionRequest

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

func (*DeleteConnectionRequest) Descriptor deprecated

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

Deprecated: Use DeleteConnectionRequest.ProtoReflect.Descriptor instead.

func (*DeleteConnectionRequest) GetId

func (x *DeleteConnectionRequest) GetId() string

func (*DeleteConnectionRequest) ProtoMessage

func (*DeleteConnectionRequest) ProtoMessage()

func (*DeleteConnectionRequest) ProtoReflect

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

func (*DeleteConnectionRequest) Reset

func (x *DeleteConnectionRequest) Reset()

func (*DeleteConnectionRequest) String

func (x *DeleteConnectionRequest) String() string

type DeleteConnectionResponse

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

func (*DeleteConnectionResponse) Descriptor deprecated

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

Deprecated: Use DeleteConnectionResponse.ProtoReflect.Descriptor instead.

func (*DeleteConnectionResponse) ProtoMessage

func (*DeleteConnectionResponse) ProtoMessage()

func (*DeleteConnectionResponse) ProtoReflect

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

func (*DeleteConnectionResponse) Reset

func (x *DeleteConnectionResponse) Reset()

func (*DeleteConnectionResponse) String

func (x *DeleteConnectionResponse) String() string

type DeleteIdSchemaRequest

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

func (*DeleteIdSchemaRequest) Descriptor deprecated

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

Deprecated: Use DeleteIdSchemaRequest.ProtoReflect.Descriptor instead.

func (*DeleteIdSchemaRequest) GetId

func (x *DeleteIdSchemaRequest) GetId() string

func (*DeleteIdSchemaRequest) ProtoMessage

func (*DeleteIdSchemaRequest) ProtoMessage()

func (*DeleteIdSchemaRequest) ProtoReflect

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

func (*DeleteIdSchemaRequest) Reset

func (x *DeleteIdSchemaRequest) Reset()

func (*DeleteIdSchemaRequest) String

func (x *DeleteIdSchemaRequest) String() string

type DeleteIdSchemaResponse

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

func (*DeleteIdSchemaResponse) Descriptor deprecated

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

Deprecated: Use DeleteIdSchemaResponse.ProtoReflect.Descriptor instead.

func (*DeleteIdSchemaResponse) ProtoMessage

func (*DeleteIdSchemaResponse) ProtoMessage()

func (*DeleteIdSchemaResponse) ProtoReflect

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

func (*DeleteIdSchemaResponse) Reset

func (x *DeleteIdSchemaResponse) Reset()

func (*DeleteIdSchemaResponse) String

func (x *DeleteIdSchemaResponse) String() string

type DeleteIdentityRequest

type DeleteIdentityRequest struct {
	IdentityId string `protobuf:"bytes,1,opt,name=identity_id,json=identityId,proto3" json:"identity_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteIdentityRequest) Descriptor deprecated

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

Deprecated: Use DeleteIdentityRequest.ProtoReflect.Descriptor instead.

func (*DeleteIdentityRequest) GetIdentityId

func (x *DeleteIdentityRequest) GetIdentityId() string

func (*DeleteIdentityRequest) ProtoMessage

func (*DeleteIdentityRequest) ProtoMessage()

func (*DeleteIdentityRequest) ProtoReflect

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

func (*DeleteIdentityRequest) Reset

func (x *DeleteIdentityRequest) Reset()

func (*DeleteIdentityRequest) String

func (x *DeleteIdentityRequest) String() string

type DeleteIdentityResponse

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

func (*DeleteIdentityResponse) Descriptor deprecated

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

Deprecated: Use DeleteIdentityResponse.ProtoReflect.Descriptor instead.

func (*DeleteIdentityResponse) ProtoMessage

func (*DeleteIdentityResponse) ProtoMessage()

func (*DeleteIdentityResponse) ProtoReflect

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

func (*DeleteIdentityResponse) Reset

func (x *DeleteIdentityResponse) Reset()

func (*DeleteIdentityResponse) String

func (x *DeleteIdentityResponse) String() string

type DeleteOAuth2ClientRequest

type DeleteOAuth2ClientRequest struct {
	ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteOAuth2ClientRequest) Descriptor deprecated

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

Deprecated: Use DeleteOAuth2ClientRequest.ProtoReflect.Descriptor instead.

func (*DeleteOAuth2ClientRequest) GetClientId

func (x *DeleteOAuth2ClientRequest) GetClientId() string

func (*DeleteOAuth2ClientRequest) ProtoMessage

func (*DeleteOAuth2ClientRequest) ProtoMessage()

func (*DeleteOAuth2ClientRequest) ProtoReflect

func (*DeleteOAuth2ClientRequest) Reset

func (x *DeleteOAuth2ClientRequest) Reset()

func (*DeleteOAuth2ClientRequest) String

func (x *DeleteOAuth2ClientRequest) String() string

type DeleteOAuth2ClientResponse

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

func (*DeleteOAuth2ClientResponse) Descriptor deprecated

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

Deprecated: Use DeleteOAuth2ClientResponse.ProtoReflect.Descriptor instead.

func (*DeleteOAuth2ClientResponse) ProtoMessage

func (*DeleteOAuth2ClientResponse) ProtoMessage()

func (*DeleteOAuth2ClientResponse) ProtoReflect

func (*DeleteOAuth2ClientResponse) Reset

func (x *DeleteOAuth2ClientResponse) Reset()

func (*DeleteOAuth2ClientResponse) String

func (x *DeleteOAuth2ClientResponse) String() string

type GetAddressRequest

type GetAddressRequest struct {

	// Types that are assignable to Match:
	//	*GetAddressRequest_Id
	//	*GetAddressRequest_Verification
	Match isGetAddressRequest_Match `protobuf_oneof:"match"`
	// contains filtered or unexported fields
}

func (*GetAddressRequest) Descriptor deprecated

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

Deprecated: Use GetAddressRequest.ProtoReflect.Descriptor instead.

func (*GetAddressRequest) GetId

func (x *GetAddressRequest) GetId() string

func (*GetAddressRequest) GetMatch

func (m *GetAddressRequest) GetMatch() isGetAddressRequest_Match

func (*GetAddressRequest) GetVerification

func (x *GetAddressRequest) GetVerification() string

func (*GetAddressRequest) ProtoMessage

func (*GetAddressRequest) ProtoMessage()

func (*GetAddressRequest) ProtoReflect

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

func (*GetAddressRequest) Reset

func (x *GetAddressRequest) Reset()

func (*GetAddressRequest) String

func (x *GetAddressRequest) String() string

type GetAddressRequest_Id

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

type GetAddressRequest_Verification

type GetAddressRequest_Verification struct {
	Verification string `protobuf:"bytes,2,opt,name=verification,proto3,oneof"`
}

type GetAddressResponse

type GetAddressResponse struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	IdentityId  string `protobuf:"bytes,2,opt,name=identity_id,json=identityId,proto3" json:"identity_id,omitempty"`
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Address     string `protobuf:"bytes,4,opt,name=address,proto3" json:"address,omitempty"`
	Verified    bool   `protobuf:"varint,5,opt,name=verified,proto3" json:"verified,omitempty"`
	IdSchemaKey string `protobuf:"bytes,6,opt,name=id_schema_key,json=idSchemaKey,proto3" json:"id_schema_key,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAddressResponse) Descriptor deprecated

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

Deprecated: Use GetAddressResponse.ProtoReflect.Descriptor instead.

func (*GetAddressResponse) GetAddress

func (x *GetAddressResponse) GetAddress() string

func (*GetAddressResponse) GetId

func (x *GetAddressResponse) GetId() string

func (*GetAddressResponse) GetIdSchemaKey

func (x *GetAddressResponse) GetIdSchemaKey() string

func (*GetAddressResponse) GetIdentityId

func (x *GetAddressResponse) GetIdentityId() string

func (*GetAddressResponse) GetName

func (x *GetAddressResponse) GetName() string

func (*GetAddressResponse) GetVerified

func (x *GetAddressResponse) GetVerified() bool

func (*GetAddressResponse) ProtoMessage

func (*GetAddressResponse) ProtoMessage()

func (*GetAddressResponse) ProtoReflect

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

func (*GetAddressResponse) Reset

func (x *GetAddressResponse) Reset()

func (*GetAddressResponse) String

func (x *GetAddressResponse) String() string

type GetAddressesRequest

type GetAddressesRequest struct {
	IdentityId string `protobuf:"bytes,1,opt,name=identity_id,json=identityId,proto3" json:"identity_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAddressesRequest) Descriptor deprecated

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

Deprecated: Use GetAddressesRequest.ProtoReflect.Descriptor instead.

func (*GetAddressesRequest) GetIdentityId

func (x *GetAddressesRequest) GetIdentityId() string

func (*GetAddressesRequest) ProtoMessage

func (*GetAddressesRequest) ProtoMessage()

func (*GetAddressesRequest) ProtoReflect

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

func (*GetAddressesRequest) Reset

func (x *GetAddressesRequest) Reset()

func (*GetAddressesRequest) String

func (x *GetAddressesRequest) String() string

type GetAddressesResponse

type GetAddressesResponse struct {
	Addresses []*GetAddressesResponse_Address `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAddressesResponse) Descriptor deprecated

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

Deprecated: Use GetAddressesResponse.ProtoReflect.Descriptor instead.

func (*GetAddressesResponse) GetAddresses

func (*GetAddressesResponse) ProtoMessage

func (*GetAddressesResponse) ProtoMessage()

func (*GetAddressesResponse) ProtoReflect

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

func (*GetAddressesResponse) Reset

func (x *GetAddressesResponse) Reset()

func (*GetAddressesResponse) String

func (x *GetAddressesResponse) String() string

type GetAddressesResponse_Address

type GetAddressesResponse_Address struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	IdentityId  string `protobuf:"bytes,2,opt,name=identity_id,json=identityId,proto3" json:"identity_id,omitempty"`
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Address     string `protobuf:"bytes,4,opt,name=address,proto3" json:"address,omitempty"`
	Verified    bool   `protobuf:"varint,5,opt,name=verified,proto3" json:"verified,omitempty"`
	IdSchemaKey string `protobuf:"bytes,6,opt,name=id_schema_key,json=idSchemaKey,proto3" json:"id_schema_key,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAddressesResponse_Address) Descriptor deprecated

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

Deprecated: Use GetAddressesResponse_Address.ProtoReflect.Descriptor instead.

func (*GetAddressesResponse_Address) GetAddress

func (x *GetAddressesResponse_Address) GetAddress() string

func (*GetAddressesResponse_Address) GetId

func (*GetAddressesResponse_Address) GetIdSchemaKey

func (x *GetAddressesResponse_Address) GetIdSchemaKey() string

func (*GetAddressesResponse_Address) GetIdentityId

func (x *GetAddressesResponse_Address) GetIdentityId() string

func (*GetAddressesResponse_Address) GetName

func (x *GetAddressesResponse_Address) GetName() string

func (*GetAddressesResponse_Address) GetVerified

func (x *GetAddressesResponse_Address) GetVerified() bool

func (*GetAddressesResponse_Address) ProtoMessage

func (*GetAddressesResponse_Address) ProtoMessage()

func (*GetAddressesResponse_Address) ProtoReflect

func (*GetAddressesResponse_Address) Reset

func (x *GetAddressesResponse_Address) Reset()

func (*GetAddressesResponse_Address) String

type GetConnectionsRequest

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

func (*GetConnectionsRequest) Descriptor deprecated

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

Deprecated: Use GetConnectionsRequest.ProtoReflect.Descriptor instead.

func (*GetConnectionsRequest) ProtoMessage

func (*GetConnectionsRequest) ProtoMessage()

func (*GetConnectionsRequest) ProtoReflect

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

func (*GetConnectionsRequest) Reset

func (x *GetConnectionsRequest) Reset()

func (*GetConnectionsRequest) String

func (x *GetConnectionsRequest) String() string

type GetConnectionsResponse

type GetConnectionsResponse struct {
	Connections []*GetConnectionsResponse_Connection `protobuf:"bytes,1,rep,name=connections,proto3" json:"connections,omitempty"`
	// contains filtered or unexported fields
}

func (*GetConnectionsResponse) Descriptor deprecated

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

Deprecated: Use GetConnectionsResponse.ProtoReflect.Descriptor instead.

func (*GetConnectionsResponse) GetConnections

func (*GetConnectionsResponse) ProtoMessage

func (*GetConnectionsResponse) ProtoMessage()

func (*GetConnectionsResponse) ProtoReflect

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

func (*GetConnectionsResponse) Reset

func (x *GetConnectionsResponse) Reset()

func (*GetConnectionsResponse) String

func (x *GetConnectionsResponse) String() string

type GetConnectionsResponse_Connection

type GetConnectionsResponse_Connection struct {
	Id               string                           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	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"`
	ButtonImageUrl   string                           `protobuf:"bytes,4,opt,name=button_image_url,json=buttonImageUrl,proto3" json:"button_image_url,omitempty"`
	Provider         GetConnectionsResponse_Providers `` /* 146-byte string literal not displayed */
	OidcDiscoveryUrl string                           `protobuf:"bytes,7,opt,name=oidc_discovery_url,json=oidcDiscoveryUrl,proto3" json:"oidc_discovery_url,omitempty"`
	Mfa              []string                         `protobuf:"bytes,8,rep,name=mfa,proto3" json:"mfa,omitempty"`
	Type             GetConnectionsResponse_Types     `` /* 134-byte string literal not displayed */
	Scopes           string                           `protobuf:"bytes,10,opt,name=scopes,proto3" json:"scopes,omitempty"`
	Purpose          GetConnectionsResponse_Purposes  `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetConnectionsResponse_Connection) Descriptor deprecated

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

Deprecated: Use GetConnectionsResponse_Connection.ProtoReflect.Descriptor instead.

func (*GetConnectionsResponse_Connection) GetButtonImageUrl

func (x *GetConnectionsResponse_Connection) GetButtonImageUrl() string

func (*GetConnectionsResponse_Connection) GetClientId

func (x *GetConnectionsResponse_Connection) GetClientId() string

func (*GetConnectionsResponse_Connection) GetClientSecret

func (x *GetConnectionsResponse_Connection) GetClientSecret() string

func (*GetConnectionsResponse_Connection) GetId

func (*GetConnectionsResponse_Connection) GetMfa

func (*GetConnectionsResponse_Connection) GetOidcDiscoveryUrl

func (x *GetConnectionsResponse_Connection) GetOidcDiscoveryUrl() string

func (*GetConnectionsResponse_Connection) GetProvider

func (*GetConnectionsResponse_Connection) GetPurpose

func (*GetConnectionsResponse_Connection) GetScopes

func (*GetConnectionsResponse_Connection) GetType

func (*GetConnectionsResponse_Connection) ProtoMessage

func (*GetConnectionsResponse_Connection) ProtoMessage()

func (*GetConnectionsResponse_Connection) ProtoReflect

func (*GetConnectionsResponse_Connection) Reset

func (*GetConnectionsResponse_Connection) String

type GetConnectionsResponse_Providers

type GetConnectionsResponse_Providers int32
const (
	GetConnectionsResponse_NONE            GetConnectionsResponse_Providers = 0
	GetConnectionsResponse_OPENID          GetConnectionsResponse_Providers = 1
	GetConnectionsResponse_AMAZON          GetConnectionsResponse_Providers = 2
	GetConnectionsResponse_BITBUCKET       GetConnectionsResponse_Providers = 3
	GetConnectionsResponse_BOX             GetConnectionsResponse_Providers = 4
	GetConnectionsResponse_DAILYMOTION     GetConnectionsResponse_Providers = 5
	GetConnectionsResponse_DEEZER          GetConnectionsResponse_Providers = 6
	GetConnectionsResponse_DIGITALOCEAN    GetConnectionsResponse_Providers = 7
	GetConnectionsResponse_DISCORD         GetConnectionsResponse_Providers = 8
	GetConnectionsResponse_DROPBOX         GetConnectionsResponse_Providers = 9
	GetConnectionsResponse_EVEONLINE       GetConnectionsResponse_Providers = 10
	GetConnectionsResponse_FACEBOOK        GetConnectionsResponse_Providers = 11
	GetConnectionsResponse_FITBIT          GetConnectionsResponse_Providers = 12
	GetConnectionsResponse_GITEA           GetConnectionsResponse_Providers = 13
	GetConnectionsResponse_GITHUB          GetConnectionsResponse_Providers = 14
	GetConnectionsResponse_GITLAB          GetConnectionsResponse_Providers = 15
	GetConnectionsResponse_GOOGLE          GetConnectionsResponse_Providers = 16
	GetConnectionsResponse_SHOPIFY         GetConnectionsResponse_Providers = 18
	GetConnectionsResponse_SOUNDCLOUD      GetConnectionsResponse_Providers = 19
	GetConnectionsResponse_SPOTIFY         GetConnectionsResponse_Providers = 20
	GetConnectionsResponse_STEAM           GetConnectionsResponse_Providers = 21
	GetConnectionsResponse_STRIPE          GetConnectionsResponse_Providers = 22
	GetConnectionsResponse_TWITCH          GetConnectionsResponse_Providers = 23
	GetConnectionsResponse_UBER            GetConnectionsResponse_Providers = 24
	GetConnectionsResponse_WEPAY           GetConnectionsResponse_Providers = 25
	GetConnectionsResponse_YAHOO           GetConnectionsResponse_Providers = 26
	GetConnectionsResponse_YAMMER          GetConnectionsResponse_Providers = 27
	GetConnectionsResponse_HEROKU          GetConnectionsResponse_Providers = 28
	GetConnectionsResponse_INSTAGRAM       GetConnectionsResponse_Providers = 29
	GetConnectionsResponse_INTERCOM        GetConnectionsResponse_Providers = 30
	GetConnectionsResponse_KAKAO           GetConnectionsResponse_Providers = 31
	GetConnectionsResponse_LASTFM          GetConnectionsResponse_Providers = 32
	GetConnectionsResponse_LINKEDIN        GetConnectionsResponse_Providers = 33
	GetConnectionsResponse_LINE            GetConnectionsResponse_Providers = 34
	GetConnectionsResponse_ONEDRIVE        GetConnectionsResponse_Providers = 35
	GetConnectionsResponse_AZUREAD         GetConnectionsResponse_Providers = 36
	GetConnectionsResponse_MICROSOFTONLINE GetConnectionsResponse_Providers = 37
	GetConnectionsResponse_BATTLENET       GetConnectionsResponse_Providers = 38
	GetConnectionsResponse_PAYPAL          GetConnectionsResponse_Providers = 39
	GetConnectionsResponse_TWITTER         GetConnectionsResponse_Providers = 40
	GetConnectionsResponse_SALESFORCE      GetConnectionsResponse_Providers = 41
	GetConnectionsResponse_TYPETALK        GetConnectionsResponse_Providers = 42
	GetConnectionsResponse_SLACK           GetConnectionsResponse_Providers = 43
	GetConnectionsResponse_MEETUP          GetConnectionsResponse_Providers = 44
	GetConnectionsResponse_XERO            GetConnectionsResponse_Providers = 46
	GetConnectionsResponse_VK              GetConnectionsResponse_Providers = 47
	GetConnectionsResponse_NAVER           GetConnectionsResponse_Providers = 48
	GetConnectionsResponse_YANDEX          GetConnectionsResponse_Providers = 49
	GetConnectionsResponse_NEXTCLOUD       GetConnectionsResponse_Providers = 50
	GetConnectionsResponse_APPLE           GetConnectionsResponse_Providers = 52
	GetConnectionsResponse_STRAVA          GetConnectionsResponse_Providers = 53
)

func (GetConnectionsResponse_Providers) Descriptor

func (GetConnectionsResponse_Providers) Enum

func (GetConnectionsResponse_Providers) EnumDescriptor deprecated

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

Deprecated: Use GetConnectionsResponse_Providers.Descriptor instead.

func (GetConnectionsResponse_Providers) Number

func (GetConnectionsResponse_Providers) String

func (GetConnectionsResponse_Providers) Type

type GetConnectionsResponse_Purposes

type GetConnectionsResponse_Purposes int32
const (
	GetConnectionsResponse_PURPOSE_UNKNOWN       GetConnectionsResponse_Purposes = 0
	GetConnectionsResponse_PURPOSE_MAIN_FACTOR   GetConnectionsResponse_Purposes = 1
	GetConnectionsResponse_PURPOSE_SECOND_FACTOR GetConnectionsResponse_Purposes = 2
)

func (GetConnectionsResponse_Purposes) Descriptor

func (GetConnectionsResponse_Purposes) Enum

func (GetConnectionsResponse_Purposes) EnumDescriptor deprecated

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

Deprecated: Use GetConnectionsResponse_Purposes.Descriptor instead.

func (GetConnectionsResponse_Purposes) Number

func (GetConnectionsResponse_Purposes) String

func (GetConnectionsResponse_Purposes) Type

type GetConnectionsResponse_Types

type GetConnectionsResponse_Types int32
const (
	GetConnectionsResponse_UNSET    GetConnectionsResponse_Types = 0
	GetConnectionsResponse_PASSWORD GetConnectionsResponse_Types = 1
	GetConnectionsResponse_OTP      GetConnectionsResponse_Types = 2
	GetConnectionsResponse_TOTP     GetConnectionsResponse_Types = 3
	GetConnectionsResponse_OIDC     GetConnectionsResponse_Types = 4
)

func (GetConnectionsResponse_Types) Descriptor

func (GetConnectionsResponse_Types) Enum

func (GetConnectionsResponse_Types) EnumDescriptor deprecated

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

Deprecated: Use GetConnectionsResponse_Types.Descriptor instead.

func (GetConnectionsResponse_Types) Number

func (GetConnectionsResponse_Types) String

func (GetConnectionsResponse_Types) Type

type GetCredentialsRequest

type GetCredentialsRequest struct {
	IdentityId string `protobuf:"bytes,1,opt,name=identity_id,json=identityId,proto3" json:"identity_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCredentialsRequest) Descriptor deprecated

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

Deprecated: Use GetCredentialsRequest.ProtoReflect.Descriptor instead.

func (*GetCredentialsRequest) GetIdentityId

func (x *GetCredentialsRequest) GetIdentityId() string

func (*GetCredentialsRequest) ProtoMessage

func (*GetCredentialsRequest) ProtoMessage()

func (*GetCredentialsRequest) ProtoReflect

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

func (*GetCredentialsRequest) Reset

func (x *GetCredentialsRequest) Reset()

func (*GetCredentialsRequest) String

func (x *GetCredentialsRequest) String() string

type GetCredentialsResponse

type GetCredentialsResponse struct {
	Credentials map[string]*GetCredentialsResponse_Credential `` /* 163-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetCredentialsResponse) Descriptor deprecated

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

Deprecated: Use GetCredentialsResponse.ProtoReflect.Descriptor instead.

func (*GetCredentialsResponse) GetCredentials

func (*GetCredentialsResponse) ProtoMessage

func (*GetCredentialsResponse) ProtoMessage()

func (*GetCredentialsResponse) ProtoReflect

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

func (*GetCredentialsResponse) Reset

func (x *GetCredentialsResponse) Reset()

func (*GetCredentialsResponse) String

func (x *GetCredentialsResponse) String() string

type GetCredentialsResponse_Credential

type GetCredentialsResponse_Credential struct {
	CredentialId string               `protobuf:"bytes,1,opt,name=credential_id,json=credentialId,proto3" json:"credential_id,omitempty"`
	CreatedAt    *timestamp.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt    *timestamp.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	IdentityId   string               `protobuf:"bytes,4,opt,name=identity_id,json=identityId,proto3" json:"identity_id,omitempty"`
	Type         int32                `protobuf:"varint,5,opt,name=type,proto3" json:"type,omitempty"`
	ConnectionId string               `protobuf:"bytes,6,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	Configured   bool                 `protobuf:"varint,7,opt,name=configured,proto3" json:"configured,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCredentialsResponse_Credential) Descriptor deprecated

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

Deprecated: Use GetCredentialsResponse_Credential.ProtoReflect.Descriptor instead.

func (*GetCredentialsResponse_Credential) GetConfigured

func (x *GetCredentialsResponse_Credential) GetConfigured() bool

func (*GetCredentialsResponse_Credential) GetConnectionId

func (x *GetCredentialsResponse_Credential) GetConnectionId() string

func (*GetCredentialsResponse_Credential) GetCreatedAt

func (*GetCredentialsResponse_Credential) GetCredentialId

func (x *GetCredentialsResponse_Credential) GetCredentialId() string

func (*GetCredentialsResponse_Credential) GetIdentityId

func (x *GetCredentialsResponse_Credential) GetIdentityId() string

func (*GetCredentialsResponse_Credential) GetType

func (*GetCredentialsResponse_Credential) GetUpdatedAt

func (*GetCredentialsResponse_Credential) ProtoMessage

func (*GetCredentialsResponse_Credential) ProtoMessage()

func (*GetCredentialsResponse_Credential) ProtoReflect

func (*GetCredentialsResponse_Credential) Reset

func (*GetCredentialsResponse_Credential) String

type GetDefaultIdSchemaRequest

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

func (*GetDefaultIdSchemaRequest) Descriptor deprecated

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

Deprecated: Use GetDefaultIdSchemaRequest.ProtoReflect.Descriptor instead.

func (*GetDefaultIdSchemaRequest) ProtoMessage

func (*GetDefaultIdSchemaRequest) ProtoMessage()

func (*GetDefaultIdSchemaRequest) ProtoReflect

func (*GetDefaultIdSchemaRequest) Reset

func (x *GetDefaultIdSchemaRequest) Reset()

func (*GetDefaultIdSchemaRequest) String

func (x *GetDefaultIdSchemaRequest) String() string

type GetDefaultIdSchemaResponse

type GetDefaultIdSchemaResponse 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"`
	Content   *_struct.Struct      `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamp.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	IsDefault bool                 `protobuf:"varint,6,opt,name=is_default,json=isDefault,proto3" json:"is_default,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDefaultIdSchemaResponse) Descriptor deprecated

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

Deprecated: Use GetDefaultIdSchemaResponse.ProtoReflect.Descriptor instead.

func (*GetDefaultIdSchemaResponse) GetContent

func (x *GetDefaultIdSchemaResponse) GetContent() *_struct.Struct

func (*GetDefaultIdSchemaResponse) GetCreatedAt

func (x *GetDefaultIdSchemaResponse) GetCreatedAt() *timestamp.Timestamp

func (*GetDefaultIdSchemaResponse) GetId

func (*GetDefaultIdSchemaResponse) GetIsDefault

func (x *GetDefaultIdSchemaResponse) GetIsDefault() bool

func (*GetDefaultIdSchemaResponse) GetName

func (x *GetDefaultIdSchemaResponse) GetName() string

func (*GetDefaultIdSchemaResponse) GetUpdatedAt

func (x *GetDefaultIdSchemaResponse) GetUpdatedAt() *timestamp.Timestamp

func (*GetDefaultIdSchemaResponse) ProtoMessage

func (*GetDefaultIdSchemaResponse) ProtoMessage()

func (*GetDefaultIdSchemaResponse) ProtoReflect

func (*GetDefaultIdSchemaResponse) Reset

func (x *GetDefaultIdSchemaResponse) Reset()

func (*GetDefaultIdSchemaResponse) String

func (x *GetDefaultIdSchemaResponse) String() string

type GetEmailsSetupRequest

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

func (*GetEmailsSetupRequest) Descriptor deprecated

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

Deprecated: Use GetEmailsSetupRequest.ProtoReflect.Descriptor instead.

func (*GetEmailsSetupRequest) ProtoMessage

func (*GetEmailsSetupRequest) ProtoMessage()

func (*GetEmailsSetupRequest) ProtoReflect

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

func (*GetEmailsSetupRequest) Reset

func (x *GetEmailsSetupRequest) Reset()

func (*GetEmailsSetupRequest) String

func (x *GetEmailsSetupRequest) String() string

type GetEmailsSetupResponse

type GetEmailsSetupResponse struct {
	Welcome             *GetEmailsSetupResponse_EmailTemplate `protobuf:"bytes,1,opt,name=welcome,proto3" json:"welcome,omitempty"`
	AccountVerification *GetEmailsSetupResponse_EmailTemplate `protobuf:"bytes,2,opt,name=account_verification,json=accountVerification,proto3" json:"account_verification,omitempty"`
	AccountRecovery     *GetEmailsSetupResponse_EmailTemplate `protobuf:"bytes,3,opt,name=account_recovery,json=accountRecovery,proto3" json:"account_recovery,omitempty"`
	AccountRecovered    *GetEmailsSetupResponse_EmailTemplate `protobuf:"bytes,4,opt,name=account_recovered,json=accountRecovered,proto3" json:"account_recovered,omitempty"`
	Otp                 *GetEmailsSetupResponse_EmailTemplate `protobuf:"bytes,5,opt,name=otp,proto3" json:"otp,omitempty"`
	Smtp                *GetEmailsSetupResponse_EmailSender   `protobuf:"bytes,6,opt,name=smtp,proto3" json:"smtp,omitempty"`
	ProjectId           string                                `protobuf:"bytes,7,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEmailsSetupResponse) Descriptor deprecated

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

Deprecated: Use GetEmailsSetupResponse.ProtoReflect.Descriptor instead.

func (*GetEmailsSetupResponse) GetAccountRecovered

func (*GetEmailsSetupResponse) GetAccountRecovery

func (*GetEmailsSetupResponse) GetAccountVerification

func (x *GetEmailsSetupResponse) GetAccountVerification() *GetEmailsSetupResponse_EmailTemplate

func (*GetEmailsSetupResponse) GetOtp

func (*GetEmailsSetupResponse) GetProjectId

func (x *GetEmailsSetupResponse) GetProjectId() string

func (*GetEmailsSetupResponse) GetSmtp

func (*GetEmailsSetupResponse) GetWelcome

func (*GetEmailsSetupResponse) ProtoMessage

func (*GetEmailsSetupResponse) ProtoMessage()

func (*GetEmailsSetupResponse) ProtoReflect

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

func (*GetEmailsSetupResponse) Reset

func (x *GetEmailsSetupResponse) Reset()

func (*GetEmailsSetupResponse) String

func (x *GetEmailsSetupResponse) String() string

type GetEmailsSetupResponse_EmailSender

type GetEmailsSetupResponse_EmailSender struct {
	EmailAddress string `protobuf:"bytes,1,opt,name=email_address,json=emailAddress,proto3" json:"email_address,omitempty"`
	SmtpHost     string `protobuf:"bytes,2,opt,name=smtp_host,json=smtpHost,proto3" json:"smtp_host,omitempty"`
	SmtpPort     uint32 `protobuf:"varint,3,opt,name=smtp_port,json=smtpPort,proto3" json:"smtp_port,omitempty"`
	SmtpUsername string `protobuf:"bytes,4,opt,name=smtp_username,json=smtpUsername,proto3" json:"smtp_username,omitempty"`
	SmtpPassword string `protobuf:"bytes,5,opt,name=smtp_password,json=smtpPassword,proto3" json:"smtp_password,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEmailsSetupResponse_EmailSender) Descriptor deprecated

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

Deprecated: Use GetEmailsSetupResponse_EmailSender.ProtoReflect.Descriptor instead.

func (*GetEmailsSetupResponse_EmailSender) GetEmailAddress

func (x *GetEmailsSetupResponse_EmailSender) GetEmailAddress() string

func (*GetEmailsSetupResponse_EmailSender) GetSmtpHost

func (x *GetEmailsSetupResponse_EmailSender) GetSmtpHost() string

func (*GetEmailsSetupResponse_EmailSender) GetSmtpPassword

func (x *GetEmailsSetupResponse_EmailSender) GetSmtpPassword() string

func (*GetEmailsSetupResponse_EmailSender) GetSmtpPort

func (x *GetEmailsSetupResponse_EmailSender) GetSmtpPort() uint32

func (*GetEmailsSetupResponse_EmailSender) GetSmtpUsername

func (x *GetEmailsSetupResponse_EmailSender) GetSmtpUsername() string

func (*GetEmailsSetupResponse_EmailSender) ProtoMessage

func (*GetEmailsSetupResponse_EmailSender) ProtoMessage()

func (*GetEmailsSetupResponse_EmailSender) ProtoReflect

func (*GetEmailsSetupResponse_EmailSender) Reset

func (*GetEmailsSetupResponse_EmailSender) String

type GetEmailsSetupResponse_EmailTemplate

type GetEmailsSetupResponse_EmailTemplate struct {
	Content string `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	Subject string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEmailsSetupResponse_EmailTemplate) Descriptor deprecated

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

Deprecated: Use GetEmailsSetupResponse_EmailTemplate.ProtoReflect.Descriptor instead.

func (*GetEmailsSetupResponse_EmailTemplate) GetContent

func (*GetEmailsSetupResponse_EmailTemplate) GetSubject

func (*GetEmailsSetupResponse_EmailTemplate) ProtoMessage

func (*GetEmailsSetupResponse_EmailTemplate) ProtoMessage()

func (*GetEmailsSetupResponse_EmailTemplate) ProtoReflect

func (*GetEmailsSetupResponse_EmailTemplate) Reset

func (*GetEmailsSetupResponse_EmailTemplate) String

type GetIdSchemaRequest

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

func (*GetIdSchemaRequest) Descriptor deprecated

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

Deprecated: Use GetIdSchemaRequest.ProtoReflect.Descriptor instead.

func (*GetIdSchemaRequest) GetId

func (x *GetIdSchemaRequest) GetId() string

func (*GetIdSchemaRequest) ProtoMessage

func (*GetIdSchemaRequest) ProtoMessage()

func (*GetIdSchemaRequest) ProtoReflect

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

func (*GetIdSchemaRequest) Reset

func (x *GetIdSchemaRequest) Reset()

func (*GetIdSchemaRequest) String

func (x *GetIdSchemaRequest) String() string

type GetIdSchemaResponse

type GetIdSchemaResponse 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"`
	Content   *_struct.Struct      `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamp.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	IsDefault bool                 `protobuf:"varint,6,opt,name=is_default,json=isDefault,proto3" json:"is_default,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIdSchemaResponse) Descriptor deprecated

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

Deprecated: Use GetIdSchemaResponse.ProtoReflect.Descriptor instead.

func (*GetIdSchemaResponse) GetContent

func (x *GetIdSchemaResponse) GetContent() *_struct.Struct

func (*GetIdSchemaResponse) GetCreatedAt

func (x *GetIdSchemaResponse) GetCreatedAt() *timestamp.Timestamp

func (*GetIdSchemaResponse) GetId

func (x *GetIdSchemaResponse) GetId() string

func (*GetIdSchemaResponse) GetIsDefault

func (x *GetIdSchemaResponse) GetIsDefault() bool

func (*GetIdSchemaResponse) GetName

func (x *GetIdSchemaResponse) GetName() string

func (*GetIdSchemaResponse) GetUpdatedAt

func (x *GetIdSchemaResponse) GetUpdatedAt() *timestamp.Timestamp

func (*GetIdSchemaResponse) ProtoMessage

func (*GetIdSchemaResponse) ProtoMessage()

func (*GetIdSchemaResponse) ProtoReflect

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

func (*GetIdSchemaResponse) Reset

func (x *GetIdSchemaResponse) Reset()

func (*GetIdSchemaResponse) String

func (x *GetIdSchemaResponse) String() string

type GetIdSchemasRequest

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

func (*GetIdSchemasRequest) Descriptor deprecated

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

Deprecated: Use GetIdSchemasRequest.ProtoReflect.Descriptor instead.

func (*GetIdSchemasRequest) ProtoMessage

func (*GetIdSchemasRequest) ProtoMessage()

func (*GetIdSchemasRequest) ProtoReflect

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

func (*GetIdSchemasRequest) Reset

func (x *GetIdSchemasRequest) Reset()

func (*GetIdSchemasRequest) String

func (x *GetIdSchemasRequest) String() string

type GetIdSchemasResponse

type GetIdSchemasResponse struct {
	Jsonschemas []*GetIdSchemasResponse_JsonSchema `protobuf:"bytes,1,rep,name=jsonschemas,proto3" json:"jsonschemas,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIdSchemasResponse) Descriptor deprecated

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

Deprecated: Use GetIdSchemasResponse.ProtoReflect.Descriptor instead.

func (*GetIdSchemasResponse) GetJsonschemas

func (*GetIdSchemasResponse) ProtoMessage

func (*GetIdSchemasResponse) ProtoMessage()

func (*GetIdSchemasResponse) ProtoReflect

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

func (*GetIdSchemasResponse) Reset

func (x *GetIdSchemasResponse) Reset()

func (*GetIdSchemasResponse) String

func (x *GetIdSchemasResponse) String() string

type GetIdSchemasResponse_JsonSchema

type GetIdSchemasResponse_JsonSchema 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"`
	Content   *_struct.Struct      `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamp.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	IsDefault bool                 `protobuf:"varint,6,opt,name=is_default,json=isDefault,proto3" json:"is_default,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIdSchemasResponse_JsonSchema) Descriptor deprecated

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

Deprecated: Use GetIdSchemasResponse_JsonSchema.ProtoReflect.Descriptor instead.

func (*GetIdSchemasResponse_JsonSchema) GetContent

func (*GetIdSchemasResponse_JsonSchema) GetCreatedAt

func (*GetIdSchemasResponse_JsonSchema) GetId

func (*GetIdSchemasResponse_JsonSchema) GetIsDefault

func (x *GetIdSchemasResponse_JsonSchema) GetIsDefault() bool

func (*GetIdSchemasResponse_JsonSchema) GetName

func (*GetIdSchemasResponse_JsonSchema) GetUpdatedAt

func (*GetIdSchemasResponse_JsonSchema) ProtoMessage

func (*GetIdSchemasResponse_JsonSchema) ProtoMessage()

func (*GetIdSchemasResponse_JsonSchema) ProtoReflect

func (*GetIdSchemasResponse_JsonSchema) Reset

func (*GetIdSchemasResponse_JsonSchema) String

type GetIdentitiesByAttributeRequest

type GetIdentitiesByAttributeRequest struct {
	Attribute string `protobuf:"bytes,1,opt,name=attribute,proto3" json:"attribute,omitempty"`
	Value     string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIdentitiesByAttributeRequest) Descriptor deprecated

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

Deprecated: Use GetIdentitiesByAttributeRequest.ProtoReflect.Descriptor instead.

func (*GetIdentitiesByAttributeRequest) GetAttribute

func (x *GetIdentitiesByAttributeRequest) GetAttribute() string

func (*GetIdentitiesByAttributeRequest) GetValue

func (*GetIdentitiesByAttributeRequest) ProtoMessage

func (*GetIdentitiesByAttributeRequest) ProtoMessage()

func (*GetIdentitiesByAttributeRequest) ProtoReflect

func (*GetIdentitiesByAttributeRequest) Reset

func (*GetIdentitiesByAttributeRequest) String

type GetIdentitiesByAttributeResponse

type GetIdentitiesByAttributeResponse struct {
	Identities []*GetIdentitiesByAttributeResponse_Identity `protobuf:"bytes,1,rep,name=identities,proto3" json:"identities,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIdentitiesByAttributeResponse) Descriptor deprecated

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

Deprecated: Use GetIdentitiesByAttributeResponse.ProtoReflect.Descriptor instead.

func (*GetIdentitiesByAttributeResponse) GetIdentities

func (*GetIdentitiesByAttributeResponse) ProtoMessage

func (*GetIdentitiesByAttributeResponse) ProtoMessage()

func (*GetIdentitiesByAttributeResponse) ProtoReflect

func (*GetIdentitiesByAttributeResponse) Reset

func (*GetIdentitiesByAttributeResponse) String

type GetIdentitiesByAttributeResponse_Identity

type GetIdentitiesByAttributeResponse_Identity struct {
	IdentityId     string                                         `protobuf:"bytes,1,opt,name=identity_id,json=identityId,proto3" json:"identity_id,omitempty"`
	CreatedAt      *timestamp.Timestamp                           `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt      *timestamp.Timestamp                           `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	MainIdentifier string                                         `protobuf:"bytes,4,opt,name=main_identifier,json=mainIdentifier,proto3" json:"main_identifier,omitempty"`
	ProfileId      string                                         `protobuf:"bytes,5,opt,name=profile_id,json=profileId,proto3" json:"profile_id,omitempty"`
	AddressesIds   []string                                       `protobuf:"bytes,6,rep,name=addresses_ids,json=addressesIds,proto3" json:"addresses_ids,omitempty"`
	CredentialsIds map[string]string                              `` /* 191-byte string literal not displayed */
	SchemaId       string                                         `protobuf:"bytes,8,opt,name=schema_id,json=schemaId,proto3" json:"schema_id,omitempty"`
	Lock           GetIdentitiesByAttributeResponse_Identity_Lock `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetIdentitiesByAttributeResponse_Identity) Descriptor deprecated

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

Deprecated: Use GetIdentitiesByAttributeResponse_Identity.ProtoReflect.Descriptor instead.

func (*GetIdentitiesByAttributeResponse_Identity) GetAddressesIds

func (x *GetIdentitiesByAttributeResponse_Identity) GetAddressesIds() []string

func (*GetIdentitiesByAttributeResponse_Identity) GetCreatedAt

func (*GetIdentitiesByAttributeResponse_Identity) GetCredentialsIds

func (x *GetIdentitiesByAttributeResponse_Identity) GetCredentialsIds() map[string]string

func (*GetIdentitiesByAttributeResponse_Identity) GetIdentityId

func (*GetIdentitiesByAttributeResponse_Identity) GetLock

func (*GetIdentitiesByAttributeResponse_Identity) GetMainIdentifier

func (x *GetIdentitiesByAttributeResponse_Identity) GetMainIdentifier() string

func (*GetIdentitiesByAttributeResponse_Identity) GetProfileId

func (*GetIdentitiesByAttributeResponse_Identity) GetSchemaId

func (*GetIdentitiesByAttributeResponse_Identity) GetUpdatedAt

func (*GetIdentitiesByAttributeResponse_Identity) ProtoMessage

func (*GetIdentitiesByAttributeResponse_Identity) ProtoReflect

func (*GetIdentitiesByAttributeResponse_Identity) Reset

func (*GetIdentitiesByAttributeResponse_Identity) String

type GetIdentitiesByAttributeResponse_Identity_Lock

type GetIdentitiesByAttributeResponse_Identity_Lock int32
const (
	GetIdentitiesByAttributeResponse_Identity_UNLOCKED     GetIdentitiesByAttributeResponse_Identity_Lock = 0
	GetIdentitiesByAttributeResponse_Identity_ADMIN_LOCKED GetIdentitiesByAttributeResponse_Identity_Lock = 1
)

func (GetIdentitiesByAttributeResponse_Identity_Lock) Descriptor

func (GetIdentitiesByAttributeResponse_Identity_Lock) Enum

func (GetIdentitiesByAttributeResponse_Identity_Lock) EnumDescriptor deprecated

Deprecated: Use GetIdentitiesByAttributeResponse_Identity_Lock.Descriptor instead.

func (GetIdentitiesByAttributeResponse_Identity_Lock) Number

func (GetIdentitiesByAttributeResponse_Identity_Lock) String

func (GetIdentitiesByAttributeResponse_Identity_Lock) Type

type GetIdentitiesRequest

type GetIdentitiesRequest struct {
	PageSize  int32  `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIdentitiesRequest) Descriptor deprecated

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

Deprecated: Use GetIdentitiesRequest.ProtoReflect.Descriptor instead.

func (*GetIdentitiesRequest) GetPageSize

func (x *GetIdentitiesRequest) GetPageSize() int32

func (*GetIdentitiesRequest) GetPageToken

func (x *GetIdentitiesRequest) GetPageToken() string

func (*GetIdentitiesRequest) ProtoMessage

func (*GetIdentitiesRequest) ProtoMessage()

func (*GetIdentitiesRequest) ProtoReflect

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

func (*GetIdentitiesRequest) Reset

func (x *GetIdentitiesRequest) Reset()

func (*GetIdentitiesRequest) String

func (x *GetIdentitiesRequest) String() string

type GetIdentitiesResponse

type GetIdentitiesResponse struct {
	Identities    []*GetIdentitiesResponse_Identity `protobuf:"bytes,1,rep,name=identities,proto3" json:"identities,omitempty"`
	NextPageToken string                            `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	TotalSize     int32                             `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIdentitiesResponse) Descriptor deprecated

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

Deprecated: Use GetIdentitiesResponse.ProtoReflect.Descriptor instead.

func (*GetIdentitiesResponse) GetIdentities

func (*GetIdentitiesResponse) GetNextPageToken

func (x *GetIdentitiesResponse) GetNextPageToken() string

func (*GetIdentitiesResponse) GetTotalSize

func (x *GetIdentitiesResponse) GetTotalSize() int32

func (*GetIdentitiesResponse) ProtoMessage

func (*GetIdentitiesResponse) ProtoMessage()

func (*GetIdentitiesResponse) ProtoReflect

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

func (*GetIdentitiesResponse) Reset

func (x *GetIdentitiesResponse) Reset()

func (*GetIdentitiesResponse) String

func (x *GetIdentitiesResponse) String() string

type GetIdentitiesResponse_Identity

type GetIdentitiesResponse_Identity struct {
	IdentityId     string                     `protobuf:"bytes,1,opt,name=identity_id,json=identityId,proto3" json:"identity_id,omitempty"`
	CreatedAt      *timestamp.Timestamp       `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt      *timestamp.Timestamp       `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	MainIdentifier string                     `protobuf:"bytes,4,opt,name=main_identifier,json=mainIdentifier,proto3" json:"main_identifier,omitempty"`
	SchemaId       string                     `protobuf:"bytes,5,opt,name=schema_id,json=schemaId,proto3" json:"schema_id,omitempty"`
	Lock           GetIdentitiesResponse_Lock `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetIdentitiesResponse_Identity) Descriptor deprecated

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

Deprecated: Use GetIdentitiesResponse_Identity.ProtoReflect.Descriptor instead.

func (*GetIdentitiesResponse_Identity) GetCreatedAt

func (*GetIdentitiesResponse_Identity) GetIdentityId

func (x *GetIdentitiesResponse_Identity) GetIdentityId() string

func (*GetIdentitiesResponse_Identity) GetLock

func (*GetIdentitiesResponse_Identity) GetMainIdentifier

func (x *GetIdentitiesResponse_Identity) GetMainIdentifier() string

func (*GetIdentitiesResponse_Identity) GetSchemaId

func (x *GetIdentitiesResponse_Identity) GetSchemaId() string

func (*GetIdentitiesResponse_Identity) GetUpdatedAt

func (*GetIdentitiesResponse_Identity) ProtoMessage

func (*GetIdentitiesResponse_Identity) ProtoMessage()

func (*GetIdentitiesResponse_Identity) ProtoReflect

func (*GetIdentitiesResponse_Identity) Reset

func (x *GetIdentitiesResponse_Identity) Reset()

func (*GetIdentitiesResponse_Identity) String

type GetIdentitiesResponse_Lock

type GetIdentitiesResponse_Lock int32
const (
	GetIdentitiesResponse_UNLOCKED     GetIdentitiesResponse_Lock = 0
	GetIdentitiesResponse_ADMIN_LOCKED GetIdentitiesResponse_Lock = 1
)

func (GetIdentitiesResponse_Lock) Descriptor

func (GetIdentitiesResponse_Lock) Enum

func (GetIdentitiesResponse_Lock) EnumDescriptor deprecated

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

Deprecated: Use GetIdentitiesResponse_Lock.Descriptor instead.

func (GetIdentitiesResponse_Lock) Number

func (GetIdentitiesResponse_Lock) String

func (GetIdentitiesResponse_Lock) Type

type GetIdentityByIdentifierRequest

type GetIdentityByIdentifierRequest struct {
	Attribute    string `protobuf:"bytes,1,opt,name=attribute,proto3" json:"attribute,omitempty"`
	Value        string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	ConnectionId string `protobuf:"bytes,3,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIdentityByIdentifierRequest) Descriptor deprecated

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

Deprecated: Use GetIdentityByIdentifierRequest.ProtoReflect.Descriptor instead.

func (*GetIdentityByIdentifierRequest) GetAttribute

func (x *GetIdentityByIdentifierRequest) GetAttribute() string

func (*GetIdentityByIdentifierRequest) GetConnectionId

func (x *GetIdentityByIdentifierRequest) GetConnectionId() string

func (*GetIdentityByIdentifierRequest) GetValue

func (x *GetIdentityByIdentifierRequest) GetValue() string

func (*GetIdentityByIdentifierRequest) ProtoMessage

func (*GetIdentityByIdentifierRequest) ProtoMessage()

func (*GetIdentityByIdentifierRequest) ProtoReflect

func (*GetIdentityByIdentifierRequest) Reset

func (x *GetIdentityByIdentifierRequest) Reset()

func (*GetIdentityByIdentifierRequest) String

type GetIdentityByIdentifierResponse

type GetIdentityByIdentifierResponse struct {
	Identity *GetIdentityByIdentifierResponse_Identity `protobuf:"bytes,1,opt,name=identity,proto3" json:"identity,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIdentityByIdentifierResponse) Descriptor deprecated

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

Deprecated: Use GetIdentityByIdentifierResponse.ProtoReflect.Descriptor instead.

func (*GetIdentityByIdentifierResponse) GetIdentity

func (*GetIdentityByIdentifierResponse) ProtoMessage

func (*GetIdentityByIdentifierResponse) ProtoMessage()

func (*GetIdentityByIdentifierResponse) ProtoReflect

func (*GetIdentityByIdentifierResponse) Reset

func (*GetIdentityByIdentifierResponse) String

type GetIdentityByIdentifierResponse_Identity

type GetIdentityByIdentifierResponse_Identity struct {
	IdentityId     string                                        `protobuf:"bytes,1,opt,name=identity_id,json=identityId,proto3" json:"identity_id,omitempty"`
	CreatedAt      *timestamp.Timestamp                          `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt      *timestamp.Timestamp                          `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	MainIdentifier string                                        `protobuf:"bytes,4,opt,name=main_identifier,json=mainIdentifier,proto3" json:"main_identifier,omitempty"`
	ProfileId      string                                        `protobuf:"bytes,5,opt,name=profile_id,json=profileId,proto3" json:"profile_id,omitempty"`
	AddressesIds   []string                                      `protobuf:"bytes,6,rep,name=addresses_ids,json=addressesIds,proto3" json:"addresses_ids,omitempty"`
	CredentialsIds map[string]string                             `` /* 191-byte string literal not displayed */
	SchemaId       string                                        `protobuf:"bytes,8,opt,name=schema_id,json=schemaId,proto3" json:"schema_id,omitempty"`
	Lock           GetIdentityByIdentifierResponse_Identity_Lock `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetIdentityByIdentifierResponse_Identity) Descriptor deprecated

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

Deprecated: Use GetIdentityByIdentifierResponse_Identity.ProtoReflect.Descriptor instead.

func (*GetIdentityByIdentifierResponse_Identity) GetAddressesIds

func (x *GetIdentityByIdentifierResponse_Identity) GetAddressesIds() []string

func (*GetIdentityByIdentifierResponse_Identity) GetCreatedAt

func (*GetIdentityByIdentifierResponse_Identity) GetCredentialsIds

func (x *GetIdentityByIdentifierResponse_Identity) GetCredentialsIds() map[string]string

func (*GetIdentityByIdentifierResponse_Identity) GetIdentityId

func (*GetIdentityByIdentifierResponse_Identity) GetLock

func (*GetIdentityByIdentifierResponse_Identity) GetMainIdentifier

func (x *GetIdentityByIdentifierResponse_Identity) GetMainIdentifier() string

func (*GetIdentityByIdentifierResponse_Identity) GetProfileId

func (*GetIdentityByIdentifierResponse_Identity) GetSchemaId

func (*GetIdentityByIdentifierResponse_Identity) GetUpdatedAt

func (*GetIdentityByIdentifierResponse_Identity) ProtoMessage

func (*GetIdentityByIdentifierResponse_Identity) ProtoReflect

func (*GetIdentityByIdentifierResponse_Identity) Reset

func (*GetIdentityByIdentifierResponse_Identity) String

type GetIdentityByIdentifierResponse_Identity_Lock

type GetIdentityByIdentifierResponse_Identity_Lock int32
const (
	GetIdentityByIdentifierResponse_Identity_UNLOCKED     GetIdentityByIdentifierResponse_Identity_Lock = 0
	GetIdentityByIdentifierResponse_Identity_ADMIN_LOCKED GetIdentityByIdentifierResponse_Identity_Lock = 1
)

func (GetIdentityByIdentifierResponse_Identity_Lock) Descriptor

func (GetIdentityByIdentifierResponse_Identity_Lock) Enum

func (GetIdentityByIdentifierResponse_Identity_Lock) EnumDescriptor deprecated

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

Deprecated: Use GetIdentityByIdentifierResponse_Identity_Lock.Descriptor instead.

func (GetIdentityByIdentifierResponse_Identity_Lock) Number

func (GetIdentityByIdentifierResponse_Identity_Lock) String

func (GetIdentityByIdentifierResponse_Identity_Lock) Type

type GetIdentityLoginAttemptsRequest

type GetIdentityLoginAttemptsRequest struct {
	IdentityId string `protobuf:"bytes,1,opt,name=identity_id,json=identityId,proto3" json:"identity_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIdentityLoginAttemptsRequest) Descriptor deprecated

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

Deprecated: Use GetIdentityLoginAttemptsRequest.ProtoReflect.Descriptor instead.

func (*GetIdentityLoginAttemptsRequest) GetIdentityId

func (x *GetIdentityLoginAttemptsRequest) GetIdentityId() string

func (*GetIdentityLoginAttemptsRequest) ProtoMessage

func (*GetIdentityLoginAttemptsRequest) ProtoMessage()

func (*GetIdentityLoginAttemptsRequest) ProtoReflect

func (*GetIdentityLoginAttemptsRequest) Reset

func (*GetIdentityLoginAttemptsRequest) String

type GetIdentityLoginAttemptsResponse

type GetIdentityLoginAttemptsResponse struct {
	Attempts []*GetIdentityLoginAttemptsResponse_Attempt `protobuf:"bytes,1,rep,name=attempts,proto3" json:"attempts,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIdentityLoginAttemptsResponse) Descriptor deprecated

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

Deprecated: Use GetIdentityLoginAttemptsResponse.ProtoReflect.Descriptor instead.

func (*GetIdentityLoginAttemptsResponse) GetAttempts

func (*GetIdentityLoginAttemptsResponse) ProtoMessage

func (*GetIdentityLoginAttemptsResponse) ProtoMessage()

func (*GetIdentityLoginAttemptsResponse) ProtoReflect

func (*GetIdentityLoginAttemptsResponse) Reset

func (*GetIdentityLoginAttemptsResponse) String

type GetIdentityLoginAttemptsResponse_Attempt

type GetIdentityLoginAttemptsResponse_Attempt struct {
	Id                    string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	IdentityId            string               `protobuf:"bytes,2,opt,name=identity_id,json=identityId,proto3" json:"identity_id,omitempty"`
	Status                string               `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	AuthenticationMethods []string             `protobuf:"bytes,4,rep,name=authentication_methods,json=authenticationMethods,proto3" json:"authentication_methods,omitempty"`
	CreatedAt             *timestamp.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	ExpiresAt             *timestamp.Timestamp `protobuf:"bytes,6,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIdentityLoginAttemptsResponse_Attempt) Descriptor deprecated

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

Deprecated: Use GetIdentityLoginAttemptsResponse_Attempt.ProtoReflect.Descriptor instead.

func (*GetIdentityLoginAttemptsResponse_Attempt) GetAuthenticationMethods

func (x *GetIdentityLoginAttemptsResponse_Attempt) GetAuthenticationMethods() []string

func (*GetIdentityLoginAttemptsResponse_Attempt) GetCreatedAt

func (*GetIdentityLoginAttemptsResponse_Attempt) GetExpiresAt

func (*GetIdentityLoginAttemptsResponse_Attempt) GetId

func (*GetIdentityLoginAttemptsResponse_Attempt) GetIdentityId

func (*GetIdentityLoginAttemptsResponse_Attempt) GetStatus

func (*GetIdentityLoginAttemptsResponse_Attempt) ProtoMessage

func (*GetIdentityLoginAttemptsResponse_Attempt) ProtoReflect

func (*GetIdentityLoginAttemptsResponse_Attempt) Reset

func (*GetIdentityLoginAttemptsResponse_Attempt) String

type GetIdentityRequest

type GetIdentityRequest struct {
	IdentityId string `protobuf:"bytes,2,opt,name=identity_id,json=identityId,proto3" json:"identity_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIdentityRequest) Descriptor deprecated

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

Deprecated: Use GetIdentityRequest.ProtoReflect.Descriptor instead.

func (*GetIdentityRequest) GetIdentityId

func (x *GetIdentityRequest) GetIdentityId() string

func (*GetIdentityRequest) ProtoMessage

func (*GetIdentityRequest) ProtoMessage()

func (*GetIdentityRequest) ProtoReflect

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

func (*GetIdentityRequest) Reset

func (x *GetIdentityRequest) Reset()

func (*GetIdentityRequest) String

func (x *GetIdentityRequest) String() string

type GetIdentityResponse

type GetIdentityResponse struct {
	IdentityId     string                   `protobuf:"bytes,1,opt,name=identity_id,json=identityId,proto3" json:"identity_id,omitempty"`
	CreatedAt      *timestamp.Timestamp     `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt      *timestamp.Timestamp     `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	MainIdentifier string                   `protobuf:"bytes,4,opt,name=main_identifier,json=mainIdentifier,proto3" json:"main_identifier,omitempty"`
	ProfileId      string                   `protobuf:"bytes,5,opt,name=profile_id,json=profileId,proto3" json:"profile_id,omitempty"`
	AddressesIds   []string                 `protobuf:"bytes,6,rep,name=addresses_ids,json=addressesIds,proto3" json:"addresses_ids,omitempty"`
	CredentialsIds map[string]string        `` /* 191-byte string literal not displayed */
	SchemaId       string                   `protobuf:"bytes,8,opt,name=schema_id,json=schemaId,proto3" json:"schema_id,omitempty"`
	Lock           GetIdentityResponse_Lock `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetIdentityResponse) Descriptor deprecated

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

Deprecated: Use GetIdentityResponse.ProtoReflect.Descriptor instead.

func (*GetIdentityResponse) GetAddressesIds

func (x *GetIdentityResponse) GetAddressesIds() []string

func (*GetIdentityResponse) GetCreatedAt

func (x *GetIdentityResponse) GetCreatedAt() *timestamp.Timestamp

func (*GetIdentityResponse) GetCredentialsIds

func (x *GetIdentityResponse) GetCredentialsIds() map[string]string

func (*GetIdentityResponse) GetIdentityId

func (x *GetIdentityResponse) GetIdentityId() string

func (*GetIdentityResponse) GetLock

func (*GetIdentityResponse) GetMainIdentifier

func (x *GetIdentityResponse) GetMainIdentifier() string

func (*GetIdentityResponse) GetProfileId

func (x *GetIdentityResponse) GetProfileId() string

func (*GetIdentityResponse) GetSchemaId

func (x *GetIdentityResponse) GetSchemaId() string

func (*GetIdentityResponse) GetUpdatedAt

func (x *GetIdentityResponse) GetUpdatedAt() *timestamp.Timestamp

func (*GetIdentityResponse) ProtoMessage

func (*GetIdentityResponse) ProtoMessage()

func (*GetIdentityResponse) ProtoReflect

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

func (*GetIdentityResponse) Reset

func (x *GetIdentityResponse) Reset()

func (*GetIdentityResponse) String

func (x *GetIdentityResponse) String() string

type GetIdentityResponse_Lock

type GetIdentityResponse_Lock int32
const (
	GetIdentityResponse_UNLOCKED     GetIdentityResponse_Lock = 0
	GetIdentityResponse_ADMIN_LOCKED GetIdentityResponse_Lock = 1
)

func (GetIdentityResponse_Lock) Descriptor

func (GetIdentityResponse_Lock) Enum

func (GetIdentityResponse_Lock) EnumDescriptor deprecated

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

Deprecated: Use GetIdentityResponse_Lock.Descriptor instead.

func (GetIdentityResponse_Lock) Number

func (GetIdentityResponse_Lock) String

func (x GetIdentityResponse_Lock) String() string

func (GetIdentityResponse_Lock) Type

type GetOAuth2ClientsRequest

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

func (*GetOAuth2ClientsRequest) Descriptor deprecated

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

Deprecated: Use GetOAuth2ClientsRequest.ProtoReflect.Descriptor instead.

func (*GetOAuth2ClientsRequest) ProtoMessage

func (*GetOAuth2ClientsRequest) ProtoMessage()

func (*GetOAuth2ClientsRequest) ProtoReflect

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

func (*GetOAuth2ClientsRequest) Reset

func (x *GetOAuth2ClientsRequest) Reset()

func (*GetOAuth2ClientsRequest) String

func (x *GetOAuth2ClientsRequest) String() string

type GetOAuth2ClientsResponse

type GetOAuth2ClientsResponse struct {
	Clients []*GetOAuth2ClientsResponse_Client `protobuf:"bytes,1,rep,name=clients,proto3" json:"clients,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOAuth2ClientsResponse) Descriptor deprecated

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

Deprecated: Use GetOAuth2ClientsResponse.ProtoReflect.Descriptor instead.

func (*GetOAuth2ClientsResponse) GetClients

func (*GetOAuth2ClientsResponse) ProtoMessage

func (*GetOAuth2ClientsResponse) ProtoMessage()

func (*GetOAuth2ClientsResponse) ProtoReflect

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

func (*GetOAuth2ClientsResponse) Reset

func (x *GetOAuth2ClientsResponse) Reset()

func (*GetOAuth2ClientsResponse) String

func (x *GetOAuth2ClientsResponse) String() string

type GetOAuth2ClientsResponse_Client

type GetOAuth2ClientsResponse_Client struct {
	AllowedCorsOrigins                []string                    `protobuf:"bytes,1,rep,name=allowed_cors_origins,json=allowedCorsOrigins,proto3" json:"allowed_cors_origins,omitempty"`
	Audience                          []string                    `protobuf:"bytes,2,rep,name=audience,proto3" json:"audience,omitempty"`
	BackchannelLogoutSessionRequired  bool                        `` /* 162-byte string literal not displayed */
	BackchannelLogoutUri              string                      `protobuf:"bytes,4,opt,name=backchannel_logout_uri,json=backchannelLogoutUri,proto3" json:"backchannel_logout_uri,omitempty"`
	ClientId                          string                      `protobuf:"bytes,5,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	ClientName                        string                      `protobuf:"bytes,6,opt,name=client_name,json=clientName,proto3" json:"client_name,omitempty"`
	ClientSecretExpiresAt             int64                       `` /* 129-byte string literal not displayed */
	ClientUri                         string                      `protobuf:"bytes,8,opt,name=client_uri,json=clientUri,proto3" json:"client_uri,omitempty"`
	Contacts                          []string                    `protobuf:"bytes,9,rep,name=contacts,proto3" json:"contacts,omitempty"`
	CreatedAt                         *timestamp.Timestamp        `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	FrontchannelLogoutSessionRequired bool                        `` /* 166-byte string literal not displayed */
	FrontchannelLogoutUri             string                      `` /* 127-byte string literal not displayed */
	GrantTypes                        []GrantType                 `` /* 153-byte string literal not displayed */
	Jwks                              *_struct.Struct             `protobuf:"bytes,14,opt,name=jwks,proto3" json:"jwks,omitempty"`
	JwksUri                           string                      `protobuf:"bytes,15,opt,name=jwks_uri,json=jwksUri,proto3" json:"jwks_uri,omitempty"`
	LogoUri                           string                      `protobuf:"bytes,16,opt,name=logo_uri,json=logoUri,proto3" json:"logo_uri,omitempty"`
	Metadata                          *_struct.Struct             `protobuf:"bytes,17,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Owner                             string                      `protobuf:"bytes,18,opt,name=owner,proto3" json:"owner,omitempty"`
	PolicyUri                         string                      `protobuf:"bytes,19,opt,name=policy_uri,json=policyUri,proto3" json:"policy_uri,omitempty"`
	PostLogoutRedirectUris            []string                    `` /* 132-byte string literal not displayed */
	RedirectUris                      []string                    `protobuf:"bytes,21,rep,name=redirect_uris,json=redirectUris,proto3" json:"redirect_uris,omitempty"`
	RequestObjectSigningAlg           RequestObjectSigningAlg     `` /* 203-byte string literal not displayed */
	RequestUris                       []string                    `protobuf:"bytes,23,rep,name=request_uris,json=requestUris,proto3" json:"request_uris,omitempty"`
	ResponseTypes                     []ResponseType              `` /* 165-byte string literal not displayed */
	Scope                             string                      `protobuf:"bytes,25,opt,name=scope,proto3" json:"scope,omitempty"`
	SectorIdentifierUri               string                      `protobuf:"bytes,26,opt,name=sector_identifier_uri,json=sectorIdentifierUri,proto3" json:"sector_identifier_uri,omitempty"`
	SubjectType                       SubjectType                 `` /* 151-byte string literal not displayed */
	TokenEndpointAuthMethod           TokenEndpointAuthMethod     `` /* 203-byte string literal not displayed */
	TokenEndpointAuthSigningAlg       TokenEndpointAuthSigningAlg `` /* 221-byte string literal not displayed */
	TosUri                            string                      `protobuf:"bytes,30,opt,name=tos_uri,json=tosUri,proto3" json:"tos_uri,omitempty"`
	UpdatedAt                         *timestamp.Timestamp        `protobuf:"bytes,31,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	UserinfoSignedResponseAlg         UserinfoSignedResponseAlg   `` /* 211-byte string literal not displayed */
	ClientType                        ClientType                  `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetOAuth2ClientsResponse_Client) Descriptor deprecated

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

Deprecated: Use GetOAuth2ClientsResponse_Client.ProtoReflect.Descriptor instead.

func (*GetOAuth2ClientsResponse_Client) GetAllowedCorsOrigins

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

func (*GetOAuth2ClientsResponse_Client) GetAudience

func (x *GetOAuth2ClientsResponse_Client) GetAudience() []string

func (*GetOAuth2ClientsResponse_Client) GetBackchannelLogoutSessionRequired

func (x *GetOAuth2ClientsResponse_Client) GetBackchannelLogoutSessionRequired() bool

func (*GetOAuth2ClientsResponse_Client) GetBackchannelLogoutUri

func (x *GetOAuth2ClientsResponse_Client) GetBackchannelLogoutUri() string

func (*GetOAuth2ClientsResponse_Client) GetClientId

func (x *GetOAuth2ClientsResponse_Client) GetClientId() string

func (*GetOAuth2ClientsResponse_Client) GetClientName

func (x *GetOAuth2ClientsResponse_Client) GetClientName() string

func (*GetOAuth2ClientsResponse_Client) GetClientSecretExpiresAt

func (x *GetOAuth2ClientsResponse_Client) GetClientSecretExpiresAt() int64

func (*GetOAuth2ClientsResponse_Client) GetClientType

func (x *GetOAuth2ClientsResponse_Client) GetClientType() ClientType

func (*GetOAuth2ClientsResponse_Client) GetClientUri

func (x *GetOAuth2ClientsResponse_Client) GetClientUri() string

func (*GetOAuth2ClientsResponse_Client) GetContacts

func (x *GetOAuth2ClientsResponse_Client) GetContacts() []string

func (*GetOAuth2ClientsResponse_Client) GetCreatedAt

func (*GetOAuth2ClientsResponse_Client) GetFrontchannelLogoutSessionRequired

func (x *GetOAuth2ClientsResponse_Client) GetFrontchannelLogoutSessionRequired() bool

func (*GetOAuth2ClientsResponse_Client) GetFrontchannelLogoutUri

func (x *GetOAuth2ClientsResponse_Client) GetFrontchannelLogoutUri() string

func (*GetOAuth2ClientsResponse_Client) GetGrantTypes

func (x *GetOAuth2ClientsResponse_Client) GetGrantTypes() []GrantType

func (*GetOAuth2ClientsResponse_Client) GetJwks

func (*GetOAuth2ClientsResponse_Client) GetJwksUri

func (x *GetOAuth2ClientsResponse_Client) GetJwksUri() string

func (*GetOAuth2ClientsResponse_Client) GetLogoUri

func (x *GetOAuth2ClientsResponse_Client) GetLogoUri() string

func (*GetOAuth2ClientsResponse_Client) GetMetadata

func (*GetOAuth2ClientsResponse_Client) GetOwner

func (*GetOAuth2ClientsResponse_Client) GetPolicyUri

func (x *GetOAuth2ClientsResponse_Client) GetPolicyUri() string

func (*GetOAuth2ClientsResponse_Client) GetPostLogoutRedirectUris

func (x *GetOAuth2ClientsResponse_Client) GetPostLogoutRedirectUris() []string

func (*GetOAuth2ClientsResponse_Client) GetRedirectUris

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

func (*GetOAuth2ClientsResponse_Client) GetRequestObjectSigningAlg

func (x *GetOAuth2ClientsResponse_Client) GetRequestObjectSigningAlg() RequestObjectSigningAlg

func (*GetOAuth2ClientsResponse_Client) GetRequestUris

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

func (*GetOAuth2ClientsResponse_Client) GetResponseTypes

func (x *GetOAuth2ClientsResponse_Client) GetResponseTypes() []ResponseType

func (*GetOAuth2ClientsResponse_Client) GetScope

func (*GetOAuth2ClientsResponse_Client) GetSectorIdentifierUri

func (x *GetOAuth2ClientsResponse_Client) GetSectorIdentifierUri() string

func (*GetOAuth2ClientsResponse_Client) GetSubjectType

func (x *GetOAuth2ClientsResponse_Client) GetSubjectType() SubjectType

func (*GetOAuth2ClientsResponse_Client) GetTokenEndpointAuthMethod

func (x *GetOAuth2ClientsResponse_Client) GetTokenEndpointAuthMethod() TokenEndpointAuthMethod

func (*GetOAuth2ClientsResponse_Client) GetTokenEndpointAuthSigningAlg

func (x *GetOAuth2ClientsResponse_Client) GetTokenEndpointAuthSigningAlg() TokenEndpointAuthSigningAlg

func (*GetOAuth2ClientsResponse_Client) GetTosUri

func (x *GetOAuth2ClientsResponse_Client) GetTosUri() string

func (*GetOAuth2ClientsResponse_Client) GetUpdatedAt

func (*GetOAuth2ClientsResponse_Client) GetUserinfoSignedResponseAlg

func (x *GetOAuth2ClientsResponse_Client) GetUserinfoSignedResponseAlg() UserinfoSignedResponseAlg

func (*GetOAuth2ClientsResponse_Client) ProtoMessage

func (*GetOAuth2ClientsResponse_Client) ProtoMessage()

func (*GetOAuth2ClientsResponse_Client) ProtoReflect

func (*GetOAuth2ClientsResponse_Client) Reset

func (*GetOAuth2ClientsResponse_Client) String

type GetProfileRequest

type GetProfileRequest struct {
	IdentityId string `protobuf:"bytes,1,opt,name=identity_id,json=identityId,proto3" json:"identity_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProfileRequest) Descriptor deprecated

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

Deprecated: Use GetProfileRequest.ProtoReflect.Descriptor instead.

func (*GetProfileRequest) GetIdentityId

func (x *GetProfileRequest) GetIdentityId() string

func (*GetProfileRequest) ProtoMessage

func (*GetProfileRequest) ProtoMessage()

func (*GetProfileRequest) ProtoReflect

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

func (*GetProfileRequest) Reset

func (x *GetProfileRequest) Reset()

func (*GetProfileRequest) String

func (x *GetProfileRequest) String() string

type GetProfileResponse

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

func (*GetProfileResponse) Descriptor deprecated

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

Deprecated: Use GetProfileResponse.ProtoReflect.Descriptor instead.

func (*GetProfileResponse) GetProfile

func (x *GetProfileResponse) GetProfile() string

func (*GetProfileResponse) ProtoMessage

func (*GetProfileResponse) ProtoMessage()

func (*GetProfileResponse) ProtoReflect

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

func (*GetProfileResponse) Reset

func (x *GetProfileResponse) Reset()

func (*GetProfileResponse) String

func (x *GetProfileResponse) String() string

type GetUserBaseStatisticsRequest

type GetUserBaseStatisticsRequest struct {
	DaysBefore      uint32               `protobuf:"varint,1,opt,name=days_before,json=daysBefore,proto3" json:"days_before,omitempty"`
	LifetimeStartAt *timestamp.Timestamp `protobuf:"bytes,2,opt,name=lifetime_start_at,json=lifetimeStartAt,proto3" json:"lifetime_start_at,omitempty"`
	LifetimeEndAt   *timestamp.Timestamp `protobuf:"bytes,3,opt,name=lifetime_end_at,json=lifetimeEndAt,proto3" json:"lifetime_end_at,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserBaseStatisticsRequest) Descriptor deprecated

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

Deprecated: Use GetUserBaseStatisticsRequest.ProtoReflect.Descriptor instead.

func (*GetUserBaseStatisticsRequest) GetDaysBefore

func (x *GetUserBaseStatisticsRequest) GetDaysBefore() uint32

func (*GetUserBaseStatisticsRequest) GetLifetimeEndAt

func (x *GetUserBaseStatisticsRequest) GetLifetimeEndAt() *timestamp.Timestamp

func (*GetUserBaseStatisticsRequest) GetLifetimeStartAt

func (x *GetUserBaseStatisticsRequest) GetLifetimeStartAt() *timestamp.Timestamp

func (*GetUserBaseStatisticsRequest) ProtoMessage

func (*GetUserBaseStatisticsRequest) ProtoMessage()

func (*GetUserBaseStatisticsRequest) ProtoReflect

func (*GetUserBaseStatisticsRequest) Reset

func (x *GetUserBaseStatisticsRequest) Reset()

func (*GetUserBaseStatisticsRequest) String

type GetUserBaseStatisticsResponse

type GetUserBaseStatisticsResponse struct {
	TotalUsers        int32            `protobuf:"varint,1,opt,name=total_users,json=totalUsers,proto3" json:"total_users,omitempty"`
	UsersPerDay       map[string]int32 `` /* 185-byte string literal not displayed */
	SessionsPerDay    map[string]int32 `` /* 194-byte string literal not displayed */
	TotalActiveUsers  int32            `protobuf:"varint,4,opt,name=total_active_users,json=totalActiveUsers,proto3" json:"total_active_users,omitempty"`
	TotalLifetimeUsed float64          `protobuf:"fixed64,5,opt,name=total_lifetime_used,json=totalLifetimeUsed,proto3" json:"total_lifetime_used,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserBaseStatisticsResponse) Descriptor deprecated

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

Deprecated: Use GetUserBaseStatisticsResponse.ProtoReflect.Descriptor instead.

func (*GetUserBaseStatisticsResponse) GetSessionsPerDay

func (x *GetUserBaseStatisticsResponse) GetSessionsPerDay() map[string]int32

func (*GetUserBaseStatisticsResponse) GetTotalActiveUsers

func (x *GetUserBaseStatisticsResponse) GetTotalActiveUsers() int32

func (*GetUserBaseStatisticsResponse) GetTotalLifetimeUsed

func (x *GetUserBaseStatisticsResponse) GetTotalLifetimeUsed() float64

func (*GetUserBaseStatisticsResponse) GetTotalUsers

func (x *GetUserBaseStatisticsResponse) GetTotalUsers() int32

func (*GetUserBaseStatisticsResponse) GetUsersPerDay

func (x *GetUserBaseStatisticsResponse) GetUsersPerDay() map[string]int32

func (*GetUserBaseStatisticsResponse) ProtoMessage

func (*GetUserBaseStatisticsResponse) ProtoMessage()

func (*GetUserBaseStatisticsResponse) ProtoReflect

func (*GetUserBaseStatisticsResponse) Reset

func (x *GetUserBaseStatisticsResponse) Reset()

func (*GetUserBaseStatisticsResponse) String

type GrantType

type GrantType int32
const (
	GrantType_GRANT_TYPE_UNSET              GrantType = 0
	GrantType_GRANT_TYPE_CLIENT_CREDENTIALS GrantType = 1
	GrantType_GRANT_TYPE_AUTHORIZATION_CODE GrantType = 2
	GrantType_GRANT_TYPE_IMPLICIT           GrantType = 3
	GrantType_GRANT_TYPE_REFRESH_TOKEN      GrantType = 4
	GrantType_GRANT_TYPE_DEVICE_CODE        GrantType = 5
)

func (GrantType) Descriptor

func (GrantType) Descriptor() protoreflect.EnumDescriptor

func (GrantType) Enum

func (x GrantType) Enum() *GrantType

func (GrantType) EnumDescriptor deprecated

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

Deprecated: Use GrantType.Descriptor instead.

func (GrantType) Number

func (x GrantType) Number() protoreflect.EnumNumber

func (GrantType) String

func (x GrantType) String() string

func (GrantType) Type

type MarkDefaultIdSchemaRequest

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

func (*MarkDefaultIdSchemaRequest) Descriptor deprecated

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

Deprecated: Use MarkDefaultIdSchemaRequest.ProtoReflect.Descriptor instead.

func (*MarkDefaultIdSchemaRequest) GetId

func (*MarkDefaultIdSchemaRequest) ProtoMessage

func (*MarkDefaultIdSchemaRequest) ProtoMessage()

func (*MarkDefaultIdSchemaRequest) ProtoReflect

func (*MarkDefaultIdSchemaRequest) Reset

func (x *MarkDefaultIdSchemaRequest) Reset()

func (*MarkDefaultIdSchemaRequest) String

func (x *MarkDefaultIdSchemaRequest) String() string

type MarkDefaultIdSchemaResponse

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

func (*MarkDefaultIdSchemaResponse) Descriptor deprecated

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

Deprecated: Use MarkDefaultIdSchemaResponse.ProtoReflect.Descriptor instead.

func (*MarkDefaultIdSchemaResponse) ProtoMessage

func (*MarkDefaultIdSchemaResponse) ProtoMessage()

func (*MarkDefaultIdSchemaResponse) ProtoReflect

func (*MarkDefaultIdSchemaResponse) Reset

func (x *MarkDefaultIdSchemaResponse) Reset()

func (*MarkDefaultIdSchemaResponse) String

func (x *MarkDefaultIdSchemaResponse) String() string

type RequestObjectSigningAlg

type RequestObjectSigningAlg int32
const (
	RequestObjectSigningAlg_REQUEST_OBJECT_SIGNING_ALG_UNSET RequestObjectSigningAlg = 0
	RequestObjectSigningAlg_REQUEST_OBJECT_SIGNING_ALG_NONE  RequestObjectSigningAlg = 1
	RequestObjectSigningAlg_REQUEST_OBJECT_SIGNING_ALG_RS256 RequestObjectSigningAlg = 2
)

func (RequestObjectSigningAlg) Descriptor

func (RequestObjectSigningAlg) Enum

func (RequestObjectSigningAlg) EnumDescriptor deprecated

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

Deprecated: Use RequestObjectSigningAlg.Descriptor instead.

func (RequestObjectSigningAlg) Number

func (RequestObjectSigningAlg) String

func (x RequestObjectSigningAlg) String() string

func (RequestObjectSigningAlg) Type

type ResponseType

type ResponseType int32
const (
	ResponseType_RESPONSE_TYPE_UNSET               ResponseType = 0
	ResponseType_RESPONSE_TYPE_NONE                ResponseType = 1
	ResponseType_RESPONSE_TYPE_ID_TOKEN            ResponseType = 2
	ResponseType_RESPONSE_TYPE_TOKEN               ResponseType = 3
	ResponseType_RESPONSE_TYPE_CODE                ResponseType = 4
	ResponseType_RESPONSE_TYPE_ID_TOKEN_TOKEN      ResponseType = 5
	ResponseType_RESPONSE_TYPE_CODE_ID_TOKEN       ResponseType = 6
	ResponseType_RESPONSE_TYPE_CODE_TOKEN          ResponseType = 7
	ResponseType_RESPONSE_TYPE_CODE_ID_TOKEN_TOKEN ResponseType = 8
)

func (ResponseType) Descriptor

func (ResponseType) Enum

func (x ResponseType) Enum() *ResponseType

func (ResponseType) EnumDescriptor deprecated

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

Deprecated: Use ResponseType.Descriptor instead.

func (ResponseType) Number

func (ResponseType) String

func (x ResponseType) String() string

func (ResponseType) Type

type SubjectType

type SubjectType int32
const (
	SubjectType_SUBJECT_TYPE_PUBLIC   SubjectType = 0
	SubjectType_SUBJECT_TYPE_PAIRWISE SubjectType = 1
)

func (SubjectType) Descriptor

func (SubjectType) Enum

func (x SubjectType) Enum() *SubjectType

func (SubjectType) EnumDescriptor deprecated

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

Deprecated: Use SubjectType.Descriptor instead.

func (SubjectType) Number

func (x SubjectType) Number() protoreflect.EnumNumber

func (SubjectType) String

func (x SubjectType) String() string

func (SubjectType) Type

type TokenEndpointAuthMethod

type TokenEndpointAuthMethod int32
const (
	TokenEndpointAuthMethod_TOKEN_ENDPOINT_AUTH_METHOD_CLIENT_SECRET_BASIC TokenEndpointAuthMethod = 0
	TokenEndpointAuthMethod_TOKEN_ENDPOINT_AUTH_METHOD_CLIENT_SECRET_POST  TokenEndpointAuthMethod = 1
	TokenEndpointAuthMethod_TOKEN_ENDPOINT_AUTH_METHOD_PRIVATE_KEY_JWT     TokenEndpointAuthMethod = 2
	TokenEndpointAuthMethod_TOKEN_ENDPOINT_AUTH_METHOD_NONE                TokenEndpointAuthMethod = 3
)

func (TokenEndpointAuthMethod) Descriptor

func (TokenEndpointAuthMethod) Enum

func (TokenEndpointAuthMethod) EnumDescriptor deprecated

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

Deprecated: Use TokenEndpointAuthMethod.Descriptor instead.

func (TokenEndpointAuthMethod) Number

func (TokenEndpointAuthMethod) String

func (x TokenEndpointAuthMethod) String() string

func (TokenEndpointAuthMethod) Type

type TokenEndpointAuthSigningAlg

type TokenEndpointAuthSigningAlg int32
const (
	TokenEndpointAuthSigningAlg_TOKEN_ENDPOINT_AUTH_SIGNING_ALG_UNSET TokenEndpointAuthSigningAlg = 0
	TokenEndpointAuthSigningAlg_TOKEN_ENDPOINT_AUTH_SIGNING_ALG_RS256 TokenEndpointAuthSigningAlg = 1
	TokenEndpointAuthSigningAlg_TOKEN_ENDPOINT_AUTH_SIGNING_ALG_RS384 TokenEndpointAuthSigningAlg = 2
	TokenEndpointAuthSigningAlg_TOKEN_ENDPOINT_AUTH_SIGNING_ALG_RS512 TokenEndpointAuthSigningAlg = 3
	TokenEndpointAuthSigningAlg_TOKEN_ENDPOINT_AUTH_SIGNING_ALG_PS256 TokenEndpointAuthSigningAlg = 4
	TokenEndpointAuthSigningAlg_TOKEN_ENDPOINT_AUTH_SIGNING_ALG_PS384 TokenEndpointAuthSigningAlg = 5
	TokenEndpointAuthSigningAlg_TOKEN_ENDPOINT_AUTH_SIGNING_ALG_PS512 TokenEndpointAuthSigningAlg = 6
	TokenEndpointAuthSigningAlg_TOKEN_ENDPOINT_AUTH_SIGNING_ALG_ES256 TokenEndpointAuthSigningAlg = 7
	TokenEndpointAuthSigningAlg_TOKEN_ENDPOINT_AUTH_SIGNING_ALG_ES384 TokenEndpointAuthSigningAlg = 8
	TokenEndpointAuthSigningAlg_TOKEN_ENDPOINT_AUTH_SIGNING_ALG_ES512 TokenEndpointAuthSigningAlg = 9
)

func (TokenEndpointAuthSigningAlg) Descriptor

func (TokenEndpointAuthSigningAlg) Enum

func (TokenEndpointAuthSigningAlg) EnumDescriptor deprecated

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

Deprecated: Use TokenEndpointAuthSigningAlg.Descriptor instead.

func (TokenEndpointAuthSigningAlg) Number

func (TokenEndpointAuthSigningAlg) String

func (TokenEndpointAuthSigningAlg) Type

type UnimplementedAdminServer

type UnimplementedAdminServer struct {
}

UnimplementedAdminServer must be embedded to have forward compatible implementations.

func (UnimplementedAdminServer) CreateConnection

func (UnimplementedAdminServer) CreateIdSchema

func (UnimplementedAdminServer) CreateIdentity

func (UnimplementedAdminServer) DeleteConnection

func (UnimplementedAdminServer) DeleteIdSchema

func (UnimplementedAdminServer) DeleteIdentity

func (UnimplementedAdminServer) GetAddress

func (UnimplementedAdminServer) GetAddresses

func (UnimplementedAdminServer) GetConnections

func (UnimplementedAdminServer) GetCredentials

func (UnimplementedAdminServer) GetEmailsSetup

func (UnimplementedAdminServer) GetIdSchema

func (UnimplementedAdminServer) GetIdSchemas

func (UnimplementedAdminServer) GetIdentities

func (UnimplementedAdminServer) GetIdentity

func (UnimplementedAdminServer) GetOAuth2Clients

func (UnimplementedAdminServer) GetProfile

func (UnimplementedAdminServer) UpdateAddress

func (UnimplementedAdminServer) UpdateConnection

func (UnimplementedAdminServer) UpdateCredential

func (UnimplementedAdminServer) UpdateIdSchema

func (UnimplementedAdminServer) UpdateIdentity

func (UnimplementedAdminServer) UpdateProfile

type UnsafeAdminServer

type UnsafeAdminServer interface {
	// contains filtered or unexported methods
}

UnsafeAdminServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AdminServer will result in compilation errors.

type UpdateAddressRequest

type UpdateAddressRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Types that are assignable to Attribute:
	//	*UpdateAddressRequest_Verified
	//	*UpdateAddressRequest_Address
	Attribute isUpdateAddressRequest_Attribute `protobuf_oneof:"attribute"`
	// contains filtered or unexported fields
}

func (*UpdateAddressRequest) Descriptor deprecated

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

Deprecated: Use UpdateAddressRequest.ProtoReflect.Descriptor instead.

func (*UpdateAddressRequest) GetAddress

func (x *UpdateAddressRequest) GetAddress() string

func (*UpdateAddressRequest) GetAttribute

func (m *UpdateAddressRequest) GetAttribute() isUpdateAddressRequest_Attribute

func (*UpdateAddressRequest) GetId

func (x *UpdateAddressRequest) GetId() string

func (*UpdateAddressRequest) GetVerified

func (x *UpdateAddressRequest) GetVerified() bool

func (*UpdateAddressRequest) ProtoMessage

func (*UpdateAddressRequest) ProtoMessage()

func (*UpdateAddressRequest) ProtoReflect

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

func (*UpdateAddressRequest) Reset

func (x *UpdateAddressRequest) Reset()

func (*UpdateAddressRequest) String

func (x *UpdateAddressRequest) String() string

type UpdateAddressRequest_Address

type UpdateAddressRequest_Address struct {
	Address string `protobuf:"bytes,3,opt,name=address,proto3,oneof"`
}

type UpdateAddressRequest_Verified

type UpdateAddressRequest_Verified struct {
	Verified bool `protobuf:"varint,2,opt,name=verified,proto3,oneof"`
}

type UpdateAddressResponse

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

func (*UpdateAddressResponse) Descriptor deprecated

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

Deprecated: Use UpdateAddressResponse.ProtoReflect.Descriptor instead.

func (*UpdateAddressResponse) ProtoMessage

func (*UpdateAddressResponse) ProtoMessage()

func (*UpdateAddressResponse) ProtoReflect

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

func (*UpdateAddressResponse) Reset

func (x *UpdateAddressResponse) Reset()

func (*UpdateAddressResponse) String

func (x *UpdateAddressResponse) String() string

type UpdateConnectionRequest

type UpdateConnectionRequest struct {
	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"`
	ButtonImageUrl   string                            `protobuf:"bytes,4,opt,name=button_image_url,json=buttonImageUrl,proto3" json:"button_image_url,omitempty"`
	Provider         UpdateConnectionRequest_Providers `` /* 147-byte string literal not displayed */
	OidcDiscoveryUrl string                            `protobuf:"bytes,7,opt,name=oidc_discovery_url,json=oidcDiscoveryUrl,proto3" json:"oidc_discovery_url,omitempty"`
	Mfa              []string                          `protobuf:"bytes,8,rep,name=mfa,proto3" json:"mfa,omitempty"`
	Type             UpdateConnectionRequest_Types     `` /* 135-byte string literal not displayed */
	Id               string                            `protobuf:"bytes,10,opt,name=id,proto3" json:"id,omitempty"`
	Scopes           string                            `protobuf:"bytes,11,opt,name=scopes,proto3" json:"scopes,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateConnectionRequest) Descriptor deprecated

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

Deprecated: Use UpdateConnectionRequest.ProtoReflect.Descriptor instead.

func (*UpdateConnectionRequest) GetButtonImageUrl

func (x *UpdateConnectionRequest) GetButtonImageUrl() string

func (*UpdateConnectionRequest) GetClientId

func (x *UpdateConnectionRequest) GetClientId() string

func (*UpdateConnectionRequest) GetClientSecret

func (x *UpdateConnectionRequest) GetClientSecret() string

func (*UpdateConnectionRequest) GetId

func (x *UpdateConnectionRequest) GetId() string

func (*UpdateConnectionRequest) GetMfa

func (x *UpdateConnectionRequest) GetMfa() []string

func (*UpdateConnectionRequest) GetOidcDiscoveryUrl

func (x *UpdateConnectionRequest) GetOidcDiscoveryUrl() string

func (*UpdateConnectionRequest) GetProvider

func (*UpdateConnectionRequest) GetScopes

func (x *UpdateConnectionRequest) GetScopes() string

func (*UpdateConnectionRequest) GetType

func (*UpdateConnectionRequest) ProtoMessage

func (*UpdateConnectionRequest) ProtoMessage()

func (*UpdateConnectionRequest) ProtoReflect

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

func (*UpdateConnectionRequest) Reset

func (x *UpdateConnectionRequest) Reset()

func (*UpdateConnectionRequest) String

func (x *UpdateConnectionRequest) String() string

type UpdateConnectionRequest_Providers

type UpdateConnectionRequest_Providers int32
const (
	UpdateConnectionRequest_NONE            UpdateConnectionRequest_Providers = 0
	UpdateConnectionRequest_OPENID          UpdateConnectionRequest_Providers = 1
	UpdateConnectionRequest_AMAZON          UpdateConnectionRequest_Providers = 2
	UpdateConnectionRequest_BITBUCKET       UpdateConnectionRequest_Providers = 3
	UpdateConnectionRequest_BOX             UpdateConnectionRequest_Providers = 4
	UpdateConnectionRequest_DAILYMOTION     UpdateConnectionRequest_Providers = 5
	UpdateConnectionRequest_DEEZER          UpdateConnectionRequest_Providers = 6
	UpdateConnectionRequest_DIGITALOCEAN    UpdateConnectionRequest_Providers = 7
	UpdateConnectionRequest_DISCORD         UpdateConnectionRequest_Providers = 8
	UpdateConnectionRequest_DROPBOX         UpdateConnectionRequest_Providers = 9
	UpdateConnectionRequest_EVEONLINE       UpdateConnectionRequest_Providers = 10
	UpdateConnectionRequest_FACEBOOK        UpdateConnectionRequest_Providers = 11
	UpdateConnectionRequest_FITBIT          UpdateConnectionRequest_Providers = 12
	UpdateConnectionRequest_GITEA           UpdateConnectionRequest_Providers = 13
	UpdateConnectionRequest_GITHUB          UpdateConnectionRequest_Providers = 14
	UpdateConnectionRequest_GITLAB          UpdateConnectionRequest_Providers = 15
	UpdateConnectionRequest_GOOGLE          UpdateConnectionRequest_Providers = 16
	UpdateConnectionRequest_SHOPIFY         UpdateConnectionRequest_Providers = 18
	UpdateConnectionRequest_SOUNDCLOUD      UpdateConnectionRequest_Providers = 19
	UpdateConnectionRequest_SPOTIFY         UpdateConnectionRequest_Providers = 20
	UpdateConnectionRequest_STEAM           UpdateConnectionRequest_Providers = 21
	UpdateConnectionRequest_STRIPE          UpdateConnectionRequest_Providers = 22
	UpdateConnectionRequest_TWITCH          UpdateConnectionRequest_Providers = 23
	UpdateConnectionRequest_UBER            UpdateConnectionRequest_Providers = 24
	UpdateConnectionRequest_WEPAY           UpdateConnectionRequest_Providers = 25
	UpdateConnectionRequest_YAHOO           UpdateConnectionRequest_Providers = 26
	UpdateConnectionRequest_YAMMER          UpdateConnectionRequest_Providers = 27
	UpdateConnectionRequest_HEROKU          UpdateConnectionRequest_Providers = 28
	UpdateConnectionRequest_INSTAGRAM       UpdateConnectionRequest_Providers = 29
	UpdateConnectionRequest_INTERCOM        UpdateConnectionRequest_Providers = 30
	UpdateConnectionRequest_KAKAO           UpdateConnectionRequest_Providers = 31
	UpdateConnectionRequest_LASTFM          UpdateConnectionRequest_Providers = 32
	UpdateConnectionRequest_LINKEDIN        UpdateConnectionRequest_Providers = 33
	UpdateConnectionRequest_LINE            UpdateConnectionRequest_Providers = 34
	UpdateConnectionRequest_ONEDRIVE        UpdateConnectionRequest_Providers = 35
	UpdateConnectionRequest_AZUREAD         UpdateConnectionRequest_Providers = 36
	UpdateConnectionRequest_MICROSOFTONLINE UpdateConnectionRequest_Providers = 37
	UpdateConnectionRequest_BATTLENET       UpdateConnectionRequest_Providers = 38
	UpdateConnectionRequest_PAYPAL          UpdateConnectionRequest_Providers = 39
	UpdateConnectionRequest_TWITTER         UpdateConnectionRequest_Providers = 40
	UpdateConnectionRequest_SALESFORCE      UpdateConnectionRequest_Providers = 41
	UpdateConnectionRequest_TYPETALK        UpdateConnectionRequest_Providers = 42
	UpdateConnectionRequest_SLACK           UpdateConnectionRequest_Providers = 43
	UpdateConnectionRequest_MEETUP          UpdateConnectionRequest_Providers = 44
	UpdateConnectionRequest_XERO            UpdateConnectionRequest_Providers = 46
	UpdateConnectionRequest_VK              UpdateConnectionRequest_Providers = 47
	UpdateConnectionRequest_NAVER           UpdateConnectionRequest_Providers = 48
	UpdateConnectionRequest_YANDEX          UpdateConnectionRequest_Providers = 49
	UpdateConnectionRequest_NEXTCLOUD       UpdateConnectionRequest_Providers = 50
	UpdateConnectionRequest_APPLE           UpdateConnectionRequest_Providers = 52
	UpdateConnectionRequest_STRAVA          UpdateConnectionRequest_Providers = 53
)

func (UpdateConnectionRequest_Providers) Descriptor

func (UpdateConnectionRequest_Providers) Enum

func (UpdateConnectionRequest_Providers) EnumDescriptor deprecated

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

Deprecated: Use UpdateConnectionRequest_Providers.Descriptor instead.

func (UpdateConnectionRequest_Providers) Number

func (UpdateConnectionRequest_Providers) String

func (UpdateConnectionRequest_Providers) Type

type UpdateConnectionRequest_Types

type UpdateConnectionRequest_Types int32
const (
	UpdateConnectionRequest_UNSET    UpdateConnectionRequest_Types = 0
	UpdateConnectionRequest_PASSWORD UpdateConnectionRequest_Types = 1
	UpdateConnectionRequest_OTP      UpdateConnectionRequest_Types = 2
	UpdateConnectionRequest_TOTP     UpdateConnectionRequest_Types = 3
	UpdateConnectionRequest_OIDC     UpdateConnectionRequest_Types = 4
)

func (UpdateConnectionRequest_Types) Descriptor

func (UpdateConnectionRequest_Types) Enum

func (UpdateConnectionRequest_Types) EnumDescriptor deprecated

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

Deprecated: Use UpdateConnectionRequest_Types.Descriptor instead.

func (UpdateConnectionRequest_Types) Number

func (UpdateConnectionRequest_Types) String

func (UpdateConnectionRequest_Types) Type

type UpdateConnectionResponse

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

func (*UpdateConnectionResponse) Descriptor deprecated

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

Deprecated: Use UpdateConnectionResponse.ProtoReflect.Descriptor instead.

func (*UpdateConnectionResponse) ProtoMessage

func (*UpdateConnectionResponse) ProtoMessage()

func (*UpdateConnectionResponse) ProtoReflect

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

func (*UpdateConnectionResponse) Reset

func (x *UpdateConnectionResponse) Reset()

func (*UpdateConnectionResponse) String

func (x *UpdateConnectionResponse) String() string

type UpdateCredentialRequest

type UpdateCredentialRequest struct {
	Data         *_struct.Struct `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	ConnectionId string          `protobuf:"bytes,2,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	IdentityId   string          `protobuf:"bytes,3,opt,name=identity_id,json=identityId,proto3" json:"identity_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCredentialRequest) Descriptor deprecated

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

Deprecated: Use UpdateCredentialRequest.ProtoReflect.Descriptor instead.

func (*UpdateCredentialRequest) GetConnectionId

func (x *UpdateCredentialRequest) GetConnectionId() string

func (*UpdateCredentialRequest) GetData

func (x *UpdateCredentialRequest) GetData() *_struct.Struct

func (*UpdateCredentialRequest) GetIdentityId

func (x *UpdateCredentialRequest) GetIdentityId() string

func (*UpdateCredentialRequest) ProtoMessage

func (*UpdateCredentialRequest) ProtoMessage()

func (*UpdateCredentialRequest) ProtoReflect

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

func (*UpdateCredentialRequest) Reset

func (x *UpdateCredentialRequest) Reset()

func (*UpdateCredentialRequest) String

func (x *UpdateCredentialRequest) String() string

type UpdateCredentialResponse

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

func (*UpdateCredentialResponse) Descriptor deprecated

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

Deprecated: Use UpdateCredentialResponse.ProtoReflect.Descriptor instead.

func (*UpdateCredentialResponse) ProtoMessage

func (*UpdateCredentialResponse) ProtoMessage()

func (*UpdateCredentialResponse) ProtoReflect

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

func (*UpdateCredentialResponse) Reset

func (x *UpdateCredentialResponse) Reset()

func (*UpdateCredentialResponse) String

func (x *UpdateCredentialResponse) String() string

type UpdateEmailsSetupRequest

type UpdateEmailsSetupRequest struct {
	Welcome             *UpdateEmailsSetupRequest_EmailTemplate `protobuf:"bytes,1,opt,name=welcome,proto3" json:"welcome,omitempty"`
	AccountVerification *UpdateEmailsSetupRequest_EmailTemplate `protobuf:"bytes,2,opt,name=account_verification,json=accountVerification,proto3" json:"account_verification,omitempty"`
	AccountRecovery     *UpdateEmailsSetupRequest_EmailTemplate `protobuf:"bytes,3,opt,name=account_recovery,json=accountRecovery,proto3" json:"account_recovery,omitempty"`
	AccountRecovered    *UpdateEmailsSetupRequest_EmailTemplate `protobuf:"bytes,4,opt,name=account_recovered,json=accountRecovered,proto3" json:"account_recovered,omitempty"`
	Otp                 *UpdateEmailsSetupRequest_EmailTemplate `protobuf:"bytes,5,opt,name=otp,proto3" json:"otp,omitempty"`
	Smtp                *UpdateEmailsSetupRequest_EmailSender   `protobuf:"bytes,6,opt,name=smtp,proto3" json:"smtp,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateEmailsSetupRequest) Descriptor deprecated

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

Deprecated: Use UpdateEmailsSetupRequest.ProtoReflect.Descriptor instead.

func (*UpdateEmailsSetupRequest) GetAccountRecovered

func (*UpdateEmailsSetupRequest) GetAccountRecovery

func (*UpdateEmailsSetupRequest) GetAccountVerification

func (*UpdateEmailsSetupRequest) GetOtp

func (*UpdateEmailsSetupRequest) GetSmtp

func (*UpdateEmailsSetupRequest) GetWelcome

func (*UpdateEmailsSetupRequest) ProtoMessage

func (*UpdateEmailsSetupRequest) ProtoMessage()

func (*UpdateEmailsSetupRequest) ProtoReflect

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

func (*UpdateEmailsSetupRequest) Reset

func (x *UpdateEmailsSetupRequest) Reset()

func (*UpdateEmailsSetupRequest) String

func (x *UpdateEmailsSetupRequest) String() string

type UpdateEmailsSetupRequest_EmailSender

type UpdateEmailsSetupRequest_EmailSender struct {
	EmailAddress string `protobuf:"bytes,1,opt,name=email_address,json=emailAddress,proto3" json:"email_address,omitempty"`
	SmtpHost     string `protobuf:"bytes,2,opt,name=smtp_host,json=smtpHost,proto3" json:"smtp_host,omitempty"`
	SmtpPort     uint32 `protobuf:"varint,3,opt,name=smtp_port,json=smtpPort,proto3" json:"smtp_port,omitempty"`
	SmtpUsername string `protobuf:"bytes,4,opt,name=smtp_username,json=smtpUsername,proto3" json:"smtp_username,omitempty"`
	SmtpPassword string `protobuf:"bytes,5,opt,name=smtp_password,json=smtpPassword,proto3" json:"smtp_password,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateEmailsSetupRequest_EmailSender) Descriptor deprecated

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

Deprecated: Use UpdateEmailsSetupRequest_EmailSender.ProtoReflect.Descriptor instead.

func (*UpdateEmailsSetupRequest_EmailSender) GetEmailAddress

func (x *UpdateEmailsSetupRequest_EmailSender) GetEmailAddress() string

func (*UpdateEmailsSetupRequest_EmailSender) GetSmtpHost

func (*UpdateEmailsSetupRequest_EmailSender) GetSmtpPassword

func (x *UpdateEmailsSetupRequest_EmailSender) GetSmtpPassword() string

func (*UpdateEmailsSetupRequest_EmailSender) GetSmtpPort

func (*UpdateEmailsSetupRequest_EmailSender) GetSmtpUsername

func (x *UpdateEmailsSetupRequest_EmailSender) GetSmtpUsername() string

func (*UpdateEmailsSetupRequest_EmailSender) ProtoMessage

func (*UpdateEmailsSetupRequest_EmailSender) ProtoMessage()

func (*UpdateEmailsSetupRequest_EmailSender) ProtoReflect

func (*UpdateEmailsSetupRequest_EmailSender) Reset

func (*UpdateEmailsSetupRequest_EmailSender) String

type UpdateEmailsSetupRequest_EmailTemplate

type UpdateEmailsSetupRequest_EmailTemplate struct {
	Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	Subject string `protobuf:"bytes,2,opt,name=subject,proto3" json:"subject,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateEmailsSetupRequest_EmailTemplate) Descriptor deprecated

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

Deprecated: Use UpdateEmailsSetupRequest_EmailTemplate.ProtoReflect.Descriptor instead.

func (*UpdateEmailsSetupRequest_EmailTemplate) GetContent

func (*UpdateEmailsSetupRequest_EmailTemplate) GetSubject

func (*UpdateEmailsSetupRequest_EmailTemplate) ProtoMessage

func (*UpdateEmailsSetupRequest_EmailTemplate) ProtoReflect

func (*UpdateEmailsSetupRequest_EmailTemplate) Reset

func (*UpdateEmailsSetupRequest_EmailTemplate) String

type UpdateEmailsSetupResponse

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

func (*UpdateEmailsSetupResponse) Descriptor deprecated

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

Deprecated: Use UpdateEmailsSetupResponse.ProtoReflect.Descriptor instead.

func (*UpdateEmailsSetupResponse) ProtoMessage

func (*UpdateEmailsSetupResponse) ProtoMessage()

func (*UpdateEmailsSetupResponse) ProtoReflect

func (*UpdateEmailsSetupResponse) Reset

func (x *UpdateEmailsSetupResponse) Reset()

func (*UpdateEmailsSetupResponse) String

func (x *UpdateEmailsSetupResponse) String() string

type UpdateIdSchemaRequest

type UpdateIdSchemaRequest 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"`
	Content *_struct.Struct `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateIdSchemaRequest) Descriptor deprecated

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

Deprecated: Use UpdateIdSchemaRequest.ProtoReflect.Descriptor instead.

func (*UpdateIdSchemaRequest) GetContent

func (x *UpdateIdSchemaRequest) GetContent() *_struct.Struct

func (*UpdateIdSchemaRequest) GetId

func (x *UpdateIdSchemaRequest) GetId() string

func (*UpdateIdSchemaRequest) GetName

func (x *UpdateIdSchemaRequest) GetName() string

func (*UpdateIdSchemaRequest) ProtoMessage

func (*UpdateIdSchemaRequest) ProtoMessage()

func (*UpdateIdSchemaRequest) ProtoReflect

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

func (*UpdateIdSchemaRequest) Reset

func (x *UpdateIdSchemaRequest) Reset()

func (*UpdateIdSchemaRequest) String

func (x *UpdateIdSchemaRequest) String() string

type UpdateIdSchemaResponse

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

func (*UpdateIdSchemaResponse) Descriptor deprecated

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

Deprecated: Use UpdateIdSchemaResponse.ProtoReflect.Descriptor instead.

func (*UpdateIdSchemaResponse) ProtoMessage

func (*UpdateIdSchemaResponse) ProtoMessage()

func (*UpdateIdSchemaResponse) ProtoReflect

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

func (*UpdateIdSchemaResponse) Reset

func (x *UpdateIdSchemaResponse) Reset()

func (*UpdateIdSchemaResponse) String

func (x *UpdateIdSchemaResponse) String() string

type UpdateIdentityRequest

type UpdateIdentityRequest struct {
	IdentityId string                     `protobuf:"bytes,1,opt,name=identity_id,json=identityId,proto3" json:"identity_id,omitempty"`
	Lock       UpdateIdentityRequest_Lock `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateIdentityRequest) Descriptor deprecated

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

Deprecated: Use UpdateIdentityRequest.ProtoReflect.Descriptor instead.

func (*UpdateIdentityRequest) GetIdentityId

func (x *UpdateIdentityRequest) GetIdentityId() string

func (*UpdateIdentityRequest) GetLock

func (*UpdateIdentityRequest) ProtoMessage

func (*UpdateIdentityRequest) ProtoMessage()

func (*UpdateIdentityRequest) ProtoReflect

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

func (*UpdateIdentityRequest) Reset

func (x *UpdateIdentityRequest) Reset()

func (*UpdateIdentityRequest) String

func (x *UpdateIdentityRequest) String() string

type UpdateIdentityRequest_Lock

type UpdateIdentityRequest_Lock int32
const (
	UpdateIdentityRequest_UNLOCKED     UpdateIdentityRequest_Lock = 0
	UpdateIdentityRequest_ADMIN_LOCKED UpdateIdentityRequest_Lock = 1
)

func (UpdateIdentityRequest_Lock) Descriptor

func (UpdateIdentityRequest_Lock) Enum

func (UpdateIdentityRequest_Lock) EnumDescriptor deprecated

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

Deprecated: Use UpdateIdentityRequest_Lock.Descriptor instead.

func (UpdateIdentityRequest_Lock) Number

func (UpdateIdentityRequest_Lock) String

func (UpdateIdentityRequest_Lock) Type

type UpdateIdentityResponse

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

func (*UpdateIdentityResponse) Descriptor deprecated

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

Deprecated: Use UpdateIdentityResponse.ProtoReflect.Descriptor instead.

func (*UpdateIdentityResponse) ProtoMessage

func (*UpdateIdentityResponse) ProtoMessage()

func (*UpdateIdentityResponse) ProtoReflect

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

func (*UpdateIdentityResponse) Reset

func (x *UpdateIdentityResponse) Reset()

func (*UpdateIdentityResponse) String

func (x *UpdateIdentityResponse) String() string

type UpdateOAuth2ClientRequest

type UpdateOAuth2ClientRequest struct {
	AllowedCorsOrigins                []string                    `protobuf:"bytes,1,rep,name=allowed_cors_origins,json=allowedCorsOrigins,proto3" json:"allowed_cors_origins,omitempty"`
	Audience                          []string                    `protobuf:"bytes,2,rep,name=audience,proto3" json:"audience,omitempty"`
	BackchannelLogoutSessionRequired  bool                        `` /* 162-byte string literal not displayed */
	BackchannelLogoutUri              string                      `protobuf:"bytes,4,opt,name=backchannel_logout_uri,json=backchannelLogoutUri,proto3" json:"backchannel_logout_uri,omitempty"`
	ClientName                        string                      `protobuf:"bytes,6,opt,name=client_name,json=clientName,proto3" json:"client_name,omitempty"`
	ClientUri                         string                      `protobuf:"bytes,8,opt,name=client_uri,json=clientUri,proto3" json:"client_uri,omitempty"`
	Contacts                          []string                    `protobuf:"bytes,9,rep,name=contacts,proto3" json:"contacts,omitempty"`
	FrontchannelLogoutSessionRequired bool                        `` /* 166-byte string literal not displayed */
	FrontchannelLogoutUri             string                      `` /* 127-byte string literal not displayed */
	GrantTypes                        []GrantType                 `` /* 153-byte string literal not displayed */
	Jwks                              *_struct.Struct             `protobuf:"bytes,14,opt,name=jwks,proto3" json:"jwks,omitempty"`
	JwksUri                           string                      `protobuf:"bytes,15,opt,name=jwks_uri,json=jwksUri,proto3" json:"jwks_uri,omitempty"`
	LogoUri                           string                      `protobuf:"bytes,16,opt,name=logo_uri,json=logoUri,proto3" json:"logo_uri,omitempty"`
	Metadata                          *_struct.Struct             `protobuf:"bytes,17,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Owner                             string                      `protobuf:"bytes,18,opt,name=owner,proto3" json:"owner,omitempty"`
	PolicyUri                         string                      `protobuf:"bytes,19,opt,name=policy_uri,json=policyUri,proto3" json:"policy_uri,omitempty"`
	PostLogoutRedirectUris            []string                    `` /* 132-byte string literal not displayed */
	RedirectUris                      []string                    `protobuf:"bytes,21,rep,name=redirect_uris,json=redirectUris,proto3" json:"redirect_uris,omitempty"`
	RequestObjectSigningAlg           RequestObjectSigningAlg     `` /* 203-byte string literal not displayed */
	RequestUris                       []string                    `protobuf:"bytes,23,rep,name=request_uris,json=requestUris,proto3" json:"request_uris,omitempty"`
	ResponseTypes                     []ResponseType              `` /* 165-byte string literal not displayed */
	Scope                             string                      `protobuf:"bytes,25,opt,name=scope,proto3" json:"scope,omitempty"`
	SectorIdentifierUri               string                      `protobuf:"bytes,26,opt,name=sector_identifier_uri,json=sectorIdentifierUri,proto3" json:"sector_identifier_uri,omitempty"`
	SubjectType                       SubjectType                 `` /* 151-byte string literal not displayed */
	TokenEndpointAuthMethod           TokenEndpointAuthMethod     `` /* 203-byte string literal not displayed */
	TokenEndpointAuthSigningAlg       TokenEndpointAuthSigningAlg `` /* 221-byte string literal not displayed */
	TosUri                            string                      `protobuf:"bytes,30,opt,name=tos_uri,json=tosUri,proto3" json:"tos_uri,omitempty"`
	UserinfoSignedResponseAlg         UserinfoSignedResponseAlg   `` /* 211-byte string literal not displayed */
	ClientSecret                      string                      `protobuf:"bytes,32,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	ClientId                          string                      `protobuf:"bytes,33,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOAuth2ClientRequest) Descriptor deprecated

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

Deprecated: Use UpdateOAuth2ClientRequest.ProtoReflect.Descriptor instead.

func (*UpdateOAuth2ClientRequest) GetAllowedCorsOrigins

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

func (*UpdateOAuth2ClientRequest) GetAudience

func (x *UpdateOAuth2ClientRequest) GetAudience() []string

func (*UpdateOAuth2ClientRequest) GetBackchannelLogoutSessionRequired

func (x *UpdateOAuth2ClientRequest) GetBackchannelLogoutSessionRequired() bool

func (*UpdateOAuth2ClientRequest) GetBackchannelLogoutUri

func (x *UpdateOAuth2ClientRequest) GetBackchannelLogoutUri() string

func (*UpdateOAuth2ClientRequest) GetClientId

func (x *UpdateOAuth2ClientRequest) GetClientId() string

func (*UpdateOAuth2ClientRequest) GetClientName

func (x *UpdateOAuth2ClientRequest) GetClientName() string

func (*UpdateOAuth2ClientRequest) GetClientSecret

func (x *UpdateOAuth2ClientRequest) GetClientSecret() string

func (*UpdateOAuth2ClientRequest) GetClientUri

func (x *UpdateOAuth2ClientRequest) GetClientUri() string

func (*UpdateOAuth2ClientRequest) GetContacts

func (x *UpdateOAuth2ClientRequest) GetContacts() []string

func (*UpdateOAuth2ClientRequest) GetFrontchannelLogoutSessionRequired

func (x *UpdateOAuth2ClientRequest) GetFrontchannelLogoutSessionRequired() bool

func (*UpdateOAuth2ClientRequest) GetFrontchannelLogoutUri

func (x *UpdateOAuth2ClientRequest) GetFrontchannelLogoutUri() string

func (*UpdateOAuth2ClientRequest) GetGrantTypes

func (x *UpdateOAuth2ClientRequest) GetGrantTypes() []GrantType

func (*UpdateOAuth2ClientRequest) GetJwks

func (*UpdateOAuth2ClientRequest) GetJwksUri

func (x *UpdateOAuth2ClientRequest) GetJwksUri() string

func (*UpdateOAuth2ClientRequest) GetLogoUri

func (x *UpdateOAuth2ClientRequest) GetLogoUri() string

func (*UpdateOAuth2ClientRequest) GetMetadata

func (x *UpdateOAuth2ClientRequest) GetMetadata() *_struct.Struct

func (*UpdateOAuth2ClientRequest) GetOwner

func (x *UpdateOAuth2ClientRequest) GetOwner() string

func (*UpdateOAuth2ClientRequest) GetPolicyUri

func (x *UpdateOAuth2ClientRequest) GetPolicyUri() string

func (*UpdateOAuth2ClientRequest) GetPostLogoutRedirectUris

func (x *UpdateOAuth2ClientRequest) GetPostLogoutRedirectUris() []string

func (*UpdateOAuth2ClientRequest) GetRedirectUris

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

func (*UpdateOAuth2ClientRequest) GetRequestObjectSigningAlg

func (x *UpdateOAuth2ClientRequest) GetRequestObjectSigningAlg() RequestObjectSigningAlg

func (*UpdateOAuth2ClientRequest) GetRequestUris

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

func (*UpdateOAuth2ClientRequest) GetResponseTypes

func (x *UpdateOAuth2ClientRequest) GetResponseTypes() []ResponseType

func (*UpdateOAuth2ClientRequest) GetScope

func (x *UpdateOAuth2ClientRequest) GetScope() string

func (*UpdateOAuth2ClientRequest) GetSectorIdentifierUri

func (x *UpdateOAuth2ClientRequest) GetSectorIdentifierUri() string

func (*UpdateOAuth2ClientRequest) GetSubjectType

func (x *UpdateOAuth2ClientRequest) GetSubjectType() SubjectType

func (*UpdateOAuth2ClientRequest) GetTokenEndpointAuthMethod

func (x *UpdateOAuth2ClientRequest) GetTokenEndpointAuthMethod() TokenEndpointAuthMethod

func (*UpdateOAuth2ClientRequest) GetTokenEndpointAuthSigningAlg

func (x *UpdateOAuth2ClientRequest) GetTokenEndpointAuthSigningAlg() TokenEndpointAuthSigningAlg

func (*UpdateOAuth2ClientRequest) GetTosUri

func (x *UpdateOAuth2ClientRequest) GetTosUri() string

func (*UpdateOAuth2ClientRequest) GetUserinfoSignedResponseAlg

func (x *UpdateOAuth2ClientRequest) GetUserinfoSignedResponseAlg() UserinfoSignedResponseAlg

func (*UpdateOAuth2ClientRequest) ProtoMessage

func (*UpdateOAuth2ClientRequest) ProtoMessage()

func (*UpdateOAuth2ClientRequest) ProtoReflect

func (*UpdateOAuth2ClientRequest) Reset

func (x *UpdateOAuth2ClientRequest) Reset()

func (*UpdateOAuth2ClientRequest) String

func (x *UpdateOAuth2ClientRequest) String() string

type UpdateOAuth2ClientResponse

type UpdateOAuth2ClientResponse struct {
	ClientId     string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	ClientSecret string `protobuf:"bytes,2,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOAuth2ClientResponse) Descriptor deprecated

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

Deprecated: Use UpdateOAuth2ClientResponse.ProtoReflect.Descriptor instead.

func (*UpdateOAuth2ClientResponse) GetClientId

func (x *UpdateOAuth2ClientResponse) GetClientId() string

func (*UpdateOAuth2ClientResponse) GetClientSecret

func (x *UpdateOAuth2ClientResponse) GetClientSecret() string

func (*UpdateOAuth2ClientResponse) ProtoMessage

func (*UpdateOAuth2ClientResponse) ProtoMessage()

func (*UpdateOAuth2ClientResponse) ProtoReflect

func (*UpdateOAuth2ClientResponse) Reset

func (x *UpdateOAuth2ClientResponse) Reset()

func (*UpdateOAuth2ClientResponse) String

func (x *UpdateOAuth2ClientResponse) String() string

type UpdateProfileRequest

type UpdateProfileRequest struct {
	IdentityId string `protobuf:"bytes,1,opt,name=identity_id,json=identityId,proto3" json:"identity_id,omitempty"`
	Profile    string `protobuf:"bytes,2,opt,name=profile,proto3" json:"profile,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProfileRequest) Descriptor deprecated

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

Deprecated: Use UpdateProfileRequest.ProtoReflect.Descriptor instead.

func (*UpdateProfileRequest) GetIdentityId

func (x *UpdateProfileRequest) GetIdentityId() string

func (*UpdateProfileRequest) GetProfile

func (x *UpdateProfileRequest) GetProfile() string

func (*UpdateProfileRequest) ProtoMessage

func (*UpdateProfileRequest) ProtoMessage()

func (*UpdateProfileRequest) ProtoReflect

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

func (*UpdateProfileRequest) Reset

func (x *UpdateProfileRequest) Reset()

func (*UpdateProfileRequest) String

func (x *UpdateProfileRequest) String() string

type UpdateProfileResponse

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

func (*UpdateProfileResponse) Descriptor deprecated

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

Deprecated: Use UpdateProfileResponse.ProtoReflect.Descriptor instead.

func (*UpdateProfileResponse) ProtoMessage

func (*UpdateProfileResponse) ProtoMessage()

func (*UpdateProfileResponse) ProtoReflect

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

func (*UpdateProfileResponse) Reset

func (x *UpdateProfileResponse) Reset()

func (*UpdateProfileResponse) String

func (x *UpdateProfileResponse) String() string

type UserinfoSignedResponseAlg

type UserinfoSignedResponseAlg int32
const (
	UserinfoSignedResponseAlg_USERINFO_SIGNED_RESPONSE_ALG_UNSET UserinfoSignedResponseAlg = 0
	UserinfoSignedResponseAlg_USERINFO_SIGNED_RESPONSE_ALG_NONE  UserinfoSignedResponseAlg = 1
	UserinfoSignedResponseAlg_USERINFO_SIGNED_RESPONSE_ALG_RS256 UserinfoSignedResponseAlg = 2
)

func (UserinfoSignedResponseAlg) Descriptor

func (UserinfoSignedResponseAlg) Enum

func (UserinfoSignedResponseAlg) EnumDescriptor deprecated

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

Deprecated: Use UserinfoSignedResponseAlg.Descriptor instead.

func (UserinfoSignedResponseAlg) Number

func (UserinfoSignedResponseAlg) String

func (x UserinfoSignedResponseAlg) String() string

func (UserinfoSignedResponseAlg) Type

Jump to

Keyboard shortcuts

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