Versions in this module Expand all Collapse all v4 v4.0.1-beta.1 May 16, 2024 v4.0.1 Dec 5, 2024 Changes in this version + type BucketsAccessKey struct + AccessKeyName *string + AssignedTo *string + CreatedBy *string + CreatedTime *time.Time + CreationType *CreationType + ExpiryTime *time.Time + ExtId *string + LastUpdatedBy *string + LastUpdatedTime *time.Time + Links []import1.ApiLink + ObjectType_ *string + Reserved_ map[string]interface{} + SecretAccessKey *string + Status *BucketsAccessKeyStatusType + TenantId *string + UnknownFields_ map[string]interface{} + UserId *string + func NewBucketsAccessKey() *BucketsAccessKey + func (p *BucketsAccessKey) MarshalJSON() ([]byte, error) + type BucketsAccessKeyStatusType int + const BUCKETSACCESSKEYSTATUSTYPE_EXPIRED + const BUCKETSACCESSKEYSTATUSTYPE_REDACTED + const BUCKETSACCESSKEYSTATUSTYPE_REVOKED + const BUCKETSACCESSKEYSTATUSTYPE_UNKNOWN + const BUCKETSACCESSKEYSTATUSTYPE_VALID + func (e *BucketsAccessKeyStatusType) MarshalJSON() ([]byte, error) + func (e *BucketsAccessKeyStatusType) UnmarshalJSON(b []byte) error + func (e BucketsAccessKeyStatusType) GetName() string + func (e BucketsAccessKeyStatusType) Ref() *BucketsAccessKeyStatusType + type CreationType int + const CREATIONTYPE_PREDEFINED + const CREATIONTYPE_REDACTED + const CREATIONTYPE_SERVICEDEFINED + const CREATIONTYPE_UNKNOWN + const CREATIONTYPE_USERDEFINED + func (e *CreationType) MarshalJSON() ([]byte, error) + func (e *CreationType) UnmarshalJSON(b []byte) error + func (e CreationType) GetName() string + func (e CreationType) Ref() *CreationType + type FileDetail struct + ObjectType_ *string + Path *string + func NewFileDetail() *FileDetail + type User struct + AdditionalAttributes []import2.KVPair + BucketsAccessKeys []BucketsAccessKey + CreatedBy *string + CreatedTime *time.Time + CreationType *CreationType + Description *string + DisplayName *string + EmailId *string + ExtId *string + FirstName *string + IdpId *string + IsForceResetPasswordEnabled *bool + LastLoginTime *time.Time + LastName *string + LastUpdatedBy *string + LastUpdatedTime *time.Time + Links []import1.ApiLink + Locale *string + MiddleInitial *string + ObjectType_ *string + Password *string + Region *string + Reserved_ map[string]interface{} + Status *UserStatusType + TenantId *string + UnknownFields_ map[string]interface{} + UserType *UserType + Username *string + func NewUser() *User + type UserStatusType int + const USERSTATUSTYPE_ACTIVE + const USERSTATUSTYPE_INACTIVE + const USERSTATUSTYPE_REDACTED + const USERSTATUSTYPE_UNKNOWN + func (e *UserStatusType) MarshalJSON() ([]byte, error) + func (e *UserStatusType) UnmarshalJSON(b []byte) error + func (e UserStatusType) GetName() string + func (e UserStatusType) Ref() *UserStatusType + type UserType int + const USERTYPE_EXTERNAL + const USERTYPE_LDAP + const USERTYPE_LOCAL + const USERTYPE_REDACTED + const USERTYPE_SAML + const USERTYPE_SERVICE_ACCOUNT + const USERTYPE_UNKNOWN + func (e *UserType) MarshalJSON() ([]byte, error) + func (e *UserType) UnmarshalJSON(b []byte) error + func (e UserType) GetName() string + func (e UserType) Ref() *UserType