Name | Type | Description | Notes |
---|---|---|---|
SafeUrlId | Pointer to string | The name of the Safe to be used when calling Safe APIs. | [optional] |
SafeName | Pointer to string | The name of the Safe. | [optional] |
SafeNumber | Pointer to int64 | The unique numerical ID of the Safe. | [optional] |
Description | Pointer to string | The description of the Safe. | [optional] |
Location | Pointer to string | The location of the Safe in the Vault. | [optional] |
Creator | Pointer to SafeCreatorResponse | [optional] | |
OlacEnabled | Pointer to bool | Whether or not to enable Object Level Access Control for the new Safe. | [optional] |
ManagingCPM | Pointer to string | The name of the CPM user who will manage the new Safe. | [optional] |
NumberOfVersionsRetention | Pointer to int32 | The number of retained versions of every password that is stored in the Safe. | [optional] |
NumberOfDaysRetention | Pointer to int32 | The number of days that password versions are saved in the Safe. | [optional] |
AutoPurgeEnabled | Pointer to bool | Whether or not to automatically purge files after the end of the Object History Retention Period defined in the Safe properties. Reports Safes and PSM Recording Safes are created automatically with AutoPurgeEnabled set to Yes.These Safes cannot be managed by the CPM. | [optional] |
CreationTime | Pointer to int64 | Unix creation time of the Safe. | [optional] |
LastModificationTime | Pointer to int64 | Unix time when the Safe was last updated. | [optional] |
Accounts | Pointer to []AccountInSafeResponse | [optional] | |
IsExpiredMember | Pointer to bool | Whether or not the membership for the Safe is expired.For expired member, the value will be True. | [optional] |
func NewGetSafeDetailsResponse() *GetSafeDetailsResponse
NewGetSafeDetailsResponse instantiates a new GetSafeDetailsResponse 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 NewGetSafeDetailsResponseWithDefaults() *GetSafeDetailsResponse
NewGetSafeDetailsResponseWithDefaults instantiates a new GetSafeDetailsResponse 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 *GetSafeDetailsResponse) GetSafeUrlId() string
GetSafeUrlId returns the SafeUrlId field if non-nil, zero value otherwise.
func (o *GetSafeDetailsResponse) GetSafeUrlIdOk() (*string, bool)
GetSafeUrlIdOk returns a tuple with the SafeUrlId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSafeDetailsResponse) SetSafeUrlId(v string)
SetSafeUrlId sets SafeUrlId field to given value.
func (o *GetSafeDetailsResponse) HasSafeUrlId() bool
HasSafeUrlId returns a boolean if a field has been set.
func (o *GetSafeDetailsResponse) GetSafeName() string
GetSafeName returns the SafeName field if non-nil, zero value otherwise.
func (o *GetSafeDetailsResponse) GetSafeNameOk() (*string, bool)
GetSafeNameOk returns a tuple with the SafeName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSafeDetailsResponse) SetSafeName(v string)
SetSafeName sets SafeName field to given value.
func (o *GetSafeDetailsResponse) HasSafeName() bool
HasSafeName returns a boolean if a field has been set.
func (o *GetSafeDetailsResponse) GetSafeNumber() int64
GetSafeNumber returns the SafeNumber field if non-nil, zero value otherwise.
func (o *GetSafeDetailsResponse) GetSafeNumberOk() (*int64, bool)
GetSafeNumberOk returns a tuple with the SafeNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSafeDetailsResponse) SetSafeNumber(v int64)
SetSafeNumber sets SafeNumber field to given value.
func (o *GetSafeDetailsResponse) HasSafeNumber() bool
HasSafeNumber returns a boolean if a field has been set.
func (o *GetSafeDetailsResponse) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *GetSafeDetailsResponse) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSafeDetailsResponse) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *GetSafeDetailsResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *GetSafeDetailsResponse) GetLocation() string
GetLocation returns the Location field if non-nil, zero value otherwise.
func (o *GetSafeDetailsResponse) GetLocationOk() (*string, bool)
GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSafeDetailsResponse) SetLocation(v string)
SetLocation sets Location field to given value.
func (o *GetSafeDetailsResponse) HasLocation() bool
HasLocation returns a boolean if a field has been set.
func (o *GetSafeDetailsResponse) GetCreator() SafeCreatorResponse
GetCreator returns the Creator field if non-nil, zero value otherwise.
func (o *GetSafeDetailsResponse) GetCreatorOk() (*SafeCreatorResponse, bool)
GetCreatorOk returns a tuple with the Creator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSafeDetailsResponse) SetCreator(v SafeCreatorResponse)
SetCreator sets Creator field to given value.
func (o *GetSafeDetailsResponse) HasCreator() bool
HasCreator returns a boolean if a field has been set.
func (o *GetSafeDetailsResponse) GetOlacEnabled() bool
GetOlacEnabled returns the OlacEnabled field if non-nil, zero value otherwise.
func (o *GetSafeDetailsResponse) GetOlacEnabledOk() (*bool, bool)
GetOlacEnabledOk returns a tuple with the OlacEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSafeDetailsResponse) SetOlacEnabled(v bool)
SetOlacEnabled sets OlacEnabled field to given value.
func (o *GetSafeDetailsResponse) HasOlacEnabled() bool
HasOlacEnabled returns a boolean if a field has been set.
func (o *GetSafeDetailsResponse) GetManagingCPM() string
GetManagingCPM returns the ManagingCPM field if non-nil, zero value otherwise.
func (o *GetSafeDetailsResponse) GetManagingCPMOk() (*string, bool)
GetManagingCPMOk returns a tuple with the ManagingCPM field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSafeDetailsResponse) SetManagingCPM(v string)
SetManagingCPM sets ManagingCPM field to given value.
func (o *GetSafeDetailsResponse) HasManagingCPM() bool
HasManagingCPM returns a boolean if a field has been set.
func (o *GetSafeDetailsResponse) GetNumberOfVersionsRetention() int32
GetNumberOfVersionsRetention returns the NumberOfVersionsRetention field if non-nil, zero value otherwise.
func (o *GetSafeDetailsResponse) GetNumberOfVersionsRetentionOk() (*int32, bool)
GetNumberOfVersionsRetentionOk returns a tuple with the NumberOfVersionsRetention field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSafeDetailsResponse) SetNumberOfVersionsRetention(v int32)
SetNumberOfVersionsRetention sets NumberOfVersionsRetention field to given value.
func (o *GetSafeDetailsResponse) HasNumberOfVersionsRetention() bool
HasNumberOfVersionsRetention returns a boolean if a field has been set.
func (o *GetSafeDetailsResponse) GetNumberOfDaysRetention() int32
GetNumberOfDaysRetention returns the NumberOfDaysRetention field if non-nil, zero value otherwise.
func (o *GetSafeDetailsResponse) GetNumberOfDaysRetentionOk() (*int32, bool)
GetNumberOfDaysRetentionOk returns a tuple with the NumberOfDaysRetention field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSafeDetailsResponse) SetNumberOfDaysRetention(v int32)
SetNumberOfDaysRetention sets NumberOfDaysRetention field to given value.
func (o *GetSafeDetailsResponse) HasNumberOfDaysRetention() bool
HasNumberOfDaysRetention returns a boolean if a field has been set.
func (o *GetSafeDetailsResponse) GetAutoPurgeEnabled() bool
GetAutoPurgeEnabled returns the AutoPurgeEnabled field if non-nil, zero value otherwise.
func (o *GetSafeDetailsResponse) GetAutoPurgeEnabledOk() (*bool, bool)
GetAutoPurgeEnabledOk returns a tuple with the AutoPurgeEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSafeDetailsResponse) SetAutoPurgeEnabled(v bool)
SetAutoPurgeEnabled sets AutoPurgeEnabled field to given value.
func (o *GetSafeDetailsResponse) HasAutoPurgeEnabled() bool
HasAutoPurgeEnabled returns a boolean if a field has been set.
func (o *GetSafeDetailsResponse) GetCreationTime() int64
GetCreationTime returns the CreationTime field if non-nil, zero value otherwise.
func (o *GetSafeDetailsResponse) GetCreationTimeOk() (*int64, bool)
GetCreationTimeOk returns a tuple with the CreationTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSafeDetailsResponse) SetCreationTime(v int64)
SetCreationTime sets CreationTime field to given value.
func (o *GetSafeDetailsResponse) HasCreationTime() bool
HasCreationTime returns a boolean if a field has been set.
func (o *GetSafeDetailsResponse) GetLastModificationTime() int64
GetLastModificationTime returns the LastModificationTime field if non-nil, zero value otherwise.
func (o *GetSafeDetailsResponse) GetLastModificationTimeOk() (*int64, bool)
GetLastModificationTimeOk returns a tuple with the LastModificationTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSafeDetailsResponse) SetLastModificationTime(v int64)
SetLastModificationTime sets LastModificationTime field to given value.
func (o *GetSafeDetailsResponse) HasLastModificationTime() bool
HasLastModificationTime returns a boolean if a field has been set.
func (o *GetSafeDetailsResponse) GetAccounts() []AccountInSafeResponse
GetAccounts returns the Accounts field if non-nil, zero value otherwise.
func (o *GetSafeDetailsResponse) GetAccountsOk() (*[]AccountInSafeResponse, bool)
GetAccountsOk returns a tuple with the Accounts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSafeDetailsResponse) SetAccounts(v []AccountInSafeResponse)
SetAccounts sets Accounts field to given value.
func (o *GetSafeDetailsResponse) HasAccounts() bool
HasAccounts returns a boolean if a field has been set.
func (o *GetSafeDetailsResponse) GetIsExpiredMember() bool
GetIsExpiredMember returns the IsExpiredMember field if non-nil, zero value otherwise.
func (o *GetSafeDetailsResponse) GetIsExpiredMemberOk() (*bool, bool)
GetIsExpiredMemberOk returns a tuple with the IsExpiredMember field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetSafeDetailsResponse) SetIsExpiredMember(v bool)
SetIsExpiredMember sets IsExpiredMember field to given value.
func (o *GetSafeDetailsResponse) HasIsExpiredMember() bool
HasIsExpiredMember returns a boolean if a field has been set.