Documentation ¶
Index ¶
- Variables
- type IDP
- func (*IDP) Descriptor() ([]byte, []int)deprecated
- func (x *IDP) GetAutoRegister() bool
- func (m *IDP) GetConfig() isIDP_Config
- func (x *IDP) GetDetails() *object.ObjectDetails
- func (x *IDP) GetId() string
- func (x *IDP) GetJwtConfig() *JWTConfig
- func (x *IDP) GetName() string
- func (x *IDP) GetOidcConfig() *OIDCConfig
- func (x *IDP) GetOwner() IDPOwnerType
- func (x *IDP) GetState() IDPState
- func (x *IDP) GetStylingType() IDPStylingType
- func (*IDP) ProtoMessage()
- func (x *IDP) ProtoReflect() protoreflect.Message
- func (x *IDP) Reset()
- func (x *IDP) String() string
- type IDPFieldName
- func (IDPFieldName) Descriptor() protoreflect.EnumDescriptor
- func (x IDPFieldName) Enum() *IDPFieldName
- func (IDPFieldName) EnumDescriptor() ([]byte, []int)deprecated
- func (x IDPFieldName) Number() protoreflect.EnumNumber
- func (x IDPFieldName) String() string
- func (IDPFieldName) Type() protoreflect.EnumType
- type IDPIDQuery
- type IDPLoginPolicyLink
- func (*IDPLoginPolicyLink) Descriptor() ([]byte, []int)deprecated
- func (x *IDPLoginPolicyLink) GetIdpId() string
- func (x *IDPLoginPolicyLink) GetIdpName() string
- func (x *IDPLoginPolicyLink) GetIdpType() IDPType
- func (*IDPLoginPolicyLink) ProtoMessage()
- func (x *IDPLoginPolicyLink) ProtoReflect() protoreflect.Message
- func (x *IDPLoginPolicyLink) Reset()
- func (x *IDPLoginPolicyLink) String() string
- type IDPNameQuery
- func (*IDPNameQuery) Descriptor() ([]byte, []int)deprecated
- func (x *IDPNameQuery) GetMethod() object.TextQueryMethod
- func (x *IDPNameQuery) GetName() string
- func (*IDPNameQuery) ProtoMessage()
- func (x *IDPNameQuery) ProtoReflect() protoreflect.Message
- func (x *IDPNameQuery) Reset()
- func (x *IDPNameQuery) String() string
- type IDPOwnerType
- func (IDPOwnerType) Descriptor() protoreflect.EnumDescriptor
- func (x IDPOwnerType) Enum() *IDPOwnerType
- func (IDPOwnerType) EnumDescriptor() ([]byte, []int)deprecated
- func (x IDPOwnerType) Number() protoreflect.EnumNumber
- func (x IDPOwnerType) String() string
- func (IDPOwnerType) Type() protoreflect.EnumType
- type IDPOwnerTypeQuery
- func (*IDPOwnerTypeQuery) Descriptor() ([]byte, []int)deprecated
- func (x *IDPOwnerTypeQuery) GetOwnerType() IDPOwnerType
- func (*IDPOwnerTypeQuery) ProtoMessage()
- func (x *IDPOwnerTypeQuery) ProtoReflect() protoreflect.Message
- func (x *IDPOwnerTypeQuery) Reset()
- func (x *IDPOwnerTypeQuery) String() string
- type IDPState
- type IDPStylingType
- func (IDPStylingType) Descriptor() protoreflect.EnumDescriptor
- func (x IDPStylingType) Enum() *IDPStylingType
- func (IDPStylingType) EnumDescriptor() ([]byte, []int)deprecated
- func (x IDPStylingType) Number() protoreflect.EnumNumber
- func (x IDPStylingType) String() string
- func (IDPStylingType) Type() protoreflect.EnumType
- type IDPType
- type IDPUserLink
- func (*IDPUserLink) Descriptor() ([]byte, []int)deprecated
- func (x *IDPUserLink) GetIdpId() string
- func (x *IDPUserLink) GetIdpName() string
- func (x *IDPUserLink) GetIdpType() IDPType
- func (x *IDPUserLink) GetProvidedUserId() string
- func (x *IDPUserLink) GetProvidedUserName() string
- func (x *IDPUserLink) GetUserId() string
- func (*IDPUserLink) ProtoMessage()
- func (x *IDPUserLink) ProtoReflect() protoreflect.Message
- func (x *IDPUserLink) Reset()
- func (x *IDPUserLink) String() string
- type IDP_JwtConfig
- type IDP_OidcConfig
- type JWTConfig
- func (*JWTConfig) Descriptor() ([]byte, []int)deprecated
- func (x *JWTConfig) GetHeaderName() string
- func (x *JWTConfig) GetIssuer() string
- func (x *JWTConfig) GetJwtEndpoint() string
- func (x *JWTConfig) GetKeysEndpoint() string
- func (*JWTConfig) ProtoMessage()
- func (x *JWTConfig) ProtoReflect() protoreflect.Message
- func (x *JWTConfig) Reset()
- func (x *JWTConfig) String() string
- type OIDCConfig
- func (*OIDCConfig) Descriptor() ([]byte, []int)deprecated
- func (x *OIDCConfig) GetClientId() string
- func (x *OIDCConfig) GetDisplayNameMapping() OIDCMappingField
- func (x *OIDCConfig) GetIssuer() string
- func (x *OIDCConfig) GetScopes() []string
- func (x *OIDCConfig) GetUsernameMapping() OIDCMappingField
- func (*OIDCConfig) ProtoMessage()
- func (x *OIDCConfig) ProtoReflect() protoreflect.Message
- func (x *OIDCConfig) Reset()
- func (x *OIDCConfig) String() string
- type OIDCMappingField
- func (OIDCMappingField) Descriptor() protoreflect.EnumDescriptor
- func (x OIDCMappingField) Enum() *OIDCMappingField
- func (OIDCMappingField) EnumDescriptor() ([]byte, []int)deprecated
- func (x OIDCMappingField) Number() protoreflect.EnumNumber
- func (x OIDCMappingField) String() string
- func (OIDCMappingField) Type() protoreflect.EnumType
Constants ¶
This section is empty.
Variables ¶
var ( IDPState_name = map[int32]string{ 0: "IDP_STATE_UNSPECIFIED", 1: "IDP_STATE_ACTIVE", 2: "IDP_STATE_INACTIVE", } IDPState_value = map[string]int32{ "IDP_STATE_UNSPECIFIED": 0, "IDP_STATE_ACTIVE": 1, "IDP_STATE_INACTIVE": 2, } )
Enum value maps for IDPState.
var ( IDPStylingType_name = map[int32]string{ 0: "STYLING_TYPE_UNSPECIFIED", 1: "STYLING_TYPE_GOOGLE", } IDPStylingType_value = map[string]int32{ "STYLING_TYPE_UNSPECIFIED": 0, "STYLING_TYPE_GOOGLE": 1, } )
Enum value maps for IDPStylingType.
var ( IDPType_name = map[int32]string{ 0: "IDP_TYPE_UNSPECIFIED", 1: "IDP_TYPE_OIDC", 3: "IDP_TYPE_JWT", } IDPType_value = map[string]int32{ "IDP_TYPE_UNSPECIFIED": 0, "IDP_TYPE_OIDC": 1, "IDP_TYPE_JWT": 3, } )
Enum value maps for IDPType.
var ( IDPOwnerType_name = map[int32]string{ 0: "IDP_OWNER_TYPE_UNSPECIFIED", 1: "IDP_OWNER_TYPE_SYSTEM", 2: "IDP_OWNER_TYPE_ORG", } IDPOwnerType_value = map[string]int32{ "IDP_OWNER_TYPE_UNSPECIFIED": 0, "IDP_OWNER_TYPE_SYSTEM": 1, "IDP_OWNER_TYPE_ORG": 2, } )
Enum value maps for IDPOwnerType.
var ( OIDCMappingField_name = map[int32]string{ 0: "OIDC_MAPPING_FIELD_UNSPECIFIED", 1: "OIDC_MAPPING_FIELD_PREFERRED_USERNAME", 2: "OIDC_MAPPING_FIELD_EMAIL", } OIDCMappingField_value = map[string]int32{ "OIDC_MAPPING_FIELD_UNSPECIFIED": 0, "OIDC_MAPPING_FIELD_PREFERRED_USERNAME": 1, "OIDC_MAPPING_FIELD_EMAIL": 2, } )
Enum value maps for OIDCMappingField.
var ( IDPFieldName_name = map[int32]string{ 0: "IDP_FIELD_NAME_UNSPECIFIED", 1: "IDP_FIELD_NAME_NAME", } IDPFieldName_value = map[string]int32{ "IDP_FIELD_NAME_UNSPECIFIED": 0, "IDP_FIELD_NAME_NAME": 1, } )
Enum value maps for IDPFieldName.
var File_zitadel_idp_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type IDP ¶
type IDP struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Details *object.ObjectDetails `protobuf:"bytes,2,opt,name=details,proto3" json:"details,omitempty"` State IDPState `protobuf:"varint,3,opt,name=state,proto3,enum=zitadel.idp.v1.IDPState" json:"state,omitempty"` Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` StylingType IDPStylingType `` /* 130-byte string literal not displayed */ Owner IDPOwnerType `protobuf:"varint,6,opt,name=owner,proto3,enum=zitadel.idp.v1.IDPOwnerType" json:"owner,omitempty"` // Types that are assignable to Config: // // *IDP_OidcConfig // *IDP_JwtConfig Config isIDP_Config `protobuf_oneof:"config"` AutoRegister bool `protobuf:"varint,8,opt,name=auto_register,json=autoRegister,proto3" json:"auto_register,omitempty"` // contains filtered or unexported fields }
func (*IDP) Descriptor
deprecated
func (*IDP) GetAutoRegister ¶
func (*IDP) GetDetails ¶
func (x *IDP) GetDetails() *object.ObjectDetails
func (*IDP) GetJwtConfig ¶
func (*IDP) GetOidcConfig ¶
func (x *IDP) GetOidcConfig() *OIDCConfig
func (*IDP) GetOwner ¶
func (x *IDP) GetOwner() IDPOwnerType
func (*IDP) GetStylingType ¶
func (x *IDP) GetStylingType() IDPStylingType
func (*IDP) ProtoMessage ¶
func (*IDP) ProtoMessage()
func (*IDP) ProtoReflect ¶
func (x *IDP) ProtoReflect() protoreflect.Message
type IDPFieldName ¶
type IDPFieldName int32
const ( IDPFieldName_IDP_FIELD_NAME_UNSPECIFIED IDPFieldName = 0 IDPFieldName_IDP_FIELD_NAME_NAME IDPFieldName = 1 )
func (IDPFieldName) Descriptor ¶
func (IDPFieldName) Descriptor() protoreflect.EnumDescriptor
func (IDPFieldName) Enum ¶
func (x IDPFieldName) Enum() *IDPFieldName
func (IDPFieldName) EnumDescriptor
deprecated
func (IDPFieldName) EnumDescriptor() ([]byte, []int)
Deprecated: Use IDPFieldName.Descriptor instead.
func (IDPFieldName) Number ¶
func (x IDPFieldName) Number() protoreflect.EnumNumber
func (IDPFieldName) String ¶
func (x IDPFieldName) String() string
func (IDPFieldName) Type ¶
func (IDPFieldName) Type() protoreflect.EnumType
type IDPIDQuery ¶
type IDPIDQuery struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*IDPIDQuery) Descriptor
deprecated
func (*IDPIDQuery) Descriptor() ([]byte, []int)
Deprecated: Use IDPIDQuery.ProtoReflect.Descriptor instead.
func (*IDPIDQuery) GetId ¶
func (x *IDPIDQuery) GetId() string
func (*IDPIDQuery) ProtoMessage ¶
func (*IDPIDQuery) ProtoMessage()
func (*IDPIDQuery) ProtoReflect ¶
func (x *IDPIDQuery) ProtoReflect() protoreflect.Message
func (*IDPIDQuery) Reset ¶
func (x *IDPIDQuery) Reset()
func (*IDPIDQuery) String ¶
func (x *IDPIDQuery) String() string
type IDPLoginPolicyLink ¶
type IDPLoginPolicyLink struct { IdpId string `protobuf:"bytes,1,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"` IdpName string `protobuf:"bytes,2,opt,name=idp_name,json=idpName,proto3" json:"idp_name,omitempty"` IdpType IDPType `protobuf:"varint,3,opt,name=idp_type,json=idpType,proto3,enum=zitadel.idp.v1.IDPType" json:"idp_type,omitempty"` // contains filtered or unexported fields }
func (*IDPLoginPolicyLink) Descriptor
deprecated
func (*IDPLoginPolicyLink) Descriptor() ([]byte, []int)
Deprecated: Use IDPLoginPolicyLink.ProtoReflect.Descriptor instead.
func (*IDPLoginPolicyLink) GetIdpId ¶
func (x *IDPLoginPolicyLink) GetIdpId() string
func (*IDPLoginPolicyLink) GetIdpName ¶
func (x *IDPLoginPolicyLink) GetIdpName() string
func (*IDPLoginPolicyLink) GetIdpType ¶
func (x *IDPLoginPolicyLink) GetIdpType() IDPType
func (*IDPLoginPolicyLink) ProtoMessage ¶
func (*IDPLoginPolicyLink) ProtoMessage()
func (*IDPLoginPolicyLink) ProtoReflect ¶
func (x *IDPLoginPolicyLink) ProtoReflect() protoreflect.Message
func (*IDPLoginPolicyLink) Reset ¶
func (x *IDPLoginPolicyLink) Reset()
func (*IDPLoginPolicyLink) String ¶
func (x *IDPLoginPolicyLink) String() string
type IDPNameQuery ¶
type IDPNameQuery struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Method object.TextQueryMethod `protobuf:"varint,2,opt,name=method,proto3,enum=zitadel.v1.TextQueryMethod" json:"method,omitempty"` // contains filtered or unexported fields }
func (*IDPNameQuery) Descriptor
deprecated
func (*IDPNameQuery) Descriptor() ([]byte, []int)
Deprecated: Use IDPNameQuery.ProtoReflect.Descriptor instead.
func (*IDPNameQuery) GetMethod ¶
func (x *IDPNameQuery) GetMethod() object.TextQueryMethod
func (*IDPNameQuery) GetName ¶
func (x *IDPNameQuery) GetName() string
func (*IDPNameQuery) ProtoMessage ¶
func (*IDPNameQuery) ProtoMessage()
func (*IDPNameQuery) ProtoReflect ¶
func (x *IDPNameQuery) ProtoReflect() protoreflect.Message
func (*IDPNameQuery) Reset ¶
func (x *IDPNameQuery) Reset()
func (*IDPNameQuery) String ¶
func (x *IDPNameQuery) String() string
type IDPOwnerType ¶
type IDPOwnerType int32
the owner of the identity provider.
const ( IDPOwnerType_IDP_OWNER_TYPE_UNSPECIFIED IDPOwnerType = 0 // system is managed by the ZITADEL administrators IDPOwnerType_IDP_OWNER_TYPE_SYSTEM IDPOwnerType = 1 // org is managed by de organisation administrators IDPOwnerType_IDP_OWNER_TYPE_ORG IDPOwnerType = 2 )
func (IDPOwnerType) Descriptor ¶
func (IDPOwnerType) Descriptor() protoreflect.EnumDescriptor
func (IDPOwnerType) Enum ¶
func (x IDPOwnerType) Enum() *IDPOwnerType
func (IDPOwnerType) EnumDescriptor
deprecated
func (IDPOwnerType) EnumDescriptor() ([]byte, []int)
Deprecated: Use IDPOwnerType.Descriptor instead.
func (IDPOwnerType) Number ¶
func (x IDPOwnerType) Number() protoreflect.EnumNumber
func (IDPOwnerType) String ¶
func (x IDPOwnerType) String() string
func (IDPOwnerType) Type ¶
func (IDPOwnerType) Type() protoreflect.EnumType
type IDPOwnerTypeQuery ¶
type IDPOwnerTypeQuery struct { OwnerType IDPOwnerType `protobuf:"varint,1,opt,name=owner_type,json=ownerType,proto3,enum=zitadel.idp.v1.IDPOwnerType" json:"owner_type,omitempty"` // contains filtered or unexported fields }
func (*IDPOwnerTypeQuery) Descriptor
deprecated
func (*IDPOwnerTypeQuery) Descriptor() ([]byte, []int)
Deprecated: Use IDPOwnerTypeQuery.ProtoReflect.Descriptor instead.
func (*IDPOwnerTypeQuery) GetOwnerType ¶
func (x *IDPOwnerTypeQuery) GetOwnerType() IDPOwnerType
func (*IDPOwnerTypeQuery) ProtoMessage ¶
func (*IDPOwnerTypeQuery) ProtoMessage()
func (*IDPOwnerTypeQuery) ProtoReflect ¶
func (x *IDPOwnerTypeQuery) ProtoReflect() protoreflect.Message
func (*IDPOwnerTypeQuery) Reset ¶
func (x *IDPOwnerTypeQuery) Reset()
func (*IDPOwnerTypeQuery) String ¶
func (x *IDPOwnerTypeQuery) String() string
type IDPState ¶
type IDPState int32
func (IDPState) Descriptor ¶
func (IDPState) Descriptor() protoreflect.EnumDescriptor
func (IDPState) EnumDescriptor
deprecated
func (IDPState) Number ¶
func (x IDPState) Number() protoreflect.EnumNumber
func (IDPState) Type ¶
func (IDPState) Type() protoreflect.EnumType
type IDPStylingType ¶
type IDPStylingType int32
const ( IDPStylingType_STYLING_TYPE_UNSPECIFIED IDPStylingType = 0 IDPStylingType_STYLING_TYPE_GOOGLE IDPStylingType = 1 )
func (IDPStylingType) Descriptor ¶
func (IDPStylingType) Descriptor() protoreflect.EnumDescriptor
func (IDPStylingType) Enum ¶
func (x IDPStylingType) Enum() *IDPStylingType
func (IDPStylingType) EnumDescriptor
deprecated
func (IDPStylingType) EnumDescriptor() ([]byte, []int)
Deprecated: Use IDPStylingType.Descriptor instead.
func (IDPStylingType) Number ¶
func (x IDPStylingType) Number() protoreflect.EnumNumber
func (IDPStylingType) String ¶
func (x IDPStylingType) String() string
func (IDPStylingType) Type ¶
func (IDPStylingType) Type() protoreflect.EnumType
type IDPType ¶
type IDPType int32
authorization framework of the identity provider
func (IDPType) Descriptor ¶
func (IDPType) Descriptor() protoreflect.EnumDescriptor
func (IDPType) EnumDescriptor
deprecated
func (IDPType) Number ¶
func (x IDPType) Number() protoreflect.EnumNumber
func (IDPType) Type ¶
func (IDPType) Type() protoreflect.EnumType
type IDPUserLink ¶
type IDPUserLink struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` IdpId string `protobuf:"bytes,2,opt,name=idp_id,json=idpId,proto3" json:"idp_id,omitempty"` IdpName string `protobuf:"bytes,3,opt,name=idp_name,json=idpName,proto3" json:"idp_name,omitempty"` ProvidedUserId string `protobuf:"bytes,4,opt,name=provided_user_id,json=providedUserId,proto3" json:"provided_user_id,omitempty"` ProvidedUserName string `protobuf:"bytes,5,opt,name=provided_user_name,json=providedUserName,proto3" json:"provided_user_name,omitempty"` IdpType IDPType `protobuf:"varint,6,opt,name=idp_type,json=idpType,proto3,enum=zitadel.idp.v1.IDPType" json:"idp_type,omitempty"` // contains filtered or unexported fields }
func (*IDPUserLink) Descriptor
deprecated
func (*IDPUserLink) Descriptor() ([]byte, []int)
Deprecated: Use IDPUserLink.ProtoReflect.Descriptor instead.
func (*IDPUserLink) GetIdpId ¶
func (x *IDPUserLink) GetIdpId() string
func (*IDPUserLink) GetIdpName ¶
func (x *IDPUserLink) GetIdpName() string
func (*IDPUserLink) GetIdpType ¶
func (x *IDPUserLink) GetIdpType() IDPType
func (*IDPUserLink) GetProvidedUserId ¶
func (x *IDPUserLink) GetProvidedUserId() string
func (*IDPUserLink) GetProvidedUserName ¶
func (x *IDPUserLink) GetProvidedUserName() string
func (*IDPUserLink) GetUserId ¶
func (x *IDPUserLink) GetUserId() string
func (*IDPUserLink) ProtoMessage ¶
func (*IDPUserLink) ProtoMessage()
func (*IDPUserLink) ProtoReflect ¶
func (x *IDPUserLink) ProtoReflect() protoreflect.Message
func (*IDPUserLink) Reset ¶
func (x *IDPUserLink) Reset()
func (*IDPUserLink) String ¶
func (x *IDPUserLink) String() string
type IDP_JwtConfig ¶
type IDP_JwtConfig struct {
JwtConfig *JWTConfig `protobuf:"bytes,9,opt,name=jwt_config,json=jwtConfig,proto3,oneof"`
}
type IDP_OidcConfig ¶
type IDP_OidcConfig struct {
OidcConfig *OIDCConfig `protobuf:"bytes,7,opt,name=oidc_config,json=oidcConfig,proto3,oneof"`
}
type JWTConfig ¶
type JWTConfig struct { JwtEndpoint string `protobuf:"bytes,1,opt,name=jwt_endpoint,json=jwtEndpoint,proto3" json:"jwt_endpoint,omitempty"` Issuer string `protobuf:"bytes,2,opt,name=issuer,proto3" json:"issuer,omitempty"` KeysEndpoint string `protobuf:"bytes,3,opt,name=keys_endpoint,json=keysEndpoint,proto3" json:"keys_endpoint,omitempty"` HeaderName string `protobuf:"bytes,4,opt,name=header_name,json=headerName,proto3" json:"header_name,omitempty"` // contains filtered or unexported fields }
func (*JWTConfig) Descriptor
deprecated
func (*JWTConfig) GetHeaderName ¶
func (*JWTConfig) GetJwtEndpoint ¶
func (*JWTConfig) GetKeysEndpoint ¶
func (*JWTConfig) ProtoMessage ¶
func (*JWTConfig) ProtoMessage()
func (*JWTConfig) ProtoReflect ¶
func (x *JWTConfig) ProtoReflect() protoreflect.Message
type OIDCConfig ¶
type OIDCConfig struct { ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` Issuer string `protobuf:"bytes,2,opt,name=issuer,proto3" json:"issuer,omitempty"` Scopes []string `protobuf:"bytes,3,rep,name=scopes,proto3" json:"scopes,omitempty"` DisplayNameMapping OIDCMappingField `` /* 155-byte string literal not displayed */ UsernameMapping OIDCMappingField `` /* 144-byte string literal not displayed */ // contains filtered or unexported fields }
func (*OIDCConfig) Descriptor
deprecated
func (*OIDCConfig) Descriptor() ([]byte, []int)
Deprecated: Use OIDCConfig.ProtoReflect.Descriptor instead.
func (*OIDCConfig) GetClientId ¶
func (x *OIDCConfig) GetClientId() string
func (*OIDCConfig) GetDisplayNameMapping ¶
func (x *OIDCConfig) GetDisplayNameMapping() OIDCMappingField
func (*OIDCConfig) GetIssuer ¶
func (x *OIDCConfig) GetIssuer() string
func (*OIDCConfig) GetScopes ¶
func (x *OIDCConfig) GetScopes() []string
func (*OIDCConfig) GetUsernameMapping ¶
func (x *OIDCConfig) GetUsernameMapping() OIDCMappingField
func (*OIDCConfig) ProtoMessage ¶
func (*OIDCConfig) ProtoMessage()
func (*OIDCConfig) ProtoReflect ¶
func (x *OIDCConfig) ProtoReflect() protoreflect.Message
func (*OIDCConfig) Reset ¶
func (x *OIDCConfig) Reset()
func (*OIDCConfig) String ¶
func (x *OIDCConfig) String() string
type OIDCMappingField ¶
type OIDCMappingField int32
const ( OIDCMappingField_OIDC_MAPPING_FIELD_UNSPECIFIED OIDCMappingField = 0 OIDCMappingField_OIDC_MAPPING_FIELD_PREFERRED_USERNAME OIDCMappingField = 1 OIDCMappingField_OIDC_MAPPING_FIELD_EMAIL OIDCMappingField = 2 )
func (OIDCMappingField) Descriptor ¶
func (OIDCMappingField) Descriptor() protoreflect.EnumDescriptor
func (OIDCMappingField) Enum ¶
func (x OIDCMappingField) Enum() *OIDCMappingField
func (OIDCMappingField) EnumDescriptor
deprecated
func (OIDCMappingField) EnumDescriptor() ([]byte, []int)
Deprecated: Use OIDCMappingField.Descriptor instead.
func (OIDCMappingField) Number ¶
func (x OIDCMappingField) Number() protoreflect.EnumNumber
func (OIDCMappingField) String ¶
func (x OIDCMappingField) String() string
func (OIDCMappingField) Type ¶
func (OIDCMappingField) Type() protoreflect.EnumType