accounts

package
v0.1.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2021 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

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"`
	// 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"`
	// contains filtered or unexported fields
}

Account contains all fields related to an Account resource

func (*Account) Descriptor deprecated

func (*Account) Descriptor() ([]byte, []int)

Deprecated: Use Account.ProtoReflect.Descriptor instead.

func (*Account) GetAttributes

func (x *Account) GetAttributes() *_struct.Struct

func (*Account) GetAuthMethodId

func (x *Account) GetAuthMethodId() string

func (*Account) GetAuthorizedActions added in v0.1.5

func (x *Account) GetAuthorizedActions() []string

func (*Account) GetCreatedTime

func (x *Account) GetCreatedTime() *timestamp.Timestamp

func (*Account) GetDescription

func (x *Account) GetDescription() *wrappers.StringValue

func (*Account) GetId

func (x *Account) GetId() string

func (*Account) GetName

func (x *Account) GetName() *wrappers.StringValue

func (*Account) GetScope

func (x *Account) GetScope() *scopes.ScopeInfo

func (*Account) GetType

func (x *Account) GetType() string

func (*Account) GetUpdatedTime

func (x *Account) GetUpdatedTime() *timestamp.Timestamp

func (*Account) GetVersion

func (x *Account) GetVersion() uint32

func (*Account) ProtoMessage

func (*Account) ProtoMessage()

func (*Account) ProtoReflect

func (x *Account) ProtoReflect() protoreflect.Message

func (*Account) Reset

func (x *Account) Reset()

func (*Account) String

func (x *Account) String() string

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 (*PasswordAccountAttributes) ProtoMessage

func (*PasswordAccountAttributes) ProtoMessage()

func (*PasswordAccountAttributes) ProtoReflect

func (*PasswordAccountAttributes) Reset

func (x *PasswordAccountAttributes) Reset()

func (*PasswordAccountAttributes) String

func (x *PasswordAccountAttributes) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL