Documentation
¶
Overview ¶
Package identity contains protobuf types for identity management.
Index ¶
- Variables
- type Provider
- func (x *Provider) Clone() *Provider
- func (*Provider) Descriptor() ([]byte, []int)deprecated
- func (x *Provider) GetClientId() string
- func (x *Provider) GetClientSecret() string
- func (x *Provider) GetId() string
- func (x *Provider) GetRequestParams() map[string]string
- func (x *Provider) GetScopes() []string
- func (x *Provider) GetServiceAccount() string
- func (x *Provider) GetType() string
- func (x *Provider) GetUrl() string
- func (x *Provider) Hash() string
- func (*Provider) ProtoMessage()
- func (x *Provider) ProtoReflect() protoreflect.Message
- func (x *Provider) Reset()
- func (x *Provider) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_identity_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` ClientId string `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` ClientSecret string `protobuf:"bytes,3,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"` Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` Scopes []string `protobuf:"bytes,5,rep,name=scopes,proto3" json:"scopes,omitempty"` ServiceAccount string `protobuf:"bytes,6,opt,name=service_account,json=serviceAccount,proto3" json:"service_account,omitempty"` Url string `protobuf:"bytes,7,opt,name=url,proto3" json:"url,omitempty"` RequestParams map[string]string `` /* 188-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Provider) Descriptor
deprecated
func (*Provider) GetClientId ¶
func (*Provider) GetClientSecret ¶
func (*Provider) GetRequestParams ¶
func (*Provider) GetServiceAccount ¶
func (*Provider) Hash ¶
Hash computes a sha256 hash of the provider's fields. It excludes the Id field.
func (*Provider) ProtoMessage ¶
func (*Provider) ProtoMessage()
func (*Provider) ProtoReflect ¶
func (x *Provider) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.