Documentation
¶
Index ¶
- Variables
- type AuthMethod
- func (*AuthMethod) Descriptor() ([]byte, []int)deprecated
- func (x *AuthMethod) GetAttributes() *_struct.Struct
- func (x *AuthMethod) GetAuthorizedActions() []string
- func (x *AuthMethod) GetAuthorizedCollectionActions() map[string]*_struct.ListValue
- func (x *AuthMethod) GetCreatedTime() *timestamp.Timestamp
- func (x *AuthMethod) GetDescription() *wrappers.StringValue
- func (x *AuthMethod) GetId() string
- func (x *AuthMethod) GetName() *wrappers.StringValue
- func (x *AuthMethod) GetScope() *scopes.ScopeInfo
- func (x *AuthMethod) GetScopeId() string
- func (x *AuthMethod) GetType() string
- func (x *AuthMethod) GetUpdatedTime() *timestamp.Timestamp
- func (x *AuthMethod) GetVersion() uint32
- func (*AuthMethod) ProtoMessage()
- func (x *AuthMethod) ProtoReflect() protoreflect.Message
- func (x *AuthMethod) Reset()
- func (x *AuthMethod) String() string
- type PasswordAuthMethodAttributes
- func (*PasswordAuthMethodAttributes) Descriptor() ([]byte, []int)deprecated
- func (x *PasswordAuthMethodAttributes) GetMinLoginNameLength() uint32
- func (x *PasswordAuthMethodAttributes) GetMinPasswordLength() uint32
- func (*PasswordAuthMethodAttributes) ProtoMessage()
- func (x *PasswordAuthMethodAttributes) ProtoReflect() protoreflect.Message
- func (x *PasswordAuthMethodAttributes) Reset()
- func (x *PasswordAuthMethodAttributes) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_controller_api_resources_authmethods_v1_auth_method_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AuthMethod ¶
type AuthMethod struct {
// Output only. The ID of the Auth Method.
Id string `protobuf:"bytes,10,opt,name=id,proto3" json:"id,omitempty"`
// The ID of the Scope of which this Auth Method is a part.
ScopeId string `protobuf:"bytes,20,opt,name=scope_id,proto3" json:"scope_id,omitempty"`
// Output only. Scope information for this Auth method.
Scope *scopes.ScopeInfo `protobuf:"bytes,30,opt,name=scope,proto3" json:"scope,omitempty"`
// Optional name for identification purposes.
Name *wrappers.StringValue `protobuf:"bytes,40,opt,name=name,proto3" json:"name,omitempty"`
// Optional user-set description for identification purposes.
Description *wrappers.StringValue `protobuf:"bytes,50,opt,name=description,proto3" json:"description,omitempty"`
// Output only. The time this resource was created.
CreatedTime *timestamp.Timestamp `protobuf:"bytes,60,opt,name=created_time,proto3" json:"created_time,omitempty"`
// Output only. The time this resource was last updated.
UpdatedTime *timestamp.Timestamp `protobuf:"bytes,70,opt,name=updated_time,proto3" json:"updated_time,omitempty"`
// Version is used in mutation requests, after the initial creation, to ensure this resource has not changed.
// The mutation will fail if the version does not match the latest known good version.
Version uint32 `protobuf:"varint,80,opt,name=version,proto3" json:"version,omitempty"`
// The Auth Method type.
Type string `protobuf:"bytes,90,opt,name=type,proto3" json:"type,omitempty"`
// The attributes that are applicable for the specific Auth Method type.
Attributes *_struct.Struct `protobuf:"bytes,100,opt,name=attributes,proto3" json:"attributes,omitempty"`
// Output only. The available actions on this resource for this user.
AuthorizedActions []string `protobuf:"bytes,300,rep,name=authorized_actions,proto3" json:"authorized_actions,omitempty"`
// Output only. The authorized actions for the scope's collections.
AuthorizedCollectionActions map[string]*_struct.ListValue `` /* 201-byte string literal not displayed */
// contains filtered or unexported fields
}
AuthMethod contains all fields related to an Auth Method resource
func (*AuthMethod) Descriptor
deprecated
func (*AuthMethod) Descriptor() ([]byte, []int)
Deprecated: Use AuthMethod.ProtoReflect.Descriptor instead.
func (*AuthMethod) GetAttributes ¶
func (x *AuthMethod) GetAttributes() *_struct.Struct
func (*AuthMethod) GetAuthorizedActions ¶ added in v0.1.5
func (x *AuthMethod) GetAuthorizedActions() []string
func (*AuthMethod) GetAuthorizedCollectionActions ¶ added in v0.1.5
func (x *AuthMethod) GetAuthorizedCollectionActions() map[string]*_struct.ListValue
func (*AuthMethod) GetCreatedTime ¶
func (x *AuthMethod) GetCreatedTime() *timestamp.Timestamp
func (*AuthMethod) GetDescription ¶
func (x *AuthMethod) GetDescription() *wrappers.StringValue
func (*AuthMethod) GetId ¶
func (x *AuthMethod) GetId() string
func (*AuthMethod) GetName ¶
func (x *AuthMethod) GetName() *wrappers.StringValue
func (*AuthMethod) GetScope ¶
func (x *AuthMethod) GetScope() *scopes.ScopeInfo
func (*AuthMethod) GetScopeId ¶
func (x *AuthMethod) GetScopeId() string
func (*AuthMethod) GetType ¶
func (x *AuthMethod) GetType() string
func (*AuthMethod) GetUpdatedTime ¶
func (x *AuthMethod) GetUpdatedTime() *timestamp.Timestamp
func (*AuthMethod) GetVersion ¶
func (x *AuthMethod) GetVersion() uint32
func (*AuthMethod) ProtoMessage ¶
func (*AuthMethod) ProtoMessage()
func (*AuthMethod) ProtoReflect ¶
func (x *AuthMethod) ProtoReflect() protoreflect.Message
func (*AuthMethod) Reset ¶
func (x *AuthMethod) Reset()
func (*AuthMethod) String ¶
func (x *AuthMethod) String() string
type PasswordAuthMethodAttributes ¶
type PasswordAuthMethodAttributes struct {
// The minimum length allowed for user names for Accounts in this Auth Method.
MinLoginNameLength uint32 `protobuf:"varint,10,opt,name=min_login_name_length,proto3" json:"min_login_name_length,omitempty"`
// The minimum length allowed for passwords for Accounts in this Auth Method.
MinPasswordLength uint32 `protobuf:"varint,20,opt,name=min_password_length,proto3" json:"min_password_length,omitempty"`
// contains filtered or unexported fields
}
func (*PasswordAuthMethodAttributes) Descriptor
deprecated
func (*PasswordAuthMethodAttributes) Descriptor() ([]byte, []int)
Deprecated: Use PasswordAuthMethodAttributes.ProtoReflect.Descriptor instead.
func (*PasswordAuthMethodAttributes) GetMinLoginNameLength ¶
func (x *PasswordAuthMethodAttributes) GetMinLoginNameLength() uint32
func (*PasswordAuthMethodAttributes) GetMinPasswordLength ¶
func (x *PasswordAuthMethodAttributes) GetMinPasswordLength() uint32
func (*PasswordAuthMethodAttributes) ProtoMessage ¶
func (*PasswordAuthMethodAttributes) ProtoMessage()
func (*PasswordAuthMethodAttributes) ProtoReflect ¶
func (x *PasswordAuthMethodAttributes) ProtoReflect() protoreflect.Message
func (*PasswordAuthMethodAttributes) Reset ¶
func (x *PasswordAuthMethodAttributes) Reset()
func (*PasswordAuthMethodAttributes) String ¶
func (x *PasswordAuthMethodAttributes) String() string
Click to show internal directories.
Click to hide internal directories.