Documentation
¶
Index ¶
- Variables
- type AttributeSchema
- func (*AttributeSchema) Descriptor() ([]byte, []int)deprecated
- func (x *AttributeSchema) GetAssertion() *structpb.Value
- func (x *AttributeSchema) GetAttribute() *structpb.Value
- func (x *AttributeSchema) GetGoogle() *structpb.Value
- func (*AttributeSchema) ProtoMessage()
- func (x *AttributeSchema) ProtoReflect() protoreflect.Message
- func (x *AttributeSchema) Reset()
- func (x *AttributeSchema) String() string
- type OidcSchema
Constants ¶
This section is empty.
Variables ¶
View Source
var File_wif_go_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AttributeSchema ¶
type AttributeSchema struct { Assertion *structpb.Value `protobuf:"bytes,1,opt,name=assertion,proto3" json:"assertion,omitempty"` Attribute *structpb.Value `protobuf:"bytes,2,opt,name=attribute,proto3" json:"attribute,omitempty"` Google *structpb.Value `protobuf:"bytes,3,opt,name=google,proto3" json:"google,omitempty"` // contains filtered or unexported fields }
func (*AttributeSchema) Descriptor
deprecated
func (*AttributeSchema) Descriptor() ([]byte, []int)
Deprecated: Use AttributeSchema.ProtoReflect.Descriptor instead.
func (*AttributeSchema) GetAssertion ¶
func (x *AttributeSchema) GetAssertion() *structpb.Value
func (*AttributeSchema) GetAttribute ¶
func (x *AttributeSchema) GetAttribute() *structpb.Value
func (*AttributeSchema) GetGoogle ¶
func (x *AttributeSchema) GetGoogle() *structpb.Value
func (*AttributeSchema) ProtoMessage ¶
func (*AttributeSchema) ProtoMessage()
func (*AttributeSchema) ProtoReflect ¶
func (x *AttributeSchema) ProtoReflect() protoreflect.Message
func (*AttributeSchema) Reset ¶
func (x *AttributeSchema) Reset()
func (*AttributeSchema) String ¶
func (x *AttributeSchema) String() string
type OidcSchema ¶
type OidcSchema struct { Assertion *structpb.Value `protobuf:"bytes,1,opt,name=assertion,proto3" json:"assertion,omitempty"` // contains filtered or unexported fields }
func (*OidcSchema) Descriptor
deprecated
func (*OidcSchema) Descriptor() ([]byte, []int)
Deprecated: Use OidcSchema.ProtoReflect.Descriptor instead.
func (*OidcSchema) GetAssertion ¶
func (x *OidcSchema) GetAssertion() *structpb.Value
func (*OidcSchema) ProtoMessage ¶
func (*OidcSchema) ProtoMessage()
func (*OidcSchema) ProtoReflect ¶
func (x *OidcSchema) ProtoReflect() protoreflect.Message
func (*OidcSchema) Reset ¶
func (x *OidcSchema) Reset()
func (*OidcSchema) String ¶
func (x *OidcSchema) String() string
Click to show internal directories.
Click to hide internal directories.