Name | Type | Description | Notes |
---|---|---|---|
AllowAnyName | Pointer to bool | [optional] | |
AllowSubdomains | Pointer to bool | [optional] | |
AllowedDomainsList | Pointer to []string | [optional] | |
AllowedUriSans | Pointer to []string | [optional] | |
BasicConstraintsValidForNonCa | Pointer to bool | [optional] | |
ClientFlag | Pointer to bool | [optional] | |
CodeSigningFlag | Pointer to bool | [optional] | |
Country | Pointer to []string | [optional] | |
EnforceHostnames | Pointer to bool | [optional] | |
IsCa | Pointer to bool | [optional] | |
KeyBits | Pointer to int64 | [optional] | |
KeyType | Pointer to string | [optional] | |
KeyUsageList | Pointer to []string | [optional] | |
Locality | Pointer to []string | [optional] | |
NotBeforeDuration | Pointer to int64 | A Duration represents the elapsed time between two instants as an int64 nanosecond count. The representation limits the largest representable duration to approximately 290 years. | [optional] |
OrganizationList | Pointer to []string | [optional] | |
OrganizationUnitList | Pointer to []string | [optional] | |
PostalCode | Pointer to []string | [optional] | |
Province | Pointer to []string | [optional] | |
RequireCn | Pointer to bool | [optional] | |
ServerFlag | Pointer to bool | [optional] | |
StreetAddress | Pointer to []string | [optional] |
func NewPKICertificateIssueDetails() *PKICertificateIssueDetails
NewPKICertificateIssueDetails instantiates a new PKICertificateIssueDetails 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 NewPKICertificateIssueDetailsWithDefaults() *PKICertificateIssueDetails
NewPKICertificateIssueDetailsWithDefaults instantiates a new PKICertificateIssueDetails 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 *PKICertificateIssueDetails) GetAllowAnyName() bool
GetAllowAnyName returns the AllowAnyName field if non-nil, zero value otherwise.
func (o *PKICertificateIssueDetails) GetAllowAnyNameOk() (*bool, bool)
GetAllowAnyNameOk returns a tuple with the AllowAnyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PKICertificateIssueDetails) SetAllowAnyName(v bool)
SetAllowAnyName sets AllowAnyName field to given value.
func (o *PKICertificateIssueDetails) HasAllowAnyName() bool
HasAllowAnyName returns a boolean if a field has been set.
func (o *PKICertificateIssueDetails) GetAllowSubdomains() bool
GetAllowSubdomains returns the AllowSubdomains field if non-nil, zero value otherwise.
func (o *PKICertificateIssueDetails) GetAllowSubdomainsOk() (*bool, bool)
GetAllowSubdomainsOk returns a tuple with the AllowSubdomains field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PKICertificateIssueDetails) SetAllowSubdomains(v bool)
SetAllowSubdomains sets AllowSubdomains field to given value.
func (o *PKICertificateIssueDetails) HasAllowSubdomains() bool
HasAllowSubdomains returns a boolean if a field has been set.
func (o *PKICertificateIssueDetails) GetAllowedDomainsList() []string
GetAllowedDomainsList returns the AllowedDomainsList field if non-nil, zero value otherwise.
func (o *PKICertificateIssueDetails) GetAllowedDomainsListOk() (*[]string, bool)
GetAllowedDomainsListOk returns a tuple with the AllowedDomainsList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PKICertificateIssueDetails) SetAllowedDomainsList(v []string)
SetAllowedDomainsList sets AllowedDomainsList field to given value.
func (o *PKICertificateIssueDetails) HasAllowedDomainsList() bool
HasAllowedDomainsList returns a boolean if a field has been set.
func (o *PKICertificateIssueDetails) GetAllowedUriSans() []string
GetAllowedUriSans returns the AllowedUriSans field if non-nil, zero value otherwise.
func (o *PKICertificateIssueDetails) GetAllowedUriSansOk() (*[]string, bool)
GetAllowedUriSansOk returns a tuple with the AllowedUriSans field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PKICertificateIssueDetails) SetAllowedUriSans(v []string)
SetAllowedUriSans sets AllowedUriSans field to given value.
func (o *PKICertificateIssueDetails) HasAllowedUriSans() bool
HasAllowedUriSans returns a boolean if a field has been set.
func (o *PKICertificateIssueDetails) GetBasicConstraintsValidForNonCa() bool
GetBasicConstraintsValidForNonCa returns the BasicConstraintsValidForNonCa field if non-nil, zero value otherwise.
func (o *PKICertificateIssueDetails) GetBasicConstraintsValidForNonCaOk() (*bool, bool)
GetBasicConstraintsValidForNonCaOk returns a tuple with the BasicConstraintsValidForNonCa field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PKICertificateIssueDetails) SetBasicConstraintsValidForNonCa(v bool)
SetBasicConstraintsValidForNonCa sets BasicConstraintsValidForNonCa field to given value.
func (o *PKICertificateIssueDetails) HasBasicConstraintsValidForNonCa() bool
HasBasicConstraintsValidForNonCa returns a boolean if a field has been set.
func (o *PKICertificateIssueDetails) GetClientFlag() bool
GetClientFlag returns the ClientFlag field if non-nil, zero value otherwise.
func (o *PKICertificateIssueDetails) GetClientFlagOk() (*bool, bool)
GetClientFlagOk returns a tuple with the ClientFlag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PKICertificateIssueDetails) SetClientFlag(v bool)
SetClientFlag sets ClientFlag field to given value.
func (o *PKICertificateIssueDetails) HasClientFlag() bool
HasClientFlag returns a boolean if a field has been set.
func (o *PKICertificateIssueDetails) GetCodeSigningFlag() bool
GetCodeSigningFlag returns the CodeSigningFlag field if non-nil, zero value otherwise.
func (o *PKICertificateIssueDetails) GetCodeSigningFlagOk() (*bool, bool)
GetCodeSigningFlagOk returns a tuple with the CodeSigningFlag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PKICertificateIssueDetails) SetCodeSigningFlag(v bool)
SetCodeSigningFlag sets CodeSigningFlag field to given value.
func (o *PKICertificateIssueDetails) HasCodeSigningFlag() bool
HasCodeSigningFlag returns a boolean if a field has been set.
func (o *PKICertificateIssueDetails) GetCountry() []string
GetCountry returns the Country field if non-nil, zero value otherwise.
func (o *PKICertificateIssueDetails) GetCountryOk() (*[]string, bool)
GetCountryOk returns a tuple with the Country field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PKICertificateIssueDetails) SetCountry(v []string)
SetCountry sets Country field to given value.
func (o *PKICertificateIssueDetails) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (o *PKICertificateIssueDetails) GetEnforceHostnames() bool
GetEnforceHostnames returns the EnforceHostnames field if non-nil, zero value otherwise.
func (o *PKICertificateIssueDetails) GetEnforceHostnamesOk() (*bool, bool)
GetEnforceHostnamesOk returns a tuple with the EnforceHostnames field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PKICertificateIssueDetails) SetEnforceHostnames(v bool)
SetEnforceHostnames sets EnforceHostnames field to given value.
func (o *PKICertificateIssueDetails) HasEnforceHostnames() bool
HasEnforceHostnames returns a boolean if a field has been set.
func (o *PKICertificateIssueDetails) GetIsCa() bool
GetIsCa returns the IsCa field if non-nil, zero value otherwise.
func (o *PKICertificateIssueDetails) GetIsCaOk() (*bool, bool)
GetIsCaOk returns a tuple with the IsCa field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PKICertificateIssueDetails) SetIsCa(v bool)
SetIsCa sets IsCa field to given value.
func (o *PKICertificateIssueDetails) HasIsCa() bool
HasIsCa returns a boolean if a field has been set.
func (o *PKICertificateIssueDetails) GetKeyBits() int64
GetKeyBits returns the KeyBits field if non-nil, zero value otherwise.
func (o *PKICertificateIssueDetails) GetKeyBitsOk() (*int64, bool)
GetKeyBitsOk returns a tuple with the KeyBits field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PKICertificateIssueDetails) SetKeyBits(v int64)
SetKeyBits sets KeyBits field to given value.
func (o *PKICertificateIssueDetails) HasKeyBits() bool
HasKeyBits returns a boolean if a field has been set.
func (o *PKICertificateIssueDetails) GetKeyType() string
GetKeyType returns the KeyType field if non-nil, zero value otherwise.
func (o *PKICertificateIssueDetails) GetKeyTypeOk() (*string, bool)
GetKeyTypeOk returns a tuple with the KeyType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PKICertificateIssueDetails) SetKeyType(v string)
SetKeyType sets KeyType field to given value.
func (o *PKICertificateIssueDetails) HasKeyType() bool
HasKeyType returns a boolean if a field has been set.
func (o *PKICertificateIssueDetails) GetKeyUsageList() []string
GetKeyUsageList returns the KeyUsageList field if non-nil, zero value otherwise.
func (o *PKICertificateIssueDetails) GetKeyUsageListOk() (*[]string, bool)
GetKeyUsageListOk returns a tuple with the KeyUsageList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PKICertificateIssueDetails) SetKeyUsageList(v []string)
SetKeyUsageList sets KeyUsageList field to given value.
func (o *PKICertificateIssueDetails) HasKeyUsageList() bool
HasKeyUsageList returns a boolean if a field has been set.
func (o *PKICertificateIssueDetails) GetLocality() []string
GetLocality returns the Locality field if non-nil, zero value otherwise.
func (o *PKICertificateIssueDetails) GetLocalityOk() (*[]string, bool)
GetLocalityOk returns a tuple with the Locality field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PKICertificateIssueDetails) SetLocality(v []string)
SetLocality sets Locality field to given value.
func (o *PKICertificateIssueDetails) HasLocality() bool
HasLocality returns a boolean if a field has been set.
func (o *PKICertificateIssueDetails) GetNotBeforeDuration() int64
GetNotBeforeDuration returns the NotBeforeDuration field if non-nil, zero value otherwise.
func (o *PKICertificateIssueDetails) GetNotBeforeDurationOk() (*int64, bool)
GetNotBeforeDurationOk returns a tuple with the NotBeforeDuration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PKICertificateIssueDetails) SetNotBeforeDuration(v int64)
SetNotBeforeDuration sets NotBeforeDuration field to given value.
func (o *PKICertificateIssueDetails) HasNotBeforeDuration() bool
HasNotBeforeDuration returns a boolean if a field has been set.
func (o *PKICertificateIssueDetails) GetOrganizationList() []string
GetOrganizationList returns the OrganizationList field if non-nil, zero value otherwise.
func (o *PKICertificateIssueDetails) GetOrganizationListOk() (*[]string, bool)
GetOrganizationListOk returns a tuple with the OrganizationList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PKICertificateIssueDetails) SetOrganizationList(v []string)
SetOrganizationList sets OrganizationList field to given value.
func (o *PKICertificateIssueDetails) HasOrganizationList() bool
HasOrganizationList returns a boolean if a field has been set.
func (o *PKICertificateIssueDetails) GetOrganizationUnitList() []string
GetOrganizationUnitList returns the OrganizationUnitList field if non-nil, zero value otherwise.
func (o *PKICertificateIssueDetails) GetOrganizationUnitListOk() (*[]string, bool)
GetOrganizationUnitListOk returns a tuple with the OrganizationUnitList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PKICertificateIssueDetails) SetOrganizationUnitList(v []string)
SetOrganizationUnitList sets OrganizationUnitList field to given value.
func (o *PKICertificateIssueDetails) HasOrganizationUnitList() bool
HasOrganizationUnitList returns a boolean if a field has been set.
func (o *PKICertificateIssueDetails) GetPostalCode() []string
GetPostalCode returns the PostalCode field if non-nil, zero value otherwise.
func (o *PKICertificateIssueDetails) GetPostalCodeOk() (*[]string, bool)
GetPostalCodeOk returns a tuple with the PostalCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PKICertificateIssueDetails) SetPostalCode(v []string)
SetPostalCode sets PostalCode field to given value.
func (o *PKICertificateIssueDetails) HasPostalCode() bool
HasPostalCode returns a boolean if a field has been set.
func (o *PKICertificateIssueDetails) GetProvince() []string
GetProvince returns the Province field if non-nil, zero value otherwise.
func (o *PKICertificateIssueDetails) GetProvinceOk() (*[]string, bool)
GetProvinceOk returns a tuple with the Province field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PKICertificateIssueDetails) SetProvince(v []string)
SetProvince sets Province field to given value.
func (o *PKICertificateIssueDetails) HasProvince() bool
HasProvince returns a boolean if a field has been set.
func (o *PKICertificateIssueDetails) GetRequireCn() bool
GetRequireCn returns the RequireCn field if non-nil, zero value otherwise.
func (o *PKICertificateIssueDetails) GetRequireCnOk() (*bool, bool)
GetRequireCnOk returns a tuple with the RequireCn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PKICertificateIssueDetails) SetRequireCn(v bool)
SetRequireCn sets RequireCn field to given value.
func (o *PKICertificateIssueDetails) HasRequireCn() bool
HasRequireCn returns a boolean if a field has been set.
func (o *PKICertificateIssueDetails) GetServerFlag() bool
GetServerFlag returns the ServerFlag field if non-nil, zero value otherwise.
func (o *PKICertificateIssueDetails) GetServerFlagOk() (*bool, bool)
GetServerFlagOk returns a tuple with the ServerFlag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PKICertificateIssueDetails) SetServerFlag(v bool)
SetServerFlag sets ServerFlag field to given value.
func (o *PKICertificateIssueDetails) HasServerFlag() bool
HasServerFlag returns a boolean if a field has been set.
func (o *PKICertificateIssueDetails) GetStreetAddress() []string
GetStreetAddress returns the StreetAddress field if non-nil, zero value otherwise.
func (o *PKICertificateIssueDetails) GetStreetAddressOk() (*[]string, bool)
GetStreetAddressOk returns a tuple with the StreetAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PKICertificateIssueDetails) SetStreetAddress(v []string)
SetStreetAddress sets StreetAddress field to given value.
func (o *PKICertificateIssueDetails) HasStreetAddress() bool
HasStreetAddress returns a boolean if a field has been set.