Versions in this module Expand all Collapse all v1 v1.0.1 Apr 18, 2024 Changes in this version + var APIAuthMethodType_name = map[int32]string + var APIAuthMethodType_value = map[string]int32 + var AppState_name = map[int32]string + var AppState_value = map[string]int32 + var File_zitadel_app_proto protoreflect.FileDescriptor + var OIDCAppType_name = map[int32]string + var OIDCAppType_value = map[string]int32 + var OIDCAuthMethodType_name = map[int32]string + var OIDCAuthMethodType_value = map[string]int32 + var OIDCGrantType_name = map[int32]string + var OIDCGrantType_value = map[string]int32 + var OIDCResponseType_name = map[int32]string + var OIDCResponseType_value = map[string]int32 + var OIDCTokenType_name = map[int32]string + var OIDCTokenType_value = map[string]int32 + var OIDCVersion_name = map[int32]string + var OIDCVersion_value = map[string]int32 + type APIAuthMethodType int32 + const APIAuthMethodType_API_AUTH_METHOD_TYPE_BASIC + const APIAuthMethodType_API_AUTH_METHOD_TYPE_PRIVATE_KEY_JWT + func (APIAuthMethodType) Descriptor() protoreflect.EnumDescriptor + func (APIAuthMethodType) EnumDescriptor() ([]byte, []int) + func (APIAuthMethodType) Type() protoreflect.EnumType + func (x APIAuthMethodType) Enum() *APIAuthMethodType + func (x APIAuthMethodType) Number() protoreflect.EnumNumber + func (x APIAuthMethodType) String() string + type APIConfig struct + AuthMethodType APIAuthMethodType + ClientId string + func (*APIConfig) Descriptor() ([]byte, []int) + func (*APIConfig) ProtoMessage() + func (x *APIConfig) GetAuthMethodType() APIAuthMethodType + func (x *APIConfig) GetClientId() string + func (x *APIConfig) ProtoReflect() protoreflect.Message + func (x *APIConfig) Reset() + func (x *APIConfig) String() string + type App struct + Config isApp_Config + Details *object.ObjectDetails + Id string + Name string + State AppState + func (*App) Descriptor() ([]byte, []int) + func (*App) ProtoMessage() + func (m *App) GetConfig() isApp_Config + func (x *App) GetApiConfig() *APIConfig + func (x *App) GetDetails() *object.ObjectDetails + func (x *App) GetId() string + func (x *App) GetName() string + func (x *App) GetOidcConfig() *OIDCConfig + func (x *App) GetSamlConfig() *SAMLConfig + func (x *App) GetState() AppState + func (x *App) ProtoReflect() protoreflect.Message + func (x *App) Reset() + func (x *App) String() string + type AppNameQuery struct + Method object.TextQueryMethod + Name string + func (*AppNameQuery) Descriptor() ([]byte, []int) + func (*AppNameQuery) ProtoMessage() + func (x *AppNameQuery) GetMethod() object.TextQueryMethod + func (x *AppNameQuery) GetName() string + func (x *AppNameQuery) ProtoReflect() protoreflect.Message + func (x *AppNameQuery) Reset() + func (x *AppNameQuery) String() string + type AppQuery struct + Query isAppQuery_Query + func (*AppQuery) Descriptor() ([]byte, []int) + func (*AppQuery) ProtoMessage() + func (m *AppQuery) GetQuery() isAppQuery_Query + func (x *AppQuery) GetNameQuery() *AppNameQuery + func (x *AppQuery) ProtoReflect() protoreflect.Message + func (x *AppQuery) Reset() + func (x *AppQuery) String() string + type AppQuery_NameQuery struct + NameQuery *AppNameQuery + type AppState int32 + const AppState_APP_STATE_ACTIVE + const AppState_APP_STATE_INACTIVE + const AppState_APP_STATE_UNSPECIFIED + func (AppState) Descriptor() protoreflect.EnumDescriptor + func (AppState) EnumDescriptor() ([]byte, []int) + func (AppState) Type() protoreflect.EnumType + func (x AppState) Enum() *AppState + func (x AppState) Number() protoreflect.EnumNumber + func (x AppState) String() string + type App_ApiConfig struct + ApiConfig *APIConfig + type App_OidcConfig struct + OidcConfig *OIDCConfig + type App_SamlConfig struct + SamlConfig *SAMLConfig + type OIDCAppType int32 + const OIDCAppType_OIDC_APP_TYPE_NATIVE + const OIDCAppType_OIDC_APP_TYPE_USER_AGENT + const OIDCAppType_OIDC_APP_TYPE_WEB + func (OIDCAppType) Descriptor() protoreflect.EnumDescriptor + func (OIDCAppType) EnumDescriptor() ([]byte, []int) + func (OIDCAppType) Type() protoreflect.EnumType + func (x OIDCAppType) Enum() *OIDCAppType + func (x OIDCAppType) Number() protoreflect.EnumNumber + func (x OIDCAppType) String() string + type OIDCAuthMethodType int32 + const OIDCAuthMethodType_OIDC_AUTH_METHOD_TYPE_BASIC + const OIDCAuthMethodType_OIDC_AUTH_METHOD_TYPE_NONE + const OIDCAuthMethodType_OIDC_AUTH_METHOD_TYPE_POST + const OIDCAuthMethodType_OIDC_AUTH_METHOD_TYPE_PRIVATE_KEY_JWT + func (OIDCAuthMethodType) Descriptor() protoreflect.EnumDescriptor + func (OIDCAuthMethodType) EnumDescriptor() ([]byte, []int) + func (OIDCAuthMethodType) Type() protoreflect.EnumType + func (x OIDCAuthMethodType) Enum() *OIDCAuthMethodType + func (x OIDCAuthMethodType) Number() protoreflect.EnumNumber + func (x OIDCAuthMethodType) String() string + type OIDCConfig struct + AccessTokenRoleAssertion bool + AccessTokenType OIDCTokenType + AdditionalOrigins []string + AllowedOrigins []string + AppType OIDCAppType + AuthMethodType OIDCAuthMethodType + ClientId string + ClockSkew *durationpb.Duration + ComplianceProblems []*message.LocalizedMessage + DevMode bool + GrantTypes []OIDCGrantType + IdTokenRoleAssertion bool + IdTokenUserinfoAssertion bool + NoneCompliant bool + PostLogoutRedirectUris []string + RedirectUris []string + ResponseTypes []OIDCResponseType + SkipNativeAppSuccessPage bool + Version OIDCVersion + func (*OIDCConfig) Descriptor() ([]byte, []int) + func (*OIDCConfig) ProtoMessage() + func (x *OIDCConfig) GetAccessTokenRoleAssertion() bool + func (x *OIDCConfig) GetAccessTokenType() OIDCTokenType + func (x *OIDCConfig) GetAdditionalOrigins() []string + func (x *OIDCConfig) GetAllowedOrigins() []string + func (x *OIDCConfig) GetAppType() OIDCAppType + func (x *OIDCConfig) GetAuthMethodType() OIDCAuthMethodType + func (x *OIDCConfig) GetClientId() string + func (x *OIDCConfig) GetClockSkew() *durationpb.Duration + func (x *OIDCConfig) GetComplianceProblems() []*message.LocalizedMessage + func (x *OIDCConfig) GetDevMode() bool + func (x *OIDCConfig) GetGrantTypes() []OIDCGrantType + func (x *OIDCConfig) GetIdTokenRoleAssertion() bool + func (x *OIDCConfig) GetIdTokenUserinfoAssertion() bool + func (x *OIDCConfig) GetNoneCompliant() bool + func (x *OIDCConfig) GetPostLogoutRedirectUris() []string + func (x *OIDCConfig) GetRedirectUris() []string + func (x *OIDCConfig) GetResponseTypes() []OIDCResponseType + func (x *OIDCConfig) GetSkipNativeAppSuccessPage() bool + func (x *OIDCConfig) GetVersion() OIDCVersion + func (x *OIDCConfig) ProtoReflect() protoreflect.Message + func (x *OIDCConfig) Reset() + func (x *OIDCConfig) String() string + type OIDCGrantType int32 + const OIDCGrantType_OIDC_GRANT_TYPE_AUTHORIZATION_CODE + const OIDCGrantType_OIDC_GRANT_TYPE_DEVICE_CODE + const OIDCGrantType_OIDC_GRANT_TYPE_IMPLICIT + const OIDCGrantType_OIDC_GRANT_TYPE_REFRESH_TOKEN + func (OIDCGrantType) Descriptor() protoreflect.EnumDescriptor + func (OIDCGrantType) EnumDescriptor() ([]byte, []int) + func (OIDCGrantType) Type() protoreflect.EnumType + func (x OIDCGrantType) Enum() *OIDCGrantType + func (x OIDCGrantType) Number() protoreflect.EnumNumber + func (x OIDCGrantType) String() string + type OIDCResponseType int32 + const OIDCResponseType_OIDC_RESPONSE_TYPE_CODE + const OIDCResponseType_OIDC_RESPONSE_TYPE_ID_TOKEN + const OIDCResponseType_OIDC_RESPONSE_TYPE_ID_TOKEN_TOKEN + func (OIDCResponseType) Descriptor() protoreflect.EnumDescriptor + func (OIDCResponseType) EnumDescriptor() ([]byte, []int) + func (OIDCResponseType) Type() protoreflect.EnumType + func (x OIDCResponseType) Enum() *OIDCResponseType + func (x OIDCResponseType) Number() protoreflect.EnumNumber + func (x OIDCResponseType) String() string + type OIDCTokenType int32 + const OIDCTokenType_OIDC_TOKEN_TYPE_BEARER + const OIDCTokenType_OIDC_TOKEN_TYPE_JWT + func (OIDCTokenType) Descriptor() protoreflect.EnumDescriptor + func (OIDCTokenType) EnumDescriptor() ([]byte, []int) + func (OIDCTokenType) Type() protoreflect.EnumType + func (x OIDCTokenType) Enum() *OIDCTokenType + func (x OIDCTokenType) Number() protoreflect.EnumNumber + func (x OIDCTokenType) String() string + type OIDCVersion int32 + const OIDCVersion_OIDC_VERSION_1_0 + func (OIDCVersion) Descriptor() protoreflect.EnumDescriptor + func (OIDCVersion) EnumDescriptor() ([]byte, []int) + func (OIDCVersion) Type() protoreflect.EnumType + func (x OIDCVersion) Enum() *OIDCVersion + func (x OIDCVersion) Number() protoreflect.EnumNumber + func (x OIDCVersion) String() string + type SAMLConfig struct + Metadata isSAMLConfig_Metadata + func (*SAMLConfig) Descriptor() ([]byte, []int) + func (*SAMLConfig) ProtoMessage() + func (m *SAMLConfig) GetMetadata() isSAMLConfig_Metadata + func (x *SAMLConfig) GetMetadataUrl() string + func (x *SAMLConfig) GetMetadataXml() []byte + func (x *SAMLConfig) ProtoReflect() protoreflect.Message + func (x *SAMLConfig) Reset() + func (x *SAMLConfig) String() string + type SAMLConfig_MetadataUrl struct + MetadataUrl string + type SAMLConfig_MetadataXml struct + MetadataXml []byte