Documentation ¶
Index ¶
- Variables
- type Account
- func (*Account) Descriptor() ([]byte, []int)deprecated
- func (x *Account) GetAttributes() *_struct.Struct
- func (x *Account) GetAuthMethodId() string
- func (x *Account) GetCreatedTime() *timestamp.Timestamp
- func (x *Account) GetDescription() *wrappers.StringValue
- func (x *Account) GetId() string
- func (x *Account) GetName() *wrappers.StringValue
- func (x *Account) GetScope() *scopes.ScopeInfo
- func (x *Account) GetType() string
- func (x *Account) GetUpdatedTime() *timestamp.Timestamp
- func (x *Account) GetVersion() uint32
- func (*Account) ProtoMessage()
- func (x *Account) ProtoReflect() protoreflect.Message
- func (x *Account) Reset()
- func (x *Account) String() string
- type PasswordAccountAttributes
- func (*PasswordAccountAttributes) Descriptor() ([]byte, []int)deprecated
- func (x *PasswordAccountAttributes) GetLoginName() string
- func (x *PasswordAccountAttributes) GetPassword() *wrappers.StringValue
- func (*PasswordAccountAttributes) ProtoMessage()
- func (x *PasswordAccountAttributes) ProtoReflect() protoreflect.Message
- func (x *PasswordAccountAttributes) Reset()
- func (x *PasswordAccountAttributes) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_controller_api_resources_accounts_v1_account_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct { // Output only. The ID of the Account. Id string `protobuf:"bytes,10,opt,name=id,proto3" json:"id,omitempty"` // Output only. Scope information for the Account. Scope *scopes.ScopeInfo `protobuf:"bytes,20,opt,name=scope,proto3" json:"scope,omitempty"` // Optional name for identification purposes. Name *wrappers.StringValue `protobuf:"bytes,30,opt,name=name,proto3" json:"name,omitempty"` // Optional user-set description for identification purposes. Description *wrappers.StringValue `protobuf:"bytes,40,opt,name=description,proto3" json:"description,omitempty"` // Output only. The time this resource was created. CreatedTime *timestamp.Timestamp `protobuf:"bytes,50,opt,name=created_time,proto3" json:"created_time,omitempty"` // Output only. The time this resource was last updated. UpdatedTime *timestamp.Timestamp `protobuf:"bytes,60,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,70,opt,name=version,proto3" json:"version,omitempty"` // The type of this Account. Type string `protobuf:"bytes,80,opt,name=type,proto3" json:"type,omitempty"` // The ID of the Auth Method that is associated with this Account. AuthMethodId string `protobuf:"bytes,90,opt,name=auth_method_id,proto3" json:"auth_method_id,omitempty"` // The attributes that are applicable for the specific Account type. Attributes *_struct.Struct `protobuf:"bytes,100,opt,name=attributes,proto3" json:"attributes,omitempty"` // contains filtered or unexported fields }
Account contains all fields related to an Account resource
func (*Account) Descriptor
deprecated
func (*Account) GetAttributes ¶
func (*Account) GetAuthMethodId ¶
func (*Account) GetCreatedTime ¶
func (*Account) GetDescription ¶
func (x *Account) GetDescription() *wrappers.StringValue
func (*Account) GetName ¶
func (x *Account) GetName() *wrappers.StringValue
func (*Account) GetUpdatedTime ¶
func (*Account) GetVersion ¶
func (*Account) ProtoMessage ¶
func (*Account) ProtoMessage()
func (*Account) ProtoReflect ¶
func (x *Account) ProtoReflect() protoreflect.Message
type PasswordAccountAttributes ¶
type PasswordAccountAttributes struct { // The login name of this Account. This is unique per Auth Method. LoginName string `protobuf:"bytes,10,opt,name=login_name,proto3" json:"login_name,omitempty"` // The password for this Account. Password *wrappers.StringValue `protobuf:"bytes,20,opt,name=password,proto3" json:"password,omitempty"` // contains filtered or unexported fields }
func (*PasswordAccountAttributes) Descriptor
deprecated
func (*PasswordAccountAttributes) Descriptor() ([]byte, []int)
Deprecated: Use PasswordAccountAttributes.ProtoReflect.Descriptor instead.
func (*PasswordAccountAttributes) GetLoginName ¶
func (x *PasswordAccountAttributes) GetLoginName() string
func (*PasswordAccountAttributes) GetPassword ¶
func (x *PasswordAccountAttributes) GetPassword() *wrappers.StringValue
func (*PasswordAccountAttributes) ProtoMessage ¶
func (*PasswordAccountAttributes) ProtoMessage()
func (*PasswordAccountAttributes) ProtoReflect ¶
func (x *PasswordAccountAttributes) ProtoReflect() protoreflect.Message
func (*PasswordAccountAttributes) Reset ¶
func (x *PasswordAccountAttributes) Reset()
func (*PasswordAccountAttributes) String ¶
func (x *PasswordAccountAttributes) String() string
Click to show internal directories.
Click to hide internal directories.