| Name | Type | Description | Notes |
|---|---|---|---|
| AllowedAlgorithms | Pointer to []string | Specify allowed key algorithms (e.g., [RSA2048,AES128GCM]) | [optional] |
| AllowedKeyNames | Pointer to []string | Specify allowed protection key names. To enforce using the account's default protection key, use 'default-account-key' | [optional] |
| AllowedKeyTypes | Pointer to []string | Specify allowed key protection types (dfc, classic-key) | [optional] |
| Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
| MaxRotationIntervalDays | Pointer to int32 | Set the maximum rotation interval for automatic key rotation. | [optional] |
| ObjectTypes | Pointer to []string | The object types this policy will apply to (items, targets). If not provided, defaults to [items, targets]. | [optional] |
| Path | string | The path the policy refers to | |
| Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
| UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
func NewPolicyCreateKeys(path string, ) *PolicyCreateKeys
NewPolicyCreateKeys instantiates a new PolicyCreateKeys 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 NewPolicyCreateKeysWithDefaults() *PolicyCreateKeys
NewPolicyCreateKeysWithDefaults instantiates a new PolicyCreateKeys 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 *PolicyCreateKeys) GetAllowedAlgorithms() []string
GetAllowedAlgorithms returns the AllowedAlgorithms field if non-nil, zero value otherwise.
func (o *PolicyCreateKeys) GetAllowedAlgorithmsOk() (*[]string, bool)
GetAllowedAlgorithmsOk returns a tuple with the AllowedAlgorithms field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PolicyCreateKeys) SetAllowedAlgorithms(v []string)
SetAllowedAlgorithms sets AllowedAlgorithms field to given value.
func (o *PolicyCreateKeys) HasAllowedAlgorithms() bool
HasAllowedAlgorithms returns a boolean if a field has been set.
func (o *PolicyCreateKeys) GetAllowedKeyNames() []string
GetAllowedKeyNames returns the AllowedKeyNames field if non-nil, zero value otherwise.
func (o *PolicyCreateKeys) GetAllowedKeyNamesOk() (*[]string, bool)
GetAllowedKeyNamesOk returns a tuple with the AllowedKeyNames field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PolicyCreateKeys) SetAllowedKeyNames(v []string)
SetAllowedKeyNames sets AllowedKeyNames field to given value.
func (o *PolicyCreateKeys) HasAllowedKeyNames() bool
HasAllowedKeyNames returns a boolean if a field has been set.
func (o *PolicyCreateKeys) GetAllowedKeyTypes() []string
GetAllowedKeyTypes returns the AllowedKeyTypes field if non-nil, zero value otherwise.
func (o *PolicyCreateKeys) GetAllowedKeyTypesOk() (*[]string, bool)
GetAllowedKeyTypesOk returns a tuple with the AllowedKeyTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PolicyCreateKeys) SetAllowedKeyTypes(v []string)
SetAllowedKeyTypes sets AllowedKeyTypes field to given value.
func (o *PolicyCreateKeys) HasAllowedKeyTypes() bool
HasAllowedKeyTypes returns a boolean if a field has been set.
func (o *PolicyCreateKeys) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *PolicyCreateKeys) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PolicyCreateKeys) SetJson(v bool)
SetJson sets Json field to given value.
func (o *PolicyCreateKeys) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *PolicyCreateKeys) GetMaxRotationIntervalDays() int32
GetMaxRotationIntervalDays returns the MaxRotationIntervalDays field if non-nil, zero value otherwise.
func (o *PolicyCreateKeys) GetMaxRotationIntervalDaysOk() (*int32, bool)
GetMaxRotationIntervalDaysOk returns a tuple with the MaxRotationIntervalDays field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PolicyCreateKeys) SetMaxRotationIntervalDays(v int32)
SetMaxRotationIntervalDays sets MaxRotationIntervalDays field to given value.
func (o *PolicyCreateKeys) HasMaxRotationIntervalDays() bool
HasMaxRotationIntervalDays returns a boolean if a field has been set.
func (o *PolicyCreateKeys) GetObjectTypes() []string
GetObjectTypes returns the ObjectTypes field if non-nil, zero value otherwise.
func (o *PolicyCreateKeys) GetObjectTypesOk() (*[]string, bool)
GetObjectTypesOk returns a tuple with the ObjectTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PolicyCreateKeys) SetObjectTypes(v []string)
SetObjectTypes sets ObjectTypes field to given value.
func (o *PolicyCreateKeys) HasObjectTypes() bool
HasObjectTypes returns a boolean if a field has been set.
func (o *PolicyCreateKeys) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *PolicyCreateKeys) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PolicyCreateKeys) SetPath(v string)
SetPath sets Path field to given value.
func (o *PolicyCreateKeys) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *PolicyCreateKeys) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PolicyCreateKeys) SetToken(v string)
SetToken sets Token field to given value.
func (o *PolicyCreateKeys) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *PolicyCreateKeys) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *PolicyCreateKeys) GetUidTokenOk() (*string, bool)
GetUidTokenOk returns a tuple with the UidToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PolicyCreateKeys) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *PolicyCreateKeys) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.