Name | Type | Description | Notes |
---|---|---|---|
OwnerId | Pointer to string | The owner of the service account. | [optional] |
Status | Pointer to string | The status of the service account. * ACTIVE: The service account credentials are working properly. * ERROR: The service account credentials are not working. * UNKNOWN: Status of the service account credentials is unknown. | [optional] |
Username | Pointer to string | The username of the service account. | [optional] |
func NewServiceAccount() *ServiceAccount
NewServiceAccount instantiates a new ServiceAccount object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewServiceAccountWithDefaults() *ServiceAccount
NewServiceAccountWithDefaults instantiates a new ServiceAccount object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ServiceAccount) GetOwnerId() string
GetOwnerId returns the OwnerId field if non-nil, zero value otherwise.
func (o *ServiceAccount) GetOwnerIdOk() (*string, bool)
GetOwnerIdOk returns a tuple with the OwnerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceAccount) SetOwnerId(v string)
SetOwnerId sets OwnerId field to given value.
func (o *ServiceAccount) HasOwnerId() bool
HasOwnerId returns a boolean if a field has been set.
func (o *ServiceAccount) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ServiceAccount) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceAccount) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *ServiceAccount) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *ServiceAccount) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *ServiceAccount) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServiceAccount) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *ServiceAccount) HasUsername() bool
HasUsername returns a boolean if a field has been set.