Documentation ¶
Index ¶
- Variables
- type ConfigurationType
- func (ConfigurationType) Descriptor() protoreflect.EnumDescriptor
- func (x ConfigurationType) Enum() *ConfigurationType
- func (ConfigurationType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ConfigurationType) Number() protoreflect.EnumNumber
- func (x ConfigurationType) String() string
- func (ConfigurationType) Type() protoreflect.EnumType
- type Connection
- func (*Connection) Descriptor() ([]byte, []int)deprecated
- func (x *Connection) GetAttributeMapping() map[string]string
- func (x *Connection) GetConfigurationType() ConfigurationType
- func (x *Connection) GetCreateTime() *timestamppb.Timestamp
- func (x *Connection) GetDebugEnabled() bool
- func (x *Connection) GetEnabled() bool
- func (x *Connection) GetId() string
- func (x *Connection) GetKeyId() string
- func (x *Connection) GetOauthConfig() *OAuthConnectionConfig
- func (x *Connection) GetOidcConfig() *OIDCConnectionConfig
- func (x *Connection) GetOrganizationId() string
- func (x *Connection) GetProvider() ConnectionProvider
- func (x *Connection) GetSamlConfig() *SAMLConnectionConfigResponse
- func (m *Connection) GetSettings() isConnection_Settings
- func (x *Connection) GetStatus() ConnectionStatus
- func (x *Connection) GetTestConnectionUri() string
- func (x *Connection) GetType() ConnectionType
- func (x *Connection) GetUiButtonTitle() string
- func (x *Connection) GetUpdateTime() *timestamppb.Timestamp
- func (*Connection) ProtoMessage()
- func (x *Connection) ProtoReflect() protoreflect.Message
- func (x *Connection) Reset()
- func (x *Connection) String() string
- type ConnectionProvider
- func (ConnectionProvider) Descriptor() protoreflect.EnumDescriptor
- func (x ConnectionProvider) Enum() *ConnectionProvider
- func (ConnectionProvider) EnumDescriptor() ([]byte, []int)deprecated
- func (x ConnectionProvider) Number() protoreflect.EnumNumber
- func (x ConnectionProvider) String() string
- func (ConnectionProvider) Type() protoreflect.EnumType
- type ConnectionStatus
- func (ConnectionStatus) Descriptor() protoreflect.EnumDescriptor
- func (x ConnectionStatus) Enum() *ConnectionStatus
- func (ConnectionStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x ConnectionStatus) Number() protoreflect.EnumNumber
- func (x ConnectionStatus) String() string
- func (ConnectionStatus) Type() protoreflect.EnumType
- type ConnectionType
- func (ConnectionType) Descriptor() protoreflect.EnumDescriptor
- func (x ConnectionType) Enum() *ConnectionType
- func (ConnectionType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ConnectionType) Number() protoreflect.EnumNumber
- func (x ConnectionType) String() string
- func (ConnectionType) Type() protoreflect.EnumType
- type Connection_OauthConfig
- type Connection_OidcConfig
- type Connection_SamlConfig
- type CreateConnection
- func (*CreateConnection) Descriptor() ([]byte, []int)deprecated
- func (x *CreateConnection) GetProvider() ConnectionProvider
- func (x *CreateConnection) GetType() ConnectionType
- func (*CreateConnection) ProtoMessage()
- func (x *CreateConnection) ProtoReflect() protoreflect.Message
- func (x *CreateConnection) Reset()
- func (x *CreateConnection) String() string
- type CreateConnectionRequest
- func (*CreateConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateConnectionRequest) GetConnection() *CreateConnection
- func (x *CreateConnectionRequest) GetOrganizationId() string
- func (*CreateConnectionRequest) ProtoMessage()
- func (x *CreateConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *CreateConnectionRequest) Reset()
- func (x *CreateConnectionRequest) String() string
- type CreateConnectionResponse
- func (*CreateConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateConnectionResponse) GetConnection() *Connection
- func (*CreateConnectionResponse) ProtoMessage()
- func (x *CreateConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *CreateConnectionResponse) Reset()
- func (x *CreateConnectionResponse) String() string
- type CreateEnvironmentConnectionRequest
- func (*CreateEnvironmentConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateEnvironmentConnectionRequest) GetConnection() *CreateConnection
- func (*CreateEnvironmentConnectionRequest) ProtoMessage()
- func (x *CreateEnvironmentConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *CreateEnvironmentConnectionRequest) Reset()
- func (x *CreateEnvironmentConnectionRequest) String() string
- type DeleteConnectionRequest
- func (*DeleteConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteConnectionRequest) GetId() string
- func (x *DeleteConnectionRequest) GetOrganizationId() string
- func (*DeleteConnectionRequest) ProtoMessage()
- func (x *DeleteConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteConnectionRequest) Reset()
- func (x *DeleteConnectionRequest) String() string
- type DeleteEnvironmentConnectionRequest
- func (*DeleteEnvironmentConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteEnvironmentConnectionRequest) GetConnectionId() string
- func (*DeleteEnvironmentConnectionRequest) ProtoMessage()
- func (x *DeleteEnvironmentConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteEnvironmentConnectionRequest) Reset()
- func (x *DeleteEnvironmentConnectionRequest) String() string
- type GetConnectionRequest
- func (*GetConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionRequest) GetId() string
- func (x *GetConnectionRequest) GetOrganizationId() string
- func (*GetConnectionRequest) ProtoMessage()
- func (x *GetConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *GetConnectionRequest) Reset()
- func (x *GetConnectionRequest) String() string
- type GetConnectionResponse
- func (*GetConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetConnectionResponse) GetConnection() *Connection
- func (*GetConnectionResponse) ProtoMessage()
- func (x *GetConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *GetConnectionResponse) Reset()
- func (x *GetConnectionResponse) String() string
- type GetEnvironmentConnectionRequest
- func (*GetEnvironmentConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetEnvironmentConnectionRequest) GetConnectionId() string
- func (*GetEnvironmentConnectionRequest) ProtoMessage()
- func (x *GetEnvironmentConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *GetEnvironmentConnectionRequest) Reset()
- func (x *GetEnvironmentConnectionRequest) String() string
- type GetOIDCMetadataRequest
- func (*GetOIDCMetadataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOIDCMetadataRequest) GetMetadata() *OIDCMetadataRequest
- func (*GetOIDCMetadataRequest) ProtoMessage()
- func (x *GetOIDCMetadataRequest) ProtoReflect() protoreflect.Message
- func (x *GetOIDCMetadataRequest) Reset()
- func (x *GetOIDCMetadataRequest) String() string
- type GetOIDCMetadataResponse
- func (*GetOIDCMetadataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOIDCMetadataResponse) GetAuthorizationEndpoint() string
- func (x *GetOIDCMetadataResponse) GetIssuer() string
- func (x *GetOIDCMetadataResponse) GetJwksUri() string
- func (x *GetOIDCMetadataResponse) GetTokenEndpoint() string
- func (x *GetOIDCMetadataResponse) GetUserinfoEndpoint() string
- func (*GetOIDCMetadataResponse) ProtoMessage()
- func (x *GetOIDCMetadataResponse) ProtoReflect() protoreflect.Message
- func (x *GetOIDCMetadataResponse) Reset()
- func (x *GetOIDCMetadataResponse) String() string
- type GetProvidersRequest
- type GetProvidersResponse
- func (*GetProvidersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetProvidersResponse) GetProviders() []*Provider
- func (*GetProvidersResponse) ProtoMessage()
- func (x *GetProvidersResponse) ProtoReflect() protoreflect.Message
- func (x *GetProvidersResponse) Reset()
- func (x *GetProvidersResponse) String() string
- type GetSAMLCertificateDetailsRequest
- func (*GetSAMLCertificateDetailsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSAMLCertificateDetailsRequest) GetCertificate() *SAMLCertificateRequest
- func (*GetSAMLCertificateDetailsRequest) ProtoMessage()
- func (x *GetSAMLCertificateDetailsRequest) ProtoReflect() protoreflect.Message
- func (x *GetSAMLCertificateDetailsRequest) Reset()
- func (x *GetSAMLCertificateDetailsRequest) String() string
- type GetSAMLCertificateDetailsResponse
- func (*GetSAMLCertificateDetailsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSAMLCertificateDetailsResponse) GetIssuer() string
- func (x *GetSAMLCertificateDetailsResponse) GetNotAfter() int64
- func (x *GetSAMLCertificateDetailsResponse) GetNotBefore() int64
- func (x *GetSAMLCertificateDetailsResponse) GetSubject() string
- func (x *GetSAMLCertificateDetailsResponse) GetText() string
- func (*GetSAMLCertificateDetailsResponse) ProtoMessage()
- func (x *GetSAMLCertificateDetailsResponse) ProtoReflect() protoreflect.Message
- func (x *GetSAMLCertificateDetailsResponse) Reset()
- func (x *GetSAMLCertificateDetailsResponse) String() string
- type GetSAMLMetadataRequest
- func (*GetSAMLMetadataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSAMLMetadataRequest) GetMetadata() *SAMLMetadataRequest
- func (*GetSAMLMetadataRequest) ProtoMessage()
- func (x *GetSAMLMetadataRequest) ProtoReflect() protoreflect.Message
- func (x *GetSAMLMetadataRequest) Reset()
- func (x *GetSAMLMetadataRequest) String() string
- type GetSAMLMetadataResponse
- func (*GetSAMLMetadataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetSAMLMetadataResponse) GetIdpCertificates() []string
- func (x *GetSAMLMetadataResponse) GetIdpEntityId() string
- func (x *GetSAMLMetadataResponse) GetIdpNameIdFormat() string
- func (x *GetSAMLMetadataResponse) GetIdpSloUrl() string
- func (x *GetSAMLMetadataResponse) GetIdpSsoUrl() string
- func (x *GetSAMLMetadataResponse) GetRequestBinding() string
- func (x *GetSAMLMetadataResponse) GetWantAssertionsSigned() bool
- func (*GetSAMLMetadataResponse) ProtoMessage()
- func (x *GetSAMLMetadataResponse) ProtoReflect() protoreflect.Message
- func (x *GetSAMLMetadataResponse) Reset()
- func (x *GetSAMLMetadataResponse) String() string
- type IDPCertificate
- func (*IDPCertificate) Descriptor() ([]byte, []int)deprecated
- func (x *IDPCertificate) GetCertificate() string
- func (x *IDPCertificate) GetCreateTime() *timestamppb.Timestamp
- func (x *IDPCertificate) GetExpiryTime() *timestamppb.Timestamp
- func (x *IDPCertificate) GetId() string
- func (x *IDPCertificate) GetIssuer() string
- func (*IDPCertificate) ProtoMessage()
- func (x *IDPCertificate) ProtoReflect() protoreflect.Message
- func (x *IDPCertificate) Reset()
- func (x *IDPCertificate) String() string
- type ListConnection
- func (*ListConnection) Descriptor() ([]byte, []int)deprecated
- func (x *ListConnection) GetEnabled() bool
- func (x *ListConnection) GetId() string
- func (x *ListConnection) GetOrganizationId() string
- func (x *ListConnection) GetProvider() ConnectionProvider
- func (x *ListConnection) GetStatus() ConnectionStatus
- func (x *ListConnection) GetType() ConnectionType
- func (x *ListConnection) GetUiButtonTitle() string
- func (*ListConnection) ProtoMessage()
- func (x *ListConnection) ProtoReflect() protoreflect.Message
- func (x *ListConnection) Reset()
- func (x *ListConnection) String() string
- type ListConnectionsRequest
- func (*ListConnectionsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListConnectionsRequest) GetDomain() string
- func (x *ListConnectionsRequest) GetInclude() string
- func (x *ListConnectionsRequest) GetOrganizationId() string
- func (*ListConnectionsRequest) ProtoMessage()
- func (x *ListConnectionsRequest) ProtoReflect() protoreflect.Message
- func (x *ListConnectionsRequest) Reset()
- func (x *ListConnectionsRequest) String() string
- type ListConnectionsResponse
- func (*ListConnectionsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListConnectionsResponse) GetConnections() []*ListConnection
- func (*ListConnectionsResponse) ProtoMessage()
- func (x *ListConnectionsResponse) ProtoReflect() protoreflect.Message
- func (x *ListConnectionsResponse) Reset()
- func (x *ListConnectionsResponse) String() string
- type NameIdFormat
- func (NameIdFormat) Descriptor() protoreflect.EnumDescriptor
- func (x NameIdFormat) Enum() *NameIdFormat
- func (NameIdFormat) EnumDescriptor() ([]byte, []int)deprecated
- func (x NameIdFormat) Number() protoreflect.EnumNumber
- func (x NameIdFormat) String() string
- func (NameIdFormat) Type() protoreflect.EnumType
- type OAuthConnectionConfig
- func (*OAuthConnectionConfig) Descriptor() ([]byte, []int)deprecated
- func (x *OAuthConnectionConfig) GetAuthorizeUri() *wrapperspb.StringValue
- func (x *OAuthConnectionConfig) GetClientId() *wrapperspb.StringValue
- func (x *OAuthConnectionConfig) GetClientSecret() *wrapperspb.StringValue
- func (x *OAuthConnectionConfig) GetPkceEnabled() *wrapperspb.BoolValue
- func (x *OAuthConnectionConfig) GetRedirectUri() string
- func (x *OAuthConnectionConfig) GetScopes() []string
- func (x *OAuthConnectionConfig) GetTokenUri() *wrapperspb.StringValue
- func (x *OAuthConnectionConfig) GetUserInfoUri() *wrapperspb.StringValue
- func (*OAuthConnectionConfig) ProtoMessage()
- func (x *OAuthConnectionConfig) ProtoReflect() protoreflect.Message
- func (x *OAuthConnectionConfig) Reset()
- func (x *OAuthConnectionConfig) String() string
- type OIDCConnectionConfig
- func (*OIDCConnectionConfig) Descriptor() ([]byte, []int)deprecated
- func (x *OIDCConnectionConfig) GetAuthorizeUri() *wrapperspb.StringValue
- func (x *OIDCConnectionConfig) GetClientId() *wrapperspb.StringValue
- func (x *OIDCConnectionConfig) GetClientSecret() *wrapperspb.StringValue
- func (x *OIDCConnectionConfig) GetDiscoveryEndpoint() *wrapperspb.StringValue
- func (x *OIDCConnectionConfig) GetIssuer() *wrapperspb.StringValue
- func (x *OIDCConnectionConfig) GetJwksUri() *wrapperspb.StringValue
- func (x *OIDCConnectionConfig) GetPkceEnabled() *wrapperspb.BoolValue
- func (x *OIDCConnectionConfig) GetRedirectUri() string
- func (x *OIDCConnectionConfig) GetScopes() []OIDCScope
- func (x *OIDCConnectionConfig) GetTokenAuthType() TokenAuthType
- func (x *OIDCConnectionConfig) GetTokenUri() *wrapperspb.StringValue
- func (x *OIDCConnectionConfig) GetUserInfoUri() *wrapperspb.StringValue
- func (*OIDCConnectionConfig) ProtoMessage()
- func (x *OIDCConnectionConfig) ProtoReflect() protoreflect.Message
- func (x *OIDCConnectionConfig) Reset()
- func (x *OIDCConnectionConfig) String() string
- type OIDCMetadataRequest
- func (*OIDCMetadataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OIDCMetadataRequest) GetIssuer() string
- func (*OIDCMetadataRequest) ProtoMessage()
- func (x *OIDCMetadataRequest) ProtoReflect() protoreflect.Message
- func (x *OIDCMetadataRequest) Reset()
- func (x *OIDCMetadataRequest) String() string
- type OIDCScope
- type PasswordConnectionConfig
- type Provider
- func (*Provider) Descriptor() ([]byte, []int)deprecated
- func (x *Provider) GetDescription() string
- func (x *Provider) GetDisplayName() string
- func (x *Provider) GetKeyId() string
- func (*Provider) ProtoMessage()
- func (x *Provider) ProtoReflect() protoreflect.Message
- func (x *Provider) Reset()
- func (x *Provider) String() string
- type RequestBinding
- func (RequestBinding) Descriptor() protoreflect.EnumDescriptor
- func (x RequestBinding) Enum() *RequestBinding
- func (RequestBinding) EnumDescriptor() ([]byte, []int)deprecated
- func (x RequestBinding) Number() protoreflect.EnumNumber
- func (x RequestBinding) String() string
- func (RequestBinding) Type() protoreflect.EnumType
- type SAMLCertificateRequest
- func (*SAMLCertificateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SAMLCertificateRequest) GetText() string
- func (*SAMLCertificateRequest) ProtoMessage()
- func (x *SAMLCertificateRequest) ProtoReflect() protoreflect.Message
- func (x *SAMLCertificateRequest) Reset()
- func (x *SAMLCertificateRequest) String() string
- type SAMLConnectionConfigRequest
- func (*SAMLConnectionConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SAMLConnectionConfigRequest) GetAssertionEncrypted() *wrapperspb.BoolValue
- func (x *SAMLConnectionConfigRequest) GetDefaultRedirectUri() *wrapperspb.StringValue
- func (x *SAMLConnectionConfigRequest) GetForceAuthn() *wrapperspb.BoolValue
- func (x *SAMLConnectionConfigRequest) GetIdpCertificate() *wrapperspb.StringValue
- func (x *SAMLConnectionConfigRequest) GetIdpEntityId() *wrapperspb.StringValue
- func (x *SAMLConnectionConfigRequest) GetIdpMetadataUrl() *wrapperspb.StringValue
- func (x *SAMLConnectionConfigRequest) GetIdpNameIdFormat() NameIdFormat
- func (x *SAMLConnectionConfigRequest) GetIdpSloRequestBinding() RequestBinding
- func (x *SAMLConnectionConfigRequest) GetIdpSloUrl() *wrapperspb.StringValue
- func (x *SAMLConnectionConfigRequest) GetIdpSsoRequestBinding() RequestBinding
- func (x *SAMLConnectionConfigRequest) GetIdpSsoUrl() *wrapperspb.StringValue
- func (x *SAMLConnectionConfigRequest) GetSamlSigningOption() SAMLSigningOptions
- func (x *SAMLConnectionConfigRequest) GetUiButtonTitle() *wrapperspb.StringValue
- func (x *SAMLConnectionConfigRequest) GetWantRequestSigned() *wrapperspb.BoolValue
- func (*SAMLConnectionConfigRequest) ProtoMessage()
- func (x *SAMLConnectionConfigRequest) ProtoReflect() protoreflect.Message
- func (x *SAMLConnectionConfigRequest) Reset()
- func (x *SAMLConnectionConfigRequest) String() string
- type SAMLConnectionConfigResponse
- func (*SAMLConnectionConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SAMLConnectionConfigResponse) GetAllowIdpInitiatedLogin() *wrapperspb.BoolValue
- func (x *SAMLConnectionConfigResponse) GetAssertionEncrypted() *wrapperspb.BoolValue
- func (x *SAMLConnectionConfigResponse) GetDefaultRedirectUri() *wrapperspb.StringValue
- func (x *SAMLConnectionConfigResponse) GetForceAuthn() *wrapperspb.BoolValue
- func (x *SAMLConnectionConfigResponse) GetIdpCertificates() []*IDPCertificate
- func (x *SAMLConnectionConfigResponse) GetIdpEntityId() *wrapperspb.StringValue
- func (x *SAMLConnectionConfigResponse) GetIdpMetadataUrl() *wrapperspb.StringValue
- func (x *SAMLConnectionConfigResponse) GetIdpNameIdFormat() NameIdFormat
- func (x *SAMLConnectionConfigResponse) GetIdpSloRequestBinding() RequestBinding
- func (x *SAMLConnectionConfigResponse) GetIdpSloUrl() *wrapperspb.StringValue
- func (x *SAMLConnectionConfigResponse) GetIdpSsoRequestBinding() RequestBinding
- func (x *SAMLConnectionConfigResponse) GetIdpSsoUrl() *wrapperspb.StringValue
- func (x *SAMLConnectionConfigResponse) GetSamlSigningOption() SAMLSigningOptions
- func (x *SAMLConnectionConfigResponse) GetSpAssertionUrl() string
- func (x *SAMLConnectionConfigResponse) GetSpEntityId() string
- func (x *SAMLConnectionConfigResponse) GetSpMetadataUrl() string
- func (x *SAMLConnectionConfigResponse) GetUiButtonTitle() *wrapperspb.StringValue
- func (x *SAMLConnectionConfigResponse) GetWantRequestSigned() *wrapperspb.BoolValue
- func (*SAMLConnectionConfigResponse) ProtoMessage()
- func (x *SAMLConnectionConfigResponse) ProtoReflect() protoreflect.Message
- func (x *SAMLConnectionConfigResponse) Reset()
- func (x *SAMLConnectionConfigResponse) String() string
- type SAMLMetadataRequest
- func (*SAMLMetadataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SAMLMetadataRequest) GetMetadataUrl() string
- func (*SAMLMetadataRequest) ProtoMessage()
- func (x *SAMLMetadataRequest) ProtoReflect() protoreflect.Message
- func (x *SAMLMetadataRequest) Reset()
- func (x *SAMLMetadataRequest) String() string
- type SAMLSigningOptions
- func (SAMLSigningOptions) Descriptor() protoreflect.EnumDescriptor
- func (x SAMLSigningOptions) Enum() *SAMLSigningOptions
- func (SAMLSigningOptions) EnumDescriptor() ([]byte, []int)deprecated
- func (x SAMLSigningOptions) Number() protoreflect.EnumNumber
- func (x SAMLSigningOptions) String() string
- func (SAMLSigningOptions) Type() protoreflect.EnumType
- type ToggleConnectionRequest
- func (*ToggleConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ToggleConnectionRequest) GetId() string
- func (x *ToggleConnectionRequest) GetOrganizationId() string
- func (*ToggleConnectionRequest) ProtoMessage()
- func (x *ToggleConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *ToggleConnectionRequest) Reset()
- func (x *ToggleConnectionRequest) String() string
- type ToggleConnectionResponse
- func (*ToggleConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ToggleConnectionResponse) GetEnabled() bool
- func (x *ToggleConnectionResponse) GetErrorMessage() string
- func (*ToggleConnectionResponse) ProtoMessage()
- func (x *ToggleConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *ToggleConnectionResponse) Reset()
- func (x *ToggleConnectionResponse) String() string
- type ToggleEnvironmentConnectionRequest
- func (*ToggleEnvironmentConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ToggleEnvironmentConnectionRequest) GetConnectionId() string
- func (*ToggleEnvironmentConnectionRequest) ProtoMessage()
- func (x *ToggleEnvironmentConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *ToggleEnvironmentConnectionRequest) Reset()
- func (x *ToggleEnvironmentConnectionRequest) String() string
- type TokenAuthType
- func (TokenAuthType) Descriptor() protoreflect.EnumDescriptor
- func (x TokenAuthType) Enum() *TokenAuthType
- func (TokenAuthType) EnumDescriptor() ([]byte, []int)deprecated
- func (x TokenAuthType) Number() protoreflect.EnumNumber
- func (x TokenAuthType) String() string
- func (TokenAuthType) Type() protoreflect.EnumType
- type UpdateConnection
- func (*UpdateConnection) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateConnection) GetAttributeMapping() map[string]string
- func (x *UpdateConnection) GetConfigurationType() ConfigurationType
- func (x *UpdateConnection) GetDebugEnabled() *wrapperspb.BoolValue
- func (x *UpdateConnection) GetKeyId() string
- func (x *UpdateConnection) GetOauthConfig() *OAuthConnectionConfig
- func (x *UpdateConnection) GetOidcConfig() *OIDCConnectionConfig
- func (x *UpdateConnection) GetProvider() ConnectionProvider
- func (x *UpdateConnection) GetSamlConfig() *SAMLConnectionConfigRequest
- func (m *UpdateConnection) GetSettings() isUpdateConnection_Settings
- func (x *UpdateConnection) GetType() ConnectionType
- func (x *UpdateConnection) GetUiButtonTitle() *wrapperspb.StringValue
- func (*UpdateConnection) ProtoMessage()
- func (x *UpdateConnection) ProtoReflect() protoreflect.Message
- func (x *UpdateConnection) Reset()
- func (x *UpdateConnection) String() string
- type UpdateConnectionRequest
- func (*UpdateConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateConnectionRequest) GetConnection() *UpdateConnection
- func (x *UpdateConnectionRequest) GetId() string
- func (x *UpdateConnectionRequest) GetOrganizationId() string
- func (*UpdateConnectionRequest) ProtoMessage()
- func (x *UpdateConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateConnectionRequest) Reset()
- func (x *UpdateConnectionRequest) String() string
- type UpdateConnectionResponse
- func (*UpdateConnectionResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateConnectionResponse) GetConnection() *Connection
- func (*UpdateConnectionResponse) ProtoMessage()
- func (x *UpdateConnectionResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateConnectionResponse) Reset()
- func (x *UpdateConnectionResponse) String() string
- type UpdateConnection_OauthConfig
- type UpdateConnection_OidcConfig
- type UpdateConnection_SamlConfig
- type UpdateEnvironmentConnectionRequest
- func (*UpdateEnvironmentConnectionRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateEnvironmentConnectionRequest) GetConnection() *UpdateConnection
- func (x *UpdateEnvironmentConnectionRequest) GetConnectionId() string
- func (*UpdateEnvironmentConnectionRequest) ProtoMessage()
- func (x *UpdateEnvironmentConnectionRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateEnvironmentConnectionRequest) Reset()
- func (x *UpdateEnvironmentConnectionRequest) String() string
Constants ¶
This section is empty.
Variables ¶
var ( ConfigurationType_name = map[int32]string{ 0: "CONFIGURATION_TYPE_UNSPECIFIED", 1: "DISCOVERY", 2: "MANUAL", } ConfigurationType_value = map[string]int32{ "CONFIGURATION_TYPE_UNSPECIFIED": 0, "DISCOVERY": 1, "MANUAL": 2, } )
Enum value maps for ConfigurationType.
var ( NameIdFormat_name = map[int32]string{ 0: "NAME_ID_FORMAT_NIL", 1: "UNSPECIFIED", 2: "EMAIL", 3: "TRANSIENT", 4: "PERSISTENT", } NameIdFormat_value = map[string]int32{ "NAME_ID_FORMAT_NIL": 0, "UNSPECIFIED": 1, "EMAIL": 2, "TRANSIENT": 3, "PERSISTENT": 4, } )
Enum value maps for NameIdFormat.
var ( SAMLSigningOptions_name = map[int32]string{ 0: "SAML_SIGNING_OPTIONS_UNSPECIFIED", 1: "NO_SIGNING", 2: "SAML_ONLY_RESPONSE_SIGNING", 3: "SAML_ONLY_ASSERTION_SIGNING", 4: "SAML_RESPONSE_ASSERTION_SIGNING", } SAMLSigningOptions_value = map[string]int32{ "SAML_SIGNING_OPTIONS_UNSPECIFIED": 0, "NO_SIGNING": 1, "SAML_ONLY_RESPONSE_SIGNING": 2, "SAML_ONLY_ASSERTION_SIGNING": 3, "SAML_RESPONSE_ASSERTION_SIGNING": 4, } )
Enum value maps for SAMLSigningOptions.
var ( RequestBinding_name = map[int32]string{ 0: "REQUEST_BINDING_UNSPECIFIED", 1: "HTTP_POST", 2: "HTTP_REDIRECT", } RequestBinding_value = map[string]int32{ "REQUEST_BINDING_UNSPECIFIED": 0, "HTTP_POST": 1, "HTTP_REDIRECT": 2, } )
Enum value maps for RequestBinding.
var ( TokenAuthType_name = map[int32]string{ 0: "TOKEN_AUTH_TYPE_UNSPECIFIED", 1: "URL_PARAMS", 2: "BASIC_AUTH", } TokenAuthType_value = map[string]int32{ "TOKEN_AUTH_TYPE_UNSPECIFIED": 0, "URL_PARAMS": 1, "BASIC_AUTH": 2, } )
Enum value maps for TokenAuthType.
var ( OIDCScope_name = map[int32]string{ 0: "OIDC_SCOPE_UNSPECIFIED", 1: "openid", 2: "profile", 3: "email", 4: "address", 5: "phone", } OIDCScope_value = map[string]int32{ "OIDC_SCOPE_UNSPECIFIED": 0, "openid": 1, "profile": 2, "email": 3, "address": 4, "phone": 5, } )
Enum value maps for OIDCScope.
var ( ConnectionType_name = map[int32]string{ 0: "INVALID", 1: "OIDC", 2: "SAML", 3: "PASSWORD", 4: "OAUTH", } ConnectionType_value = map[string]int32{ "INVALID": 0, "OIDC": 1, "SAML": 2, "PASSWORD": 3, "OAUTH": 4, } )
Enum value maps for ConnectionType.
var ( ConnectionStatus_name = map[int32]string{ 0: "CONNECTION_STATUS_UNSPECIFIED", 1: "DRAFT", 2: "IN_PROGRESS", 3: "COMPLETED", } ConnectionStatus_value = map[string]int32{ "CONNECTION_STATUS_UNSPECIFIED": 0, "DRAFT": 1, "IN_PROGRESS": 2, "COMPLETED": 3, } )
Enum value maps for ConnectionStatus.
var ( ConnectionProvider_name = map[int32]string{ 0: "CONNECTION_PROVIDER_UNSPECIFIED", 1: "OKTA", 2: "GOOGLE", 3: "MICROSOFT_AD", 4: "AUTH0", 5: "ONELOGIN", 6: "PING_IDENTITY", 7: "JUMPCLOUD", 8: "CUSTOM", 9: "GITHUB", 10: "GITLAB", 11: "LINKEDIN", 12: "SALESFORCE", 13: "MICROSOFT", } ConnectionProvider_value = map[string]int32{ "CONNECTION_PROVIDER_UNSPECIFIED": 0, "OKTA": 1, "GOOGLE": 2, "MICROSOFT_AD": 3, "AUTH0": 4, "ONELOGIN": 5, "PING_IDENTITY": 6, "JUMPCLOUD": 7, "CUSTOM": 8, "GITHUB": 9, "GITLAB": 10, "LINKEDIN": 11, "SALESFORCE": 12, "MICROSOFT": 13, } )
Enum value maps for ConnectionProvider.
var File_scalekit_v1_connections_connections_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ConfigurationType ¶
type ConfigurationType int32
const ( ConfigurationType_CONFIGURATION_TYPE_UNSPECIFIED ConfigurationType = 0 ConfigurationType_DISCOVERY ConfigurationType = 1 ConfigurationType_MANUAL ConfigurationType = 2 )
func (ConfigurationType) Descriptor ¶
func (ConfigurationType) Descriptor() protoreflect.EnumDescriptor
func (ConfigurationType) Enum ¶
func (x ConfigurationType) Enum() *ConfigurationType
func (ConfigurationType) EnumDescriptor
deprecated
func (ConfigurationType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ConfigurationType.Descriptor instead.
func (ConfigurationType) Number ¶
func (x ConfigurationType) Number() protoreflect.EnumNumber
func (ConfigurationType) String ¶
func (x ConfigurationType) String() string
func (ConfigurationType) Type ¶
func (ConfigurationType) Type() protoreflect.EnumType
type Connection ¶
type Connection struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Provider ConnectionProvider `protobuf:"varint,2,opt,name=provider,proto3,enum=scalekit.v1.connections.ConnectionProvider" json:"provider,omitempty"` Type ConnectionType `protobuf:"varint,3,opt,name=type,proto3,enum=scalekit.v1.connections.ConnectionType" json:"type,omitempty"` Status ConnectionStatus `protobuf:"varint,4,opt,name=status,proto3,enum=scalekit.v1.connections.ConnectionStatus" json:"status,omitempty"` Enabled bool `protobuf:"varint,5,opt,name=enabled,proto3" json:"enabled,omitempty"` DebugEnabled bool `protobuf:"varint,6,opt,name=debug_enabled,json=debugEnabled,proto3" json:"debug_enabled,omitempty"` OrganizationId *string `protobuf:"bytes,7,opt,name=organization_id,json=organizationId,proto3,oneof" json:"organization_id,omitempty"` UiButtonTitle string `protobuf:"bytes,8,opt,name=ui_button_title,json=uiButtonTitle,proto3" json:"ui_button_title,omitempty"` ConfigurationType ConfigurationType `` /* 160-byte string literal not displayed */ TestConnectionUri string `protobuf:"bytes,12,opt,name=test_connection_uri,json=testConnectionUri,proto3" json:"test_connection_uri,omitempty"` AttributeMapping map[string]string `` /* 198-byte string literal not displayed */ CreateTime *timestamppb.Timestamp `protobuf:"bytes,16,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` UpdateTime *timestamppb.Timestamp `protobuf:"bytes,17,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // Types that are assignable to Settings: // // *Connection_OidcConfig // *Connection_SamlConfig // *Connection_OauthConfig Settings isConnection_Settings `protobuf_oneof:"settings"` KeyId *string `protobuf:"bytes,21,opt,name=key_id,json=keyId,proto3,oneof" json:"key_id,omitempty"` // contains filtered or unexported fields }
func (*Connection) Descriptor
deprecated
func (*Connection) Descriptor() ([]byte, []int)
Deprecated: Use Connection.ProtoReflect.Descriptor instead.
func (*Connection) GetAttributeMapping ¶
func (x *Connection) GetAttributeMapping() map[string]string
func (*Connection) GetConfigurationType ¶
func (x *Connection) GetConfigurationType() ConfigurationType
func (*Connection) GetCreateTime ¶
func (x *Connection) GetCreateTime() *timestamppb.Timestamp
func (*Connection) GetDebugEnabled ¶
func (x *Connection) GetDebugEnabled() bool
func (*Connection) GetEnabled ¶
func (x *Connection) GetEnabled() bool
func (*Connection) GetId ¶
func (x *Connection) GetId() string
func (*Connection) GetKeyId ¶
func (x *Connection) GetKeyId() string
func (*Connection) GetOauthConfig ¶
func (x *Connection) GetOauthConfig() *OAuthConnectionConfig
func (*Connection) GetOidcConfig ¶
func (x *Connection) GetOidcConfig() *OIDCConnectionConfig
func (*Connection) GetOrganizationId ¶
func (x *Connection) GetOrganizationId() string
func (*Connection) GetProvider ¶
func (x *Connection) GetProvider() ConnectionProvider
func (*Connection) GetSamlConfig ¶
func (x *Connection) GetSamlConfig() *SAMLConnectionConfigResponse
func (*Connection) GetSettings ¶
func (m *Connection) GetSettings() isConnection_Settings
func (*Connection) GetStatus ¶
func (x *Connection) GetStatus() ConnectionStatus
func (*Connection) GetTestConnectionUri ¶
func (x *Connection) GetTestConnectionUri() string
func (*Connection) GetType ¶
func (x *Connection) GetType() ConnectionType
func (*Connection) GetUiButtonTitle ¶
func (x *Connection) GetUiButtonTitle() string
func (*Connection) GetUpdateTime ¶
func (x *Connection) GetUpdateTime() *timestamppb.Timestamp
func (*Connection) ProtoMessage ¶
func (*Connection) ProtoMessage()
func (*Connection) ProtoReflect ¶
func (x *Connection) ProtoReflect() protoreflect.Message
func (*Connection) Reset ¶
func (x *Connection) Reset()
func (*Connection) String ¶
func (x *Connection) String() string
type ConnectionProvider ¶
type ConnectionProvider int32
const ( ConnectionProvider_CONNECTION_PROVIDER_UNSPECIFIED ConnectionProvider = 0 ConnectionProvider_OKTA ConnectionProvider = 1 ConnectionProvider_GOOGLE ConnectionProvider = 2 ConnectionProvider_MICROSOFT_AD ConnectionProvider = 3 ConnectionProvider_AUTH0 ConnectionProvider = 4 ConnectionProvider_ONELOGIN ConnectionProvider = 5 ConnectionProvider_PING_IDENTITY ConnectionProvider = 6 ConnectionProvider_JUMPCLOUD ConnectionProvider = 7 ConnectionProvider_CUSTOM ConnectionProvider = 8 ConnectionProvider_GITHUB ConnectionProvider = 9 ConnectionProvider_GITLAB ConnectionProvider = 10 ConnectionProvider_LINKEDIN ConnectionProvider = 11 ConnectionProvider_SALESFORCE ConnectionProvider = 12 ConnectionProvider_MICROSOFT ConnectionProvider = 13 )
func (ConnectionProvider) Descriptor ¶
func (ConnectionProvider) Descriptor() protoreflect.EnumDescriptor
func (ConnectionProvider) Enum ¶
func (x ConnectionProvider) Enum() *ConnectionProvider
func (ConnectionProvider) EnumDescriptor
deprecated
func (ConnectionProvider) EnumDescriptor() ([]byte, []int)
Deprecated: Use ConnectionProvider.Descriptor instead.
func (ConnectionProvider) Number ¶
func (x ConnectionProvider) Number() protoreflect.EnumNumber
func (ConnectionProvider) String ¶
func (x ConnectionProvider) String() string
func (ConnectionProvider) Type ¶
func (ConnectionProvider) Type() protoreflect.EnumType
type ConnectionStatus ¶
type ConnectionStatus int32
const ( ConnectionStatus_CONNECTION_STATUS_UNSPECIFIED ConnectionStatus = 0 ConnectionStatus_DRAFT ConnectionStatus = 1 ConnectionStatus_IN_PROGRESS ConnectionStatus = 2 ConnectionStatus_COMPLETED ConnectionStatus = 3 )
func (ConnectionStatus) Descriptor ¶
func (ConnectionStatus) Descriptor() protoreflect.EnumDescriptor
func (ConnectionStatus) Enum ¶
func (x ConnectionStatus) Enum() *ConnectionStatus
func (ConnectionStatus) EnumDescriptor
deprecated
func (ConnectionStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use ConnectionStatus.Descriptor instead.
func (ConnectionStatus) Number ¶
func (x ConnectionStatus) Number() protoreflect.EnumNumber
func (ConnectionStatus) String ¶
func (x ConnectionStatus) String() string
func (ConnectionStatus) Type ¶
func (ConnectionStatus) Type() protoreflect.EnumType
type ConnectionType ¶
type ConnectionType int32
const ( ConnectionType_INVALID ConnectionType = 0 ConnectionType_OIDC ConnectionType = 1 ConnectionType_SAML ConnectionType = 2 ConnectionType_PASSWORD ConnectionType = 3 ConnectionType_OAUTH ConnectionType = 4 )
func (ConnectionType) Descriptor ¶
func (ConnectionType) Descriptor() protoreflect.EnumDescriptor
func (ConnectionType) Enum ¶
func (x ConnectionType) Enum() *ConnectionType
func (ConnectionType) EnumDescriptor
deprecated
func (ConnectionType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ConnectionType.Descriptor instead.
func (ConnectionType) Number ¶
func (x ConnectionType) Number() protoreflect.EnumNumber
func (ConnectionType) String ¶
func (x ConnectionType) String() string
func (ConnectionType) Type ¶
func (ConnectionType) Type() protoreflect.EnumType
type Connection_OauthConfig ¶
type Connection_OauthConfig struct {
OauthConfig *OAuthConnectionConfig `protobuf:"bytes,20,opt,name=oauth_config,json=oauthConfig,proto3,oneof"`
}
type Connection_OidcConfig ¶
type Connection_OidcConfig struct {
OidcConfig *OIDCConnectionConfig `protobuf:"bytes,18,opt,name=oidc_config,json=oidcConfig,proto3,oneof"`
}
type Connection_SamlConfig ¶
type Connection_SamlConfig struct {
SamlConfig *SAMLConnectionConfigResponse `protobuf:"bytes,19,opt,name=saml_config,json=samlConfig,proto3,oneof"`
}
type CreateConnection ¶
type CreateConnection struct { Provider ConnectionProvider `protobuf:"varint,1,opt,name=provider,proto3,enum=scalekit.v1.connections.ConnectionProvider" json:"provider,omitempty"` Type ConnectionType `protobuf:"varint,2,opt,name=type,proto3,enum=scalekit.v1.connections.ConnectionType" json:"type,omitempty"` // contains filtered or unexported fields }
func (*CreateConnection) Descriptor
deprecated
func (*CreateConnection) Descriptor() ([]byte, []int)
Deprecated: Use CreateConnection.ProtoReflect.Descriptor instead.
func (*CreateConnection) GetProvider ¶
func (x *CreateConnection) GetProvider() ConnectionProvider
func (*CreateConnection) GetType ¶
func (x *CreateConnection) GetType() ConnectionType
func (*CreateConnection) ProtoMessage ¶
func (*CreateConnection) ProtoMessage()
func (*CreateConnection) ProtoReflect ¶
func (x *CreateConnection) ProtoReflect() protoreflect.Message
func (*CreateConnection) Reset ¶
func (x *CreateConnection) Reset()
func (*CreateConnection) String ¶
func (x *CreateConnection) String() string
type CreateConnectionRequest ¶
type CreateConnectionRequest struct { OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` Connection *CreateConnection `protobuf:"bytes,3,opt,name=connection,proto3" json:"connection,omitempty"` // contains filtered or unexported fields }
func (*CreateConnectionRequest) Descriptor
deprecated
func (*CreateConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateConnectionRequest.ProtoReflect.Descriptor instead.
func (*CreateConnectionRequest) GetConnection ¶
func (x *CreateConnectionRequest) GetConnection() *CreateConnection
func (*CreateConnectionRequest) GetOrganizationId ¶
func (x *CreateConnectionRequest) GetOrganizationId() string
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 CreateConnectionResponse ¶
type CreateConnectionResponse struct { Connection *Connection `protobuf:"bytes,1,opt,name=connection,proto3" json:"connection,omitempty"` // contains filtered or unexported fields }
func (*CreateConnectionResponse) Descriptor
deprecated
func (*CreateConnectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateConnectionResponse.ProtoReflect.Descriptor instead.
func (*CreateConnectionResponse) GetConnection ¶
func (x *CreateConnectionResponse) GetConnection() *Connection
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 CreateEnvironmentConnectionRequest ¶
type CreateEnvironmentConnectionRequest struct { Connection *CreateConnection `protobuf:"bytes,1,opt,name=connection,proto3" json:"connection,omitempty"` // contains filtered or unexported fields }
func (*CreateEnvironmentConnectionRequest) Descriptor
deprecated
func (*CreateEnvironmentConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateEnvironmentConnectionRequest.ProtoReflect.Descriptor instead.
func (*CreateEnvironmentConnectionRequest) GetConnection ¶
func (x *CreateEnvironmentConnectionRequest) GetConnection() *CreateConnection
func (*CreateEnvironmentConnectionRequest) ProtoMessage ¶
func (*CreateEnvironmentConnectionRequest) ProtoMessage()
func (*CreateEnvironmentConnectionRequest) ProtoReflect ¶
func (x *CreateEnvironmentConnectionRequest) ProtoReflect() protoreflect.Message
func (*CreateEnvironmentConnectionRequest) Reset ¶
func (x *CreateEnvironmentConnectionRequest) Reset()
func (*CreateEnvironmentConnectionRequest) String ¶
func (x *CreateEnvironmentConnectionRequest) String() string
type DeleteConnectionRequest ¶
type DeleteConnectionRequest struct { OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` Id string `protobuf:"bytes,3,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) GetOrganizationId ¶
func (x *DeleteConnectionRequest) GetOrganizationId() 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 DeleteEnvironmentConnectionRequest ¶
type DeleteEnvironmentConnectionRequest struct { ConnectionId string `protobuf:"bytes,3,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteEnvironmentConnectionRequest) Descriptor
deprecated
func (*DeleteEnvironmentConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteEnvironmentConnectionRequest.ProtoReflect.Descriptor instead.
func (*DeleteEnvironmentConnectionRequest) GetConnectionId ¶
func (x *DeleteEnvironmentConnectionRequest) GetConnectionId() string
func (*DeleteEnvironmentConnectionRequest) ProtoMessage ¶
func (*DeleteEnvironmentConnectionRequest) ProtoMessage()
func (*DeleteEnvironmentConnectionRequest) ProtoReflect ¶
func (x *DeleteEnvironmentConnectionRequest) ProtoReflect() protoreflect.Message
func (*DeleteEnvironmentConnectionRequest) Reset ¶
func (x *DeleteEnvironmentConnectionRequest) Reset()
func (*DeleteEnvironmentConnectionRequest) String ¶
func (x *DeleteEnvironmentConnectionRequest) String() string
type GetConnectionRequest ¶
type GetConnectionRequest struct { OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetConnectionRequest) Descriptor
deprecated
func (*GetConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetConnectionRequest.ProtoReflect.Descriptor instead.
func (*GetConnectionRequest) GetId ¶
func (x *GetConnectionRequest) GetId() string
func (*GetConnectionRequest) GetOrganizationId ¶
func (x *GetConnectionRequest) GetOrganizationId() string
func (*GetConnectionRequest) ProtoMessage ¶
func (*GetConnectionRequest) ProtoMessage()
func (*GetConnectionRequest) ProtoReflect ¶
func (x *GetConnectionRequest) ProtoReflect() protoreflect.Message
func (*GetConnectionRequest) Reset ¶
func (x *GetConnectionRequest) Reset()
func (*GetConnectionRequest) String ¶
func (x *GetConnectionRequest) String() string
type GetConnectionResponse ¶
type GetConnectionResponse struct { Connection *Connection `protobuf:"bytes,1,opt,name=connection,proto3" json:"connection,omitempty"` // contains filtered or unexported fields }
func (*GetConnectionResponse) Descriptor
deprecated
func (*GetConnectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetConnectionResponse.ProtoReflect.Descriptor instead.
func (*GetConnectionResponse) GetConnection ¶
func (x *GetConnectionResponse) GetConnection() *Connection
func (*GetConnectionResponse) ProtoMessage ¶
func (*GetConnectionResponse) ProtoMessage()
func (*GetConnectionResponse) ProtoReflect ¶
func (x *GetConnectionResponse) ProtoReflect() protoreflect.Message
func (*GetConnectionResponse) Reset ¶
func (x *GetConnectionResponse) Reset()
func (*GetConnectionResponse) String ¶
func (x *GetConnectionResponse) String() string
type GetEnvironmentConnectionRequest ¶
type GetEnvironmentConnectionRequest struct { ConnectionId string `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"` // contains filtered or unexported fields }
func (*GetEnvironmentConnectionRequest) Descriptor
deprecated
func (*GetEnvironmentConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetEnvironmentConnectionRequest.ProtoReflect.Descriptor instead.
func (*GetEnvironmentConnectionRequest) GetConnectionId ¶
func (x *GetEnvironmentConnectionRequest) GetConnectionId() string
func (*GetEnvironmentConnectionRequest) ProtoMessage ¶
func (*GetEnvironmentConnectionRequest) ProtoMessage()
func (*GetEnvironmentConnectionRequest) ProtoReflect ¶
func (x *GetEnvironmentConnectionRequest) ProtoReflect() protoreflect.Message
func (*GetEnvironmentConnectionRequest) Reset ¶
func (x *GetEnvironmentConnectionRequest) Reset()
func (*GetEnvironmentConnectionRequest) String ¶
func (x *GetEnvironmentConnectionRequest) String() string
type GetOIDCMetadataRequest ¶
type GetOIDCMetadataRequest struct { Metadata *OIDCMetadataRequest `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
func (*GetOIDCMetadataRequest) Descriptor
deprecated
func (*GetOIDCMetadataRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOIDCMetadataRequest.ProtoReflect.Descriptor instead.
func (*GetOIDCMetadataRequest) GetMetadata ¶
func (x *GetOIDCMetadataRequest) GetMetadata() *OIDCMetadataRequest
func (*GetOIDCMetadataRequest) ProtoMessage ¶
func (*GetOIDCMetadataRequest) ProtoMessage()
func (*GetOIDCMetadataRequest) ProtoReflect ¶
func (x *GetOIDCMetadataRequest) ProtoReflect() protoreflect.Message
func (*GetOIDCMetadataRequest) Reset ¶
func (x *GetOIDCMetadataRequest) Reset()
func (*GetOIDCMetadataRequest) String ¶
func (x *GetOIDCMetadataRequest) String() string
type GetOIDCMetadataResponse ¶
type GetOIDCMetadataResponse struct { Issuer string `protobuf:"bytes,1,opt,name=issuer,proto3" json:"issuer,omitempty"` AuthorizationEndpoint string `protobuf:"bytes,2,opt,name=authorization_endpoint,json=authorizationEndpoint,proto3" json:"authorization_endpoint,omitempty"` TokenEndpoint string `protobuf:"bytes,3,opt,name=token_endpoint,json=tokenEndpoint,proto3" json:"token_endpoint,omitempty"` UserinfoEndpoint string `protobuf:"bytes,4,opt,name=userinfo_endpoint,json=userinfoEndpoint,proto3" json:"userinfo_endpoint,omitempty"` JwksUri string `protobuf:"bytes,5,opt,name=jwks_uri,json=jwksUri,proto3" json:"jwks_uri,omitempty"` // contains filtered or unexported fields }
func (*GetOIDCMetadataResponse) Descriptor
deprecated
func (*GetOIDCMetadataResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOIDCMetadataResponse.ProtoReflect.Descriptor instead.
func (*GetOIDCMetadataResponse) GetAuthorizationEndpoint ¶
func (x *GetOIDCMetadataResponse) GetAuthorizationEndpoint() string
func (*GetOIDCMetadataResponse) GetIssuer ¶
func (x *GetOIDCMetadataResponse) GetIssuer() string
func (*GetOIDCMetadataResponse) GetJwksUri ¶
func (x *GetOIDCMetadataResponse) GetJwksUri() string
func (*GetOIDCMetadataResponse) GetTokenEndpoint ¶
func (x *GetOIDCMetadataResponse) GetTokenEndpoint() string
func (*GetOIDCMetadataResponse) GetUserinfoEndpoint ¶
func (x *GetOIDCMetadataResponse) GetUserinfoEndpoint() string
func (*GetOIDCMetadataResponse) ProtoMessage ¶
func (*GetOIDCMetadataResponse) ProtoMessage()
func (*GetOIDCMetadataResponse) ProtoReflect ¶
func (x *GetOIDCMetadataResponse) ProtoReflect() protoreflect.Message
func (*GetOIDCMetadataResponse) Reset ¶
func (x *GetOIDCMetadataResponse) Reset()
func (*GetOIDCMetadataResponse) String ¶
func (x *GetOIDCMetadataResponse) String() string
type GetProvidersRequest ¶
type GetProvidersRequest struct {
// contains filtered or unexported fields
}
func (*GetProvidersRequest) Descriptor
deprecated
func (*GetProvidersRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetProvidersRequest.ProtoReflect.Descriptor instead.
func (*GetProvidersRequest) ProtoMessage ¶
func (*GetProvidersRequest) ProtoMessage()
func (*GetProvidersRequest) ProtoReflect ¶
func (x *GetProvidersRequest) ProtoReflect() protoreflect.Message
func (*GetProvidersRequest) Reset ¶
func (x *GetProvidersRequest) Reset()
func (*GetProvidersRequest) String ¶
func (x *GetProvidersRequest) String() string
type GetProvidersResponse ¶
type GetProvidersResponse struct { Providers []*Provider `protobuf:"bytes,1,rep,name=providers,proto3" json:"providers,omitempty"` // contains filtered or unexported fields }
func (*GetProvidersResponse) Descriptor
deprecated
func (*GetProvidersResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetProvidersResponse.ProtoReflect.Descriptor instead.
func (*GetProvidersResponse) GetProviders ¶
func (x *GetProvidersResponse) GetProviders() []*Provider
func (*GetProvidersResponse) ProtoMessage ¶
func (*GetProvidersResponse) ProtoMessage()
func (*GetProvidersResponse) ProtoReflect ¶
func (x *GetProvidersResponse) ProtoReflect() protoreflect.Message
func (*GetProvidersResponse) Reset ¶
func (x *GetProvidersResponse) Reset()
func (*GetProvidersResponse) String ¶
func (x *GetProvidersResponse) String() string
type GetSAMLCertificateDetailsRequest ¶
type GetSAMLCertificateDetailsRequest struct { Certificate *SAMLCertificateRequest `protobuf:"bytes,1,opt,name=certificate,proto3" json:"certificate,omitempty"` // contains filtered or unexported fields }
func (*GetSAMLCertificateDetailsRequest) Descriptor
deprecated
func (*GetSAMLCertificateDetailsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSAMLCertificateDetailsRequest.ProtoReflect.Descriptor instead.
func (*GetSAMLCertificateDetailsRequest) GetCertificate ¶
func (x *GetSAMLCertificateDetailsRequest) GetCertificate() *SAMLCertificateRequest
func (*GetSAMLCertificateDetailsRequest) ProtoMessage ¶
func (*GetSAMLCertificateDetailsRequest) ProtoMessage()
func (*GetSAMLCertificateDetailsRequest) ProtoReflect ¶
func (x *GetSAMLCertificateDetailsRequest) ProtoReflect() protoreflect.Message
func (*GetSAMLCertificateDetailsRequest) Reset ¶
func (x *GetSAMLCertificateDetailsRequest) Reset()
func (*GetSAMLCertificateDetailsRequest) String ¶
func (x *GetSAMLCertificateDetailsRequest) String() string
type GetSAMLCertificateDetailsResponse ¶
type GetSAMLCertificateDetailsResponse struct { Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"` NotAfter int64 `protobuf:"varint,2,opt,name=not_after,json=notAfter,proto3" json:"not_after,omitempty"` NotBefore int64 `protobuf:"varint,3,opt,name=not_before,json=notBefore,proto3" json:"not_before,omitempty"` Subject string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"` Issuer string `protobuf:"bytes,5,opt,name=issuer,proto3" json:"issuer,omitempty"` // contains filtered or unexported fields }
func (*GetSAMLCertificateDetailsResponse) Descriptor
deprecated
func (*GetSAMLCertificateDetailsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetSAMLCertificateDetailsResponse.ProtoReflect.Descriptor instead.
func (*GetSAMLCertificateDetailsResponse) GetIssuer ¶
func (x *GetSAMLCertificateDetailsResponse) GetIssuer() string
func (*GetSAMLCertificateDetailsResponse) GetNotAfter ¶
func (x *GetSAMLCertificateDetailsResponse) GetNotAfter() int64
func (*GetSAMLCertificateDetailsResponse) GetNotBefore ¶
func (x *GetSAMLCertificateDetailsResponse) GetNotBefore() int64
func (*GetSAMLCertificateDetailsResponse) GetSubject ¶
func (x *GetSAMLCertificateDetailsResponse) GetSubject() string
func (*GetSAMLCertificateDetailsResponse) GetText ¶
func (x *GetSAMLCertificateDetailsResponse) GetText() string
func (*GetSAMLCertificateDetailsResponse) ProtoMessage ¶
func (*GetSAMLCertificateDetailsResponse) ProtoMessage()
func (*GetSAMLCertificateDetailsResponse) ProtoReflect ¶
func (x *GetSAMLCertificateDetailsResponse) ProtoReflect() protoreflect.Message
func (*GetSAMLCertificateDetailsResponse) Reset ¶
func (x *GetSAMLCertificateDetailsResponse) Reset()
func (*GetSAMLCertificateDetailsResponse) String ¶
func (x *GetSAMLCertificateDetailsResponse) String() string
type GetSAMLMetadataRequest ¶
type GetSAMLMetadataRequest struct { Metadata *SAMLMetadataRequest `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
func (*GetSAMLMetadataRequest) Descriptor
deprecated
func (*GetSAMLMetadataRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSAMLMetadataRequest.ProtoReflect.Descriptor instead.
func (*GetSAMLMetadataRequest) GetMetadata ¶
func (x *GetSAMLMetadataRequest) GetMetadata() *SAMLMetadataRequest
func (*GetSAMLMetadataRequest) ProtoMessage ¶
func (*GetSAMLMetadataRequest) ProtoMessage()
func (*GetSAMLMetadataRequest) ProtoReflect ¶
func (x *GetSAMLMetadataRequest) ProtoReflect() protoreflect.Message
func (*GetSAMLMetadataRequest) Reset ¶
func (x *GetSAMLMetadataRequest) Reset()
func (*GetSAMLMetadataRequest) String ¶
func (x *GetSAMLMetadataRequest) String() string
type GetSAMLMetadataResponse ¶
type GetSAMLMetadataResponse struct { IdpEntityId string `protobuf:"bytes,1,opt,name=idp_entity_id,json=idpEntityId,proto3" json:"idp_entity_id,omitempty"` IdpSsoUrl string `protobuf:"bytes,2,opt,name=idp_sso_url,json=idpSsoUrl,proto3" json:"idp_sso_url,omitempty"` IdpSloUrl string `protobuf:"bytes,3,opt,name=idp_slo_url,json=idpSloUrl,proto3" json:"idp_slo_url,omitempty"` IdpCertificates []string `protobuf:"bytes,4,rep,name=idp_certificates,json=idpCertificates,proto3" json:"idp_certificates,omitempty"` IdpNameIdFormat string `protobuf:"bytes,5,opt,name=idp_name_id_format,json=idpNameIdFormat,proto3" json:"idp_name_id_format,omitempty"` RequestBinding string `protobuf:"bytes,6,opt,name=request_binding,json=requestBinding,proto3" json:"request_binding,omitempty"` WantAssertionsSigned bool `protobuf:"varint,7,opt,name=want_assertions_signed,json=wantAssertionsSigned,proto3" json:"want_assertions_signed,omitempty"` // contains filtered or unexported fields }
func (*GetSAMLMetadataResponse) Descriptor
deprecated
func (*GetSAMLMetadataResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetSAMLMetadataResponse.ProtoReflect.Descriptor instead.
func (*GetSAMLMetadataResponse) GetIdpCertificates ¶
func (x *GetSAMLMetadataResponse) GetIdpCertificates() []string
func (*GetSAMLMetadataResponse) GetIdpEntityId ¶
func (x *GetSAMLMetadataResponse) GetIdpEntityId() string
func (*GetSAMLMetadataResponse) GetIdpNameIdFormat ¶
func (x *GetSAMLMetadataResponse) GetIdpNameIdFormat() string
func (*GetSAMLMetadataResponse) GetIdpSloUrl ¶
func (x *GetSAMLMetadataResponse) GetIdpSloUrl() string
func (*GetSAMLMetadataResponse) GetIdpSsoUrl ¶
func (x *GetSAMLMetadataResponse) GetIdpSsoUrl() string
func (*GetSAMLMetadataResponse) GetRequestBinding ¶
func (x *GetSAMLMetadataResponse) GetRequestBinding() string
func (*GetSAMLMetadataResponse) GetWantAssertionsSigned ¶
func (x *GetSAMLMetadataResponse) GetWantAssertionsSigned() bool
func (*GetSAMLMetadataResponse) ProtoMessage ¶
func (*GetSAMLMetadataResponse) ProtoMessage()
func (*GetSAMLMetadataResponse) ProtoReflect ¶
func (x *GetSAMLMetadataResponse) ProtoReflect() protoreflect.Message
func (*GetSAMLMetadataResponse) Reset ¶
func (x *GetSAMLMetadataResponse) Reset()
func (*GetSAMLMetadataResponse) String ¶
func (x *GetSAMLMetadataResponse) String() string
type IDPCertificate ¶
type IDPCertificate struct { Certificate string `protobuf:"bytes,1,opt,name=certificate,proto3" json:"certificate,omitempty"` CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` ExpiryTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expiry_time,json=expiryTime,proto3" json:"expiry_time,omitempty"` Id string `protobuf:"bytes,4,opt,name=id,proto3" json:"id,omitempty"` Issuer string `protobuf:"bytes,5,opt,name=issuer,proto3" json:"issuer,omitempty"` // contains filtered or unexported fields }
func (*IDPCertificate) Descriptor
deprecated
func (*IDPCertificate) Descriptor() ([]byte, []int)
Deprecated: Use IDPCertificate.ProtoReflect.Descriptor instead.
func (*IDPCertificate) GetCertificate ¶
func (x *IDPCertificate) GetCertificate() string
func (*IDPCertificate) GetCreateTime ¶
func (x *IDPCertificate) GetCreateTime() *timestamppb.Timestamp
func (*IDPCertificate) GetExpiryTime ¶
func (x *IDPCertificate) GetExpiryTime() *timestamppb.Timestamp
func (*IDPCertificate) GetId ¶
func (x *IDPCertificate) GetId() string
func (*IDPCertificate) GetIssuer ¶
func (x *IDPCertificate) GetIssuer() string
func (*IDPCertificate) ProtoMessage ¶
func (*IDPCertificate) ProtoMessage()
func (*IDPCertificate) ProtoReflect ¶
func (x *IDPCertificate) ProtoReflect() protoreflect.Message
func (*IDPCertificate) Reset ¶
func (x *IDPCertificate) Reset()
func (*IDPCertificate) String ¶
func (x *IDPCertificate) String() string
type ListConnection ¶
type ListConnection struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Provider ConnectionProvider `protobuf:"varint,2,opt,name=provider,proto3,enum=scalekit.v1.connections.ConnectionProvider" json:"provider,omitempty"` Type ConnectionType `protobuf:"varint,3,opt,name=type,proto3,enum=scalekit.v1.connections.ConnectionType" json:"type,omitempty"` Status ConnectionStatus `protobuf:"varint,4,opt,name=status,proto3,enum=scalekit.v1.connections.ConnectionStatus" json:"status,omitempty"` Enabled bool `protobuf:"varint,5,opt,name=enabled,proto3" json:"enabled,omitempty"` OrganizationId string `protobuf:"bytes,6,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` UiButtonTitle string `protobuf:"bytes,7,opt,name=ui_button_title,json=uiButtonTitle,proto3" json:"ui_button_title,omitempty"` // contains filtered or unexported fields }
func (*ListConnection) Descriptor
deprecated
func (*ListConnection) Descriptor() ([]byte, []int)
Deprecated: Use ListConnection.ProtoReflect.Descriptor instead.
func (*ListConnection) GetEnabled ¶
func (x *ListConnection) GetEnabled() bool
func (*ListConnection) GetId ¶
func (x *ListConnection) GetId() string
func (*ListConnection) GetOrganizationId ¶
func (x *ListConnection) GetOrganizationId() string
func (*ListConnection) GetProvider ¶
func (x *ListConnection) GetProvider() ConnectionProvider
func (*ListConnection) GetStatus ¶
func (x *ListConnection) GetStatus() ConnectionStatus
func (*ListConnection) GetType ¶
func (x *ListConnection) GetType() ConnectionType
func (*ListConnection) GetUiButtonTitle ¶
func (x *ListConnection) GetUiButtonTitle() string
func (*ListConnection) ProtoMessage ¶
func (*ListConnection) ProtoMessage()
func (*ListConnection) ProtoReflect ¶
func (x *ListConnection) ProtoReflect() protoreflect.Message
func (*ListConnection) Reset ¶
func (x *ListConnection) Reset()
func (*ListConnection) String ¶
func (x *ListConnection) String() string
type ListConnectionsRequest ¶
type ListConnectionsRequest struct { OrganizationId *string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3,oneof" json:"organization_id,omitempty"` Domain *string `protobuf:"bytes,3,opt,name=domain,proto3,oneof" json:"domain,omitempty"` Include *string `protobuf:"bytes,4,opt,name=include,proto3,oneof" json:"include,omitempty"` // contains filtered or unexported fields }
func (*ListConnectionsRequest) Descriptor
deprecated
func (*ListConnectionsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListConnectionsRequest.ProtoReflect.Descriptor instead.
func (*ListConnectionsRequest) GetDomain ¶
func (x *ListConnectionsRequest) GetDomain() string
func (*ListConnectionsRequest) GetInclude ¶
func (x *ListConnectionsRequest) GetInclude() string
func (*ListConnectionsRequest) GetOrganizationId ¶
func (x *ListConnectionsRequest) GetOrganizationId() string
func (*ListConnectionsRequest) ProtoMessage ¶
func (*ListConnectionsRequest) ProtoMessage()
func (*ListConnectionsRequest) ProtoReflect ¶
func (x *ListConnectionsRequest) ProtoReflect() protoreflect.Message
func (*ListConnectionsRequest) Reset ¶
func (x *ListConnectionsRequest) Reset()
func (*ListConnectionsRequest) String ¶
func (x *ListConnectionsRequest) String() string
type ListConnectionsResponse ¶
type ListConnectionsResponse struct { Connections []*ListConnection `protobuf:"bytes,1,rep,name=connections,proto3" json:"connections,omitempty"` // contains filtered or unexported fields }
func (*ListConnectionsResponse) Descriptor
deprecated
func (*ListConnectionsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListConnectionsResponse.ProtoReflect.Descriptor instead.
func (*ListConnectionsResponse) GetConnections ¶
func (x *ListConnectionsResponse) GetConnections() []*ListConnection
func (*ListConnectionsResponse) ProtoMessage ¶
func (*ListConnectionsResponse) ProtoMessage()
func (*ListConnectionsResponse) ProtoReflect ¶
func (x *ListConnectionsResponse) ProtoReflect() protoreflect.Message
func (*ListConnectionsResponse) Reset ¶
func (x *ListConnectionsResponse) Reset()
func (*ListConnectionsResponse) String ¶
func (x *ListConnectionsResponse) String() string
type NameIdFormat ¶
type NameIdFormat int32
const ( NameIdFormat_NAME_ID_FORMAT_NIL NameIdFormat = 0 NameIdFormat_UNSPECIFIED NameIdFormat = 1 NameIdFormat_EMAIL NameIdFormat = 2 NameIdFormat_TRANSIENT NameIdFormat = 3 NameIdFormat_PERSISTENT NameIdFormat = 4 )
func (NameIdFormat) Descriptor ¶
func (NameIdFormat) Descriptor() protoreflect.EnumDescriptor
func (NameIdFormat) Enum ¶
func (x NameIdFormat) Enum() *NameIdFormat
func (NameIdFormat) EnumDescriptor
deprecated
func (NameIdFormat) EnumDescriptor() ([]byte, []int)
Deprecated: Use NameIdFormat.Descriptor instead.
func (NameIdFormat) Number ¶
func (x NameIdFormat) Number() protoreflect.EnumNumber
func (NameIdFormat) String ¶
func (x NameIdFormat) String() string
func (NameIdFormat) Type ¶
func (NameIdFormat) Type() protoreflect.EnumType
type OAuthConnectionConfig ¶
type OAuthConnectionConfig struct { AuthorizeUri *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=authorize_uri,json=authorizeUri,proto3" json:"authorize_uri,omitempty"` TokenUri *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=token_uri,json=tokenUri,proto3" json:"token_uri,omitempty"` UserInfoUri *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=user_info_uri,json=userInfoUri,proto3" json:"user_info_uri,omitempty"` ClientId *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` ClientSecret *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"` Scopes []string `protobuf:"bytes,10,rep,name=scopes,proto3" json:"scopes,omitempty"` RedirectUri string `protobuf:"bytes,12,opt,name=redirect_uri,json=redirectUri,proto3" json:"redirect_uri,omitempty"` PkceEnabled *wrapperspb.BoolValue `protobuf:"bytes,13,opt,name=pkce_enabled,json=pkceEnabled,proto3" json:"pkce_enabled,omitempty"` // contains filtered or unexported fields }
func (*OAuthConnectionConfig) Descriptor
deprecated
func (*OAuthConnectionConfig) Descriptor() ([]byte, []int)
Deprecated: Use OAuthConnectionConfig.ProtoReflect.Descriptor instead.
func (*OAuthConnectionConfig) GetAuthorizeUri ¶
func (x *OAuthConnectionConfig) GetAuthorizeUri() *wrapperspb.StringValue
func (*OAuthConnectionConfig) GetClientId ¶
func (x *OAuthConnectionConfig) GetClientId() *wrapperspb.StringValue
func (*OAuthConnectionConfig) GetClientSecret ¶
func (x *OAuthConnectionConfig) GetClientSecret() *wrapperspb.StringValue
func (*OAuthConnectionConfig) GetPkceEnabled ¶
func (x *OAuthConnectionConfig) GetPkceEnabled() *wrapperspb.BoolValue
func (*OAuthConnectionConfig) GetRedirectUri ¶
func (x *OAuthConnectionConfig) GetRedirectUri() string
func (*OAuthConnectionConfig) GetScopes ¶
func (x *OAuthConnectionConfig) GetScopes() []string
func (*OAuthConnectionConfig) GetTokenUri ¶
func (x *OAuthConnectionConfig) GetTokenUri() *wrapperspb.StringValue
func (*OAuthConnectionConfig) GetUserInfoUri ¶
func (x *OAuthConnectionConfig) GetUserInfoUri() *wrapperspb.StringValue
func (*OAuthConnectionConfig) ProtoMessage ¶
func (*OAuthConnectionConfig) ProtoMessage()
func (*OAuthConnectionConfig) ProtoReflect ¶
func (x *OAuthConnectionConfig) ProtoReflect() protoreflect.Message
func (*OAuthConnectionConfig) Reset ¶
func (x *OAuthConnectionConfig) Reset()
func (*OAuthConnectionConfig) String ¶
func (x *OAuthConnectionConfig) String() string
type OIDCConnectionConfig ¶
type OIDCConnectionConfig struct { Issuer *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=issuer,proto3" json:"issuer,omitempty"` DiscoveryEndpoint *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=discovery_endpoint,json=discoveryEndpoint,proto3" json:"discovery_endpoint,omitempty"` AuthorizeUri *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=authorize_uri,json=authorizeUri,proto3" json:"authorize_uri,omitempty"` TokenUri *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=token_uri,json=tokenUri,proto3" json:"token_uri,omitempty"` UserInfoUri *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=user_info_uri,json=userInfoUri,proto3" json:"user_info_uri,omitempty"` JwksUri *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=jwks_uri,json=jwksUri,proto3" json:"jwks_uri,omitempty"` ClientId *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` ClientSecret *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"` Scopes []OIDCScope `protobuf:"varint,10,rep,packed,name=scopes,proto3,enum=scalekit.v1.connections.OIDCScope" json:"scopes,omitempty"` TokenAuthType TokenAuthType `` /* 147-byte string literal not displayed */ RedirectUri string `protobuf:"bytes,12,opt,name=redirect_uri,json=redirectUri,proto3" json:"redirect_uri,omitempty"` PkceEnabled *wrapperspb.BoolValue `protobuf:"bytes,13,opt,name=pkce_enabled,json=pkceEnabled,proto3" json:"pkce_enabled,omitempty"` // contains filtered or unexported fields }
func (*OIDCConnectionConfig) Descriptor
deprecated
func (*OIDCConnectionConfig) Descriptor() ([]byte, []int)
Deprecated: Use OIDCConnectionConfig.ProtoReflect.Descriptor instead.
func (*OIDCConnectionConfig) GetAuthorizeUri ¶
func (x *OIDCConnectionConfig) GetAuthorizeUri() *wrapperspb.StringValue
func (*OIDCConnectionConfig) GetClientId ¶
func (x *OIDCConnectionConfig) GetClientId() *wrapperspb.StringValue
func (*OIDCConnectionConfig) GetClientSecret ¶
func (x *OIDCConnectionConfig) GetClientSecret() *wrapperspb.StringValue
func (*OIDCConnectionConfig) GetDiscoveryEndpoint ¶
func (x *OIDCConnectionConfig) GetDiscoveryEndpoint() *wrapperspb.StringValue
func (*OIDCConnectionConfig) GetIssuer ¶
func (x *OIDCConnectionConfig) GetIssuer() *wrapperspb.StringValue
func (*OIDCConnectionConfig) GetJwksUri ¶
func (x *OIDCConnectionConfig) GetJwksUri() *wrapperspb.StringValue
func (*OIDCConnectionConfig) GetPkceEnabled ¶
func (x *OIDCConnectionConfig) GetPkceEnabled() *wrapperspb.BoolValue
func (*OIDCConnectionConfig) GetRedirectUri ¶
func (x *OIDCConnectionConfig) GetRedirectUri() string
func (*OIDCConnectionConfig) GetScopes ¶
func (x *OIDCConnectionConfig) GetScopes() []OIDCScope
func (*OIDCConnectionConfig) GetTokenAuthType ¶
func (x *OIDCConnectionConfig) GetTokenAuthType() TokenAuthType
func (*OIDCConnectionConfig) GetTokenUri ¶
func (x *OIDCConnectionConfig) GetTokenUri() *wrapperspb.StringValue
func (*OIDCConnectionConfig) GetUserInfoUri ¶
func (x *OIDCConnectionConfig) GetUserInfoUri() *wrapperspb.StringValue
func (*OIDCConnectionConfig) ProtoMessage ¶
func (*OIDCConnectionConfig) ProtoMessage()
func (*OIDCConnectionConfig) ProtoReflect ¶
func (x *OIDCConnectionConfig) ProtoReflect() protoreflect.Message
func (*OIDCConnectionConfig) Reset ¶
func (x *OIDCConnectionConfig) Reset()
func (*OIDCConnectionConfig) String ¶
func (x *OIDCConnectionConfig) String() string
type OIDCMetadataRequest ¶
type OIDCMetadataRequest struct { Issuer string `protobuf:"bytes,1,opt,name=issuer,proto3" json:"issuer,omitempty"` // contains filtered or unexported fields }
func (*OIDCMetadataRequest) Descriptor
deprecated
func (*OIDCMetadataRequest) Descriptor() ([]byte, []int)
Deprecated: Use OIDCMetadataRequest.ProtoReflect.Descriptor instead.
func (*OIDCMetadataRequest) GetIssuer ¶
func (x *OIDCMetadataRequest) GetIssuer() string
func (*OIDCMetadataRequest) ProtoMessage ¶
func (*OIDCMetadataRequest) ProtoMessage()
func (*OIDCMetadataRequest) ProtoReflect ¶
func (x *OIDCMetadataRequest) ProtoReflect() protoreflect.Message
func (*OIDCMetadataRequest) Reset ¶
func (x *OIDCMetadataRequest) Reset()
func (*OIDCMetadataRequest) String ¶
func (x *OIDCMetadataRequest) String() string
type OIDCScope ¶
type OIDCScope int32
func (OIDCScope) Descriptor ¶
func (OIDCScope) Descriptor() protoreflect.EnumDescriptor
func (OIDCScope) EnumDescriptor
deprecated
func (OIDCScope) Number ¶
func (x OIDCScope) Number() protoreflect.EnumNumber
func (OIDCScope) Type ¶
func (OIDCScope) Type() protoreflect.EnumType
type PasswordConnectionConfig ¶
type PasswordConnectionConfig struct {
// contains filtered or unexported fields
}
func (*PasswordConnectionConfig) Descriptor
deprecated
func (*PasswordConnectionConfig) Descriptor() ([]byte, []int)
Deprecated: Use PasswordConnectionConfig.ProtoReflect.Descriptor instead.
func (*PasswordConnectionConfig) ProtoMessage ¶
func (*PasswordConnectionConfig) ProtoMessage()
func (*PasswordConnectionConfig) ProtoReflect ¶
func (x *PasswordConnectionConfig) ProtoReflect() protoreflect.Message
func (*PasswordConnectionConfig) Reset ¶
func (x *PasswordConnectionConfig) Reset()
func (*PasswordConnectionConfig) String ¶
func (x *PasswordConnectionConfig) String() string
type Provider ¶
type Provider struct { KeyId string `protobuf:"bytes,1,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"` DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` Description *string `protobuf:"bytes,3,opt,name=description,proto3,oneof" json:"description,omitempty"` // contains filtered or unexported fields }
func (*Provider) Descriptor
deprecated
func (*Provider) GetDescription ¶
func (*Provider) GetDisplayName ¶
func (*Provider) ProtoMessage ¶
func (*Provider) ProtoMessage()
func (*Provider) ProtoReflect ¶
func (x *Provider) ProtoReflect() protoreflect.Message
type RequestBinding ¶
type RequestBinding int32
const ( RequestBinding_REQUEST_BINDING_UNSPECIFIED RequestBinding = 0 RequestBinding_HTTP_POST RequestBinding = 1 RequestBinding_HTTP_REDIRECT RequestBinding = 2 )
func (RequestBinding) Descriptor ¶
func (RequestBinding) Descriptor() protoreflect.EnumDescriptor
func (RequestBinding) Enum ¶
func (x RequestBinding) Enum() *RequestBinding
func (RequestBinding) EnumDescriptor
deprecated
func (RequestBinding) EnumDescriptor() ([]byte, []int)
Deprecated: Use RequestBinding.Descriptor instead.
func (RequestBinding) Number ¶
func (x RequestBinding) Number() protoreflect.EnumNumber
func (RequestBinding) String ¶
func (x RequestBinding) String() string
func (RequestBinding) Type ¶
func (RequestBinding) Type() protoreflect.EnumType
type SAMLCertificateRequest ¶
type SAMLCertificateRequest struct { Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"` // contains filtered or unexported fields }
func (*SAMLCertificateRequest) Descriptor
deprecated
func (*SAMLCertificateRequest) Descriptor() ([]byte, []int)
Deprecated: Use SAMLCertificateRequest.ProtoReflect.Descriptor instead.
func (*SAMLCertificateRequest) GetText ¶
func (x *SAMLCertificateRequest) GetText() string
func (*SAMLCertificateRequest) ProtoMessage ¶
func (*SAMLCertificateRequest) ProtoMessage()
func (*SAMLCertificateRequest) ProtoReflect ¶
func (x *SAMLCertificateRequest) ProtoReflect() protoreflect.Message
func (*SAMLCertificateRequest) Reset ¶
func (x *SAMLCertificateRequest) Reset()
func (*SAMLCertificateRequest) String ¶
func (x *SAMLCertificateRequest) String() string
type SAMLConnectionConfigRequest ¶
type SAMLConnectionConfigRequest struct { IdpMetadataUrl *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=idp_metadata_url,json=idpMetadataUrl,proto3" json:"idp_metadata_url,omitempty"` IdpEntityId *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=idp_entity_id,json=idpEntityId,proto3" json:"idp_entity_id,omitempty"` IdpSsoUrl *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=idp_sso_url,json=idpSsoUrl,proto3" json:"idp_sso_url,omitempty"` IdpCertificate *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=idp_certificate,json=idpCertificate,proto3" json:"idp_certificate,omitempty"` IdpSloUrl *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=idp_slo_url,json=idpSloUrl,proto3" json:"idp_slo_url,omitempty"` UiButtonTitle *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=ui_button_title,json=uiButtonTitle,proto3" json:"ui_button_title,omitempty"` IdpNameIdFormat NameIdFormat `` /* 153-byte string literal not displayed */ IdpSsoRequestBinding RequestBinding `` /* 170-byte string literal not displayed */ IdpSloRequestBinding RequestBinding `` /* 170-byte string literal not displayed */ SamlSigningOption SAMLSigningOptions `` /* 164-byte string literal not displayed */ ForceAuthn *wrapperspb.BoolValue `protobuf:"bytes,14,opt,name=force_authn,json=forceAuthn,proto3" json:"force_authn,omitempty"` DefaultRedirectUri *wrapperspb.StringValue `protobuf:"bytes,15,opt,name=default_redirect_uri,json=defaultRedirectUri,proto3" json:"default_redirect_uri,omitempty"` AssertionEncrypted *wrapperspb.BoolValue `protobuf:"bytes,16,opt,name=assertion_encrypted,json=assertionEncrypted,proto3" json:"assertion_encrypted,omitempty"` WantRequestSigned *wrapperspb.BoolValue `protobuf:"bytes,17,opt,name=want_request_signed,json=wantRequestSigned,proto3" json:"want_request_signed,omitempty"` // contains filtered or unexported fields }
func (*SAMLConnectionConfigRequest) Descriptor
deprecated
func (*SAMLConnectionConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use SAMLConnectionConfigRequest.ProtoReflect.Descriptor instead.
func (*SAMLConnectionConfigRequest) GetAssertionEncrypted ¶
func (x *SAMLConnectionConfigRequest) GetAssertionEncrypted() *wrapperspb.BoolValue
func (*SAMLConnectionConfigRequest) GetDefaultRedirectUri ¶
func (x *SAMLConnectionConfigRequest) GetDefaultRedirectUri() *wrapperspb.StringValue
func (*SAMLConnectionConfigRequest) GetForceAuthn ¶
func (x *SAMLConnectionConfigRequest) GetForceAuthn() *wrapperspb.BoolValue
func (*SAMLConnectionConfigRequest) GetIdpCertificate ¶
func (x *SAMLConnectionConfigRequest) GetIdpCertificate() *wrapperspb.StringValue
func (*SAMLConnectionConfigRequest) GetIdpEntityId ¶
func (x *SAMLConnectionConfigRequest) GetIdpEntityId() *wrapperspb.StringValue
func (*SAMLConnectionConfigRequest) GetIdpMetadataUrl ¶
func (x *SAMLConnectionConfigRequest) GetIdpMetadataUrl() *wrapperspb.StringValue
func (*SAMLConnectionConfigRequest) GetIdpNameIdFormat ¶
func (x *SAMLConnectionConfigRequest) GetIdpNameIdFormat() NameIdFormat
func (*SAMLConnectionConfigRequest) GetIdpSloRequestBinding ¶
func (x *SAMLConnectionConfigRequest) GetIdpSloRequestBinding() RequestBinding
func (*SAMLConnectionConfigRequest) GetIdpSloUrl ¶
func (x *SAMLConnectionConfigRequest) GetIdpSloUrl() *wrapperspb.StringValue
func (*SAMLConnectionConfigRequest) GetIdpSsoRequestBinding ¶
func (x *SAMLConnectionConfigRequest) GetIdpSsoRequestBinding() RequestBinding
func (*SAMLConnectionConfigRequest) GetIdpSsoUrl ¶
func (x *SAMLConnectionConfigRequest) GetIdpSsoUrl() *wrapperspb.StringValue
func (*SAMLConnectionConfigRequest) GetSamlSigningOption ¶
func (x *SAMLConnectionConfigRequest) GetSamlSigningOption() SAMLSigningOptions
func (*SAMLConnectionConfigRequest) GetUiButtonTitle ¶
func (x *SAMLConnectionConfigRequest) GetUiButtonTitle() *wrapperspb.StringValue
func (*SAMLConnectionConfigRequest) GetWantRequestSigned ¶
func (x *SAMLConnectionConfigRequest) GetWantRequestSigned() *wrapperspb.BoolValue
func (*SAMLConnectionConfigRequest) ProtoMessage ¶
func (*SAMLConnectionConfigRequest) ProtoMessage()
func (*SAMLConnectionConfigRequest) ProtoReflect ¶
func (x *SAMLConnectionConfigRequest) ProtoReflect() protoreflect.Message
func (*SAMLConnectionConfigRequest) Reset ¶
func (x *SAMLConnectionConfigRequest) Reset()
func (*SAMLConnectionConfigRequest) String ¶
func (x *SAMLConnectionConfigRequest) String() string
type SAMLConnectionConfigResponse ¶
type SAMLConnectionConfigResponse struct { SpEntityId string `protobuf:"bytes,1,opt,name=sp_entity_id,json=spEntityId,proto3" json:"sp_entity_id,omitempty"` SpAssertionUrl string `protobuf:"bytes,2,opt,name=sp_assertion_url,json=spAssertionUrl,proto3" json:"sp_assertion_url,omitempty"` SpMetadataUrl string `protobuf:"bytes,3,opt,name=sp_metadata_url,json=spMetadataUrl,proto3" json:"sp_metadata_url,omitempty"` IdpMetadataUrl *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=idp_metadata_url,json=idpMetadataUrl,proto3" json:"idp_metadata_url,omitempty"` IdpEntityId *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=idp_entity_id,json=idpEntityId,proto3" json:"idp_entity_id,omitempty"` IdpSsoUrl *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=idp_sso_url,json=idpSsoUrl,proto3" json:"idp_sso_url,omitempty"` IdpCertificates []*IDPCertificate `protobuf:"bytes,7,rep,name=idp_certificates,json=idpCertificates,proto3" json:"idp_certificates,omitempty"` IdpSloUrl *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=idp_slo_url,json=idpSloUrl,proto3" json:"idp_slo_url,omitempty"` UiButtonTitle *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=ui_button_title,json=uiButtonTitle,proto3" json:"ui_button_title,omitempty"` IdpNameIdFormat NameIdFormat `` /* 154-byte string literal not displayed */ IdpSsoRequestBinding RequestBinding `` /* 171-byte string literal not displayed */ IdpSloRequestBinding RequestBinding `` /* 171-byte string literal not displayed */ SamlSigningOption SAMLSigningOptions `` /* 164-byte string literal not displayed */ AllowIdpInitiatedLogin *wrapperspb.BoolValue `` /* 132-byte string literal not displayed */ ForceAuthn *wrapperspb.BoolValue `protobuf:"bytes,15,opt,name=force_authn,json=forceAuthn,proto3" json:"force_authn,omitempty"` DefaultRedirectUri *wrapperspb.StringValue `protobuf:"bytes,16,opt,name=default_redirect_uri,json=defaultRedirectUri,proto3" json:"default_redirect_uri,omitempty"` AssertionEncrypted *wrapperspb.BoolValue `protobuf:"bytes,17,opt,name=assertion_encrypted,json=assertionEncrypted,proto3" json:"assertion_encrypted,omitempty"` WantRequestSigned *wrapperspb.BoolValue `protobuf:"bytes,18,opt,name=want_request_signed,json=wantRequestSigned,proto3" json:"want_request_signed,omitempty"` // contains filtered or unexported fields }
func (*SAMLConnectionConfigResponse) Descriptor
deprecated
func (*SAMLConnectionConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use SAMLConnectionConfigResponse.ProtoReflect.Descriptor instead.
func (*SAMLConnectionConfigResponse) GetAllowIdpInitiatedLogin ¶
func (x *SAMLConnectionConfigResponse) GetAllowIdpInitiatedLogin() *wrapperspb.BoolValue
func (*SAMLConnectionConfigResponse) GetAssertionEncrypted ¶
func (x *SAMLConnectionConfigResponse) GetAssertionEncrypted() *wrapperspb.BoolValue
func (*SAMLConnectionConfigResponse) GetDefaultRedirectUri ¶
func (x *SAMLConnectionConfigResponse) GetDefaultRedirectUri() *wrapperspb.StringValue
func (*SAMLConnectionConfigResponse) GetForceAuthn ¶
func (x *SAMLConnectionConfigResponse) GetForceAuthn() *wrapperspb.BoolValue
func (*SAMLConnectionConfigResponse) GetIdpCertificates ¶
func (x *SAMLConnectionConfigResponse) GetIdpCertificates() []*IDPCertificate
func (*SAMLConnectionConfigResponse) GetIdpEntityId ¶
func (x *SAMLConnectionConfigResponse) GetIdpEntityId() *wrapperspb.StringValue
func (*SAMLConnectionConfigResponse) GetIdpMetadataUrl ¶
func (x *SAMLConnectionConfigResponse) GetIdpMetadataUrl() *wrapperspb.StringValue
func (*SAMLConnectionConfigResponse) GetIdpNameIdFormat ¶
func (x *SAMLConnectionConfigResponse) GetIdpNameIdFormat() NameIdFormat
func (*SAMLConnectionConfigResponse) GetIdpSloRequestBinding ¶
func (x *SAMLConnectionConfigResponse) GetIdpSloRequestBinding() RequestBinding
func (*SAMLConnectionConfigResponse) GetIdpSloUrl ¶
func (x *SAMLConnectionConfigResponse) GetIdpSloUrl() *wrapperspb.StringValue
func (*SAMLConnectionConfigResponse) GetIdpSsoRequestBinding ¶
func (x *SAMLConnectionConfigResponse) GetIdpSsoRequestBinding() RequestBinding
func (*SAMLConnectionConfigResponse) GetIdpSsoUrl ¶
func (x *SAMLConnectionConfigResponse) GetIdpSsoUrl() *wrapperspb.StringValue
func (*SAMLConnectionConfigResponse) GetSamlSigningOption ¶
func (x *SAMLConnectionConfigResponse) GetSamlSigningOption() SAMLSigningOptions
func (*SAMLConnectionConfigResponse) GetSpAssertionUrl ¶
func (x *SAMLConnectionConfigResponse) GetSpAssertionUrl() string
func (*SAMLConnectionConfigResponse) GetSpEntityId ¶
func (x *SAMLConnectionConfigResponse) GetSpEntityId() string
func (*SAMLConnectionConfigResponse) GetSpMetadataUrl ¶
func (x *SAMLConnectionConfigResponse) GetSpMetadataUrl() string
func (*SAMLConnectionConfigResponse) GetUiButtonTitle ¶
func (x *SAMLConnectionConfigResponse) GetUiButtonTitle() *wrapperspb.StringValue
func (*SAMLConnectionConfigResponse) GetWantRequestSigned ¶
func (x *SAMLConnectionConfigResponse) GetWantRequestSigned() *wrapperspb.BoolValue
func (*SAMLConnectionConfigResponse) ProtoMessage ¶
func (*SAMLConnectionConfigResponse) ProtoMessage()
func (*SAMLConnectionConfigResponse) ProtoReflect ¶
func (x *SAMLConnectionConfigResponse) ProtoReflect() protoreflect.Message
func (*SAMLConnectionConfigResponse) Reset ¶
func (x *SAMLConnectionConfigResponse) Reset()
func (*SAMLConnectionConfigResponse) String ¶
func (x *SAMLConnectionConfigResponse) String() string
type SAMLMetadataRequest ¶
type SAMLMetadataRequest struct { MetadataUrl string `protobuf:"bytes,1,opt,name=metadata_url,json=metadataUrl,proto3" json:"metadata_url,omitempty"` // contains filtered or unexported fields }
func (*SAMLMetadataRequest) Descriptor
deprecated
func (*SAMLMetadataRequest) Descriptor() ([]byte, []int)
Deprecated: Use SAMLMetadataRequest.ProtoReflect.Descriptor instead.
func (*SAMLMetadataRequest) GetMetadataUrl ¶
func (x *SAMLMetadataRequest) GetMetadataUrl() string
func (*SAMLMetadataRequest) ProtoMessage ¶
func (*SAMLMetadataRequest) ProtoMessage()
func (*SAMLMetadataRequest) ProtoReflect ¶
func (x *SAMLMetadataRequest) ProtoReflect() protoreflect.Message
func (*SAMLMetadataRequest) Reset ¶
func (x *SAMLMetadataRequest) Reset()
func (*SAMLMetadataRequest) String ¶
func (x *SAMLMetadataRequest) String() string
type SAMLSigningOptions ¶
type SAMLSigningOptions int32
enums all
const ( SAMLSigningOptions_SAML_SIGNING_OPTIONS_UNSPECIFIED SAMLSigningOptions = 0 SAMLSigningOptions_NO_SIGNING SAMLSigningOptions = 1 SAMLSigningOptions_SAML_ONLY_RESPONSE_SIGNING SAMLSigningOptions = 2 SAMLSigningOptions_SAML_ONLY_ASSERTION_SIGNING SAMLSigningOptions = 3 SAMLSigningOptions_SAML_RESPONSE_ASSERTION_SIGNING SAMLSigningOptions = 4 )
func (SAMLSigningOptions) Descriptor ¶
func (SAMLSigningOptions) Descriptor() protoreflect.EnumDescriptor
func (SAMLSigningOptions) Enum ¶
func (x SAMLSigningOptions) Enum() *SAMLSigningOptions
func (SAMLSigningOptions) EnumDescriptor
deprecated
func (SAMLSigningOptions) EnumDescriptor() ([]byte, []int)
Deprecated: Use SAMLSigningOptions.Descriptor instead.
func (SAMLSigningOptions) Number ¶
func (x SAMLSigningOptions) Number() protoreflect.EnumNumber
func (SAMLSigningOptions) String ¶
func (x SAMLSigningOptions) String() string
func (SAMLSigningOptions) Type ¶
func (SAMLSigningOptions) Type() protoreflect.EnumType
type ToggleConnectionRequest ¶
type ToggleConnectionRequest struct { OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*ToggleConnectionRequest) Descriptor
deprecated
func (*ToggleConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use ToggleConnectionRequest.ProtoReflect.Descriptor instead.
func (*ToggleConnectionRequest) GetId ¶
func (x *ToggleConnectionRequest) GetId() string
func (*ToggleConnectionRequest) GetOrganizationId ¶
func (x *ToggleConnectionRequest) GetOrganizationId() string
func (*ToggleConnectionRequest) ProtoMessage ¶
func (*ToggleConnectionRequest) ProtoMessage()
func (*ToggleConnectionRequest) ProtoReflect ¶
func (x *ToggleConnectionRequest) ProtoReflect() protoreflect.Message
func (*ToggleConnectionRequest) Reset ¶
func (x *ToggleConnectionRequest) Reset()
func (*ToggleConnectionRequest) String ¶
func (x *ToggleConnectionRequest) String() string
type ToggleConnectionResponse ¶
type ToggleConnectionResponse struct { Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` ErrorMessage *string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage,proto3,oneof" json:"error_message,omitempty"` // contains filtered or unexported fields }
func (*ToggleConnectionResponse) Descriptor
deprecated
func (*ToggleConnectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use ToggleConnectionResponse.ProtoReflect.Descriptor instead.
func (*ToggleConnectionResponse) GetEnabled ¶
func (x *ToggleConnectionResponse) GetEnabled() bool
func (*ToggleConnectionResponse) GetErrorMessage ¶
func (x *ToggleConnectionResponse) GetErrorMessage() string
func (*ToggleConnectionResponse) ProtoMessage ¶
func (*ToggleConnectionResponse) ProtoMessage()
func (*ToggleConnectionResponse) ProtoReflect ¶
func (x *ToggleConnectionResponse) ProtoReflect() protoreflect.Message
func (*ToggleConnectionResponse) Reset ¶
func (x *ToggleConnectionResponse) Reset()
func (*ToggleConnectionResponse) String ¶
func (x *ToggleConnectionResponse) String() string
type ToggleEnvironmentConnectionRequest ¶
type ToggleEnvironmentConnectionRequest struct { ConnectionId string `protobuf:"bytes,2,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"` // contains filtered or unexported fields }
func (*ToggleEnvironmentConnectionRequest) Descriptor
deprecated
func (*ToggleEnvironmentConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use ToggleEnvironmentConnectionRequest.ProtoReflect.Descriptor instead.
func (*ToggleEnvironmentConnectionRequest) GetConnectionId ¶
func (x *ToggleEnvironmentConnectionRequest) GetConnectionId() string
func (*ToggleEnvironmentConnectionRequest) ProtoMessage ¶
func (*ToggleEnvironmentConnectionRequest) ProtoMessage()
func (*ToggleEnvironmentConnectionRequest) ProtoReflect ¶
func (x *ToggleEnvironmentConnectionRequest) ProtoReflect() protoreflect.Message
func (*ToggleEnvironmentConnectionRequest) Reset ¶
func (x *ToggleEnvironmentConnectionRequest) Reset()
func (*ToggleEnvironmentConnectionRequest) String ¶
func (x *ToggleEnvironmentConnectionRequest) String() string
type TokenAuthType ¶
type TokenAuthType int32
const ( TokenAuthType_TOKEN_AUTH_TYPE_UNSPECIFIED TokenAuthType = 0 TokenAuthType_URL_PARAMS TokenAuthType = 1 TokenAuthType_BASIC_AUTH TokenAuthType = 2 )
func (TokenAuthType) Descriptor ¶
func (TokenAuthType) Descriptor() protoreflect.EnumDescriptor
func (TokenAuthType) Enum ¶
func (x TokenAuthType) Enum() *TokenAuthType
func (TokenAuthType) EnumDescriptor
deprecated
func (TokenAuthType) EnumDescriptor() ([]byte, []int)
Deprecated: Use TokenAuthType.Descriptor instead.
func (TokenAuthType) Number ¶
func (x TokenAuthType) Number() protoreflect.EnumNumber
func (TokenAuthType) String ¶
func (x TokenAuthType) String() string
func (TokenAuthType) Type ¶
func (TokenAuthType) Type() protoreflect.EnumType
type UpdateConnection ¶
type UpdateConnection struct { Provider ConnectionProvider `protobuf:"varint,2,opt,name=provider,proto3,enum=scalekit.v1.connections.ConnectionProvider" json:"provider,omitempty"` Type ConnectionType `protobuf:"varint,3,opt,name=type,proto3,enum=scalekit.v1.connections.ConnectionType" json:"type,omitempty"` DebugEnabled *wrapperspb.BoolValue `protobuf:"bytes,6,opt,name=debug_enabled,json=debugEnabled,proto3" json:"debug_enabled,omitempty"` UiButtonTitle *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=ui_button_title,json=uiButtonTitle,proto3" json:"ui_button_title,omitempty"` ConfigurationType ConfigurationType `` /* 161-byte string literal not displayed */ AttributeMapping map[string]string `` /* 198-byte string literal not displayed */ // Types that are assignable to Settings: // // *UpdateConnection_OidcConfig // *UpdateConnection_SamlConfig // *UpdateConnection_OauthConfig Settings isUpdateConnection_Settings `protobuf_oneof:"settings"` KeyId *string `protobuf:"bytes,19,opt,name=key_id,json=keyId,proto3,oneof" json:"key_id,omitempty"` // contains filtered or unexported fields }
func (*UpdateConnection) Descriptor
deprecated
func (*UpdateConnection) Descriptor() ([]byte, []int)
Deprecated: Use UpdateConnection.ProtoReflect.Descriptor instead.
func (*UpdateConnection) GetAttributeMapping ¶
func (x *UpdateConnection) GetAttributeMapping() map[string]string
func (*UpdateConnection) GetConfigurationType ¶
func (x *UpdateConnection) GetConfigurationType() ConfigurationType
func (*UpdateConnection) GetDebugEnabled ¶
func (x *UpdateConnection) GetDebugEnabled() *wrapperspb.BoolValue
func (*UpdateConnection) GetKeyId ¶
func (x *UpdateConnection) GetKeyId() string
func (*UpdateConnection) GetOauthConfig ¶
func (x *UpdateConnection) GetOauthConfig() *OAuthConnectionConfig
func (*UpdateConnection) GetOidcConfig ¶
func (x *UpdateConnection) GetOidcConfig() *OIDCConnectionConfig
func (*UpdateConnection) GetProvider ¶
func (x *UpdateConnection) GetProvider() ConnectionProvider
func (*UpdateConnection) GetSamlConfig ¶
func (x *UpdateConnection) GetSamlConfig() *SAMLConnectionConfigRequest
func (*UpdateConnection) GetSettings ¶
func (m *UpdateConnection) GetSettings() isUpdateConnection_Settings
func (*UpdateConnection) GetType ¶
func (x *UpdateConnection) GetType() ConnectionType
func (*UpdateConnection) GetUiButtonTitle ¶
func (x *UpdateConnection) GetUiButtonTitle() *wrapperspb.StringValue
func (*UpdateConnection) ProtoMessage ¶
func (*UpdateConnection) ProtoMessage()
func (*UpdateConnection) ProtoReflect ¶
func (x *UpdateConnection) ProtoReflect() protoreflect.Message
func (*UpdateConnection) Reset ¶
func (x *UpdateConnection) Reset()
func (*UpdateConnection) String ¶
func (x *UpdateConnection) String() string
type UpdateConnectionRequest ¶
type UpdateConnectionRequest struct { OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"` Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"` Connection *UpdateConnection `protobuf:"bytes,4,opt,name=connection,proto3" json:"connection,omitempty"` // contains filtered or unexported fields }
func (*UpdateConnectionRequest) Descriptor
deprecated
func (*UpdateConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateConnectionRequest.ProtoReflect.Descriptor instead.
func (*UpdateConnectionRequest) GetConnection ¶
func (x *UpdateConnectionRequest) GetConnection() *UpdateConnection
func (*UpdateConnectionRequest) GetId ¶
func (x *UpdateConnectionRequest) GetId() string
func (*UpdateConnectionRequest) GetOrganizationId ¶
func (x *UpdateConnectionRequest) GetOrganizationId() string
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 UpdateConnectionResponse ¶
type UpdateConnectionResponse struct { Connection *Connection `protobuf:"bytes,1,opt,name=connection,proto3" json:"connection,omitempty"` // contains filtered or unexported fields }
func (*UpdateConnectionResponse) Descriptor
deprecated
func (*UpdateConnectionResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateConnectionResponse.ProtoReflect.Descriptor instead.
func (*UpdateConnectionResponse) GetConnection ¶
func (x *UpdateConnectionResponse) GetConnection() *Connection
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 UpdateConnection_OauthConfig ¶
type UpdateConnection_OauthConfig struct {
OauthConfig *OAuthConnectionConfig `protobuf:"bytes,18,opt,name=oauth_config,json=oauthConfig,proto3,oneof"`
}
type UpdateConnection_OidcConfig ¶
type UpdateConnection_OidcConfig struct {
OidcConfig *OIDCConnectionConfig `protobuf:"bytes,16,opt,name=oidc_config,json=oidcConfig,proto3,oneof"`
}
type UpdateConnection_SamlConfig ¶
type UpdateConnection_SamlConfig struct {
SamlConfig *SAMLConnectionConfigRequest `protobuf:"bytes,17,opt,name=saml_config,json=samlConfig,proto3,oneof"`
}
type UpdateEnvironmentConnectionRequest ¶
type UpdateEnvironmentConnectionRequest struct { ConnectionId string `protobuf:"bytes,1,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"` Connection *UpdateConnection `protobuf:"bytes,3,opt,name=connection,proto3" json:"connection,omitempty"` // contains filtered or unexported fields }
func (*UpdateEnvironmentConnectionRequest) Descriptor
deprecated
func (*UpdateEnvironmentConnectionRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateEnvironmentConnectionRequest.ProtoReflect.Descriptor instead.
func (*UpdateEnvironmentConnectionRequest) GetConnection ¶
func (x *UpdateEnvironmentConnectionRequest) GetConnection() *UpdateConnection
func (*UpdateEnvironmentConnectionRequest) GetConnectionId ¶
func (x *UpdateEnvironmentConnectionRequest) GetConnectionId() string
func (*UpdateEnvironmentConnectionRequest) ProtoMessage ¶
func (*UpdateEnvironmentConnectionRequest) ProtoMessage()
func (*UpdateEnvironmentConnectionRequest) ProtoReflect ¶
func (x *UpdateEnvironmentConnectionRequest) ProtoReflect() protoreflect.Message
func (*UpdateEnvironmentConnectionRequest) Reset ¶
func (x *UpdateEnvironmentConnectionRequest) Reset()
func (*UpdateEnvironmentConnectionRequest) String ¶
func (x *UpdateEnvironmentConnectionRequest) String() string