Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | Id of the account represented by the audit response | [optional] |
AccountName | Pointer to string | Name of the account represented by the audit response | [optional] |
IdentityType | Pointer to string | The type of account represented by the audit response (User or Group) | [optional] |
SID | Pointer to string | The SID of the account represented by the audit reponse | [optional] |
Permissions | Pointer to []KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission | Permissions granted to the account represented by the audit reponse on the specified certifcate | [optional] [readonly] |
func NewKeyfactorApiModelsCertificatesCertificateIdentityAuditResponse() *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse
NewKeyfactorApiModelsCertificatesCertificateIdentityAuditResponse instantiates a new KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse 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 NewKeyfactorApiModelsCertificatesCertificateIdentityAuditResponseWithDefaults() *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse
NewKeyfactorApiModelsCertificatesCertificateIdentityAuditResponseWithDefaults instantiates a new KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse 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 *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) SetId(v int32)
SetId sets Id field to given value.
func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) GetAccountName() string
GetAccountName returns the AccountName field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) 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 *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) SetAccountName(v string)
SetAccountName sets AccountName field to given value.
func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) HasAccountName() bool
HasAccountName returns a boolean if a field has been set.
func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) GetIdentityType() string
GetIdentityType returns the IdentityType field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) GetIdentityTypeOk() (*string, bool)
GetIdentityTypeOk returns a tuple with the IdentityType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) SetIdentityType(v string)
SetIdentityType sets IdentityType field to given value.
func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) HasIdentityType() bool
HasIdentityType returns a boolean if a field has been set.
func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) GetSID() string
GetSID returns the SID field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) 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 *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) SetSID(v string)
SetSID sets SID field to given value.
func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) HasSID() bool
HasSID returns a boolean if a field has been set.
func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) GetPermissions() []KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission
GetPermissions returns the Permissions field if non-nil, zero value otherwise.
func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) GetPermissionsOk() (*[]KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission, bool)
GetPermissionsOk returns a tuple with the Permissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) SetPermissions(v []KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission)
SetPermissions sets Permissions field to given value.
func (o *KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse) HasPermissions() bool
HasPermissions returns a boolean if a field has been set.