| Name | Type | Description | Notes |
|---|---|---|---|
| AccountName | Pointer to string | The username of the security identity. | [optional] |
| SID | Pointer to string | The SID of the security identity. | [optional] |
func NewModelsSecurityIdentitiesSecurityIdentityIdentifier() *ModelsSecurityIdentitiesSecurityIdentityIdentifier
NewModelsSecurityIdentitiesSecurityIdentityIdentifier instantiates a new ModelsSecurityIdentitiesSecurityIdentityIdentifier 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 NewModelsSecurityIdentitiesSecurityIdentityIdentifierWithDefaults() *ModelsSecurityIdentitiesSecurityIdentityIdentifier
NewModelsSecurityIdentitiesSecurityIdentityIdentifierWithDefaults instantiates a new ModelsSecurityIdentitiesSecurityIdentityIdentifier 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 *ModelsSecurityIdentitiesSecurityIdentityIdentifier) GetAccountName() string
GetAccountName returns the AccountName field if non-nil, zero value otherwise.
func (o *ModelsSecurityIdentitiesSecurityIdentityIdentifier) GetAccountNameOk() (*string, bool)
GetAccountNameOk returns a tuple with the AccountName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSecurityIdentitiesSecurityIdentityIdentifier) SetAccountName(v string)
SetAccountName sets AccountName field to given value.
func (o *ModelsSecurityIdentitiesSecurityIdentityIdentifier) HasAccountName() bool
HasAccountName returns a boolean if a field has been set.
func (o *ModelsSecurityIdentitiesSecurityIdentityIdentifier) GetSID() string
GetSID returns the SID field if non-nil, zero value otherwise.
func (o *ModelsSecurityIdentitiesSecurityIdentityIdentifier) GetSIDOk() (*string, bool)
GetSIDOk returns a tuple with the SID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelsSecurityIdentitiesSecurityIdentityIdentifier) SetSID(v string)
SetSID sets SID field to given value.
func (o *ModelsSecurityIdentitiesSecurityIdentityIdentifier) HasSID() bool
HasSID returns a boolean if a field has been set.