v1

package
v3.0.0-rc.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 1, 2025 License: Apache-2.0 Imports: 24 Imported by: 0

README ¶

Go API client for Keyfactor Command (API Version V1)

This page provides a utility through which the Keyfactor API endpoints can be called and results returned. It is intended to be used primarily for validation, testing and workflow development. It also serves secondarily as documentation for the API.

If you would like to view documentation containing details on the Keyfactor API and endpoints, please refer to the Web API section of the Keyfactor Command documentation.

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • Keyfactor Command API Version: 24.4.2
  • API version: 1
  • Package version: 1.0.0
  • OpenAPI Generator Version: 7.12.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

For more information on the Keyfactor Command API Documentation, please visit here.

For more information on OpenAPI Generator, please visit its documentation.

Installation

Install the following dependencies:

go get "github.com/Keyfactor/keyfactor-go-client-sdk/v3"

Put the package under your project folder and add the following in import:

import "github.com/Keyfactor/keyfactor-go-client-sdk/v3/api/keyfactor/v1"

Configuration

Configuration of the API client is done through the github.com/Keyfactor/keyfactor-auth-client-go/auth_providers Go package.

Here is an example of configuring your API client:

import (
	"os"
	"github.com/Keyfactor/keyfactor-auth-client-go/auth_providers"
	"github.com/Keyfactor/keyfactor-go-client-sdk/v3/api/keyfactor/v1"
)

hostname := os.Getenv(auth_providers.EnvKeyfactorHostName)
apiPath := os.Getenv(auth_providers.EnvKeyfactorAPIPath)

clientId := os.Getenv(auth_providers.EnvKeyfactorClientID)
clientSecret := os.Getenv(auth_providers.EnvKeyfactorClientSecret)
tokenUrl := os.Getenv(auth_providers.EnvKeyfactorAuthTokenURL)

oAuthNoParamsConfig := auth_providers.CommandConfigOauth{}
oAuthNoParamsConfig.CommandAuthConfig.
	WithCommandHostName(hostname).
	WithCommandAPIPath(apiPath).
	WithSkipVerify(false).
	WithClientTimeout(10)
oAuthNoParamsConfig.
	WithClientId(clientId).
	WithClientSecret(clientSecret).
	WithTokenUrl(tokenUrl).
	Authenticate()

// Configure API client
client, err := kf.NewAPIClient(oAuthNoParamsConfig.GetServerConfig())

Documentation for API Endpoints

All URIs are relative to http://keyfactor.example.com

Class Method HTTP request Description
AgentApi CreateAgentsApprove Post /Agents/Approve Approve a list of agents
AgentApi CreateAgentsByIdFetchLogs Post /Agents/{id}/FetchLogs Schedules a job on the agent to retrieve log files
AgentApi CreateAgentsByIdReset Post /Agents/{id}/Reset Reset an agent to a new state
AgentApi CreateAgentsDisapprove Post /Agents/Disapprove Disapprove a list of agents
AgentApi CreateAgentsReset Post /Agents/Reset Reset a list of agents
AgentApi CreateAgentsSetAuthCertificateReenrollment Post /Agents/SetAuthCertificateReenrollment Update the AuthCertificateReenrollment value for an agent to request or require (or unset the request) the agent to enroll for a new client authentication certificate on its next registration.
AgentApi DeleteAgentsById Delete /Agents/{id} Delete a single agent, specified by ID
AgentApi GetAgents Get /Agents Returns all agents according to the provided filter and output parameters
AgentApi GetAgentsById Get /Agents/{id} Returns details for a single agent, specified by ID
AgentBlueprintApi CreateAgentBluePrintApplyBlueprint Post /AgentBluePrint/ApplyBlueprint Applies the selected agent blueprint to the provided agents
AgentBlueprintApi CreateAgentBluePrintGenerateBluePrint Post /AgentBluePrint/GenerateBluePrint Generates an agent blueprint from the provided agents
AgentBlueprintApi DeleteAgentBluePrintById Delete /AgentBluePrint/{id} Deletes an agent blueprint by its Keyfactor identifier
AgentBlueprintApi GetAgentBluePrint Get /AgentBluePrint Returns all agent blueprints according to the provided filter and output parameters
AgentBlueprintApi GetAgentBluePrintById Get /AgentBluePrint/{id} Returns an agent blueprint according to the provided filter and output parameters
AgentBlueprintApi GetAgentBluePrintByIdJobs Get /AgentBluePrint/{id}/Jobs Gets the agent blueprint scheduled jobs
AgentBlueprintApi GetAgentBluePrintByIdStores Get /AgentBluePrint/{id}/Stores Gets the agent blueprint certificate stores
AgentPoolApi CreateAgentPools Post /AgentPools Creates an agent pool with the provided properties
AgentPoolApi DeleteAgentPoolsById Delete /AgentPools/{id} Deletes the agent pool associated with the provided id
AgentPoolApi GetAgentPools Get /AgentPools Returns all agent pools according to the provided filter and output parameters
AgentPoolApi GetAgentPoolsAgents Get /AgentPools/Agents Returns all agents for the default agent pool
AgentPoolApi GetAgentPoolsById Get /AgentPools/{id} Returns a single agent pool associated with the provided id
AgentPoolApi UpdateAgentPools Put /AgentPools Updates an existing agent pool with the provided properties
AppSettingApi GetAppSetting Get /AppSetting Get available application settings
AppSettingApi GetAppSettingById Get /AppSetting/{id} Get application setting by id
AppSettingApi UpdateAppSetting Put /AppSetting Bulk update available application settings
AppSettingApi UpdateAppSettingByIdSet Put /AppSetting/{id}/Set Update one application setting by id
AppSettingApi UpdateAppSettingNameSet Put /AppSetting/{name}/Set Update one application setting by short name
AuditLogApi GetAudit Get /Audit Returns all audit log entries according to the provided filter and output parameters
AuditLogApi GetAuditById Get /Audit/{id} Returns the audit log entry associated with the provided identifier
AuditLogApi GetAuditByIdValidate Get /Audit/{id}/Validate Validates the audit log entry associated with the provided keyfactor id
AuditLogApi GetAuditDownload Get /Audit/Download Returns a Comma Separated file containing the audit log entries according to the provided filter
AuditLogApi GetAuditRelatedEntities Get /Audit/RelatedEntities Returns the audit log entry associated with the provided keyfactor id
CAConnectorApi CreateCertificateAuthorityCAConnectors Post /CertificateAuthority/CAConnectors Creates a new CA Connector object
CAConnectorApi DeleteCertificateAuthorityCAConnectorsById Delete /CertificateAuthority/CAConnectors/{id} Deletes a CA Connector with the specific ID
CAConnectorApi GetCertificateAuthorityCAConnectors Get /CertificateAuthority/CAConnectors Returns all CA Connectors
CAConnectorApi GetCertificateAuthorityCAConnectorsById Get /CertificateAuthority/CAConnectors/{id} Returns a CA Connector with the specific ID
CAConnectorApi UpdateCertificateAuthorityCAConnectorsById Put /CertificateAuthority/CAConnectors/{id} Updates an existing CA Connector
CSRGenerationApi CreateCSRGenerationGenerate Post /CSRGeneration/Generate Generates a CSR according the properties provided
CSRGenerationApi DeleteCSRGenerationPending Delete /CSRGeneration/Pending Deletes the CSRs associated with the provided identifiers
CSRGenerationApi DeleteCSRGenerationPendingById Delete /CSRGeneration/Pending/{id} Deletes a CSR associated with the provided identifier
CSRGenerationApi GetCSRGenerationPending Get /CSRGeneration/Pending Returns a list of the currently pending CSRs according to the provided query
CSRGenerationApi GetCSRGenerationPendingById Get /CSRGeneration/Pending/{id} Returns a previously generated CSR associated with the provided identifier
CertificateApi CreateCertificatesAnalyze Post /Certificates/Analyze Returns the public information of the certificate
CertificateApi CreateCertificatesDownload Post /Certificates/Download Downloads the persisted certificate associated with the provided query
CertificateApi CreateCertificatesImport Post /Certificates/Import Imports the provided certificate into the Keyfactor instance, including any provided associated data
CertificateApi CreateCertificatesRecover Post /Certificates/Recover Recovers the persisted certificate associated with the provided query
CertificateApi CreateCertificatesRevoke Post /Certificates/Revoke Revokes the certificates associated with the provided identifiers and associates the provided data with the revocation
CertificateApi DeleteCertificates Delete /Certificates Deletes multiple persisted certificates by their unique ids
CertificateApi DeleteCertificatesById Delete /Certificates/{id} Deletes a persisted certificate by its unique id as well as the stored private key (if present) associated with it
CertificateApi DeleteCertificatesPrivateKey Delete /Certificates/PrivateKey Deletes the persisted private keys of multiple certificates by the unique ids of the Certificates
CertificateApi DeleteCertificatesPrivateKeyById Delete /Certificates/PrivateKey/{id} Deletes the persisted private keys of the certificate associated with the provided identifier
CertificateApi DeleteCertificatesQuery Delete /Certificates/Query Deletes multiple persisted certificate entities selected by a given query
CertificateApi GetCertificates Get /Certificates Returns all certificates according to the provided filter and output parameters
CertificateApi GetCertificatesById Get /Certificates/{id} Returns a single certificate that matches the id
CertificateApi GetCertificatesByIdHistory Get /Certificates/{id}/History Gets the history of operations on a certificate
CertificateApi GetCertificatesByIdSecurity Get /Certificates/{id}/Security Gets the list of Security Identities and which permissions they have on the given certificate.
CertificateApi GetCertificatesByIdValidate Get /Certificates/{id}/Validate Validates the certificate chain can be built.
CertificateApi GetCertificatesCSV Get /Certificates/CSV Returns a comma-delimited CSV file containing all certificates in the database
CertificateApi GetCertificatesIdentityAuditById Get /Certificates/IdentityAudit/{id} Audit identity permissions for certificate
CertificateApi GetCertificatesLocationsById Get /Certificates/Locations/{id} Returns a list of locations the certificate is in
CertificateApi GetCertificatesMetadataCompare Get /Certificates/Metadata/Compare Compares the metadata value provided with the metadata value associated with the specified certificate
CertificateApi UpdateCertificatesByIdOwner Put /Certificates/{id}/Owner Changes the certificate's owner. Users must be in the current owner's role and the new owner's role
CertificateApi UpdateCertificatesMetadata Put /Certificates/Metadata Updates the metadata for the certificate associated with the identifier provided
CertificateApi UpdateCertificatesMetadataAll Put /Certificates/Metadata/All Updates the metadata for certificates associated with the certificate identifiers or query provided
CertificateAuthorityApi CreateCertificateAuthority Post /CertificateAuthority Creates a new CertificateAuthority object
CertificateAuthorityApi CreateCertificateAuthorityAlertRecipientsCAHealthRecipients Post /CertificateAuthority/AlertRecipients/CAHealthRecipients Creates CA health monitoring recipients for the provided list of email addresses"
CertificateAuthorityApi CreateCertificateAuthorityAlertRecipientsCAThresholdRecipients Post /CertificateAuthority/AlertRecipients/CAThresholdRecipients Creates CA threshold alert recipients for the provided list of emails
CertificateAuthorityApi CreateCertificateAuthorityImport Post /CertificateAuthority/Import Imports any certificate authorities from the provided configuration tenant DNS
CertificateAuthorityApi CreateCertificateAuthorityPublishCRL Post /CertificateAuthority/PublishCRL Publishes a CRL according to the provided request
CertificateAuthorityApi CreateCertificateAuthorityTaskQueueTest Post /CertificateAuthority/TaskQueue/Test Tests the connection info for the TaskQueue Credentials.
CertificateAuthorityApi CreateCertificateAuthorityTest Post /CertificateAuthority/Test Validates the connection info for the CA provided by the model.
CertificateAuthorityApi DeleteCertificateAuthorityAlertRecipientsCAHealthRecipientsById Delete /CertificateAuthority/AlertRecipients/CAHealthRecipients/{id} Deletes a CA health recipient for the provided ID
CertificateAuthorityApi DeleteCertificateAuthorityAlertRecipientsCAThresholdRecipientsById Delete /CertificateAuthority/AlertRecipients/CAThresholdRecipients/{id} Deletes a CA threshold recipient for the provided ID
CertificateAuthorityApi DeleteCertificateAuthorityById Delete /CertificateAuthority/{id} Deletes a CertificateAuthority from the system, specified by ID
CertificateAuthorityApi GetCertificateAuthority Get /CertificateAuthority Returns all certificate authorities according to the provided filter
CertificateAuthorityApi GetCertificateAuthorityAlertRecipientsCAHealthRecipients Get /CertificateAuthority/AlertRecipients/CAHealthRecipients Returns a list of all CA health recipients
CertificateAuthorityApi GetCertificateAuthorityAlertRecipientsCAHealthRecipientsById Get /CertificateAuthority/AlertRecipients/CAHealthRecipients/{id} Returns a CA health recipient for the specified health recipient ID
CertificateAuthorityApi GetCertificateAuthorityAlertRecipientsCAThresholdRecipients Get /CertificateAuthority/AlertRecipients/CAThresholdRecipients Returns a list of all CA threshold recipients
CertificateAuthorityApi GetCertificateAuthorityAlertRecipientsCAThresholdRecipientsById Get /CertificateAuthority/AlertRecipients/CAThresholdRecipients/{id} Returns a CA threshold recipient for the specified threshold alert recipient ID
CertificateAuthorityApi GetCertificateAuthorityAvailableForests Get /CertificateAuthority/AvailableForests Returns a list of available forests that are in active directory
CertificateAuthorityApi GetCertificateAuthorityById Get /CertificateAuthority/{id} Returns details for a single CA, specified by ID
CertificateAuthorityApi GetCertificateAuthorityHealthMonitoringSchedule Get /CertificateAuthority/HealthMonitoring/Schedule Retrieves the execution schedule for the CA health monitoring job
CertificateAuthorityApi GetCertificateAuthoritySourceCount Get /CertificateAuthority/SourceCount Returns a count of certificate authorities with sync enabled
CertificateAuthorityApi GetCertificateAuthorityTaskQueue Get /CertificateAuthority/TaskQueue Retrieves credentials and connection information
CertificateAuthorityApi UpdateCertificateAuthority Put /CertificateAuthority Updates a CertificateAuthority object
CertificateAuthorityApi UpdateCertificateAuthorityAlertRecipientsCAHealthRecipientsById Put /CertificateAuthority/AlertRecipients/CAHealthRecipients/{id} Updates a CA health alert recipient for the provided request object
CertificateAuthorityApi UpdateCertificateAuthorityAlertRecipientsCAThresholdRecipientsById Put /CertificateAuthority/AlertRecipients/CAThresholdRecipients/{id} Updates a CA threshold alert recipient for the provided request object
CertificateAuthorityApi UpdateCertificateAuthorityTaskQueue Put /CertificateAuthority/TaskQueue Updates credentials and connection information
CertificateCollectionApi CreateCertificateCollections Post /CertificateCollections Creates a new certificate collection with the provided properties
CertificateCollectionApi CreateCertificateCollectionsCopy Post /CertificateCollections/Copy Creates a new certificate collection from an existing collection. The permissions, query and description of the existing collection are copied when creating the new record, with the option to overwrite the query or description.
CertificateCollectionApi DeleteCertificateCollectionsById Delete /CertificateCollections/{id} Delete one certificate collection
CertificateCollectionApi GetCertificateCollections Get /CertificateCollections Returns all certificate collections
CertificateCollectionApi GetCertificateCollectionsById Get /CertificateCollections/{id} Returns the certificate collection definition associated with the provided Keyfactor identifier
CertificateCollectionApi GetCertificateCollectionsCollectionList Get /CertificateCollections/CollectionList Get certificate collection list with duplication field name
CertificateCollectionApi GetCertificateCollectionsCollectionOrdering Get /CertificateCollections/CollectionOrdering Returns an array of collection Id's where the index in the array represents the collection ordering
CertificateCollectionApi GetCertificateCollectionsLastEstimated Get /CertificateCollections/LastEstimated Get the last time the timer service ran the job to process certificates in collections
CertificateCollectionApi GetCertificateCollectionsName Get /CertificateCollections/{name} Returns the certificate collection associated with the provided collection name
CertificateCollectionApi GetCertificateCollectionsNavItems Get /CertificateCollections/NavItems Get the list of navigation items for certificate collection
CertificateCollectionApi UpdateCertificateCollections Put /CertificateCollections Updates an existing certificate collection with the provided properties
CertificateCollectionApi UpdateCertificateCollectionsByIdFavorite Put /CertificateCollections/{id}/Favorite Update favorite for one collection
CertificateStoreApi CreateCertificateStores Post /CertificateStores Creates a new certificate store with the provided properties
CertificateStoreApi CreateCertificateStoresApprove Post /CertificateStores/Approve Approves the provided certificate stores to make them available for management
CertificateStoreApi CreateCertificateStoresCertificatesAdd Post /CertificateStores/Certificates/Add Configures a management job to add a certificate to one or more stores with the provided schedule
CertificateStoreApi CreateCertificateStoresCertificatesRemove Post /CertificateStores/Certificates/Remove Configures a management job to remove a certificate from one or more stores with the provided schedule
CertificateStoreApi CreateCertificateStoresReenrollment Post /CertificateStores/Reenrollment Schedules a certificate store for reenrollment
CertificateStoreApi CreateCertificateStoresSchedule Post /CertificateStores/Schedule Creates an inventory schedule for the provided certificate stores
CertificateStoreApi DeleteCertificateStores Delete /CertificateStores Deletes multiple persisted certificate store entities by their identifiers
CertificateStoreApi DeleteCertificateStoresById Delete /CertificateStores/{id} Deletes a persisted certificate store by its Keyfactor identifier
CertificateStoreApi GetCertificateStores Get /CertificateStores Returns all certificate stores according to the provided filter and output parameters
CertificateStoreApi GetCertificateStoresById Get /CertificateStores/{id} Returns a single certificate store associated with the provided id
CertificateStoreApi GetCertificateStoresByIdInventory Get /CertificateStores/{id}/Inventory Returns a single certificate store's inventory associated with the provided id
CertificateStoreApi UpdateCertificateStores Put /CertificateStores Updates a given certificate store with the properties of the provided instance
CertificateStoreApi UpdateCertificateStoresAssignContainer Put /CertificateStores/AssignContainer Assigns the provided certificate stores to the provided container
CertificateStoreApi UpdateCertificateStoresDiscoveryJob Put /CertificateStores/DiscoveryJob Configures a discovery job to locate currently unmanaged certificate stores
CertificateStoreApi UpdateCertificateStoresPassword Put /CertificateStores/Password Sets a password for the requested certificate store
CertificateStoreContainerApi CreateCertificateStoreContainers Post /CertificateStoreContainers Add a certificate store container
CertificateStoreContainerApi DeleteCertificateStoreContainersById Delete /CertificateStoreContainers/{id} Delete a certificate store container
CertificateStoreContainerApi GetCertificateStoreContainers Get /CertificateStoreContainers Returns all certificate store container according to the provided filter and output parameters
CertificateStoreContainerApi GetCertificateStoreContainersById Get /CertificateStoreContainers/{id} Returns a single certificate store container that matches id
CertificateStoreContainerApi UpdateCertificateStoreContainers Put /CertificateStoreContainers Edit a certificate store container
CertificateStoreTypeApi CreateCertificateStoreTypes Post /CertificateStoreTypes Creates a new certificate store type with the provided properties
CertificateStoreTypeApi DeleteCertificateStoreTypes Delete /CertificateStoreTypes Deletes certificate store types according to the provided identifiers
CertificateStoreTypeApi DeleteCertificateStoreTypesById Delete /CertificateStoreTypes/{id} Deletes a certificate store type according to the provided identifier
CertificateStoreTypeApi GetCertificateStoreTypes Get /CertificateStoreTypes Returns all certificate store types according to the provided filter and output parameters
CertificateStoreTypeApi GetCertificateStoreTypesById Get /CertificateStoreTypes/{id} Returns a single certificate store type that matches id
CertificateStoreTypeApi GetCertificateStoreTypesNameName Get /CertificateStoreTypes/Name/{name} Returns a single certificate store type that matches the provided short name
CertificateStoreTypeApi UpdateCertificateStoreTypes Put /CertificateStoreTypes Updates an existing certificate store type with the provided properties
ComponentInstallationApi DeleteComponentInstallationById Delete /ComponentInstallation/{id} Deletes the Keyfactor component installation whose ID is provided.
ComponentInstallationApi GetComponentInstallation Get /ComponentInstallation Returns all Keyfactor component installations.
CustomJobTypeApi CreateJobTypesCustom Post /JobTypes/Custom Creates a custom job type with the provided properties
CustomJobTypeApi DeleteJobTypesCustomById Delete /JobTypes/Custom/{id} Deletes the custom job type associated with the provided id
CustomJobTypeApi GetJobTypesCustom Get /JobTypes/Custom Returns all custom job types according to the provided filter and output parameters
CustomJobTypeApi GetJobTypesCustomById Get /JobTypes/Custom/{id} Returns a single custom job type associated with the provided id
CustomJobTypeApi UpdateJobTypesCustom Put /JobTypes/Custom Updates an existing custom job type with the provided properties
DeniedAlertApi CreateAlertsDenied Post /Alerts/Denied Add a denied alert
DeniedAlertApi DeleteAlertsDeniedById Delete /Alerts/Denied/{id} Delete a denied alert
DeniedAlertApi GetAlertsDenied Get /Alerts/Denied Gets all denied alerts according to the provided filter and output parameters
DeniedAlertApi GetAlertsDeniedById Get /Alerts/Denied/{id} Get a denied alert
DeniedAlertApi UpdateAlertsDenied Put /Alerts/Denied Edit a denied alert
EnrollmentApi CreateEnrollmentCSR Post /Enrollment/CSR Performs a CSR Enrollment based upon the provided request
EnrollmentApi CreateEnrollmentCSRParse Post /Enrollment/CSR/Parse Parses the provided CSR and returns the properties
EnrollmentApi CreateEnrollmentPFX Post /Enrollment/PFX Performs a PFX Enrollment based upon the provided request
EnrollmentApi CreateEnrollmentPFXDeploy Post /Enrollment/PFX/Deploy Creates management jobs to install a newly enrolled pfx in to one or more certificate stores
EnrollmentApi CreateEnrollmentPFXReplace Post /Enrollment/PFX/Replace Creates management jobs to install a newly enrolled pfx into the same certificate stores as the previous certificate
EnrollmentApi CreateEnrollmentRenew Post /Enrollment/Renew Performs a renewal based upon the passed in request
EnrollmentApi GetEnrollmentAvailableRenewalIdById Get /Enrollment/AvailableRenewal/Id/{id} Returns the type of renewal available for a given certificate.
EnrollmentApi GetEnrollmentAvailableRenewalThumbprintThumbprint Get /Enrollment/AvailableRenewal/Thumbprint/{thumbprint} Returns the type of renewal available for a given certificate.
EnrollmentApi GetEnrollmentCSRContextMy Get /Enrollment/CSR/Context/My Returns the list of available CSR enrollment templates and their associated CA mappings that the calling user has permissions on
EnrollmentApi GetEnrollmentPFXContextMy Get /Enrollment/PFX/Context/My Returns the list of available PFX enrollment templates and their associated CA mappings that the calling user has permissions on
EnrollmentApi GetEnrollmentSettingsById Get /Enrollment/Settings/{id} Gets the template settings to use during enrollment. The response will be the resolved values for the settings. If there is a template specific setting, the template specific setting will be used in the response. If there is not a template specific setting, the global setting will be used in the response.
EventHandlerRegistrationApi CreateEventHandlerRegistration Post /EventHandlerRegistration Registers an event handler
EventHandlerRegistrationApi DeleteEventHandlerRegistrationById Delete /EventHandlerRegistration/{id} Deletes an event handler
EventHandlerRegistrationApi GetEventHandlerRegistration Get /EventHandlerRegistration Returns all registered event handlers according to the provided filter and output parameters
EventHandlerRegistrationApi GetEventHandlerRegistrationById Get /EventHandlerRegistration/{id} Returns a registered event handler that matches the provided ID
EventHandlerRegistrationApi UpdateEventHandlerRegistrationById Put /EventHandlerRegistration/{id} Updates a registered event handler's information
ExpirationAlertApi CreateAlertsExpiration Post /Alerts/Expiration Add an expiration alert
ExpirationAlertApi CreateAlertsExpirationTest Post /Alerts/Expiration/Test Test an Expiration Alert
ExpirationAlertApi CreateAlertsExpirationTestAll Post /Alerts/Expiration/TestAll Test All Expiration Alerts
ExpirationAlertApi DeleteAlertsExpirationById Delete /Alerts/Expiration/{id} Delete an expiration alert
ExpirationAlertApi GetAlertsExpiration Get /Alerts/Expiration Gets all expiration alerts according to the provided filter and output parameters
ExpirationAlertApi GetAlertsExpirationById Get /Alerts/Expiration/{id} Get an expiration alert
ExpirationAlertApi GetAlertsExpirationSchedule Get /Alerts/Expiration/Schedule Get the schedule for expiration alerts
ExpirationAlertApi UpdateAlertsExpiration Put /Alerts/Expiration Edit an expiration alert
ExpirationAlertApi UpdateAlertsExpirationSchedule Put /Alerts/Expiration/Schedule Edit schedule
ExtensionsApi CreateExtensionsScripts Post /Extensions/Scripts Adds a new script
ExtensionsApi DeleteExtensionsScriptsById Delete /Extensions/Scripts/{id} Deletes a script. Script cannot be configured to an alert or workflow.
ExtensionsApi GetExtensionsScripts Get /Extensions/Scripts Returns all scripts according to the provided filter and output parameters
ExtensionsApi GetExtensionsScriptsById Get /Extensions/Scripts/{id} Returns a single script that matches the provided Id
ExtensionsApi UpdateExtensionsScripts Put /Extensions/Scripts Updates a script
IdentityProviderApi CreateIdentityProviders Post /IdentityProviders Creates an OAuth identity provider and any provided parameters. The identity provider will be assigned to the Global Permission Set if no PermissionSet is specified in the request and the user is in a security role that belongs to the Global Permission Set.
IdentityProviderApi GetIdentityProviders Get /IdentityProviders Returns all OAuth identity providers according to the provided filter and output parameters and user's security role assigned permission sets.
IdentityProviderApi GetIdentityProvidersById Get /IdentityProviders/{id} Gets an OAuth identity provider and its parameters.
IdentityProviderApi GetIdentityProvidersTypes Get /IdentityProviders/Types Returns a list of all available identity provider types and corresponding type parameters.
IdentityProviderApi UpdateIdentityProvidersById Put /IdentityProviders/{id} Updates an OAuth identity provider and any provided parameters. The identity provider will be assigned to the Global Permission Set if no PermissionSet is specified in the request and the user is in a security role that belongs to the Global Permission Set.
IssuedAlertApi CreateAlertsIssued Post /Alerts/Issued Add a issued alert
IssuedAlertApi DeleteAlertsIssuedById Delete /Alerts/Issued/{id} Delete a issued alert
IssuedAlertApi GetAlertsIssued Get /Alerts/Issued Gets all issued alerts according to the provided filter and output parameters
IssuedAlertApi GetAlertsIssuedById Get /Alerts/Issued/{id} Get a issued alert
IssuedAlertApi GetAlertsIssuedSchedule Get /Alerts/Issued/Schedule Get the schedule for issued alerts
IssuedAlertApi UpdateAlertsIssued Put /Alerts/Issued Edit a issued alert
IssuedAlertApi UpdateAlertsIssuedSchedule Put /Alerts/Issued/Schedule Edit schedule
KeyApi CreateSSHKeysMyKey Post /SSH/Keys/MyKey Generates an SSH Key Pair for the requesting user.
KeyApi DeleteSSHKeysUnmanaged Delete /SSH/Keys/Unmanaged Deletes Unmanaged Keys associated with the provided identifiers
KeyApi DeleteSSHKeysUnmanagedById Delete /SSH/Keys/Unmanaged/{id} Deletes Unmanaged Key associated with the provided identifier
KeyApi GetSSHKeysMyKey Get /SSH/Keys/MyKey Returns the current key of the requesting user
KeyApi GetSSHKeysUnmanaged Get /SSH/Keys/Unmanaged Returns Unmanaged SSH keys
KeyApi GetSSHKeysUnmanagedById Get /SSH/Keys/Unmanaged/{id} Returns an unmanaged SSH key with provided id.
KeyApi UpdateSSHKeysMyKey Put /SSH/Keys/MyKey Updates the requesting user's SSH key
KeyRotationAlertApi CreateAlertsKeyRotation Post /Alerts/KeyRotation Add a key rotation alert
KeyRotationAlertApi CreateAlertsKeyRotationTest Post /Alerts/KeyRotation/Test Test An Alert
KeyRotationAlertApi CreateAlertsKeyRotationTestAll Post /Alerts/KeyRotation/TestAll Test All Alerts
KeyRotationAlertApi DeleteAlertsKeyRotationById Delete /Alerts/KeyRotation/{id} Delete a key rotation alert
KeyRotationAlertApi GetAlertsKeyRotation Get /Alerts/KeyRotation Gets all key rotation alerts according to the provided filter and output parameters
KeyRotationAlertApi GetAlertsKeyRotationById Get /Alerts/KeyRotation/{id} Get a key rotation alert
KeyRotationAlertApi GetAlertsKeyRotationSchedule Get /Alerts/KeyRotation/Schedule Get the schedule for key rotation alerts
KeyRotationAlertApi UpdateAlertsKeyRotation Put /Alerts/KeyRotation Edit a key rotation alert
KeyRotationAlertApi UpdateAlertsKeyRotationSchedule Put /Alerts/KeyRotation/Schedule Edit schedule
LicenseApi GetLicense Get /License Gets the current license
LogonApi CreateSSHLogons Post /SSH/Logons Creates a logon with the provided properties
LogonApi CreateSSHLogonsAccess Post /SSH/Logons/Access Updates the users with access to an existing logon
LogonApi DeleteSSHLogonsById Delete /SSH/Logons/{id} Deletes a Logon associated with the provided identifier
LogonApi GetSSHLogons Get /SSH/Logons Returns all Logons according to the provided filter parameters
LogonApi GetSSHLogonsById Get /SSH/Logons/{id} Fetches a Logon associated with the provided identifier
MacEnrollmentApi GetMacEnrollment Get /MacEnrollment Gets mac enrollment settings data
MacEnrollmentApi UpdateMacEnrollment Put /MacEnrollment Updates mac enrollment settings data
MetadataFieldApi CreateMetadataFields Post /MetadataFields Creates a new metadata field type with the given metadata field type properties
MetadataFieldApi DeleteMetadataFields Delete /MetadataFields Deletes multiple persisted metadata field types by their unique ids
MetadataFieldApi DeleteMetadataFieldsById Delete /MetadataFields/{id} Deletes a persisted metadata field type by its unique id
MetadataFieldApi GetMetadataFields Get /MetadataFields Returns all metadata field types according to the provided filter and output parameters
MetadataFieldApi GetMetadataFieldsById Get /MetadataFields/{id} Gets a persisted metadata field type by its unique id
MetadataFieldApi GetMetadataFieldsByIdInUse Get /MetadataFields/{id}/InUse Determines if a metadata field type associated with the provided identifier is currently in use
MetadataFieldApi GetMetadataFieldsName Get /MetadataFields/{name} Gets a persisted metadata field type by its unique name
MetadataFieldApi UpdateMetadataFields Put /MetadataFields Updates a persisted metadata field with the given metadata field type
MonitoringApi CreateMonitoringResolveOCSP Post /Monitoring/ResolveOCSP Resolve the Certificate authority given
MonitoringApi CreateMonitoringRevocation Post /Monitoring/Revocation Add a revocation monitoring endpoint
MonitoringApi CreateMonitoringRevocationCRLTest Post /Monitoring/Revocation/CRL/Test Validates the connection info for the CRL provided by the model.
MonitoringApi CreateMonitoringRevocationOCSPTest Post /Monitoring/Revocation/OCSP/Test Validates the connection info for the OCSP endpoint provided by the model.
MonitoringApi CreateMonitoringRevocationTest Post /Monitoring/Revocation/Test Test Alert
MonitoringApi CreateMonitoringRevocationTestAll Post /Monitoring/Revocation/TestAll Test All Alerts
MonitoringApi DeleteMonitoringRevocationById Delete /Monitoring/Revocation/{id} Delete a revocation monitoring endpoint
MonitoringApi GetMonitoringRevocation Get /Monitoring/Revocation Gets all revocation monitoring endpoints according to the provided filter and output parameters
MonitoringApi GetMonitoringRevocationById Get /Monitoring/Revocation/{id} Get a revocation monitoring endpoint
MonitoringApi UpdateMonitoringRevocation Put /Monitoring/Revocation Edit a revocation monitoring endpoint
MonitoringApi UpdateMonitoringRevocationSchedule Put /Monitoring/Revocation/Schedule Edit a revocation monitoring's schedule.
OrchestratorJobApi CreateOrchestratorJobsAcknowledge Post /OrchestratorJobs/Acknowledge Acknowledges orchestrator jobs based on the provided information
OrchestratorJobApi CreateOrchestratorJobsCustom Post /OrchestratorJobs/Custom Schedules a job for a custom JobType on the agent using the provided information
OrchestratorJobApi CreateOrchestratorJobsCustomBulk Post /OrchestratorJobs/Custom/Bulk Schedules the same job for a custom JobType on the specified agents using the provided information
OrchestratorJobApi CreateOrchestratorJobsReschedule Post /OrchestratorJobs/Reschedule Reschedules orchestrator jobs based on the provided information
OrchestratorJobApi CreateOrchestratorJobsUnschedule Post /OrchestratorJobs/Unschedule Unschedules orchestrator jobs based on the provided information
OrchestratorJobApi GetOrchestratorJobsJobHistory Get /OrchestratorJobs/JobHistory Returns all histories of an orchestrator job according to the provided filter and output parameters
OrchestratorJobApi GetOrchestratorJobsJobStatusData Get /OrchestratorJobs/JobStatus/Data Retrieves the results of a custom job using the provided information
OrchestratorJobApi GetOrchestratorJobsScheduledJobs Get /OrchestratorJobs/ScheduledJobs Returns all scheduled orchestrator jobs according to the provided filter and output parameters
PAMLocalEntriesApi CreatePamProvidersLocalProviderIdEntries Post /PamProviders/Local/{providerId}/Entries Creates a new local PAM entry with the associated properties
PAMLocalEntriesApi DeletePamProvidersLocalProviderIdEntries Delete /PamProviders/Local/{providerId}/Entries Deletes a local PAM entry
PAMLocalEntriesApi GetPamProvidersLocalProviderIdEntries Get /PamProviders/Local/{providerId}/Entries Returns local PAM entries for the given PAM provider according to the provided filter and output parameters
PAMLocalEntriesApi UpdatePamProvidersLocalProviderIdEntries Put /PamProviders/Local/{providerId}/Entries Updates local PAM entry with the associated properties
PAMProviderApi CreatePamProviders Post /PamProviders Creates a new PAM provider with the associated properties
PAMProviderApi CreatePamProvidersTypes Post /PamProviders/Types Creates a new PAM provider type with the associated properties
PAMProviderApi DeletePamProvidersById Delete /PamProviders/{id} Deletes a PAM Provider
PAMProviderApi DeletePamProvidersTypesById Delete /PamProviders/Types/{id} Deletes a PAM provider Type, as long as the PAM type is not currently in use.
PAMProviderApi GetPamProviders Get /PamProviders Returns all PAM providers according to the provided filter and output parameters
PAMProviderApi GetPamProvidersById Get /PamProviders/{id} Returns a single PAM Provider that matches the associated id
PAMProviderApi GetPamProvidersTypes Get /PamProviders/Types Returns all PAM provider types in the Keyfactor instance
PAMProviderApi UpdatePamProviders Put /PamProviders Updates an existing PAM provider according to the provided properties
PendingAlertApi CreateAlertsPending Post /Alerts/Pending Add a pending alert
PendingAlertApi CreateAlertsPendingTest Post /Alerts/Pending/Test Test pending alert. Will send alert emails if SendAlerts is true
PendingAlertApi CreateAlertsPendingTestAll Post /Alerts/Pending/TestAll Test all pending alerts. Will send alert emails if SendAlerts is true
PendingAlertApi DeleteAlertsPendingById Delete /Alerts/Pending/{id} Delete a pending alert
PendingAlertApi GetAlertsPending Get /Alerts/Pending Gets all pending alerts according to the provided filter and output parameters
PendingAlertApi GetAlertsPendingById Get /Alerts/Pending/{id} Get a pending alert
PendingAlertApi GetAlertsPendingSchedule Get /Alerts/Pending/Schedule Get the schedule for pending alerts
PendingAlertApi UpdateAlertsPending Put /Alerts/Pending Edit a pending alert
PendingAlertApi UpdateAlertsPendingSchedule Put /Alerts/Pending/Schedule Edit schedule
PermissionSetApi CreatePermissionSets Post /PermissionSets Creates a new permission set.
PermissionSetApi DeletePermissionSetsById Delete /PermissionSets/{id} Deletes a permission set.
PermissionSetApi GetPermissionSets Get /PermissionSets Gets all Permission Set(s) in the system if the user has a security role that is assigned to the Global Permission Set and the security role has the Global Security Read permission. Otherwise, returns only the Permission Sets with the Security Modify permission that are assigned to the user's security role(s).
PermissionSetApi GetPermissionSetsById Get /PermissionSets/{id} Gets permission set data.
PermissionSetApi GetPermissionSetsMy Get /PermissionSets/My
PermissionSetApi UpdatePermissionSets Put /PermissionSets
PermissionsApi GetPermissions Get /Permissions Gets all permissions in the system.
ReportsApi CreateReportsByIdSchedules Post /Reports/{id}/Schedules Create a built-in report's schedule that matches the id of the report.
ReportsApi CreateReportsCustom Post /Reports/Custom Creates a custom report
ReportsApi DeleteReportsCustomById Delete /Reports/Custom/{id} Delete custom report that matches the id
ReportsApi DeleteReportsSchedulesById Delete /Reports/Schedules/{id} Delete a built-in report's schedule that matches the id of the schedule.
ReportsApi GetReports Get /Reports Returns all built-in reports according to the provided filter and output parameters
ReportsApi GetReportsById Get /Reports/{id} Returns a single built-in report that matches the id
ReportsApi GetReportsByIdParameters Get /Reports/{id}/Parameters Get a built-in report's parameters that matches the id of the report.
ReportsApi GetReportsByIdSchedules Get /Reports/{id}/Schedules Get a built-in report's schedules that matches the id of the report.
ReportsApi GetReportsCustom Get /Reports/Custom Returns all custom reports according to the provided filter and output parameters
ReportsApi GetReportsCustomById Get /Reports/Custom/{id} Returns a single custom report that matches the id
ReportsApi GetReportsSchedulesById Get /Reports/Schedules/{id} Get a built-in report's schedule that matches the id of the schedule.
ReportsApi UpdateReports Put /Reports Updates a single built-in report that matches the id. Only some fields can be updated.
ReportsApi UpdateReportsByIdParameters Put /Reports/{id}/Parameters Update a built-in report's parameters that matches the id of the report.
ReportsApi UpdateReportsByIdSchedules Put /Reports/{id}/Schedules Update a built-in report's schedule that matches the id of the report.
ReportsApi UpdateReportsCustom Put /Reports/Custom Updates a custom report that matches the id
SMTPApi CreateSMTPTest Post /SMTP/Test Tests SMTP profile data
SMTPApi GetSMTP Get /SMTP Gets SMTP profile data
SMTPApi UpdateSMTP Put /SMTP Updates SMTP profile data
SchedulingApi CreateScheduling Post /Scheduling
SecurityApi CreateSecurityContainersByIdRoles Post /Security/Containers/{id}/Roles Edit a certificate store container's permissions. Reminder: Name field should be left blank.
SecurityApi CreateSecurityIdentities Post /Security/Identities Adds a new security identity to the system.
SecurityApi DeleteSecurityIdentitiesById Delete /Security/Identities/{id} Deletes the security identity whose ID is provided.
SecurityApi GetSecurityAuditCollectionsById Get /Security/Audit/Collections/{id} Gets a list of applicable security permissions for certificate collection
SecurityApi GetSecurityContainersByIdRoles Get /Security/Containers/{id}/Roles Returns all the permissions of a certificate store container through the id
SecurityApi GetSecurityIdentities Get /Security/Identities Returns all security identities according to the provided filter and output parameters.
SecurityApi GetSecurityIdentitiesById Get /Security/Identities/{id} Gets an object representing the permissions of the identity associated with the provided identifier.
SecurityApi GetSecurityIdentitiesLookup Get /Security/Identities/Lookup Validates that the identity with the name given exists.
SecurityApi GetSecurityMy Get /Security/My Looks at all the roles and global permissions for the user and returns them.
SecurityClaimsApi CreateSecurityClaims Post /Security/Claims Adds a new claim definition to the system.
SecurityClaimsApi DeleteSecurityClaimsById Delete /Security/Claims/{id} Removes a claim definition from the system.
SecurityClaimsApi GetSecurityClaims Get /Security/Claims Returns all claim definitions according to the provided filter and output parameters.
SecurityClaimsApi GetSecurityClaimsById Get /Security/Claims/{id} Returns a single claim definition that matches the id.
SecurityClaimsApi GetSecurityClaimsRoles Get /Security/Claims/Roles Returns a list of roles granted by the claim with the provided id.
SecurityClaimsApi UpdateSecurityClaims Put /Security/Claims Updates an existing claim definition.
SecurityRolePermissionsApi CreateSecurityRolesByIdPermissionsCollections Post /Security/Roles/{id}/Permissions/Collections Adds collection permissions to the security role that matches the id.
SecurityRolePermissionsApi CreateSecurityRolesByIdPermissionsContainers Post /Security/Roles/{id}/Permissions/Containers Adds container permissions to the security role that matches the id.
SecurityRolePermissionsApi CreateSecurityRolesByIdPermissionsGlobal Post /Security/Roles/{id}/Permissions/Global Adds global permissions to the security role that matches the id.
SecurityRolePermissionsApi GetSecurityRolesByIdPermissions Get /Security/Roles/{id}/Permissions Returns all permissions associated with the security role that matches the id.
SecurityRolePermissionsApi GetSecurityRolesByIdPermissionsCollections Get /Security/Roles/{id}/Permissions/Collections Returns all collection permissions associated with the security role that matches the id.
SecurityRolePermissionsApi GetSecurityRolesByIdPermissionsContainers Get /Security/Roles/{id}/Permissions/Containers Returns all container permissions associated with the security role that matches the id.
SecurityRolePermissionsApi GetSecurityRolesByIdPermissionsGlobal Get /Security/Roles/{id}/Permissions/Global Returns all global permissions associated with the security role that matches the id.
SecurityRolePermissionsApi GetSecurityRolesByIdPermissionsPamProviders Get /Security/Roles/{id}/Permissions/PamProviders Returns all PAM provider permissions associated with the security role that matches the id.
SecurityRolePermissionsApi UpdateSecurityRolesByIdPermissionsCollections Put /Security/Roles/{id}/Permissions/Collections Sets collection permissions to the security role that matches the id.
SecurityRolePermissionsApi UpdateSecurityRolesByIdPermissionsContainers Put /Security/Roles/{id}/Permissions/Containers Sets container permissions to the security role that matches the id.
SecurityRolePermissionsApi UpdateSecurityRolesByIdPermissionsGlobal Put /Security/Roles/{id}/Permissions/Global Adds global permissions to the security role that matches the id.
SecurityRolePermissionsApi UpdateSecurityRolesByIdPermissionsPamProviders Put /Security/Roles/{id}/Permissions/PamProviders Sets PAM provider permissions to the security role that matches the id.
SecurityRolesApi CreateSecurityRoles Post /Security/Roles Adds a new security role to the system. The v1 endpoints for Security Roles will only work against AD Identities. Please use the v2 endpoints instead.
SecurityRolesApi CreateSecurityRolesByIdCopy Post /Security/Roles/{id}/Copy Makes a copy of an existing security role. The v1 endpoints for Security Roles will only work against AD Identities. Please use the v2 endpoints instead.
SecurityRolesApi DeleteSecurityRolesById Delete /Security/Roles/{id} Deletes the security role whose ID is provided.
SecurityRolesApi GetSecurityRoles Get /Security/Roles Returns all security roles according to the provided filter and output parameters. The v1 endpoints for Security Roles will only work against AD Identities. Please use the v2 endpoints instead.
SecurityRolesApi GetSecurityRolesById Get /Security/Roles/{id} Returns a single security role that matches the id. The v1 endpoints for Security Roles will only work against AD Identities. Please use the v2 endpoints instead.
SecurityRolesApi GetSecurityRolesByIdIdentities Get /Security/Roles/{id}/Identities Returns all identities which have the security role that matches the id. The v1 endpoints for Security Roles will only work against AD Identities. Please use the v2 endpoints instead.
SecurityRolesApi UpdateSecurityRoles Put /Security/Roles Updates a security role that matches the id. The v1 endpoints for Security Roles will only work against AD Identities. Please use the v2 endpoints instead.
SecurityRolesApi UpdateSecurityRolesByIdIdentities Put /Security/Roles/{id}/Identities Updates the identities which have the security role that matches the id. The v1 endpoints for Security Roles will only work against AD Identities. Please use the v2 endpoints instead.
ServerApi CreateSSHServers Post /SSH/Servers Creates a server with the provided properties
ServerApi CreateSSHServersAccess Post /SSH/Servers/Access Updates logons and users with access to those logons for an existing server
ServerApi DeleteSSHServersAccess Delete /SSH/Servers/Access Updates logons and users with access to those logons for an existing server
ServerApi DeleteSSHServersById Delete /SSH/Servers/{id} Deletes a Server associated with the provided identifier
ServerApi GetSSHServers Get /SSH/Servers Returns all servers according to the provided filter parameters
ServerApi GetSSHServersAccessById Get /SSH/Servers/Access/{id} Retrieves logons and users with access to those logons for an existing server
ServerApi GetSSHServersById Get /SSH/Servers/{id} Returns a Server associated with the provided identifier
ServerApi UpdateSSHServers Put /SSH/Servers Updates an existing server with the provided properties
ServerGroupApi CreateSSHServerGroups Post /SSH/ServerGroups Creates a server group with the provided properties
ServerGroupApi CreateSSHServerGroupsAccess Post /SSH/ServerGroups/Access Add access rules to the server group
ServerGroupApi DeleteSSHServerGroupsAccess Delete /SSH/ServerGroups/Access Removes access mappings for the specified server group
ServerGroupApi DeleteSSHServerGroupsById Delete /SSH/ServerGroups/{id} Deletes a ServerGroup associated with the provided identifier
ServerGroupApi GetSSHServerGroups Get /SSH/ServerGroups Returns all server groups according to the provided filter parameters
ServerGroupApi GetSSHServerGroupsAccessById Get /SSH/ServerGroups/Access/{id} Retrieves logons and users with access to those logons for an existing server group
ServerGroupApi GetSSHServerGroupsById Get /SSH/ServerGroups/{id} Returns a ServerGroup associated with the provided identifier
ServerGroupApi GetSSHServerGroupsName Get /SSH/ServerGroups/{name} Returns a ServerGroup associated with the provided identifier
ServerGroupApi UpdateSSHServerGroups Put /SSH/ServerGroups Updates an existing server group with the provided properties
ServiceAccountApi CreateSSHServiceAccounts Post /SSH/ServiceAccounts Creates a ServiceAccount with the provided properties
ServiceAccountApi CreateSSHServiceAccountsRotateById Post /SSH/ServiceAccounts/Rotate/{id} Rotate an SSH key for a specified service account.
ServiceAccountApi DeleteSSHServiceAccounts Delete /SSH/ServiceAccounts Deletes Service Accounts associated with the provided identifiers
ServiceAccountApi DeleteSSHServiceAccountsById Delete /SSH/ServiceAccounts/{id} Deletes a ServiceAccount associated with the provided identifier
ServiceAccountApi GetSSHServiceAccounts Get /SSH/ServiceAccounts Returns all ServiceAccounts according to the provided filter parameters
ServiceAccountApi GetSSHServiceAccountsById Get /SSH/ServiceAccounts/{id} Returns a ServiceAccount associated with the provided identifier
ServiceAccountApi GetSSHServiceAccountsKeyById Get /SSH/ServiceAccounts/Key/{id} Returns an SSH key with or without private key based on the provided parameters.
ServiceAccountApi UpdateSSHServiceAccounts Put /SSH/ServiceAccounts Updates an SSH key for a specified service account.
SslApi CreateSSLNetworkRanges Post /SSL/NetworkRanges Adds the provided network range definitions to the associated network definition
SslApi CreateSSLNetworkRangesValidate Post /SSL/NetworkRanges/Validate Validates the format (using regular expressions) of the provided network range definitions
SslApi CreateSSLNetworks Post /SSL/Networks Creates a network definition according to the provided properties
SslApi CreateSSLNetworksByIdReset Post /SSL/Networks/{id}/Reset Resets all SSL scans associated with a network
SslApi CreateSSLNetworksByIdScan Post /SSL/Networks/{id}/Scan Starts an SSL Scan for the network according to the associated network definition
SslApi DeleteSSLNetworkRangesById Delete /SSL/NetworkRanges/{id} Removes all network range definitions from the associated network definition
SslApi DeleteSSLNetworksById Delete /SSL/Networks/{id} Removes a network definition according to the provided identifier
SslApi GetSSL Get /SSL Returns a list of the endpoint scan results according to the provided filter and output parameters
SslApi GetSSLEndpointsById Get /SSL/Endpoints/{id} Returns the details of the associated scanning endpoint
SslApi GetSSLEndpointsByIdHistory Get /SSL/Endpoints/{id}/History Returns a list of the scan results for the provided endpoint according to the provided filter and output parameters
SslApi GetSSLNetworkRangesById Get /SSL/NetworkRanges/{id} Returns the network range definitions for the provided network definition
SslApi GetSSLNetworks Get /SSL/Networks Returns all defined SSL networks according to the provided filter and output parameters
SslApi GetSSLNetworksByIdParts Get /SSL/Networks/{id}/Parts Returns the scan job components comprising the entire scan job to be executed
SslApi GetSSLNetworksIdentifier Get /SSL/Networks/{identifier} Returns a defined SSL network according to the provided name
SslApi GetSSLPartsById Get /SSL/Parts/{id} Returns the execution details of the associated network scan job part
SslApi UpdateSSLEndpointsMonitorAll Put /SSL/Endpoints/MonitorAll Sets all endpoints matching the provided query as 'monitored'
SslApi UpdateSSLEndpointsMonitorStatus Put /SSL/Endpoints/MonitorStatus Sets the monitored status according to the provided endpoint and boolean status
SslApi UpdateSSLEndpointsReviewAll Put /SSL/Endpoints/ReviewAll Sets all endpoints matching the provided query as 'reviewed'
SslApi UpdateSSLEndpointsReviewStatus Put /SSL/Endpoints/ReviewStatus Sets the reviewed status according to the provided endpoint and boolean status
SslApi UpdateSSLNetworkRanges Put /SSL/NetworkRanges Configures network range definitions for the provided network
SslApi UpdateSSLNetworks Put /SSL/Networks Updates an existing network definition according to the provided properties
StatusApi GetStatusEndpoints Get /Status/Endpoints Returns all endpoints to which the requesting identity has access
StatusApi GetStatusHealthCheck Get /Status/HealthCheck Returns the current status of the API's ability to connect to the database.
TemplateApi CreateTemplatesImport Post /Templates/Import Imports templates from the provided configuration tenant
TemplateApi GetTemplates Get /Templates Returns all certificate templates according to the provided filter and output parameters
TemplateApi GetTemplatesById Get /Templates/{id} Returns the certificate template associated with the provided id
TemplateApi GetTemplatesSettings Get /Templates/Settings Gets the global template settings.
TemplateApi GetTemplatesSubjectParts Get /Templates/SubjectParts Returns the valid subject parts possible for regular expressions.
TemplateApi UpdateTemplates Put /Templates Updates a certificate template according to the provided properties
TemplateApi UpdateTemplatesSettings Put /Templates/Settings Replaces the existing global template settings.
UserApi CreateSSHUsers Post /SSH/Users Creates a new SSH User.
UserApi CreateSSHUsersAccess Post /SSH/Users/Access Updates logon access for a user
UserApi DeleteSSHUsersById Delete /SSH/Users/{id} Deletes an SSH user.
UserApi GetSSHUsers Get /SSH/Users Returns users matching the criteria from the provided query parameters
UserApi GetSSHUsersById Get /SSH/Users/{id} Looks up information about an existing SSH user.
UserApi UpdateSSHUsers Put /SSH/Users Updates information about a given user.
WorkflowApi CreateWorkflowCertificatesApprove Post /Workflow/Certificates/Approve Approves pending certificate requests associated with the provided ids
WorkflowApi CreateWorkflowCertificatesDeny Post /Workflow/Certificates/Deny Denies pending certificate requests associated with the provided ids
WorkflowApi GetWorkflowCertificatesById Get /Workflow/Certificates/{id} Returns certificate request details based on the provided ID.
WorkflowApi GetWorkflowCertificatesDenied Get /Workflow/Certificates/Denied Gets a collection of denied certificate requests based on the provided query.
WorkflowApi GetWorkflowCertificatesExternalValidation Get /Workflow/Certificates/ExternalValidation Gets a collection of external validation certificate requests based on the provided query.
WorkflowApi GetWorkflowCertificatesPending Get /Workflow/Certificates/Pending Gets a collection of pending certificate requests based on the provided query.
WorkflowDefinitionApi CreateWorkflowDefinitions Post /Workflow/Definitions Creates a new base definition without any steps.
WorkflowDefinitionApi CreateWorkflowDefinitionsDefinitionIdPublish Post /Workflow/Definitions/{definitionId}/Publish Makes the most recent version of a Workflow Definition the published version.
WorkflowDefinitionApi CreateWorkflowDefinitionsDefinitionIdPublishVersion Post /Workflow/Definitions/{definitionId}/Publish/{version} Makes the specified version of a Workflow Definition the published version.
WorkflowDefinitionApi DeleteWorkflowDefinitionsDefinitionId Delete /Workflow/Definitions/{definitionId} Deletes the definition matching the given Id.
WorkflowDefinitionApi GetWorkflowDefinitions Get /Workflow/Definitions Gets the Definitions matching the query specifications.
WorkflowDefinitionApi GetWorkflowDefinitionsDefinitionId Get /Workflow/Definitions/{definitionId} Gets a workflow definition.
WorkflowDefinitionApi GetWorkflowDefinitionsSteps Get /Workflow/Definitions/Steps Gets the result set of available steps for a given query.
WorkflowDefinitionApi GetWorkflowDefinitionsStepsExtensionName Get /Workflow/Definitions/Steps/{extensionName} Gets the schema of a given step with the specified extension name.
WorkflowDefinitionApi GetWorkflowDefinitionsTypes Get /Workflow/Definitions/Types Performs a query against the workflow types in the system.
WorkflowDefinitionApi UpdateWorkflowDefinitionsDefinitionId Put /Workflow/Definitions/{definitionId} Updates the existing definition's DisplayName and Description.
WorkflowDefinitionApi UpdateWorkflowDefinitionsDefinitionIdStatus Put /Workflow/Definitions/{definitionId}/Status Updates the definition status matching the given Id.
WorkflowDefinitionApi UpdateWorkflowDefinitionsDefinitionIdSteps Put /Workflow/Definitions/{definitionId}/Steps Sets the provided steps on the latest version of the definition.
WorkflowInstanceApi CreateWorkflowInstancesInstanceIdRestart Post /Workflow/Instances/{instanceId}/Restart Restarts a failed instance against the specified definition version or the published version if no version is specified.
WorkflowInstanceApi CreateWorkflowInstancesInstanceIdSignals Post /Workflow/Instances/{instanceId}/Signals Receives the given signal for the given instance.
WorkflowInstanceApi CreateWorkflowInstancesInstanceIdStop Post /Workflow/Instances/{instanceId}/Stop Rejects an instance, preventing it from continuing.
WorkflowInstanceApi DeleteWorkflowInstancesInstanceId Delete /Workflow/Instances/{instanceId} Deletes the specified instance.
WorkflowInstanceApi GetWorkflowInstances Get /Workflow/Instances Gets the workflow instances matching the query specifications.
WorkflowInstanceApi GetWorkflowInstancesAssignedToMe Get /Workflow/Instances/AssignedToMe Gets the workflow instances waiting on the user.
WorkflowInstanceApi GetWorkflowInstancesInstanceId Get /Workflow/Instances/{instanceId} Get information relevant for knowing where an instance is in its workflow.
WorkflowInstanceApi GetWorkflowInstancesMy Get /Workflow/Instances/My Gets the workflow instances started by the user.

Documentation For Models

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

View Source
var (
	// ContextBasicAuth takes BasicAuth as authentication for the request.
	ContextBasicAuth = contextKey("basic")

	// ContextAccessToken takes a string oauth2 access token as authentication for the request.
	ContextAccessToken = contextKey("accesstoken")

	// ContextServerIndex uses a server configuration from the index.
	ContextServerIndex = contextKey("serverIndex")

	// ContextOperationServerIndices uses a server configuration from the index mapping.
	ContextOperationServerIndices = contextKey("serverOperationIndices")

	// ContextServerVariables overrides a server configuration variables.
	ContextServerVariables = contextKey("serverVariables")

	// ContextOperationServerVariables overrides a server configuration variables using operation specific values.
	ContextOperationServerVariables = contextKey("serverOperationVariables")

	EnvCommandHostname = kfauth.EnvKeyfactorHostName
	EnvCommandUsername = kfauth.EnvKeyfactorUsername
	EnvCommandPassword = kfauth.EnvKeyfactorPassword
	EnvCommandDomain   = kfauth.EnvKeyfactorDomain
	EnvCommandApiPath  = kfauth.EnvKeyfactorAPIPath
)
View Source
var AllowedCSSCMSCoreEnumsAgentPlatformTypeEnumValues = []CSSCMSCoreEnumsAgentPlatformType{
	0,
	1,
	2,
	3,
	4,
	5,
	6,
	7,
}

All allowed values of CSSCMSCoreEnumsAgentPlatformType enum

View Source
var AllowedCSSCMSCoreEnumsAgentStatusTypeEnumValues = []CSSCMSCoreEnumsAgentStatusType{
	1,
	2,
	3,
	4,
}

All allowed values of CSSCMSCoreEnumsAgentStatusType enum

View Source
var AllowedCSSCMSCoreEnumsCertStoreEntryParameterTypeEnumValues = []CSSCMSCoreEnumsCertStoreEntryParameterType{
	0,
	1,
	2,
	3,
}

All allowed values of CSSCMSCoreEnumsCertStoreEntryParameterType enum

View Source
var AllowedCSSCMSCoreEnumsCertStorePrivateKeyEnumValues = []CSSCMSCoreEnumsCertStorePrivateKey{
	0,
	1,
	2,
}

All allowed values of CSSCMSCoreEnumsCertStorePrivateKey enum

View Source
var AllowedCSSCMSCoreEnumsCertificateAuthorityTypeEnumValues = []CSSCMSCoreEnumsCertificateAuthorityType{
	0,
	1,
}

All allowed values of CSSCMSCoreEnumsCertificateAuthorityType enum

View Source
var AllowedCSSCMSCoreEnumsCertificateFormatEnumValues = []CSSCMSCoreEnumsCertificateFormat{
	1,
	2,
}

All allowed values of CSSCMSCoreEnumsCertificateFormat enum

View Source
var AllowedCSSCMSCoreEnumsCertificateStoreTypePropertyTypeEnumValues = []CSSCMSCoreEnumsCertificateStoreTypePropertyType{
	0,
	1,
	2,
	3,
}

All allowed values of CSSCMSCoreEnumsCertificateStoreTypePropertyType enum

View Source
var AllowedCSSCMSCoreEnumsClaimTypeEnumValues = []CSSCMSCoreEnumsClaimType{
	0,
	1,
	2,
	3,
	4,
	5,
	6,
}

All allowed values of CSSCMSCoreEnumsClaimType enum

View Source
var AllowedCSSCMSCoreEnumsDuplicateSubjectTypeEnumValues = []CSSCMSCoreEnumsDuplicateSubjectType{
	0,
	1,
	2,
	3,
	4,
}

All allowed values of CSSCMSCoreEnumsDuplicateSubjectType enum

View Source
var AllowedCSSCMSCoreEnumsEnrollmentTypeEnumValues = []CSSCMSCoreEnumsEnrollmentType{
	0,
	1,
	2,
	4,
}

All allowed values of CSSCMSCoreEnumsEnrollmentType enum

View Source
var AllowedCSSCMSCoreEnumsEntryParameterUsageFlagsEnumValues = []CSSCMSCoreEnumsEntryParameterUsageFlags{
	0,
	1,
	2,
	4,
	8,
}

All allowed values of CSSCMSCoreEnumsEntryParameterUsageFlags enum

View Source
var AllowedCSSCMSCoreEnumsKeyRetentionPolicyEnumValues = []CSSCMSCoreEnumsKeyRetentionPolicy{
	0,
	1,
	2,
	3,
}

All allowed values of CSSCMSCoreEnumsKeyRetentionPolicy enum

View Source
var AllowedCSSCMSCoreEnumsMetadataDataTypeEnumValues = []CSSCMSCoreEnumsMetadataDataType{
	1,
	2,
	3,
	4,
	5,
	6,
	7,
}

All allowed values of CSSCMSCoreEnumsMetadataDataType enum

View Source
var AllowedCSSCMSCoreEnumsMetadataTypeEnrollmentEnumValues = []CSSCMSCoreEnumsMetadataTypeEnrollment{
	0,
	1,
	2,
}

All allowed values of CSSCMSCoreEnumsMetadataTypeEnrollment enum

View Source
var AllowedCSSCMSCoreEnumsOrchestratorAuthCertificateReenrollmentEnumValues = []CSSCMSCoreEnumsOrchestratorAuthCertificateReenrollment{
	0,
	1,
	2,
}

All allowed values of CSSCMSCoreEnumsOrchestratorAuthCertificateReenrollment enum

View Source
var AllowedCSSCMSCoreEnumsReportParameterTypeEnumValues = []CSSCMSCoreEnumsReportParameterType{
	0,
	1,
	2,
	3,
	4,
	10,
	11,
	12,
	13,
	14,
	15,
	16,
	17,
	18,
	19,
	20,
	21,
}

All allowed values of CSSCMSCoreEnumsReportParameterType enum

View Source
var AllowedCSSCMSCoreEnumsReportParameterVisibilityEnumValues = []CSSCMSCoreEnumsReportParameterVisibility{
	0,
	1,
	2,
}

All allowed values of CSSCMSCoreEnumsReportParameterVisibility enum

View Source
var AllowedCSSCMSCoreEnumsScheduledTaskTypeEnumValues = []CSSCMSCoreEnumsScheduledTaskType{
	0,
	1,
	2,
	3,
	4,
	7,
	9,
	10,
	11,
	12,
	13,
	14,
	15,
	16,
	17,
	18,
	19,
	20,
	21,
	22,
	24,
	25,
	26,
	27,
	28,
	29,
	30,
	31,
	32,
	33,
}

All allowed values of CSSCMSCoreEnumsScheduledTaskType enum

View Source
var AllowedCSSCMSCoreEnumsSslNetworkJobStatusEnumValues = []CSSCMSCoreEnumsSslNetworkJobStatus{
	0,
	1,
	2,
	3,
	4,
	5,
	6,
}

All allowed values of CSSCMSCoreEnumsSslNetworkJobStatus enum

View Source
var AllowedCSSCMSCoreEnumsSslScanJobStatusEnumValues = []CSSCMSCoreEnumsSslScanJobStatus{
	1,
	2,
	3,
}

All allowed values of CSSCMSCoreEnumsSslScanJobStatus enum

View Source
var AllowedCSSCMSCoreEnumsTemplateCertificateOwnerRoleEnumValues = []CSSCMSCoreEnumsTemplateCertificateOwnerRole{
	0,
	1,
	2,
}

All allowed values of CSSCMSCoreEnumsTemplateCertificateOwnerRole enum

View Source
var AllowedCSSCMSCoreEnumsTemplateEnrollmentFieldTypeEnumValues = []CSSCMSCoreEnumsTemplateEnrollmentFieldType{
	1,
	2,
}

All allowed values of CSSCMSCoreEnumsTemplateEnrollmentFieldType enum

View Source
var AllowedCSSCMSCorePermissionsWebConsoleAreaPermissionEnumValues = []CSSCMSCorePermissionsWebConsoleAreaPermission{
	1,
	2,
	3,
	4,
	5,
	6,
	7,
	8,
	10,
	11,
	12,
	13,
	14,
	15,
	16,
	17,
	18,
	19,
	20,
	21,
	22,
	23,
	24,
	25,
	28,
	29,
	30,
	31,
	32,
	33,
	34,
	35,
	36,
	37,
	39,
	40,
	41,
	42,
	43,
	44,
	45,
	46,
	47,
	48,
	49,
	50,
	51,
	52,
	53,
	54,
	55,
	56,
	57,
	58,
	59,
	60,
	61,
	62,
	63,
	64,
	65,
	66,
	67,
	68,
	69,
	70,
	71,
	72,
	73,
}

All allowed values of CSSCMSCorePermissionsWebConsoleAreaPermission enum

View Source
var AllowedCSSCMSDataModelEnumsAlertBuildResultEnumValues = []CSSCMSDataModelEnumsAlertBuildResult{
	0,
	1,
	2,
	3,
	4,
	5,
}

All allowed values of CSSCMSDataModelEnumsAlertBuildResult enum

View Source
var AllowedCSSCMSDataModelEnumsCertStoreTypesPasswordStylesEnumValues = []CSSCMSDataModelEnumsCertStoreTypesPasswordStyles{
	0,
	1,
}

All allowed values of CSSCMSDataModelEnumsCertStoreTypesPasswordStyles enum

View Source
var AllowedCSSCMSDataModelEnumsCertificateImportJobStatusEnumValues = []CSSCMSDataModelEnumsCertificateImportJobStatus{
	1,
	2,
	3,
}

All allowed values of CSSCMSDataModelEnumsCertificateImportJobStatus enum

View Source
var AllowedCSSCMSDataModelEnumsCertificateSavedStateEnumValues = []CSSCMSDataModelEnumsCertificateSavedState{
	0,
	1,
	2,
	4,
	8,
	16,
	32,
	64,
	128,
	256,
	512,
	1024,
	2048,
	4096,
}

All allowed values of CSSCMSDataModelEnumsCertificateSavedState enum

View Source
var AllowedCSSCMSDataModelEnumsDataTypeEnumValues = []CSSCMSDataModelEnumsDataType{
	1,
	2,
	3,
	4,
	5,
}

All allowed values of CSSCMSDataModelEnumsDataType enum

View Source
var AllowedCSSCMSDataModelEnumsFailureTypeEnumValues = []CSSCMSDataModelEnumsFailureType{
	0,
	1,
	2,
	3,
	4,
	5,
	6,
	7,
}

All allowed values of CSSCMSDataModelEnumsFailureType enum

View Source
var AllowedCSSCMSDataModelEnumsIdentityProviderDataTypeEnumValues = []CSSCMSDataModelEnumsIdentityProviderDataType{
	1,
	2,
	3,
}

All allowed values of CSSCMSDataModelEnumsIdentityProviderDataType enum

View Source
var AllowedCSSCMSDataModelEnumsPamParameterDataTypeEnumValues = []CSSCMSDataModelEnumsPamParameterDataType{
	1,
	2,
}

All allowed values of CSSCMSDataModelEnumsPamParameterDataType enum

View Source
var AllowedCSSCMSDataModelEnumsRenewalTypeEnumValues = []CSSCMSDataModelEnumsRenewalType{
	0,
	1,
	2,
}

All allowed values of CSSCMSDataModelEnumsRenewalType enum

View Source
var AllowedCSSCMSDataModelEnumsScriptCategoriesEnumValues = []CSSCMSDataModelEnumsScriptCategories{
	1,
	2,
	3,
	4,
	5,
	6,
}

All allowed values of CSSCMSDataModelEnumsScriptCategories enum

View Source
var AllowedCSSCMSDataModelEnumsSecretTypeEnumValues = []CSSCMSDataModelEnumsSecretType{
	0,
	1,
	2,
	3,
	4,
}

All allowed values of CSSCMSDataModelEnumsSecretType enum

View Source
var AllowedKeyfactorAuditingEnumsAuditLogLevelEnumValues = []KeyfactorAuditingEnumsAuditLogLevel{
	0,
	1,
	2,
}

All allowed values of KeyfactorAuditingEnumsAuditLogLevel enum

View Source
var AllowedKeyfactorCommonQueryableExtensionsSortOrderEnumValues = []KeyfactorCommonQueryableExtensionsSortOrder{
	0,
	1,
}

All allowed values of KeyfactorCommonQueryableExtensionsSortOrder enum

View Source
var AllowedKeyfactorOrchestratorsCommonEnumsCertStoreCustomAliasEnumValues = []KeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias{
	0,
	1,
	2,
}

All allowed values of KeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias enum

View Source
var AllowedKeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResultEnumValues = []KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult{
	0,
	1,
	2,
	3,
	4,
}

All allowed values of KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult enum

View Source
var AllowedKeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatusEnumValues = []KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus{
	0,
	1,
	2,
	3,
	4,
	5,
}

All allowed values of KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus enum

View Source
var AllowedKeyfactorOrchestratorsCommonEnumsSslEndpointStatusEnumValues = []KeyfactorOrchestratorsCommonEnumsSslEndpointStatus{
	0,
	1,
	2,
	3,
	4,
	5,
	6,
	7,
	8,
	9,
	10,
	11,
	12,
	13,
	14,
}

All allowed values of KeyfactorOrchestratorsCommonEnumsSslEndpointStatus enum

View Source
var AllowedKeyfactorOrchestratorsCommonEnumsSslJobTypeEnumValues = []KeyfactorOrchestratorsCommonEnumsSslJobType{
	0,
	1,
	2,
	3,
}

All allowed values of KeyfactorOrchestratorsCommonEnumsSslJobType enum

View Source
var AllowedKeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemTypeEnumValues = []KeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType{
	0,
	1,
	2,
	3,
}

All allowed values of KeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType enum

View Source
var AllowedKeyfactorOrchestratorsCommonEnumsSslProbeTypeEnumValues = []KeyfactorOrchestratorsCommonEnumsSslProbeType{
	2,
	3,
	4,
	5,
	6,
}

All allowed values of KeyfactorOrchestratorsCommonEnumsSslProbeType enum

View Source
var AllowedKeyfactorPKIEnumsCertificateStateEnumValues = []KeyfactorPKIEnumsCertificateState{
	0,
	1,
	2,
	3,
	4,
	5,
	6,
	7,
	8,
}

All allowed values of KeyfactorPKIEnumsCertificateState enum

View Source
var AllowedKeyfactorPKIEnumsEncryptionKeyTypeEnumValues = []KeyfactorPKIEnumsEncryptionKeyType{
	0,
	1,
	2,
	3,
	4,
	5,
	6,
	7,
	8,
	9,
}

All allowed values of KeyfactorPKIEnumsEncryptionKeyType enum

View Source
var AllowedKeyfactorPKIEnumsRevokeCodeEnumValues = []KeyfactorPKIEnumsRevokeCode{
	0,
	1,
	2,
	3,
	4,
	5,
	6,
	8,
	999,
	-1,
}

All allowed values of KeyfactorPKIEnumsRevokeCode enum

View Source
var AllowedKeyfactorPKIPKIConstantsX509SubjectAltNameElementTypeEnumValues = []KeyfactorPKIPKIConstantsX509SubjectAltNameElementType{
	0,
	1,
	2,
	3,
	4,
	5,
	6,
	7,
	8,
	100,
	101,
	999,
}

All allowed values of KeyfactorPKIPKIConstantsX509SubjectAltNameElementType enum

View Source
var AllowedKeyfactorWorkflowsDataTypeEnumValues = []KeyfactorWorkflowsDataType{
	0,
	1,
	2,
	3,
	4,
	5,
	6,
	7,
}

All allowed values of KeyfactorWorkflowsDataType enum

View Source
var AllowedKeyfactorWorkflowsInputControlTypeEnumValues = []KeyfactorWorkflowsInputControlType{
	0,
	1,
	2,
	3,
	4,
	5,
	6,
	7,
}

All allowed values of KeyfactorWorkflowsInputControlType enum

View Source
var AllowedKeyfactorWorkflowsWorkflowInstanceStatusEnumValues = []KeyfactorWorkflowsWorkflowInstanceStatus{
	0,
	1,
	2,
	3,
	4,
	5,
	6,
}

All allowed values of KeyfactorWorkflowsWorkflowInstanceStatus enum

View Source
var AllowedSystemDayOfWeekEnumValues = []SystemDayOfWeek{
	0,
	1,
	2,
	3,
	4,
	5,
	6,
}

All allowed values of SystemDayOfWeek enum

Functions ¶

func CacheExpires ¶

func CacheExpires(r *http.Response) time.Time

CacheExpires helper function to determine remaining time before repeating a request.

func GetEnvConfiguration ¶

func GetEnvConfiguration() map[string]string

GetEnvConfig returns a map of environment variables

func PtrBool ¶

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value.

func PtrFloat32 ¶

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value.

func PtrFloat64 ¶

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value.

func PtrInt ¶

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value.

func PtrInt32 ¶

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value.

func PtrInt64 ¶

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value.

func PtrString ¶

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value.

func PtrTime ¶

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time value.

func ValidateConfiguration ¶

func ValidateConfiguration(configuration *Configuration) []error

Types ¶

type APIClient ¶

type APIClient struct {
	AuthClient AuthConfig

	AgentApi *AgentApiService

	AgentBlueprintApi *AgentBlueprintApiService

	AgentPoolApi *AgentPoolApiService

	AppSettingApi *AppSettingApiService

	AuditLogApi *AuditLogApiService

	CAConnectorApi *CAConnectorApiService

	CSRGenerationApi *CSRGenerationApiService

	CertificateApi *CertificateApiService

	CertificateAuthorityApi *CertificateAuthorityApiService

	CertificateCollectionApi *CertificateCollectionApiService

	CertificateStoreApi *CertificateStoreApiService

	CertificateStoreContainerApi *CertificateStoreContainerApiService

	CertificateStoreTypeApi *CertificateStoreTypeApiService

	ComponentInstallationApi *ComponentInstallationApiService

	CustomJobTypeApi *CustomJobTypeApiService

	DeniedAlertApi *DeniedAlertApiService

	EnrollmentApi *EnrollmentApiService

	EventHandlerRegistrationApi *EventHandlerRegistrationApiService

	ExpirationAlertApi *ExpirationAlertApiService

	ExtensionsApi *ExtensionsApiService

	IdentityProviderApi *IdentityProviderApiService

	IssuedAlertApi *IssuedAlertApiService

	KeyApi *KeyApiService

	KeyRotationAlertApi *KeyRotationAlertApiService

	LicenseApi *LicenseApiService

	LogonApi *LogonApiService

	MacEnrollmentApi *MacEnrollmentApiService

	MetadataFieldApi *MetadataFieldApiService

	MonitoringApi *MonitoringApiService

	OrchestratorJobApi *OrchestratorJobApiService

	PAMLocalEntriesApi *PAMLocalEntriesApiService

	PAMProviderApi *PAMProviderApiService

	PendingAlertApi *PendingAlertApiService

	PermissionSetApi *PermissionSetApiService

	PermissionsApi *PermissionsApiService

	ReportsApi *ReportsApiService

	SMTPApi *SMTPApiService

	SchedulingApi *SchedulingApiService

	SecurityApi *SecurityApiService

	SecurityClaimsApi *SecurityClaimsApiService

	SecurityRolePermissionsApi *SecurityRolePermissionsApiService

	SecurityRolesApi *SecurityRolesApiService

	ServerApi *ServerApiService

	ServerGroupApi *ServerGroupApiService

	ServiceAccountApi *ServiceAccountApiService

	SslApi *SslApiService

	StatusApi *StatusApiService

	TemplateApi *TemplateApiService

	UserApi *UserApiService

	WorkflowApi *WorkflowApiService

	WorkflowDefinitionApi *WorkflowDefinitionApiService

	WorkflowInstanceApi *WorkflowInstanceApiService
	// contains filtered or unexported fields
}

APIClient manages communication with the Keyfactor API Reference and Utility API v1 In most cases there should be only one, shared, APIClient.

func NewAPIClient ¶

func NewAPIClient(cfg *auth_providers.Server) (*APIClient, error)

NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.

func (*APIClient) GetConfig ¶

func (c *APIClient) GetConfig() *auth_providers.Server

Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior

type APIKey ¶

type APIKey struct {
	Key    string
	Prefix string
}

APIKey provides API key based authentication to a request passed via context using ContextAPIKey

type APIResponse ¶

type APIResponse struct {
	*http.Response `json:"-"`
	Message        string `json:"message,omitempty"`
	// Operation is the name of the OpenAPI operation.
	Operation string `json:"operation,omitempty"`
	// RequestURL is the request URL. This value is always available, even if the
	// embedded *http.Response is nil.
	RequestURL string `json:"url,omitempty"`
	// Method is the HTTP method used for the request.  This value is always
	// available, even if the embedded *http.Response is nil.
	Method string `json:"method,omitempty"`
	// Payload holds the contents of the response body (which may be nil or empty).
	// This is provided here as the raw response.Body() reader will have already
	// been drained.
	Payload []byte `json:"-"`
}

APIResponse stores the API response returned by the server.

func NewAPIResponse ¶

func NewAPIResponse(r *http.Response) *APIResponse

NewAPIResponse returns a new APIResponse object.

func NewAPIResponseWithError ¶

func NewAPIResponseWithError(errorMessage string) *APIResponse

NewAPIResponseWithError returns a new APIResponse object with the provided error message.

type AgentApiService ¶

type AgentApiService service

AgentApiService AgentApi service

func (*AgentApiService) CreateAgentsApproveExecute ¶

func (a *AgentApiService) CreateAgentsApproveExecute(r ApiCreateAgentsApproveRequest) (*http.Response, error)

Executes the API request

func (*AgentApiService) CreateAgentsByIdFetchLogsExecute ¶

func (a *AgentApiService) CreateAgentsByIdFetchLogsExecute(r ApiCreateAgentsByIdFetchLogsRequest) (*http.Response, error)

Executes the API request

func (*AgentApiService) CreateAgentsByIdResetExecute ¶

func (a *AgentApiService) CreateAgentsByIdResetExecute(r ApiCreateAgentsByIdResetRequest) (*http.Response, error)

Executes the API request

func (*AgentApiService) CreateAgentsDisapproveExecute ¶

func (a *AgentApiService) CreateAgentsDisapproveExecute(r ApiCreateAgentsDisapproveRequest) (*http.Response, error)

Executes the API request

func (*AgentApiService) CreateAgentsResetExecute ¶

func (a *AgentApiService) CreateAgentsResetExecute(r ApiCreateAgentsResetRequest) (*http.Response, error)

Executes the API request

func (*AgentApiService) CreateAgentsSetAuthCertificateReenrollmentExecute ¶

Executes the API request V1 POST /Agents/SetAuthCertificateReenrollment

@return OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse

func (*AgentApiService) DeleteAgentsByIdExecute ¶

func (a *AgentApiService) DeleteAgentsByIdExecute(r ApiDeleteAgentsByIdRequest) (*http.Response, error)

Executes the API request

func (*AgentApiService) GetAgentsByIdExecute ¶

Executes the API request V1 GET /Agents/{id}

@return OrchestratorsAgentResponse

func (*AgentApiService) GetAgentsExecute ¶

Executes the API request V1 GET /Agents

@return []OrchestratorsAgentResponse

func (*AgentApiService) NewCreateAgentsApproveRequest ¶

func (a *AgentApiService) NewCreateAgentsApproveRequest(ctx context.Context) ApiCreateAgentsApproveRequest

Creates a new V1 POST /Agents/Approve request.

CreateAgentsApprove Approve a list of agents

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateAgentsApproveRequest

func (*AgentApiService) NewCreateAgentsByIdFetchLogsRequest ¶

func (a *AgentApiService) NewCreateAgentsByIdFetchLogsRequest(ctx context.Context, id string) ApiCreateAgentsByIdFetchLogsRequest

Creates a new V1 POST /Agents/{id}/FetchLogs request.

CreateAgentsByIdFetchLogs Schedules a job on the agent to retrieve log files

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Guid Id of the agent to schedule the job for.
@return ApiCreateAgentsByIdFetchLogsRequest

func (*AgentApiService) NewCreateAgentsByIdResetRequest ¶

func (a *AgentApiService) NewCreateAgentsByIdResetRequest(ctx context.Context, id string) ApiCreateAgentsByIdResetRequest

Creates a new V1 POST /Agents/{id}/Reset request.

CreateAgentsByIdReset Reset an agent to a new state

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Guid Id of Agent to reset
@return ApiCreateAgentsByIdResetRequest

func (*AgentApiService) NewCreateAgentsDisapproveRequest ¶

func (a *AgentApiService) NewCreateAgentsDisapproveRequest(ctx context.Context) ApiCreateAgentsDisapproveRequest

Creates a new V1 POST /Agents/Disapprove request.

CreateAgentsDisapprove Disapprove a list of agents

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateAgentsDisapproveRequest

func (*AgentApiService) NewCreateAgentsResetRequest ¶

func (a *AgentApiService) NewCreateAgentsResetRequest(ctx context.Context) ApiCreateAgentsResetRequest

Creates a new V1 POST /Agents/Reset request.

CreateAgentsReset Reset a list of agents

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateAgentsResetRequest

func (*AgentApiService) NewCreateAgentsSetAuthCertificateReenrollmentRequest ¶

func (a *AgentApiService) NewCreateAgentsSetAuthCertificateReenrollmentRequest(ctx context.Context) ApiCreateAgentsSetAuthCertificateReenrollmentRequest

Creates a new V1 POST /Agents/SetAuthCertificateReenrollment request.

CreateAgentsSetAuthCertificateReenrollment Update the AuthCertificateReenrollment value for an agent to request or require (or unset the request) the agent to enroll for a new client authentication certificate on its next registration.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateAgentsSetAuthCertificateReenrollmentRequest

func (*AgentApiService) NewDeleteAgentsByIdRequest ¶

func (a *AgentApiService) NewDeleteAgentsByIdRequest(ctx context.Context, id string) ApiDeleteAgentsByIdRequest

Creates a new V1 DELETE /Agents/{id} request.

DeleteAgentsById Delete a single agent, specified by ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Agent Id to delete
@return ApiDeleteAgentsByIdRequest

func (*AgentApiService) NewGetAgentsByIdRequest ¶

func (a *AgentApiService) NewGetAgentsByIdRequest(ctx context.Context, id string) ApiGetAgentsByIdRequest

Creates a new V1 GET /Agents/{id} request.

GetAgentsById Returns details for a single agent, specified by ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Agent Id to Search
@return ApiGetAgentsByIdRequest

func (*AgentApiService) NewGetAgentsRequest ¶

func (a *AgentApiService) NewGetAgentsRequest(ctx context.Context) ApiGetAgentsRequest

Creates a new V1 GET /Agents request.

GetAgents Returns all agents according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAgentsRequest

type AgentBlueprintApiService ¶

type AgentBlueprintApiService service

AgentBlueprintApiService AgentBlueprintApi service

func (*AgentBlueprintApiService) CreateAgentBluePrintApplyBlueprintExecute ¶

func (a *AgentBlueprintApiService) CreateAgentBluePrintApplyBlueprintExecute(r ApiCreateAgentBluePrintApplyBlueprintRequest) (*http.Response, error)

Executes the API request

func (*AgentBlueprintApiService) CreateAgentBluePrintGenerateBluePrintExecute ¶

Executes the API request V1 POST /AgentBluePrint/GenerateBluePrint

@return OrchestratorsAgentBlueprintResponse

func (*AgentBlueprintApiService) DeleteAgentBluePrintByIdExecute ¶

func (a *AgentBlueprintApiService) DeleteAgentBluePrintByIdExecute(r ApiDeleteAgentBluePrintByIdRequest) (*http.Response, error)

Executes the API request

func (*AgentBlueprintApiService) GetAgentBluePrintByIdExecute ¶

Executes the API request V1 GET /AgentBluePrint/{id}

@return OrchestratorsAgentBlueprintResponse

func (*AgentBlueprintApiService) GetAgentBluePrintByIdJobsExecute ¶

Executes the API request V1 GET /AgentBluePrint/{id}/Jobs

@return []OrchestratorsAgentBlueprintJobsResponse

func (*AgentBlueprintApiService) GetAgentBluePrintByIdStoresExecute ¶

Executes the API request V1 GET /AgentBluePrint/{id}/Stores

@return []OrchestratorsAgentBlueprintStoresResponse

func (*AgentBlueprintApiService) GetAgentBluePrintExecute ¶

Executes the API request V1 GET /AgentBluePrint

@return []OrchestratorsAgentBlueprintResponse

func (*AgentBlueprintApiService) NewCreateAgentBluePrintApplyBlueprintRequest ¶

func (a *AgentBlueprintApiService) NewCreateAgentBluePrintApplyBlueprintRequest(ctx context.Context) ApiCreateAgentBluePrintApplyBlueprintRequest

Creates a new V1 POST /AgentBluePrint/ApplyBlueprint request.

CreateAgentBluePrintApplyBlueprint Applies the selected agent blueprint to the provided agents

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateAgentBluePrintApplyBlueprintRequest

func (*AgentBlueprintApiService) NewCreateAgentBluePrintGenerateBluePrintRequest ¶

func (a *AgentBlueprintApiService) NewCreateAgentBluePrintGenerateBluePrintRequest(ctx context.Context) ApiCreateAgentBluePrintGenerateBluePrintRequest

Creates a new V1 POST /AgentBluePrint/GenerateBluePrint request.

CreateAgentBluePrintGenerateBluePrint Generates an agent blueprint from the provided agents

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateAgentBluePrintGenerateBluePrintRequest

func (*AgentBlueprintApiService) NewDeleteAgentBluePrintByIdRequest ¶

func (a *AgentBlueprintApiService) NewDeleteAgentBluePrintByIdRequest(ctx context.Context, id string) ApiDeleteAgentBluePrintByIdRequest

Creates a new V1 DELETE /AgentBluePrint/{id} request.

DeleteAgentBluePrintById Deletes an agent blueprint by its Keyfactor identifier

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor agent blueprint identifier (GUID)
@return ApiDeleteAgentBluePrintByIdRequest

func (*AgentBlueprintApiService) NewGetAgentBluePrintByIdJobsRequest ¶

func (a *AgentBlueprintApiService) NewGetAgentBluePrintByIdJobsRequest(ctx context.Context, id string) ApiGetAgentBluePrintByIdJobsRequest

Creates a new V1 GET /AgentBluePrint/{id}/Jobs request.

GetAgentBluePrintByIdJobs Gets the agent blueprint scheduled jobs

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetAgentBluePrintByIdJobsRequest

func (*AgentBlueprintApiService) NewGetAgentBluePrintByIdRequest ¶

func (a *AgentBlueprintApiService) NewGetAgentBluePrintByIdRequest(ctx context.Context, id2 string) ApiGetAgentBluePrintByIdRequest

Creates a new V1 GET /AgentBluePrint/{id} request.

GetAgentBluePrintById Returns an agent blueprint according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id2
@return ApiGetAgentBluePrintByIdRequest

func (*AgentBlueprintApiService) NewGetAgentBluePrintByIdStoresRequest ¶

func (a *AgentBlueprintApiService) NewGetAgentBluePrintByIdStoresRequest(ctx context.Context, id string) ApiGetAgentBluePrintByIdStoresRequest

Creates a new V1 GET /AgentBluePrint/{id}/Stores request.

GetAgentBluePrintByIdStores Gets the agent blueprint certificate stores

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetAgentBluePrintByIdStoresRequest

func (*AgentBlueprintApiService) NewGetAgentBluePrintRequest ¶

func (a *AgentBlueprintApiService) NewGetAgentBluePrintRequest(ctx context.Context) ApiGetAgentBluePrintRequest

Creates a new V1 GET /AgentBluePrint request.

GetAgentBluePrint Returns all agent blueprints according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAgentBluePrintRequest

type AgentPoolApiService ¶

type AgentPoolApiService service

AgentPoolApiService AgentPoolApi service

func (*AgentPoolApiService) CreateAgentPoolsExecute ¶

Executes the API request V1 POST /AgentPools

@return OrchestratorPoolsAgentPoolGetResponse

func (*AgentPoolApiService) DeleteAgentPoolsByIdExecute ¶

func (a *AgentPoolApiService) DeleteAgentPoolsByIdExecute(r ApiDeleteAgentPoolsByIdRequest) (*http.Response, error)

Executes the API request

func (*AgentPoolApiService) GetAgentPoolsAgentsExecute ¶

Executes the API request V1 GET /AgentPools/Agents

@return []OrchestratorPoolsAgentPoolAgentGetResponse

func (*AgentPoolApiService) GetAgentPoolsByIdExecute ¶

Executes the API request V1 GET /AgentPools/{id}

@return OrchestratorPoolsAgentPoolGetResponse

func (*AgentPoolApiService) GetAgentPoolsExecute ¶

Executes the API request V1 GET /AgentPools

@return []OrchestratorPoolsAgentPoolGetResponse

func (*AgentPoolApiService) NewCreateAgentPoolsRequest ¶

func (a *AgentPoolApiService) NewCreateAgentPoolsRequest(ctx context.Context) ApiCreateAgentPoolsRequest

Creates a new V1 POST /AgentPools request.

CreateAgentPools Creates an agent pool with the provided properties

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateAgentPoolsRequest

func (*AgentPoolApiService) NewDeleteAgentPoolsByIdRequest ¶

func (a *AgentPoolApiService) NewDeleteAgentPoolsByIdRequest(ctx context.Context, id string) ApiDeleteAgentPoolsByIdRequest

Creates a new V1 DELETE /AgentPools/{id} request.

DeleteAgentPoolsById Deletes the agent pool associated with the provided id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifier (GUID) of the agent pool
@return ApiDeleteAgentPoolsByIdRequest

func (*AgentPoolApiService) NewGetAgentPoolsAgentsRequest ¶

func (a *AgentPoolApiService) NewGetAgentPoolsAgentsRequest(ctx context.Context) ApiGetAgentPoolsAgentsRequest

Creates a new V1 GET /AgentPools/Agents request.

GetAgentPoolsAgents Returns all agents for the default agent pool

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAgentPoolsAgentsRequest

func (*AgentPoolApiService) NewGetAgentPoolsByIdRequest ¶

func (a *AgentPoolApiService) NewGetAgentPoolsByIdRequest(ctx context.Context, id string) ApiGetAgentPoolsByIdRequest

Creates a new V1 GET /AgentPools/{id} request.

GetAgentPoolsById Returns a single agent pool associated with the provided id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor (GUID) identifier of the agent pool
@return ApiGetAgentPoolsByIdRequest

func (*AgentPoolApiService) NewGetAgentPoolsRequest ¶

func (a *AgentPoolApiService) NewGetAgentPoolsRequest(ctx context.Context) ApiGetAgentPoolsRequest

Creates a new V1 GET /AgentPools request.

GetAgentPools Returns all agent pools according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAgentPoolsRequest

func (*AgentPoolApiService) NewUpdateAgentPoolsRequest ¶

func (a *AgentPoolApiService) NewUpdateAgentPoolsRequest(ctx context.Context) ApiUpdateAgentPoolsRequest

Creates a new V1 PUT /AgentPools request.

UpdateAgentPools Updates an existing agent pool with the provided properties

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateAgentPoolsRequest

func (*AgentPoolApiService) UpdateAgentPoolsExecute ¶

Executes the API request V1 PUT /AgentPools

@return OrchestratorPoolsAgentPoolGetResponse

type AlertsAlertCertificateQueryAlertCertificateQueryResponse ¶

type AlertsAlertCertificateQueryAlertCertificateQueryResponse struct {
	Id   *int32         `json:"Id,omitempty"`
	Name NullableString `json:"Name,omitempty"`
}

AlertsAlertCertificateQueryAlertCertificateQueryResponse struct for AlertsAlertCertificateQueryAlertCertificateQueryResponse

func NewAlertsAlertCertificateQueryAlertCertificateQueryResponse ¶

func NewAlertsAlertCertificateQueryAlertCertificateQueryResponse() *AlertsAlertCertificateQueryAlertCertificateQueryResponse

NewAlertsAlertCertificateQueryAlertCertificateQueryResponse instantiates a new AlertsAlertCertificateQueryAlertCertificateQueryResponse 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 NewAlertsAlertCertificateQueryAlertCertificateQueryResponseWithDefaults ¶

func NewAlertsAlertCertificateQueryAlertCertificateQueryResponseWithDefaults() *AlertsAlertCertificateQueryAlertCertificateQueryResponse

NewAlertsAlertCertificateQueryAlertCertificateQueryResponseWithDefaults instantiates a new AlertsAlertCertificateQueryAlertCertificateQueryResponse 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 (*AlertsAlertCertificateQueryAlertCertificateQueryResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*AlertsAlertCertificateQueryAlertCertificateQueryResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsAlertCertificateQueryAlertCertificateQueryResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsAlertCertificateQueryAlertCertificateQueryResponse) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsAlertCertificateQueryAlertCertificateQueryResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*AlertsAlertCertificateQueryAlertCertificateQueryResponse) HasName ¶

HasName returns a boolean if a field has been set.

func (AlertsAlertCertificateQueryAlertCertificateQueryResponse) MarshalJSON ¶

func (*AlertsAlertCertificateQueryAlertCertificateQueryResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*AlertsAlertCertificateQueryAlertCertificateQueryResponse) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*AlertsAlertCertificateQueryAlertCertificateQueryResponse) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (AlertsAlertCertificateQueryAlertCertificateQueryResponse) ToMap ¶

func (*AlertsAlertCertificateQueryAlertCertificateQueryResponse) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type AlertsAlertScheduleAlertScheduleRequest ¶

type AlertsAlertScheduleAlertScheduleRequest struct {
	Schedule *KeyfactorCommonSchedulingKeyfactorSchedule `json:"Schedule,omitempty"`
}

AlertsAlertScheduleAlertScheduleRequest struct for AlertsAlertScheduleAlertScheduleRequest

func NewAlertsAlertScheduleAlertScheduleRequest ¶

func NewAlertsAlertScheduleAlertScheduleRequest() *AlertsAlertScheduleAlertScheduleRequest

NewAlertsAlertScheduleAlertScheduleRequest instantiates a new AlertsAlertScheduleAlertScheduleRequest 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 NewAlertsAlertScheduleAlertScheduleRequestWithDefaults ¶

func NewAlertsAlertScheduleAlertScheduleRequestWithDefaults() *AlertsAlertScheduleAlertScheduleRequest

NewAlertsAlertScheduleAlertScheduleRequestWithDefaults instantiates a new AlertsAlertScheduleAlertScheduleRequest 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 (*AlertsAlertScheduleAlertScheduleRequest) GetSchedule ¶

GetSchedule returns the Schedule field value if set, zero value otherwise.

func (*AlertsAlertScheduleAlertScheduleRequest) GetScheduleOk ¶

GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsAlertScheduleAlertScheduleRequest) HasSchedule ¶

HasSchedule returns a boolean if a field has been set.

func (AlertsAlertScheduleAlertScheduleRequest) MarshalJSON ¶

func (o AlertsAlertScheduleAlertScheduleRequest) MarshalJSON() ([]byte, error)

func (*AlertsAlertScheduleAlertScheduleRequest) SetSchedule ¶

SetSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the Schedule field.

func (AlertsAlertScheduleAlertScheduleRequest) ToMap ¶

func (o AlertsAlertScheduleAlertScheduleRequest) ToMap() (map[string]interface{}, error)

type AlertsAlertScheduleAlertScheduleResponse ¶

type AlertsAlertScheduleAlertScheduleResponse struct {
	Schedule *KeyfactorCommonSchedulingKeyfactorSchedule `json:"Schedule,omitempty"`
}

AlertsAlertScheduleAlertScheduleResponse struct for AlertsAlertScheduleAlertScheduleResponse

func NewAlertsAlertScheduleAlertScheduleResponse ¶

func NewAlertsAlertScheduleAlertScheduleResponse() *AlertsAlertScheduleAlertScheduleResponse

NewAlertsAlertScheduleAlertScheduleResponse instantiates a new AlertsAlertScheduleAlertScheduleResponse 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 NewAlertsAlertScheduleAlertScheduleResponseWithDefaults ¶

func NewAlertsAlertScheduleAlertScheduleResponseWithDefaults() *AlertsAlertScheduleAlertScheduleResponse

NewAlertsAlertScheduleAlertScheduleResponseWithDefaults instantiates a new AlertsAlertScheduleAlertScheduleResponse 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 (*AlertsAlertScheduleAlertScheduleResponse) GetSchedule ¶

GetSchedule returns the Schedule field value if set, zero value otherwise.

func (*AlertsAlertScheduleAlertScheduleResponse) GetScheduleOk ¶

GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsAlertScheduleAlertScheduleResponse) HasSchedule ¶

HasSchedule returns a boolean if a field has been set.

func (AlertsAlertScheduleAlertScheduleResponse) MarshalJSON ¶

func (*AlertsAlertScheduleAlertScheduleResponse) SetSchedule ¶

SetSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the Schedule field.

func (AlertsAlertScheduleAlertScheduleResponse) ToMap ¶

func (o AlertsAlertScheduleAlertScheduleResponse) ToMap() (map[string]interface{}, error)

type AlertsAlertTemplateAlertTemplateResponse ¶

type AlertsAlertTemplateAlertTemplateResponse struct {
	Id                  *int32         `json:"Id,omitempty"`
	DisplayName         NullableString `json:"DisplayName,omitempty"`
	ForestRoot          NullableString `json:"ForestRoot,omitempty"`
	ConfigurationTenant NullableString `json:"ConfigurationTenant,omitempty"`
}

AlertsAlertTemplateAlertTemplateResponse struct for AlertsAlertTemplateAlertTemplateResponse

func NewAlertsAlertTemplateAlertTemplateResponse ¶

func NewAlertsAlertTemplateAlertTemplateResponse() *AlertsAlertTemplateAlertTemplateResponse

NewAlertsAlertTemplateAlertTemplateResponse instantiates a new AlertsAlertTemplateAlertTemplateResponse 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 NewAlertsAlertTemplateAlertTemplateResponseWithDefaults ¶

func NewAlertsAlertTemplateAlertTemplateResponseWithDefaults() *AlertsAlertTemplateAlertTemplateResponse

NewAlertsAlertTemplateAlertTemplateResponseWithDefaults instantiates a new AlertsAlertTemplateAlertTemplateResponse 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 (*AlertsAlertTemplateAlertTemplateResponse) GetConfigurationTenant ¶

func (o *AlertsAlertTemplateAlertTemplateResponse) GetConfigurationTenant() string

GetConfigurationTenant returns the ConfigurationTenant field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsAlertTemplateAlertTemplateResponse) GetConfigurationTenantOk ¶

func (o *AlertsAlertTemplateAlertTemplateResponse) GetConfigurationTenantOk() (*string, bool)

GetConfigurationTenantOk returns a tuple with the ConfigurationTenant field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsAlertTemplateAlertTemplateResponse) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsAlertTemplateAlertTemplateResponse) GetDisplayNameOk ¶

func (o *AlertsAlertTemplateAlertTemplateResponse) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsAlertTemplateAlertTemplateResponse) GetForestRoot ¶

GetForestRoot returns the ForestRoot field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsAlertTemplateAlertTemplateResponse) GetForestRootOk ¶

func (o *AlertsAlertTemplateAlertTemplateResponse) GetForestRootOk() (*string, bool)

GetForestRootOk returns a tuple with the ForestRoot field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsAlertTemplateAlertTemplateResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*AlertsAlertTemplateAlertTemplateResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsAlertTemplateAlertTemplateResponse) HasConfigurationTenant ¶

func (o *AlertsAlertTemplateAlertTemplateResponse) HasConfigurationTenant() bool

HasConfigurationTenant returns a boolean if a field has been set.

func (*AlertsAlertTemplateAlertTemplateResponse) HasDisplayName ¶

func (o *AlertsAlertTemplateAlertTemplateResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*AlertsAlertTemplateAlertTemplateResponse) HasForestRoot ¶

HasForestRoot returns a boolean if a field has been set.

func (*AlertsAlertTemplateAlertTemplateResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (AlertsAlertTemplateAlertTemplateResponse) MarshalJSON ¶

func (*AlertsAlertTemplateAlertTemplateResponse) SetConfigurationTenant ¶

func (o *AlertsAlertTemplateAlertTemplateResponse) SetConfigurationTenant(v string)

SetConfigurationTenant gets a reference to the given NullableString and assigns it to the ConfigurationTenant field.

func (*AlertsAlertTemplateAlertTemplateResponse) SetConfigurationTenantNil ¶

func (o *AlertsAlertTemplateAlertTemplateResponse) SetConfigurationTenantNil()

SetConfigurationTenantNil sets the value for ConfigurationTenant to be an explicit nil

func (*AlertsAlertTemplateAlertTemplateResponse) SetDisplayName ¶

func (o *AlertsAlertTemplateAlertTemplateResponse) SetDisplayName(v string)

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*AlertsAlertTemplateAlertTemplateResponse) SetDisplayNameNil ¶

func (o *AlertsAlertTemplateAlertTemplateResponse) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*AlertsAlertTemplateAlertTemplateResponse) SetForestRoot ¶

SetForestRoot gets a reference to the given NullableString and assigns it to the ForestRoot field.

func (*AlertsAlertTemplateAlertTemplateResponse) SetForestRootNil ¶

func (o *AlertsAlertTemplateAlertTemplateResponse) SetForestRootNil()

SetForestRootNil sets the value for ForestRoot to be an explicit nil

func (*AlertsAlertTemplateAlertTemplateResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (AlertsAlertTemplateAlertTemplateResponse) ToMap ¶

func (o AlertsAlertTemplateAlertTemplateResponse) ToMap() (map[string]interface{}, error)

func (*AlertsAlertTemplateAlertTemplateResponse) UnsetConfigurationTenant ¶

func (o *AlertsAlertTemplateAlertTemplateResponse) UnsetConfigurationTenant()

UnsetConfigurationTenant ensures that no value is present for ConfigurationTenant, not even an explicit nil

func (*AlertsAlertTemplateAlertTemplateResponse) UnsetDisplayName ¶

func (o *AlertsAlertTemplateAlertTemplateResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*AlertsAlertTemplateAlertTemplateResponse) UnsetForestRoot ¶

func (o *AlertsAlertTemplateAlertTemplateResponse) UnsetForestRoot()

UnsetForestRoot ensures that no value is present for ForestRoot, not even an explicit nil

type AlertsDeniedDeniedAlertCreationRequest ¶

type AlertsDeniedDeniedAlertCreationRequest struct {
	DisplayName            string                                     `json:"DisplayName"`
	Subject                string                                     `json:"Subject"`
	Message                string                                     `json:"Message"`
	TemplateId             NullableInt32                              `json:"TemplateId,omitempty"`
	RegisteredEventHandler *EventHandlerRegisteredEventHandlerRequest `json:"RegisteredEventHandler,omitempty"`
	Recipients             []string                                   `json:"Recipients,omitempty"`
	EventHandlerParameters []EventHandlerEventHandlerParameterRequest `json:"EventHandlerParameters,omitempty"`
}

AlertsDeniedDeniedAlertCreationRequest struct for AlertsDeniedDeniedAlertCreationRequest

func NewAlertsDeniedDeniedAlertCreationRequest ¶

func NewAlertsDeniedDeniedAlertCreationRequest(displayName string, subject string, message string) *AlertsDeniedDeniedAlertCreationRequest

NewAlertsDeniedDeniedAlertCreationRequest instantiates a new AlertsDeniedDeniedAlertCreationRequest 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 NewAlertsDeniedDeniedAlertCreationRequestWithDefaults ¶

func NewAlertsDeniedDeniedAlertCreationRequestWithDefaults() *AlertsDeniedDeniedAlertCreationRequest

NewAlertsDeniedDeniedAlertCreationRequestWithDefaults instantiates a new AlertsDeniedDeniedAlertCreationRequest 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 (*AlertsDeniedDeniedAlertCreationRequest) GetDisplayName ¶

func (o *AlertsDeniedDeniedAlertCreationRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field value

func (*AlertsDeniedDeniedAlertCreationRequest) GetDisplayNameOk ¶

func (o *AlertsDeniedDeniedAlertCreationRequest) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.

func (*AlertsDeniedDeniedAlertCreationRequest) GetEventHandlerParameters ¶

GetEventHandlerParameters returns the EventHandlerParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsDeniedDeniedAlertCreationRequest) GetEventHandlerParametersOk ¶

GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsDeniedDeniedAlertCreationRequest) GetMessage ¶

GetMessage returns the Message field value

func (*AlertsDeniedDeniedAlertCreationRequest) GetMessageOk ¶

func (o *AlertsDeniedDeniedAlertCreationRequest) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*AlertsDeniedDeniedAlertCreationRequest) GetRecipients ¶

func (o *AlertsDeniedDeniedAlertCreationRequest) GetRecipients() []string

GetRecipients returns the Recipients field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsDeniedDeniedAlertCreationRequest) GetRecipientsOk ¶

func (o *AlertsDeniedDeniedAlertCreationRequest) GetRecipientsOk() ([]string, bool)

GetRecipientsOk returns a tuple with the Recipients field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsDeniedDeniedAlertCreationRequest) GetRegisteredEventHandler ¶

GetRegisteredEventHandler returns the RegisteredEventHandler field value if set, zero value otherwise.

func (*AlertsDeniedDeniedAlertCreationRequest) GetRegisteredEventHandlerOk ¶

GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsDeniedDeniedAlertCreationRequest) GetSubject ¶

GetSubject returns the Subject field value

func (*AlertsDeniedDeniedAlertCreationRequest) GetSubjectOk ¶

func (o *AlertsDeniedDeniedAlertCreationRequest) GetSubjectOk() (*string, bool)

GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.

func (*AlertsDeniedDeniedAlertCreationRequest) GetTemplateId ¶

func (o *AlertsDeniedDeniedAlertCreationRequest) GetTemplateId() int32

GetTemplateId returns the TemplateId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsDeniedDeniedAlertCreationRequest) GetTemplateIdOk ¶

func (o *AlertsDeniedDeniedAlertCreationRequest) GetTemplateIdOk() (*int32, bool)

GetTemplateIdOk returns a tuple with the TemplateId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsDeniedDeniedAlertCreationRequest) HasEventHandlerParameters ¶

func (o *AlertsDeniedDeniedAlertCreationRequest) HasEventHandlerParameters() bool

HasEventHandlerParameters returns a boolean if a field has been set.

func (*AlertsDeniedDeniedAlertCreationRequest) HasRecipients ¶

func (o *AlertsDeniedDeniedAlertCreationRequest) HasRecipients() bool

HasRecipients returns a boolean if a field has been set.

func (*AlertsDeniedDeniedAlertCreationRequest) HasRegisteredEventHandler ¶

func (o *AlertsDeniedDeniedAlertCreationRequest) HasRegisteredEventHandler() bool

HasRegisteredEventHandler returns a boolean if a field has been set.

func (*AlertsDeniedDeniedAlertCreationRequest) HasTemplateId ¶

func (o *AlertsDeniedDeniedAlertCreationRequest) HasTemplateId() bool

HasTemplateId returns a boolean if a field has been set.

func (AlertsDeniedDeniedAlertCreationRequest) MarshalJSON ¶

func (o AlertsDeniedDeniedAlertCreationRequest) MarshalJSON() ([]byte, error)

func (*AlertsDeniedDeniedAlertCreationRequest) SetDisplayName ¶

func (o *AlertsDeniedDeniedAlertCreationRequest) SetDisplayName(v string)

SetDisplayName sets field value

func (*AlertsDeniedDeniedAlertCreationRequest) SetEventHandlerParameters ¶

SetEventHandlerParameters gets a reference to the given []EventHandlerEventHandlerParameterRequest and assigns it to the EventHandlerParameters field.

func (*AlertsDeniedDeniedAlertCreationRequest) SetMessage ¶

SetMessage sets field value

func (*AlertsDeniedDeniedAlertCreationRequest) SetRecipients ¶

func (o *AlertsDeniedDeniedAlertCreationRequest) SetRecipients(v []string)

SetRecipients gets a reference to the given []string and assigns it to the Recipients field.

func (*AlertsDeniedDeniedAlertCreationRequest) SetRegisteredEventHandler ¶

SetRegisteredEventHandler gets a reference to the given EventHandlerRegisteredEventHandlerRequest and assigns it to the RegisteredEventHandler field.

func (*AlertsDeniedDeniedAlertCreationRequest) SetSubject ¶

SetSubject sets field value

func (*AlertsDeniedDeniedAlertCreationRequest) SetTemplateId ¶

func (o *AlertsDeniedDeniedAlertCreationRequest) SetTemplateId(v int32)

SetTemplateId gets a reference to the given NullableInt32 and assigns it to the TemplateId field.

func (*AlertsDeniedDeniedAlertCreationRequest) SetTemplateIdNil ¶

func (o *AlertsDeniedDeniedAlertCreationRequest) SetTemplateIdNil()

SetTemplateIdNil sets the value for TemplateId to be an explicit nil

func (AlertsDeniedDeniedAlertCreationRequest) ToMap ¶

func (o AlertsDeniedDeniedAlertCreationRequest) ToMap() (map[string]interface{}, error)

func (*AlertsDeniedDeniedAlertCreationRequest) UnsetTemplateId ¶

func (o *AlertsDeniedDeniedAlertCreationRequest) UnsetTemplateId()

UnsetTemplateId ensures that no value is present for TemplateId, not even an explicit nil

type AlertsDeniedDeniedAlertDefinitionResponse ¶

type AlertsDeniedDeniedAlertDefinitionResponse struct {
	Id                     *int32                                      `json:"Id,omitempty"`
	DisplayName            NullableString                              `json:"DisplayName,omitempty"`
	Subject                NullableString                              `json:"Subject,omitempty"`
	Message                NullableString                              `json:"Message,omitempty"`
	Recipients             []string                                    `json:"Recipients,omitempty"`
	Template               *AlertsAlertTemplateAlertTemplateResponse   `json:"Template,omitempty"`
	RegisteredEventHandler *EventHandlerRegisteredEventHandlerResponse `json:"RegisteredEventHandler,omitempty"`
	EventHandlerParameters []EventHandlerEventHandlerParameterResponse `json:"EventHandlerParameters,omitempty"`
}

AlertsDeniedDeniedAlertDefinitionResponse struct for AlertsDeniedDeniedAlertDefinitionResponse

func NewAlertsDeniedDeniedAlertDefinitionResponse ¶

func NewAlertsDeniedDeniedAlertDefinitionResponse() *AlertsDeniedDeniedAlertDefinitionResponse

NewAlertsDeniedDeniedAlertDefinitionResponse instantiates a new AlertsDeniedDeniedAlertDefinitionResponse 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 NewAlertsDeniedDeniedAlertDefinitionResponseWithDefaults ¶

func NewAlertsDeniedDeniedAlertDefinitionResponseWithDefaults() *AlertsDeniedDeniedAlertDefinitionResponse

NewAlertsDeniedDeniedAlertDefinitionResponseWithDefaults instantiates a new AlertsDeniedDeniedAlertDefinitionResponse 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 (*AlertsDeniedDeniedAlertDefinitionResponse) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsDeniedDeniedAlertDefinitionResponse) GetDisplayNameOk ¶

func (o *AlertsDeniedDeniedAlertDefinitionResponse) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsDeniedDeniedAlertDefinitionResponse) GetEventHandlerParameters ¶

GetEventHandlerParameters returns the EventHandlerParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsDeniedDeniedAlertDefinitionResponse) GetEventHandlerParametersOk ¶

GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsDeniedDeniedAlertDefinitionResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*AlertsDeniedDeniedAlertDefinitionResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsDeniedDeniedAlertDefinitionResponse) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsDeniedDeniedAlertDefinitionResponse) GetMessageOk ¶

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsDeniedDeniedAlertDefinitionResponse) GetRecipients ¶

GetRecipients returns the Recipients field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsDeniedDeniedAlertDefinitionResponse) GetRecipientsOk ¶

func (o *AlertsDeniedDeniedAlertDefinitionResponse) GetRecipientsOk() ([]string, bool)

GetRecipientsOk returns a tuple with the Recipients field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsDeniedDeniedAlertDefinitionResponse) GetRegisteredEventHandler ¶

GetRegisteredEventHandler returns the RegisteredEventHandler field value if set, zero value otherwise.

func (*AlertsDeniedDeniedAlertDefinitionResponse) GetRegisteredEventHandlerOk ¶

GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsDeniedDeniedAlertDefinitionResponse) GetSubject ¶

GetSubject returns the Subject field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsDeniedDeniedAlertDefinitionResponse) GetSubjectOk ¶

GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsDeniedDeniedAlertDefinitionResponse) GetTemplate ¶

GetTemplate returns the Template field value if set, zero value otherwise.

func (*AlertsDeniedDeniedAlertDefinitionResponse) GetTemplateOk ¶

GetTemplateOk returns a tuple with the Template field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsDeniedDeniedAlertDefinitionResponse) HasDisplayName ¶

func (o *AlertsDeniedDeniedAlertDefinitionResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*AlertsDeniedDeniedAlertDefinitionResponse) HasEventHandlerParameters ¶

func (o *AlertsDeniedDeniedAlertDefinitionResponse) HasEventHandlerParameters() bool

HasEventHandlerParameters returns a boolean if a field has been set.

func (*AlertsDeniedDeniedAlertDefinitionResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*AlertsDeniedDeniedAlertDefinitionResponse) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (*AlertsDeniedDeniedAlertDefinitionResponse) HasRecipients ¶

HasRecipients returns a boolean if a field has been set.

func (*AlertsDeniedDeniedAlertDefinitionResponse) HasRegisteredEventHandler ¶

func (o *AlertsDeniedDeniedAlertDefinitionResponse) HasRegisteredEventHandler() bool

HasRegisteredEventHandler returns a boolean if a field has been set.

func (*AlertsDeniedDeniedAlertDefinitionResponse) HasSubject ¶

HasSubject returns a boolean if a field has been set.

func (*AlertsDeniedDeniedAlertDefinitionResponse) HasTemplate ¶

HasTemplate returns a boolean if a field has been set.

func (AlertsDeniedDeniedAlertDefinitionResponse) MarshalJSON ¶

func (*AlertsDeniedDeniedAlertDefinitionResponse) SetDisplayName ¶

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*AlertsDeniedDeniedAlertDefinitionResponse) SetDisplayNameNil ¶

func (o *AlertsDeniedDeniedAlertDefinitionResponse) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*AlertsDeniedDeniedAlertDefinitionResponse) SetEventHandlerParameters ¶

SetEventHandlerParameters gets a reference to the given []EventHandlerEventHandlerParameterResponse and assigns it to the EventHandlerParameters field.

func (*AlertsDeniedDeniedAlertDefinitionResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*AlertsDeniedDeniedAlertDefinitionResponse) SetMessage ¶

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*AlertsDeniedDeniedAlertDefinitionResponse) SetMessageNil ¶

func (o *AlertsDeniedDeniedAlertDefinitionResponse) SetMessageNil()

SetMessageNil sets the value for Message to be an explicit nil

func (*AlertsDeniedDeniedAlertDefinitionResponse) SetRecipients ¶

func (o *AlertsDeniedDeniedAlertDefinitionResponse) SetRecipients(v []string)

SetRecipients gets a reference to the given []string and assigns it to the Recipients field.

func (*AlertsDeniedDeniedAlertDefinitionResponse) SetRegisteredEventHandler ¶

SetRegisteredEventHandler gets a reference to the given EventHandlerRegisteredEventHandlerResponse and assigns it to the RegisteredEventHandler field.

func (*AlertsDeniedDeniedAlertDefinitionResponse) SetSubject ¶

SetSubject gets a reference to the given NullableString and assigns it to the Subject field.

func (*AlertsDeniedDeniedAlertDefinitionResponse) SetSubjectNil ¶

func (o *AlertsDeniedDeniedAlertDefinitionResponse) SetSubjectNil()

SetSubjectNil sets the value for Subject to be an explicit nil

func (*AlertsDeniedDeniedAlertDefinitionResponse) SetTemplate ¶

SetTemplate gets a reference to the given AlertsAlertTemplateAlertTemplateResponse and assigns it to the Template field.

func (AlertsDeniedDeniedAlertDefinitionResponse) ToMap ¶

func (o AlertsDeniedDeniedAlertDefinitionResponse) ToMap() (map[string]interface{}, error)

func (*AlertsDeniedDeniedAlertDefinitionResponse) UnsetDisplayName ¶

func (o *AlertsDeniedDeniedAlertDefinitionResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*AlertsDeniedDeniedAlertDefinitionResponse) UnsetMessage ¶

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*AlertsDeniedDeniedAlertDefinitionResponse) UnsetSubject ¶

UnsetSubject ensures that no value is present for Subject, not even an explicit nil

type AlertsDeniedDeniedAlertUpdateRequest ¶

type AlertsDeniedDeniedAlertUpdateRequest struct {
	Id                     *int32                                     `json:"Id,omitempty"`
	DisplayName            string                                     `json:"DisplayName"`
	Subject                string                                     `json:"Subject"`
	Message                string                                     `json:"Message"`
	TemplateId             NullableInt32                              `json:"TemplateId,omitempty"`
	RegisteredEventHandler *EventHandlerRegisteredEventHandlerRequest `json:"RegisteredEventHandler,omitempty"`
	Recipients             []string                                   `json:"Recipients,omitempty"`
	EventHandlerParameters []EventHandlerEventHandlerParameterRequest `json:"EventHandlerParameters,omitempty"`
}

AlertsDeniedDeniedAlertUpdateRequest struct for AlertsDeniedDeniedAlertUpdateRequest

func NewAlertsDeniedDeniedAlertUpdateRequest ¶

func NewAlertsDeniedDeniedAlertUpdateRequest(displayName string, subject string, message string) *AlertsDeniedDeniedAlertUpdateRequest

NewAlertsDeniedDeniedAlertUpdateRequest instantiates a new AlertsDeniedDeniedAlertUpdateRequest 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 NewAlertsDeniedDeniedAlertUpdateRequestWithDefaults ¶

func NewAlertsDeniedDeniedAlertUpdateRequestWithDefaults() *AlertsDeniedDeniedAlertUpdateRequest

NewAlertsDeniedDeniedAlertUpdateRequestWithDefaults instantiates a new AlertsDeniedDeniedAlertUpdateRequest 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 (*AlertsDeniedDeniedAlertUpdateRequest) GetDisplayName ¶

func (o *AlertsDeniedDeniedAlertUpdateRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field value

func (*AlertsDeniedDeniedAlertUpdateRequest) GetDisplayNameOk ¶

func (o *AlertsDeniedDeniedAlertUpdateRequest) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.

func (*AlertsDeniedDeniedAlertUpdateRequest) GetEventHandlerParameters ¶

GetEventHandlerParameters returns the EventHandlerParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsDeniedDeniedAlertUpdateRequest) GetEventHandlerParametersOk ¶

GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsDeniedDeniedAlertUpdateRequest) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*AlertsDeniedDeniedAlertUpdateRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsDeniedDeniedAlertUpdateRequest) GetMessage ¶

GetMessage returns the Message field value

func (*AlertsDeniedDeniedAlertUpdateRequest) GetMessageOk ¶

func (o *AlertsDeniedDeniedAlertUpdateRequest) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*AlertsDeniedDeniedAlertUpdateRequest) GetRecipients ¶

func (o *AlertsDeniedDeniedAlertUpdateRequest) GetRecipients() []string

GetRecipients returns the Recipients field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsDeniedDeniedAlertUpdateRequest) GetRecipientsOk ¶

func (o *AlertsDeniedDeniedAlertUpdateRequest) GetRecipientsOk() ([]string, bool)

GetRecipientsOk returns a tuple with the Recipients field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsDeniedDeniedAlertUpdateRequest) GetRegisteredEventHandler ¶

GetRegisteredEventHandler returns the RegisteredEventHandler field value if set, zero value otherwise.

func (*AlertsDeniedDeniedAlertUpdateRequest) GetRegisteredEventHandlerOk ¶

GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsDeniedDeniedAlertUpdateRequest) GetSubject ¶

GetSubject returns the Subject field value

func (*AlertsDeniedDeniedAlertUpdateRequest) GetSubjectOk ¶

func (o *AlertsDeniedDeniedAlertUpdateRequest) GetSubjectOk() (*string, bool)

GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.

func (*AlertsDeniedDeniedAlertUpdateRequest) GetTemplateId ¶

func (o *AlertsDeniedDeniedAlertUpdateRequest) GetTemplateId() int32

GetTemplateId returns the TemplateId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsDeniedDeniedAlertUpdateRequest) GetTemplateIdOk ¶

func (o *AlertsDeniedDeniedAlertUpdateRequest) GetTemplateIdOk() (*int32, bool)

GetTemplateIdOk returns a tuple with the TemplateId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsDeniedDeniedAlertUpdateRequest) HasEventHandlerParameters ¶

func (o *AlertsDeniedDeniedAlertUpdateRequest) HasEventHandlerParameters() bool

HasEventHandlerParameters returns a boolean if a field has been set.

func (*AlertsDeniedDeniedAlertUpdateRequest) HasId ¶

HasId returns a boolean if a field has been set.

func (*AlertsDeniedDeniedAlertUpdateRequest) HasRecipients ¶

func (o *AlertsDeniedDeniedAlertUpdateRequest) HasRecipients() bool

HasRecipients returns a boolean if a field has been set.

func (*AlertsDeniedDeniedAlertUpdateRequest) HasRegisteredEventHandler ¶

func (o *AlertsDeniedDeniedAlertUpdateRequest) HasRegisteredEventHandler() bool

HasRegisteredEventHandler returns a boolean if a field has been set.

func (*AlertsDeniedDeniedAlertUpdateRequest) HasTemplateId ¶

func (o *AlertsDeniedDeniedAlertUpdateRequest) HasTemplateId() bool

HasTemplateId returns a boolean if a field has been set.

func (AlertsDeniedDeniedAlertUpdateRequest) MarshalJSON ¶

func (o AlertsDeniedDeniedAlertUpdateRequest) MarshalJSON() ([]byte, error)

func (*AlertsDeniedDeniedAlertUpdateRequest) SetDisplayName ¶

func (o *AlertsDeniedDeniedAlertUpdateRequest) SetDisplayName(v string)

SetDisplayName sets field value

func (*AlertsDeniedDeniedAlertUpdateRequest) SetEventHandlerParameters ¶

SetEventHandlerParameters gets a reference to the given []EventHandlerEventHandlerParameterRequest and assigns it to the EventHandlerParameters field.

func (*AlertsDeniedDeniedAlertUpdateRequest) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*AlertsDeniedDeniedAlertUpdateRequest) SetMessage ¶

SetMessage sets field value

func (*AlertsDeniedDeniedAlertUpdateRequest) SetRecipients ¶

func (o *AlertsDeniedDeniedAlertUpdateRequest) SetRecipients(v []string)

SetRecipients gets a reference to the given []string and assigns it to the Recipients field.

func (*AlertsDeniedDeniedAlertUpdateRequest) SetRegisteredEventHandler ¶

SetRegisteredEventHandler gets a reference to the given EventHandlerRegisteredEventHandlerRequest and assigns it to the RegisteredEventHandler field.

func (*AlertsDeniedDeniedAlertUpdateRequest) SetSubject ¶

SetSubject sets field value

func (*AlertsDeniedDeniedAlertUpdateRequest) SetTemplateId ¶

func (o *AlertsDeniedDeniedAlertUpdateRequest) SetTemplateId(v int32)

SetTemplateId gets a reference to the given NullableInt32 and assigns it to the TemplateId field.

func (*AlertsDeniedDeniedAlertUpdateRequest) SetTemplateIdNil ¶

func (o *AlertsDeniedDeniedAlertUpdateRequest) SetTemplateIdNil()

SetTemplateIdNil sets the value for TemplateId to be an explicit nil

func (AlertsDeniedDeniedAlertUpdateRequest) ToMap ¶

func (o AlertsDeniedDeniedAlertUpdateRequest) ToMap() (map[string]interface{}, error)

func (*AlertsDeniedDeniedAlertUpdateRequest) UnsetTemplateId ¶

func (o *AlertsDeniedDeniedAlertUpdateRequest) UnsetTemplateId()

UnsetTemplateId ensures that no value is present for TemplateId, not even an explicit nil

type AlertsExpirationExpirationAlertCreationRequest ¶

type AlertsExpirationExpirationAlertCreationRequest struct {
	DisplayName            string                                     `json:"DisplayName"`
	Subject                NullableString                             `json:"Subject,omitempty"`
	Message                NullableString                             `json:"Message,omitempty"`
	ExpirationWarningDays  int32                                      `json:"ExpirationWarningDays"`
	CertificateQueryId     *int32                                     `json:"CertificateQueryId,omitempty"`
	RegisteredEventHandler *EventHandlerRegisteredEventHandlerRequest `json:"RegisteredEventHandler,omitempty"`
	Recipients             []string                                   `json:"Recipients,omitempty"`
	EventHandlerParameters []EventHandlerEventHandlerParameterRequest `json:"EventHandlerParameters,omitempty"`
	UseWorkflows           *bool                                      `json:"UseWorkflows,omitempty"`
}

AlertsExpirationExpirationAlertCreationRequest struct for AlertsExpirationExpirationAlertCreationRequest

func NewAlertsExpirationExpirationAlertCreationRequest ¶

func NewAlertsExpirationExpirationAlertCreationRequest(displayName string, expirationWarningDays int32) *AlertsExpirationExpirationAlertCreationRequest

NewAlertsExpirationExpirationAlertCreationRequest instantiates a new AlertsExpirationExpirationAlertCreationRequest 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 NewAlertsExpirationExpirationAlertCreationRequestWithDefaults ¶

func NewAlertsExpirationExpirationAlertCreationRequestWithDefaults() *AlertsExpirationExpirationAlertCreationRequest

NewAlertsExpirationExpirationAlertCreationRequestWithDefaults instantiates a new AlertsExpirationExpirationAlertCreationRequest 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 (*AlertsExpirationExpirationAlertCreationRequest) GetCertificateQueryId ¶

func (o *AlertsExpirationExpirationAlertCreationRequest) GetCertificateQueryId() int32

GetCertificateQueryId returns the CertificateQueryId field value if set, zero value otherwise.

func (*AlertsExpirationExpirationAlertCreationRequest) GetCertificateQueryIdOk ¶

func (o *AlertsExpirationExpirationAlertCreationRequest) GetCertificateQueryIdOk() (*int32, bool)

GetCertificateQueryIdOk returns a tuple with the CertificateQueryId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsExpirationExpirationAlertCreationRequest) GetDisplayName ¶

GetDisplayName returns the DisplayName field value

func (*AlertsExpirationExpirationAlertCreationRequest) GetDisplayNameOk ¶

GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.

func (*AlertsExpirationExpirationAlertCreationRequest) GetEventHandlerParameters ¶

GetEventHandlerParameters returns the EventHandlerParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsExpirationExpirationAlertCreationRequest) GetEventHandlerParametersOk ¶

GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsExpirationExpirationAlertCreationRequest) GetExpirationWarningDays ¶

func (o *AlertsExpirationExpirationAlertCreationRequest) GetExpirationWarningDays() int32

GetExpirationWarningDays returns the ExpirationWarningDays field value

func (*AlertsExpirationExpirationAlertCreationRequest) GetExpirationWarningDaysOk ¶

func (o *AlertsExpirationExpirationAlertCreationRequest) GetExpirationWarningDaysOk() (*int32, bool)

GetExpirationWarningDaysOk returns a tuple with the ExpirationWarningDays field value and a boolean to check if the value has been set.

func (*AlertsExpirationExpirationAlertCreationRequest) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsExpirationExpirationAlertCreationRequest) GetMessageOk ¶

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsExpirationExpirationAlertCreationRequest) GetRecipients ¶

GetRecipients returns the Recipients field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsExpirationExpirationAlertCreationRequest) GetRecipientsOk ¶

GetRecipientsOk returns a tuple with the Recipients field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsExpirationExpirationAlertCreationRequest) GetRegisteredEventHandler ¶

GetRegisteredEventHandler returns the RegisteredEventHandler field value if set, zero value otherwise.

func (*AlertsExpirationExpirationAlertCreationRequest) GetRegisteredEventHandlerOk ¶

GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsExpirationExpirationAlertCreationRequest) GetSubject ¶

GetSubject returns the Subject field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsExpirationExpirationAlertCreationRequest) GetSubjectOk ¶

GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsExpirationExpirationAlertCreationRequest) GetUseWorkflows ¶

GetUseWorkflows returns the UseWorkflows field value if set, zero value otherwise.

func (*AlertsExpirationExpirationAlertCreationRequest) GetUseWorkflowsOk ¶

func (o *AlertsExpirationExpirationAlertCreationRequest) GetUseWorkflowsOk() (*bool, bool)

GetUseWorkflowsOk returns a tuple with the UseWorkflows field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsExpirationExpirationAlertCreationRequest) HasCertificateQueryId ¶

func (o *AlertsExpirationExpirationAlertCreationRequest) HasCertificateQueryId() bool

HasCertificateQueryId returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertCreationRequest) HasEventHandlerParameters ¶

func (o *AlertsExpirationExpirationAlertCreationRequest) HasEventHandlerParameters() bool

HasEventHandlerParameters returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertCreationRequest) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertCreationRequest) HasRecipients ¶

HasRecipients returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertCreationRequest) HasRegisteredEventHandler ¶

func (o *AlertsExpirationExpirationAlertCreationRequest) HasRegisteredEventHandler() bool

HasRegisteredEventHandler returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertCreationRequest) HasSubject ¶

HasSubject returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertCreationRequest) HasUseWorkflows ¶

HasUseWorkflows returns a boolean if a field has been set.

func (AlertsExpirationExpirationAlertCreationRequest) MarshalJSON ¶

func (*AlertsExpirationExpirationAlertCreationRequest) SetCertificateQueryId ¶

func (o *AlertsExpirationExpirationAlertCreationRequest) SetCertificateQueryId(v int32)

SetCertificateQueryId gets a reference to the given int32 and assigns it to the CertificateQueryId field.

func (*AlertsExpirationExpirationAlertCreationRequest) SetDisplayName ¶

SetDisplayName sets field value

func (*AlertsExpirationExpirationAlertCreationRequest) SetEventHandlerParameters ¶

SetEventHandlerParameters gets a reference to the given []EventHandlerEventHandlerParameterRequest and assigns it to the EventHandlerParameters field.

func (*AlertsExpirationExpirationAlertCreationRequest) SetExpirationWarningDays ¶

func (o *AlertsExpirationExpirationAlertCreationRequest) SetExpirationWarningDays(v int32)

SetExpirationWarningDays sets field value

func (*AlertsExpirationExpirationAlertCreationRequest) SetMessage ¶

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*AlertsExpirationExpirationAlertCreationRequest) SetMessageNil ¶

SetMessageNil sets the value for Message to be an explicit nil

func (*AlertsExpirationExpirationAlertCreationRequest) SetRecipients ¶

SetRecipients gets a reference to the given []string and assigns it to the Recipients field.

func (*AlertsExpirationExpirationAlertCreationRequest) SetRegisteredEventHandler ¶

SetRegisteredEventHandler gets a reference to the given EventHandlerRegisteredEventHandlerRequest and assigns it to the RegisteredEventHandler field.

func (*AlertsExpirationExpirationAlertCreationRequest) SetSubject ¶

SetSubject gets a reference to the given NullableString and assigns it to the Subject field.

func (*AlertsExpirationExpirationAlertCreationRequest) SetSubjectNil ¶

SetSubjectNil sets the value for Subject to be an explicit nil

func (*AlertsExpirationExpirationAlertCreationRequest) SetUseWorkflows ¶

SetUseWorkflows gets a reference to the given bool and assigns it to the UseWorkflows field.

func (AlertsExpirationExpirationAlertCreationRequest) ToMap ¶

func (o AlertsExpirationExpirationAlertCreationRequest) ToMap() (map[string]interface{}, error)

func (*AlertsExpirationExpirationAlertCreationRequest) UnsetMessage ¶

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*AlertsExpirationExpirationAlertCreationRequest) UnsetSubject ¶

UnsetSubject ensures that no value is present for Subject, not even an explicit nil

type AlertsExpirationExpirationAlertDefinitionResponse ¶

type AlertsExpirationExpirationAlertDefinitionResponse struct {
	Id                       *int32                                                    `json:"Id,omitempty"`
	DisplayName              NullableString                                            `json:"DisplayName,omitempty"`
	Subject                  NullableString                                            `json:"Subject,omitempty"`
	Message                  NullableString                                            `json:"Message,omitempty"`
	ExpirationWarningDays    *int32                                                    `json:"ExpirationWarningDays,omitempty"`
	Recipients               []string                                                  `json:"Recipients,omitempty"`
	CertificateQuery         *AlertsAlertCertificateQueryAlertCertificateQueryResponse `json:"CertificateQuery,omitempty"`
	RegisteredEventHandler   *EventHandlerRegisteredEventHandlerResponse               `json:"RegisteredEventHandler,omitempty"`
	EventHandlerParameters   []EventHandlerEventHandlerParameterResponse               `json:"EventHandlerParameters,omitempty"`
	UseWorkflows             *bool                                                     `json:"UseWorkflows,omitempty"`
	WorkflowId               NullableString                                            `json:"WorkflowId,omitempty"`
	WorkflowName             NullableString                                            `json:"WorkflowName,omitempty"`
	WorkflowPublishedVersion NullableInt32                                             `json:"WorkflowPublishedVersion,omitempty"`
	WorkflowEnabled          NullableBool                                              `json:"WorkflowEnabled,omitempty"`
}

AlertsExpirationExpirationAlertDefinitionResponse struct for AlertsExpirationExpirationAlertDefinitionResponse

func NewAlertsExpirationExpirationAlertDefinitionResponse ¶

func NewAlertsExpirationExpirationAlertDefinitionResponse() *AlertsExpirationExpirationAlertDefinitionResponse

NewAlertsExpirationExpirationAlertDefinitionResponse instantiates a new AlertsExpirationExpirationAlertDefinitionResponse 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 NewAlertsExpirationExpirationAlertDefinitionResponseWithDefaults ¶

func NewAlertsExpirationExpirationAlertDefinitionResponseWithDefaults() *AlertsExpirationExpirationAlertDefinitionResponse

NewAlertsExpirationExpirationAlertDefinitionResponseWithDefaults instantiates a new AlertsExpirationExpirationAlertDefinitionResponse 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 (*AlertsExpirationExpirationAlertDefinitionResponse) GetCertificateQuery ¶

GetCertificateQuery returns the CertificateQuery field value if set, zero value otherwise.

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetCertificateQueryOk ¶

GetCertificateQueryOk returns a tuple with the CertificateQuery field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetDisplayNameOk ¶

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetEventHandlerParameters ¶

GetEventHandlerParameters returns the EventHandlerParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetEventHandlerParametersOk ¶

GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetExpirationWarningDays ¶

func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetExpirationWarningDays() int32

GetExpirationWarningDays returns the ExpirationWarningDays field value if set, zero value otherwise.

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetExpirationWarningDaysOk ¶

func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetExpirationWarningDaysOk() (*int32, bool)

GetExpirationWarningDaysOk returns a tuple with the ExpirationWarningDays field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetMessageOk ¶

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetRecipients ¶

GetRecipients returns the Recipients field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetRecipientsOk ¶

GetRecipientsOk returns a tuple with the Recipients field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetRegisteredEventHandler ¶

GetRegisteredEventHandler returns the RegisteredEventHandler field value if set, zero value otherwise.

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetRegisteredEventHandlerOk ¶

GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetSubject ¶

GetSubject returns the Subject field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetSubjectOk ¶

GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetUseWorkflows ¶

GetUseWorkflows returns the UseWorkflows field value if set, zero value otherwise.

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetUseWorkflowsOk ¶

func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetUseWorkflowsOk() (*bool, bool)

GetUseWorkflowsOk returns a tuple with the UseWorkflows field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetWorkflowEnabled ¶

GetWorkflowEnabled returns the WorkflowEnabled field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetWorkflowEnabledOk ¶

func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetWorkflowEnabledOk() (*bool, bool)

GetWorkflowEnabledOk returns a tuple with the WorkflowEnabled field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetWorkflowId ¶

GetWorkflowId returns the WorkflowId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetWorkflowIdOk ¶

GetWorkflowIdOk returns a tuple with the WorkflowId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetWorkflowName ¶

GetWorkflowName returns the WorkflowName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetWorkflowNameOk ¶

GetWorkflowNameOk returns a tuple with the WorkflowName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetWorkflowPublishedVersion ¶

func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetWorkflowPublishedVersion() int32

GetWorkflowPublishedVersion returns the WorkflowPublishedVersion field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsExpirationExpirationAlertDefinitionResponse) GetWorkflowPublishedVersionOk ¶

func (o *AlertsExpirationExpirationAlertDefinitionResponse) GetWorkflowPublishedVersionOk() (*int32, bool)

GetWorkflowPublishedVersionOk returns a tuple with the WorkflowPublishedVersion field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsExpirationExpirationAlertDefinitionResponse) HasCertificateQuery ¶

HasCertificateQuery returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertDefinitionResponse) HasDisplayName ¶

HasDisplayName returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertDefinitionResponse) HasEventHandlerParameters ¶

func (o *AlertsExpirationExpirationAlertDefinitionResponse) HasEventHandlerParameters() bool

HasEventHandlerParameters returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertDefinitionResponse) HasExpirationWarningDays ¶

func (o *AlertsExpirationExpirationAlertDefinitionResponse) HasExpirationWarningDays() bool

HasExpirationWarningDays returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertDefinitionResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertDefinitionResponse) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertDefinitionResponse) HasRecipients ¶

HasRecipients returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertDefinitionResponse) HasRegisteredEventHandler ¶

func (o *AlertsExpirationExpirationAlertDefinitionResponse) HasRegisteredEventHandler() bool

HasRegisteredEventHandler returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertDefinitionResponse) HasSubject ¶

HasSubject returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertDefinitionResponse) HasUseWorkflows ¶

HasUseWorkflows returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertDefinitionResponse) HasWorkflowEnabled ¶

HasWorkflowEnabled returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertDefinitionResponse) HasWorkflowId ¶

HasWorkflowId returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertDefinitionResponse) HasWorkflowName ¶

HasWorkflowName returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertDefinitionResponse) HasWorkflowPublishedVersion ¶

func (o *AlertsExpirationExpirationAlertDefinitionResponse) HasWorkflowPublishedVersion() bool

HasWorkflowPublishedVersion returns a boolean if a field has been set.

func (AlertsExpirationExpirationAlertDefinitionResponse) MarshalJSON ¶

func (*AlertsExpirationExpirationAlertDefinitionResponse) SetCertificateQuery ¶

SetCertificateQuery gets a reference to the given AlertsAlertCertificateQueryAlertCertificateQueryResponse and assigns it to the CertificateQuery field.

func (*AlertsExpirationExpirationAlertDefinitionResponse) SetDisplayName ¶

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*AlertsExpirationExpirationAlertDefinitionResponse) SetDisplayNameNil ¶

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*AlertsExpirationExpirationAlertDefinitionResponse) SetEventHandlerParameters ¶

SetEventHandlerParameters gets a reference to the given []EventHandlerEventHandlerParameterResponse and assigns it to the EventHandlerParameters field.

func (*AlertsExpirationExpirationAlertDefinitionResponse) SetExpirationWarningDays ¶

func (o *AlertsExpirationExpirationAlertDefinitionResponse) SetExpirationWarningDays(v int32)

SetExpirationWarningDays gets a reference to the given int32 and assigns it to the ExpirationWarningDays field.

func (*AlertsExpirationExpirationAlertDefinitionResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*AlertsExpirationExpirationAlertDefinitionResponse) SetMessage ¶

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*AlertsExpirationExpirationAlertDefinitionResponse) SetMessageNil ¶

SetMessageNil sets the value for Message to be an explicit nil

func (*AlertsExpirationExpirationAlertDefinitionResponse) SetRecipients ¶

SetRecipients gets a reference to the given []string and assigns it to the Recipients field.

func (*AlertsExpirationExpirationAlertDefinitionResponse) SetRegisteredEventHandler ¶

SetRegisteredEventHandler gets a reference to the given EventHandlerRegisteredEventHandlerResponse and assigns it to the RegisteredEventHandler field.

func (*AlertsExpirationExpirationAlertDefinitionResponse) SetSubject ¶

SetSubject gets a reference to the given NullableString and assigns it to the Subject field.

func (*AlertsExpirationExpirationAlertDefinitionResponse) SetSubjectNil ¶

SetSubjectNil sets the value for Subject to be an explicit nil

func (*AlertsExpirationExpirationAlertDefinitionResponse) SetUseWorkflows ¶

SetUseWorkflows gets a reference to the given bool and assigns it to the UseWorkflows field.

func (*AlertsExpirationExpirationAlertDefinitionResponse) SetWorkflowEnabled ¶

SetWorkflowEnabled gets a reference to the given NullableBool and assigns it to the WorkflowEnabled field.

func (*AlertsExpirationExpirationAlertDefinitionResponse) SetWorkflowEnabledNil ¶

func (o *AlertsExpirationExpirationAlertDefinitionResponse) SetWorkflowEnabledNil()

SetWorkflowEnabledNil sets the value for WorkflowEnabled to be an explicit nil

func (*AlertsExpirationExpirationAlertDefinitionResponse) SetWorkflowId ¶

SetWorkflowId gets a reference to the given NullableString and assigns it to the WorkflowId field.

func (*AlertsExpirationExpirationAlertDefinitionResponse) SetWorkflowIdNil ¶

SetWorkflowIdNil sets the value for WorkflowId to be an explicit nil

func (*AlertsExpirationExpirationAlertDefinitionResponse) SetWorkflowName ¶

SetWorkflowName gets a reference to the given NullableString and assigns it to the WorkflowName field.

func (*AlertsExpirationExpirationAlertDefinitionResponse) SetWorkflowNameNil ¶

func (o *AlertsExpirationExpirationAlertDefinitionResponse) SetWorkflowNameNil()

SetWorkflowNameNil sets the value for WorkflowName to be an explicit nil

func (*AlertsExpirationExpirationAlertDefinitionResponse) SetWorkflowPublishedVersion ¶

func (o *AlertsExpirationExpirationAlertDefinitionResponse) SetWorkflowPublishedVersion(v int32)

SetWorkflowPublishedVersion gets a reference to the given NullableInt32 and assigns it to the WorkflowPublishedVersion field.

func (*AlertsExpirationExpirationAlertDefinitionResponse) SetWorkflowPublishedVersionNil ¶

func (o *AlertsExpirationExpirationAlertDefinitionResponse) SetWorkflowPublishedVersionNil()

SetWorkflowPublishedVersionNil sets the value for WorkflowPublishedVersion to be an explicit nil

func (AlertsExpirationExpirationAlertDefinitionResponse) ToMap ¶

func (o AlertsExpirationExpirationAlertDefinitionResponse) ToMap() (map[string]interface{}, error)

func (*AlertsExpirationExpirationAlertDefinitionResponse) UnsetDisplayName ¶

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*AlertsExpirationExpirationAlertDefinitionResponse) UnsetMessage ¶

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*AlertsExpirationExpirationAlertDefinitionResponse) UnsetSubject ¶

UnsetSubject ensures that no value is present for Subject, not even an explicit nil

func (*AlertsExpirationExpirationAlertDefinitionResponse) UnsetWorkflowEnabled ¶

func (o *AlertsExpirationExpirationAlertDefinitionResponse) UnsetWorkflowEnabled()

UnsetWorkflowEnabled ensures that no value is present for WorkflowEnabled, not even an explicit nil

func (*AlertsExpirationExpirationAlertDefinitionResponse) UnsetWorkflowId ¶

UnsetWorkflowId ensures that no value is present for WorkflowId, not even an explicit nil

func (*AlertsExpirationExpirationAlertDefinitionResponse) UnsetWorkflowName ¶

UnsetWorkflowName ensures that no value is present for WorkflowName, not even an explicit nil

func (*AlertsExpirationExpirationAlertDefinitionResponse) UnsetWorkflowPublishedVersion ¶

func (o *AlertsExpirationExpirationAlertDefinitionResponse) UnsetWorkflowPublishedVersion()

UnsetWorkflowPublishedVersion ensures that no value is present for WorkflowPublishedVersion, not even an explicit nil

type AlertsExpirationExpirationAlertResponse ¶

type AlertsExpirationExpirationAlertResponse struct {
	CAName     NullableString `json:"CAName,omitempty"`
	CARow      *int64         `json:"CARow,omitempty"`
	IssuedCN   NullableString `json:"IssuedCN,omitempty"`
	Expiry     NullableString `json:"Expiry,omitempty"`
	Subject    NullableString `json:"Subject,omitempty"`
	Message    NullableString `json:"Message,omitempty"`
	Recipients []string       `json:"Recipients,omitempty"`
	SendDate   NullableString `json:"SendDate,omitempty"`
}

AlertsExpirationExpirationAlertResponse struct for AlertsExpirationExpirationAlertResponse

func NewAlertsExpirationExpirationAlertResponse ¶

func NewAlertsExpirationExpirationAlertResponse() *AlertsExpirationExpirationAlertResponse

NewAlertsExpirationExpirationAlertResponse instantiates a new AlertsExpirationExpirationAlertResponse 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 NewAlertsExpirationExpirationAlertResponseWithDefaults ¶

func NewAlertsExpirationExpirationAlertResponseWithDefaults() *AlertsExpirationExpirationAlertResponse

NewAlertsExpirationExpirationAlertResponseWithDefaults instantiates a new AlertsExpirationExpirationAlertResponse 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 (*AlertsExpirationExpirationAlertResponse) GetCAName ¶

GetCAName returns the CAName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsExpirationExpirationAlertResponse) GetCANameOk ¶

GetCANameOk returns a tuple with the CAName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsExpirationExpirationAlertResponse) GetCARow ¶

GetCARow returns the CARow field value if set, zero value otherwise.

func (*AlertsExpirationExpirationAlertResponse) GetCARowOk ¶

GetCARowOk returns a tuple with the CARow field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsExpirationExpirationAlertResponse) GetExpiry ¶

GetExpiry returns the Expiry field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsExpirationExpirationAlertResponse) GetExpiryOk ¶

GetExpiryOk returns a tuple with the Expiry field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsExpirationExpirationAlertResponse) GetIssuedCN ¶

GetIssuedCN returns the IssuedCN field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsExpirationExpirationAlertResponse) GetIssuedCNOk ¶

func (o *AlertsExpirationExpirationAlertResponse) GetIssuedCNOk() (*string, bool)

GetIssuedCNOk returns a tuple with the IssuedCN field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsExpirationExpirationAlertResponse) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsExpirationExpirationAlertResponse) GetMessageOk ¶

func (o *AlertsExpirationExpirationAlertResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsExpirationExpirationAlertResponse) GetRecipients ¶

func (o *AlertsExpirationExpirationAlertResponse) GetRecipients() []string

GetRecipients returns the Recipients field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsExpirationExpirationAlertResponse) GetRecipientsOk ¶

func (o *AlertsExpirationExpirationAlertResponse) GetRecipientsOk() ([]string, bool)

GetRecipientsOk returns a tuple with the Recipients field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsExpirationExpirationAlertResponse) GetSendDate ¶

GetSendDate returns the SendDate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsExpirationExpirationAlertResponse) GetSendDateOk ¶

func (o *AlertsExpirationExpirationAlertResponse) GetSendDateOk() (*string, bool)

GetSendDateOk returns a tuple with the SendDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsExpirationExpirationAlertResponse) GetSubject ¶

GetSubject returns the Subject field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsExpirationExpirationAlertResponse) GetSubjectOk ¶

func (o *AlertsExpirationExpirationAlertResponse) GetSubjectOk() (*string, bool)

GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsExpirationExpirationAlertResponse) HasCAName ¶

HasCAName returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertResponse) HasCARow ¶

HasCARow returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertResponse) HasExpiry ¶

HasExpiry returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertResponse) HasIssuedCN ¶

HasIssuedCN returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertResponse) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertResponse) HasRecipients ¶

func (o *AlertsExpirationExpirationAlertResponse) HasRecipients() bool

HasRecipients returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertResponse) HasSendDate ¶

HasSendDate returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertResponse) HasSubject ¶

HasSubject returns a boolean if a field has been set.

func (AlertsExpirationExpirationAlertResponse) MarshalJSON ¶

func (o AlertsExpirationExpirationAlertResponse) MarshalJSON() ([]byte, error)

func (*AlertsExpirationExpirationAlertResponse) SetCAName ¶

SetCAName gets a reference to the given NullableString and assigns it to the CAName field.

func (*AlertsExpirationExpirationAlertResponse) SetCANameNil ¶

func (o *AlertsExpirationExpirationAlertResponse) SetCANameNil()

SetCANameNil sets the value for CAName to be an explicit nil

func (*AlertsExpirationExpirationAlertResponse) SetCARow ¶

SetCARow gets a reference to the given int64 and assigns it to the CARow field.

func (*AlertsExpirationExpirationAlertResponse) SetExpiry ¶

SetExpiry gets a reference to the given NullableString and assigns it to the Expiry field.

func (*AlertsExpirationExpirationAlertResponse) SetExpiryNil ¶

func (o *AlertsExpirationExpirationAlertResponse) SetExpiryNil()

SetExpiryNil sets the value for Expiry to be an explicit nil

func (*AlertsExpirationExpirationAlertResponse) SetIssuedCN ¶

SetIssuedCN gets a reference to the given NullableString and assigns it to the IssuedCN field.

func (*AlertsExpirationExpirationAlertResponse) SetIssuedCNNil ¶

func (o *AlertsExpirationExpirationAlertResponse) SetIssuedCNNil()

SetIssuedCNNil sets the value for IssuedCN to be an explicit nil

func (*AlertsExpirationExpirationAlertResponse) SetMessage ¶

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*AlertsExpirationExpirationAlertResponse) SetMessageNil ¶

func (o *AlertsExpirationExpirationAlertResponse) SetMessageNil()

SetMessageNil sets the value for Message to be an explicit nil

func (*AlertsExpirationExpirationAlertResponse) SetRecipients ¶

func (o *AlertsExpirationExpirationAlertResponse) SetRecipients(v []string)

SetRecipients gets a reference to the given []string and assigns it to the Recipients field.

func (*AlertsExpirationExpirationAlertResponse) SetSendDate ¶

SetSendDate gets a reference to the given NullableString and assigns it to the SendDate field.

func (*AlertsExpirationExpirationAlertResponse) SetSendDateNil ¶

func (o *AlertsExpirationExpirationAlertResponse) SetSendDateNil()

SetSendDateNil sets the value for SendDate to be an explicit nil

func (*AlertsExpirationExpirationAlertResponse) SetSubject ¶

SetSubject gets a reference to the given NullableString and assigns it to the Subject field.

func (*AlertsExpirationExpirationAlertResponse) SetSubjectNil ¶

func (o *AlertsExpirationExpirationAlertResponse) SetSubjectNil()

SetSubjectNil sets the value for Subject to be an explicit nil

func (AlertsExpirationExpirationAlertResponse) ToMap ¶

func (o AlertsExpirationExpirationAlertResponse) ToMap() (map[string]interface{}, error)

func (*AlertsExpirationExpirationAlertResponse) UnsetCAName ¶

func (o *AlertsExpirationExpirationAlertResponse) UnsetCAName()

UnsetCAName ensures that no value is present for CAName, not even an explicit nil

func (*AlertsExpirationExpirationAlertResponse) UnsetExpiry ¶

func (o *AlertsExpirationExpirationAlertResponse) UnsetExpiry()

UnsetExpiry ensures that no value is present for Expiry, not even an explicit nil

func (*AlertsExpirationExpirationAlertResponse) UnsetIssuedCN ¶

func (o *AlertsExpirationExpirationAlertResponse) UnsetIssuedCN()

UnsetIssuedCN ensures that no value is present for IssuedCN, not even an explicit nil

func (*AlertsExpirationExpirationAlertResponse) UnsetMessage ¶

func (o *AlertsExpirationExpirationAlertResponse) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*AlertsExpirationExpirationAlertResponse) UnsetSendDate ¶

func (o *AlertsExpirationExpirationAlertResponse) UnsetSendDate()

UnsetSendDate ensures that no value is present for SendDate, not even an explicit nil

func (*AlertsExpirationExpirationAlertResponse) UnsetSubject ¶

func (o *AlertsExpirationExpirationAlertResponse) UnsetSubject()

UnsetSubject ensures that no value is present for Subject, not even an explicit nil

type AlertsExpirationExpirationAlertTestAllRequest ¶

type AlertsExpirationExpirationAlertTestAllRequest struct {
	EvaluationDate         *time.Time `json:"EvaluationDate,omitempty"`
	PreviousEvaluationDate *time.Time `json:"PreviousEvaluationDate,omitempty"`
	SendAlerts             *bool      `json:"SendAlerts,omitempty"`
}

AlertsExpirationExpirationAlertTestAllRequest struct for AlertsExpirationExpirationAlertTestAllRequest

func NewAlertsExpirationExpirationAlertTestAllRequest ¶

func NewAlertsExpirationExpirationAlertTestAllRequest() *AlertsExpirationExpirationAlertTestAllRequest

NewAlertsExpirationExpirationAlertTestAllRequest instantiates a new AlertsExpirationExpirationAlertTestAllRequest 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 NewAlertsExpirationExpirationAlertTestAllRequestWithDefaults ¶

func NewAlertsExpirationExpirationAlertTestAllRequestWithDefaults() *AlertsExpirationExpirationAlertTestAllRequest

NewAlertsExpirationExpirationAlertTestAllRequestWithDefaults instantiates a new AlertsExpirationExpirationAlertTestAllRequest 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 (*AlertsExpirationExpirationAlertTestAllRequest) GetEvaluationDate ¶

GetEvaluationDate returns the EvaluationDate field value if set, zero value otherwise.

func (*AlertsExpirationExpirationAlertTestAllRequest) GetEvaluationDateOk ¶

func (o *AlertsExpirationExpirationAlertTestAllRequest) GetEvaluationDateOk() (*time.Time, bool)

GetEvaluationDateOk returns a tuple with the EvaluationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsExpirationExpirationAlertTestAllRequest) GetPreviousEvaluationDate ¶

func (o *AlertsExpirationExpirationAlertTestAllRequest) GetPreviousEvaluationDate() time.Time

GetPreviousEvaluationDate returns the PreviousEvaluationDate field value if set, zero value otherwise.

func (*AlertsExpirationExpirationAlertTestAllRequest) GetPreviousEvaluationDateOk ¶

func (o *AlertsExpirationExpirationAlertTestAllRequest) GetPreviousEvaluationDateOk() (*time.Time, bool)

GetPreviousEvaluationDateOk returns a tuple with the PreviousEvaluationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsExpirationExpirationAlertTestAllRequest) GetSendAlerts ¶

GetSendAlerts returns the SendAlerts field value if set, zero value otherwise.

func (*AlertsExpirationExpirationAlertTestAllRequest) GetSendAlertsOk ¶

func (o *AlertsExpirationExpirationAlertTestAllRequest) GetSendAlertsOk() (*bool, bool)

GetSendAlertsOk returns a tuple with the SendAlerts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsExpirationExpirationAlertTestAllRequest) HasEvaluationDate ¶

func (o *AlertsExpirationExpirationAlertTestAllRequest) HasEvaluationDate() bool

HasEvaluationDate returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertTestAllRequest) HasPreviousEvaluationDate ¶

func (o *AlertsExpirationExpirationAlertTestAllRequest) HasPreviousEvaluationDate() bool

HasPreviousEvaluationDate returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertTestAllRequest) HasSendAlerts ¶

HasSendAlerts returns a boolean if a field has been set.

func (AlertsExpirationExpirationAlertTestAllRequest) MarshalJSON ¶

func (*AlertsExpirationExpirationAlertTestAllRequest) SetEvaluationDate ¶

SetEvaluationDate gets a reference to the given time.Time and assigns it to the EvaluationDate field.

func (*AlertsExpirationExpirationAlertTestAllRequest) SetPreviousEvaluationDate ¶

func (o *AlertsExpirationExpirationAlertTestAllRequest) SetPreviousEvaluationDate(v time.Time)

SetPreviousEvaluationDate gets a reference to the given time.Time and assigns it to the PreviousEvaluationDate field.

func (*AlertsExpirationExpirationAlertTestAllRequest) SetSendAlerts ¶

SetSendAlerts gets a reference to the given bool and assigns it to the SendAlerts field.

func (AlertsExpirationExpirationAlertTestAllRequest) ToMap ¶

func (o AlertsExpirationExpirationAlertTestAllRequest) ToMap() (map[string]interface{}, error)

type AlertsExpirationExpirationAlertTestRequest ¶

type AlertsExpirationExpirationAlertTestRequest struct {
	AlertId                *int32     `json:"AlertId,omitempty"`
	EvaluationDate         *time.Time `json:"EvaluationDate,omitempty"`
	PreviousEvaluationDate *time.Time `json:"PreviousEvaluationDate,omitempty"`
	SendAlerts             *bool      `json:"SendAlerts,omitempty"`
}

AlertsExpirationExpirationAlertTestRequest struct for AlertsExpirationExpirationAlertTestRequest

func NewAlertsExpirationExpirationAlertTestRequest ¶

func NewAlertsExpirationExpirationAlertTestRequest() *AlertsExpirationExpirationAlertTestRequest

NewAlertsExpirationExpirationAlertTestRequest instantiates a new AlertsExpirationExpirationAlertTestRequest 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 NewAlertsExpirationExpirationAlertTestRequestWithDefaults ¶

func NewAlertsExpirationExpirationAlertTestRequestWithDefaults() *AlertsExpirationExpirationAlertTestRequest

NewAlertsExpirationExpirationAlertTestRequestWithDefaults instantiates a new AlertsExpirationExpirationAlertTestRequest 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 (*AlertsExpirationExpirationAlertTestRequest) GetAlertId ¶

GetAlertId returns the AlertId field value if set, zero value otherwise.

func (*AlertsExpirationExpirationAlertTestRequest) GetAlertIdOk ¶

GetAlertIdOk returns a tuple with the AlertId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsExpirationExpirationAlertTestRequest) GetEvaluationDate ¶

func (o *AlertsExpirationExpirationAlertTestRequest) GetEvaluationDate() time.Time

GetEvaluationDate returns the EvaluationDate field value if set, zero value otherwise.

func (*AlertsExpirationExpirationAlertTestRequest) GetEvaluationDateOk ¶

func (o *AlertsExpirationExpirationAlertTestRequest) GetEvaluationDateOk() (*time.Time, bool)

GetEvaluationDateOk returns a tuple with the EvaluationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsExpirationExpirationAlertTestRequest) GetPreviousEvaluationDate ¶

func (o *AlertsExpirationExpirationAlertTestRequest) GetPreviousEvaluationDate() time.Time

GetPreviousEvaluationDate returns the PreviousEvaluationDate field value if set, zero value otherwise.

func (*AlertsExpirationExpirationAlertTestRequest) GetPreviousEvaluationDateOk ¶

func (o *AlertsExpirationExpirationAlertTestRequest) GetPreviousEvaluationDateOk() (*time.Time, bool)

GetPreviousEvaluationDateOk returns a tuple with the PreviousEvaluationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsExpirationExpirationAlertTestRequest) GetSendAlerts ¶

GetSendAlerts returns the SendAlerts field value if set, zero value otherwise.

func (*AlertsExpirationExpirationAlertTestRequest) GetSendAlertsOk ¶

func (o *AlertsExpirationExpirationAlertTestRequest) GetSendAlertsOk() (*bool, bool)

GetSendAlertsOk returns a tuple with the SendAlerts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsExpirationExpirationAlertTestRequest) HasAlertId ¶

HasAlertId returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertTestRequest) HasEvaluationDate ¶

func (o *AlertsExpirationExpirationAlertTestRequest) HasEvaluationDate() bool

HasEvaluationDate returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertTestRequest) HasPreviousEvaluationDate ¶

func (o *AlertsExpirationExpirationAlertTestRequest) HasPreviousEvaluationDate() bool

HasPreviousEvaluationDate returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertTestRequest) HasSendAlerts ¶

HasSendAlerts returns a boolean if a field has been set.

func (AlertsExpirationExpirationAlertTestRequest) MarshalJSON ¶

func (*AlertsExpirationExpirationAlertTestRequest) SetAlertId ¶

SetAlertId gets a reference to the given int32 and assigns it to the AlertId field.

func (*AlertsExpirationExpirationAlertTestRequest) SetEvaluationDate ¶

func (o *AlertsExpirationExpirationAlertTestRequest) SetEvaluationDate(v time.Time)

SetEvaluationDate gets a reference to the given time.Time and assigns it to the EvaluationDate field.

func (*AlertsExpirationExpirationAlertTestRequest) SetPreviousEvaluationDate ¶

func (o *AlertsExpirationExpirationAlertTestRequest) SetPreviousEvaluationDate(v time.Time)

SetPreviousEvaluationDate gets a reference to the given time.Time and assigns it to the PreviousEvaluationDate field.

func (*AlertsExpirationExpirationAlertTestRequest) SetSendAlerts ¶

SetSendAlerts gets a reference to the given bool and assigns it to the SendAlerts field.

func (AlertsExpirationExpirationAlertTestRequest) ToMap ¶

func (o AlertsExpirationExpirationAlertTestRequest) ToMap() (map[string]interface{}, error)

type AlertsExpirationExpirationAlertTestResponse ¶

type AlertsExpirationExpirationAlertTestResponse struct {
	ExpirationAlerts []AlertsExpirationExpirationAlertResponse `json:"ExpirationAlerts,omitempty"`
	AlertBuildResult *CSSCMSDataModelEnumsAlertBuildResult     `json:"AlertBuildResult,omitempty"`
}

AlertsExpirationExpirationAlertTestResponse struct for AlertsExpirationExpirationAlertTestResponse

func NewAlertsExpirationExpirationAlertTestResponse ¶

func NewAlertsExpirationExpirationAlertTestResponse() *AlertsExpirationExpirationAlertTestResponse

NewAlertsExpirationExpirationAlertTestResponse instantiates a new AlertsExpirationExpirationAlertTestResponse 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 NewAlertsExpirationExpirationAlertTestResponseWithDefaults ¶

func NewAlertsExpirationExpirationAlertTestResponseWithDefaults() *AlertsExpirationExpirationAlertTestResponse

NewAlertsExpirationExpirationAlertTestResponseWithDefaults instantiates a new AlertsExpirationExpirationAlertTestResponse 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 (*AlertsExpirationExpirationAlertTestResponse) GetAlertBuildResult ¶

GetAlertBuildResult returns the AlertBuildResult field value if set, zero value otherwise.

func (*AlertsExpirationExpirationAlertTestResponse) GetAlertBuildResultOk ¶

GetAlertBuildResultOk returns a tuple with the AlertBuildResult field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsExpirationExpirationAlertTestResponse) GetExpirationAlerts ¶

GetExpirationAlerts returns the ExpirationAlerts field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsExpirationExpirationAlertTestResponse) GetExpirationAlertsOk ¶

GetExpirationAlertsOk returns a tuple with the ExpirationAlerts field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsExpirationExpirationAlertTestResponse) HasAlertBuildResult ¶

func (o *AlertsExpirationExpirationAlertTestResponse) HasAlertBuildResult() bool

HasAlertBuildResult returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertTestResponse) HasExpirationAlerts ¶

func (o *AlertsExpirationExpirationAlertTestResponse) HasExpirationAlerts() bool

HasExpirationAlerts returns a boolean if a field has been set.

func (AlertsExpirationExpirationAlertTestResponse) MarshalJSON ¶

func (*AlertsExpirationExpirationAlertTestResponse) SetAlertBuildResult ¶

SetAlertBuildResult gets a reference to the given CSSCMSDataModelEnumsAlertBuildResult and assigns it to the AlertBuildResult field.

func (*AlertsExpirationExpirationAlertTestResponse) SetExpirationAlerts ¶

SetExpirationAlerts gets a reference to the given []AlertsExpirationExpirationAlertResponse and assigns it to the ExpirationAlerts field.

func (AlertsExpirationExpirationAlertTestResponse) ToMap ¶

func (o AlertsExpirationExpirationAlertTestResponse) ToMap() (map[string]interface{}, error)

type AlertsExpirationExpirationAlertUpdateRequest ¶

type AlertsExpirationExpirationAlertUpdateRequest struct {
	Id                     *int32                                     `json:"Id,omitempty"`
	DisplayName            string                                     `json:"DisplayName"`
	Subject                NullableString                             `json:"Subject,omitempty"`
	Message                NullableString                             `json:"Message,omitempty"`
	ExpirationWarningDays  int32                                      `json:"ExpirationWarningDays"`
	CertificateQueryId     *int32                                     `json:"CertificateQueryId,omitempty"`
	RegisteredEventHandler *EventHandlerRegisteredEventHandlerRequest `json:"RegisteredEventHandler,omitempty"`
	Recipients             []string                                   `json:"Recipients,omitempty"`
	EventHandlerParameters []EventHandlerEventHandlerParameterRequest `json:"EventHandlerParameters,omitempty"`
	UseWorkflows           *bool                                      `json:"UseWorkflows,omitempty"`
}

AlertsExpirationExpirationAlertUpdateRequest struct for AlertsExpirationExpirationAlertUpdateRequest

func NewAlertsExpirationExpirationAlertUpdateRequest ¶

func NewAlertsExpirationExpirationAlertUpdateRequest(displayName string, expirationWarningDays int32) *AlertsExpirationExpirationAlertUpdateRequest

NewAlertsExpirationExpirationAlertUpdateRequest instantiates a new AlertsExpirationExpirationAlertUpdateRequest 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 NewAlertsExpirationExpirationAlertUpdateRequestWithDefaults ¶

func NewAlertsExpirationExpirationAlertUpdateRequestWithDefaults() *AlertsExpirationExpirationAlertUpdateRequest

NewAlertsExpirationExpirationAlertUpdateRequestWithDefaults instantiates a new AlertsExpirationExpirationAlertUpdateRequest 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 (*AlertsExpirationExpirationAlertUpdateRequest) GetCertificateQueryId ¶

func (o *AlertsExpirationExpirationAlertUpdateRequest) GetCertificateQueryId() int32

GetCertificateQueryId returns the CertificateQueryId field value if set, zero value otherwise.

func (*AlertsExpirationExpirationAlertUpdateRequest) GetCertificateQueryIdOk ¶

func (o *AlertsExpirationExpirationAlertUpdateRequest) GetCertificateQueryIdOk() (*int32, bool)

GetCertificateQueryIdOk returns a tuple with the CertificateQueryId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsExpirationExpirationAlertUpdateRequest) GetDisplayName ¶

GetDisplayName returns the DisplayName field value

func (*AlertsExpirationExpirationAlertUpdateRequest) GetDisplayNameOk ¶

func (o *AlertsExpirationExpirationAlertUpdateRequest) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.

func (*AlertsExpirationExpirationAlertUpdateRequest) GetEventHandlerParameters ¶

GetEventHandlerParameters returns the EventHandlerParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsExpirationExpirationAlertUpdateRequest) GetEventHandlerParametersOk ¶

GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsExpirationExpirationAlertUpdateRequest) GetExpirationWarningDays ¶

func (o *AlertsExpirationExpirationAlertUpdateRequest) GetExpirationWarningDays() int32

GetExpirationWarningDays returns the ExpirationWarningDays field value

func (*AlertsExpirationExpirationAlertUpdateRequest) GetExpirationWarningDaysOk ¶

func (o *AlertsExpirationExpirationAlertUpdateRequest) GetExpirationWarningDaysOk() (*int32, bool)

GetExpirationWarningDaysOk returns a tuple with the ExpirationWarningDays field value and a boolean to check if the value has been set.

func (*AlertsExpirationExpirationAlertUpdateRequest) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*AlertsExpirationExpirationAlertUpdateRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsExpirationExpirationAlertUpdateRequest) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsExpirationExpirationAlertUpdateRequest) GetMessageOk ¶

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsExpirationExpirationAlertUpdateRequest) GetRecipients ¶

GetRecipients returns the Recipients field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsExpirationExpirationAlertUpdateRequest) GetRecipientsOk ¶

func (o *AlertsExpirationExpirationAlertUpdateRequest) GetRecipientsOk() ([]string, bool)

GetRecipientsOk returns a tuple with the Recipients field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsExpirationExpirationAlertUpdateRequest) GetRegisteredEventHandler ¶

GetRegisteredEventHandler returns the RegisteredEventHandler field value if set, zero value otherwise.

func (*AlertsExpirationExpirationAlertUpdateRequest) GetRegisteredEventHandlerOk ¶

GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsExpirationExpirationAlertUpdateRequest) GetSubject ¶

GetSubject returns the Subject field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsExpirationExpirationAlertUpdateRequest) GetSubjectOk ¶

GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsExpirationExpirationAlertUpdateRequest) GetUseWorkflows ¶

GetUseWorkflows returns the UseWorkflows field value if set, zero value otherwise.

func (*AlertsExpirationExpirationAlertUpdateRequest) GetUseWorkflowsOk ¶

func (o *AlertsExpirationExpirationAlertUpdateRequest) GetUseWorkflowsOk() (*bool, bool)

GetUseWorkflowsOk returns a tuple with the UseWorkflows field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsExpirationExpirationAlertUpdateRequest) HasCertificateQueryId ¶

func (o *AlertsExpirationExpirationAlertUpdateRequest) HasCertificateQueryId() bool

HasCertificateQueryId returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertUpdateRequest) HasEventHandlerParameters ¶

func (o *AlertsExpirationExpirationAlertUpdateRequest) HasEventHandlerParameters() bool

HasEventHandlerParameters returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertUpdateRequest) HasId ¶

HasId returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertUpdateRequest) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertUpdateRequest) HasRecipients ¶

HasRecipients returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertUpdateRequest) HasRegisteredEventHandler ¶

func (o *AlertsExpirationExpirationAlertUpdateRequest) HasRegisteredEventHandler() bool

HasRegisteredEventHandler returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertUpdateRequest) HasSubject ¶

HasSubject returns a boolean if a field has been set.

func (*AlertsExpirationExpirationAlertUpdateRequest) HasUseWorkflows ¶

HasUseWorkflows returns a boolean if a field has been set.

func (AlertsExpirationExpirationAlertUpdateRequest) MarshalJSON ¶

func (*AlertsExpirationExpirationAlertUpdateRequest) SetCertificateQueryId ¶

func (o *AlertsExpirationExpirationAlertUpdateRequest) SetCertificateQueryId(v int32)

SetCertificateQueryId gets a reference to the given int32 and assigns it to the CertificateQueryId field.

func (*AlertsExpirationExpirationAlertUpdateRequest) SetDisplayName ¶

SetDisplayName sets field value

func (*AlertsExpirationExpirationAlertUpdateRequest) SetEventHandlerParameters ¶

SetEventHandlerParameters gets a reference to the given []EventHandlerEventHandlerParameterRequest and assigns it to the EventHandlerParameters field.

func (*AlertsExpirationExpirationAlertUpdateRequest) SetExpirationWarningDays ¶

func (o *AlertsExpirationExpirationAlertUpdateRequest) SetExpirationWarningDays(v int32)

SetExpirationWarningDays sets field value

func (*AlertsExpirationExpirationAlertUpdateRequest) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*AlertsExpirationExpirationAlertUpdateRequest) SetMessage ¶

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*AlertsExpirationExpirationAlertUpdateRequest) SetMessageNil ¶

SetMessageNil sets the value for Message to be an explicit nil

func (*AlertsExpirationExpirationAlertUpdateRequest) SetRecipients ¶

SetRecipients gets a reference to the given []string and assigns it to the Recipients field.

func (*AlertsExpirationExpirationAlertUpdateRequest) SetRegisteredEventHandler ¶

SetRegisteredEventHandler gets a reference to the given EventHandlerRegisteredEventHandlerRequest and assigns it to the RegisteredEventHandler field.

func (*AlertsExpirationExpirationAlertUpdateRequest) SetSubject ¶

SetSubject gets a reference to the given NullableString and assigns it to the Subject field.

func (*AlertsExpirationExpirationAlertUpdateRequest) SetSubjectNil ¶

SetSubjectNil sets the value for Subject to be an explicit nil

func (*AlertsExpirationExpirationAlertUpdateRequest) SetUseWorkflows ¶

func (o *AlertsExpirationExpirationAlertUpdateRequest) SetUseWorkflows(v bool)

SetUseWorkflows gets a reference to the given bool and assigns it to the UseWorkflows field.

func (AlertsExpirationExpirationAlertUpdateRequest) ToMap ¶

func (o AlertsExpirationExpirationAlertUpdateRequest) ToMap() (map[string]interface{}, error)

func (*AlertsExpirationExpirationAlertUpdateRequest) UnsetMessage ¶

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*AlertsExpirationExpirationAlertUpdateRequest) UnsetSubject ¶

UnsetSubject ensures that no value is present for Subject, not even an explicit nil

type AlertsIssuedIssuedAlertCreationRequest ¶

type AlertsIssuedIssuedAlertCreationRequest struct {
	DisplayName            string                                     `json:"DisplayName"`
	Subject                string                                     `json:"Subject"`
	Message                string                                     `json:"Message"`
	TemplateId             NullableInt32                              `json:"TemplateId,omitempty"`
	RegisteredEventHandler *EventHandlerRegisteredEventHandlerRequest `json:"RegisteredEventHandler,omitempty"`
	Recipients             []string                                   `json:"Recipients,omitempty"`
	EventHandlerParameters []EventHandlerEventHandlerParameterRequest `json:"EventHandlerParameters,omitempty"`
}

AlertsIssuedIssuedAlertCreationRequest struct for AlertsIssuedIssuedAlertCreationRequest

func NewAlertsIssuedIssuedAlertCreationRequest ¶

func NewAlertsIssuedIssuedAlertCreationRequest(displayName string, subject string, message string) *AlertsIssuedIssuedAlertCreationRequest

NewAlertsIssuedIssuedAlertCreationRequest instantiates a new AlertsIssuedIssuedAlertCreationRequest 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 NewAlertsIssuedIssuedAlertCreationRequestWithDefaults ¶

func NewAlertsIssuedIssuedAlertCreationRequestWithDefaults() *AlertsIssuedIssuedAlertCreationRequest

NewAlertsIssuedIssuedAlertCreationRequestWithDefaults instantiates a new AlertsIssuedIssuedAlertCreationRequest 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 (*AlertsIssuedIssuedAlertCreationRequest) GetDisplayName ¶

func (o *AlertsIssuedIssuedAlertCreationRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field value

func (*AlertsIssuedIssuedAlertCreationRequest) GetDisplayNameOk ¶

func (o *AlertsIssuedIssuedAlertCreationRequest) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.

func (*AlertsIssuedIssuedAlertCreationRequest) GetEventHandlerParameters ¶

GetEventHandlerParameters returns the EventHandlerParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsIssuedIssuedAlertCreationRequest) GetEventHandlerParametersOk ¶

GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsIssuedIssuedAlertCreationRequest) GetMessage ¶

GetMessage returns the Message field value

func (*AlertsIssuedIssuedAlertCreationRequest) GetMessageOk ¶

func (o *AlertsIssuedIssuedAlertCreationRequest) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*AlertsIssuedIssuedAlertCreationRequest) GetRecipients ¶

func (o *AlertsIssuedIssuedAlertCreationRequest) GetRecipients() []string

GetRecipients returns the Recipients field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsIssuedIssuedAlertCreationRequest) GetRecipientsOk ¶

func (o *AlertsIssuedIssuedAlertCreationRequest) GetRecipientsOk() ([]string, bool)

GetRecipientsOk returns a tuple with the Recipients field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsIssuedIssuedAlertCreationRequest) GetRegisteredEventHandler ¶

GetRegisteredEventHandler returns the RegisteredEventHandler field value if set, zero value otherwise.

func (*AlertsIssuedIssuedAlertCreationRequest) GetRegisteredEventHandlerOk ¶

GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsIssuedIssuedAlertCreationRequest) GetSubject ¶

GetSubject returns the Subject field value

func (*AlertsIssuedIssuedAlertCreationRequest) GetSubjectOk ¶

func (o *AlertsIssuedIssuedAlertCreationRequest) GetSubjectOk() (*string, bool)

GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.

func (*AlertsIssuedIssuedAlertCreationRequest) GetTemplateId ¶

func (o *AlertsIssuedIssuedAlertCreationRequest) GetTemplateId() int32

GetTemplateId returns the TemplateId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsIssuedIssuedAlertCreationRequest) GetTemplateIdOk ¶

func (o *AlertsIssuedIssuedAlertCreationRequest) GetTemplateIdOk() (*int32, bool)

GetTemplateIdOk returns a tuple with the TemplateId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsIssuedIssuedAlertCreationRequest) HasEventHandlerParameters ¶

func (o *AlertsIssuedIssuedAlertCreationRequest) HasEventHandlerParameters() bool

HasEventHandlerParameters returns a boolean if a field has been set.

func (*AlertsIssuedIssuedAlertCreationRequest) HasRecipients ¶

func (o *AlertsIssuedIssuedAlertCreationRequest) HasRecipients() bool

HasRecipients returns a boolean if a field has been set.

func (*AlertsIssuedIssuedAlertCreationRequest) HasRegisteredEventHandler ¶

func (o *AlertsIssuedIssuedAlertCreationRequest) HasRegisteredEventHandler() bool

HasRegisteredEventHandler returns a boolean if a field has been set.

func (*AlertsIssuedIssuedAlertCreationRequest) HasTemplateId ¶

func (o *AlertsIssuedIssuedAlertCreationRequest) HasTemplateId() bool

HasTemplateId returns a boolean if a field has been set.

func (AlertsIssuedIssuedAlertCreationRequest) MarshalJSON ¶

func (o AlertsIssuedIssuedAlertCreationRequest) MarshalJSON() ([]byte, error)

func (*AlertsIssuedIssuedAlertCreationRequest) SetDisplayName ¶

func (o *AlertsIssuedIssuedAlertCreationRequest) SetDisplayName(v string)

SetDisplayName sets field value

func (*AlertsIssuedIssuedAlertCreationRequest) SetEventHandlerParameters ¶

SetEventHandlerParameters gets a reference to the given []EventHandlerEventHandlerParameterRequest and assigns it to the EventHandlerParameters field.

func (*AlertsIssuedIssuedAlertCreationRequest) SetMessage ¶

SetMessage sets field value

func (*AlertsIssuedIssuedAlertCreationRequest) SetRecipients ¶

func (o *AlertsIssuedIssuedAlertCreationRequest) SetRecipients(v []string)

SetRecipients gets a reference to the given []string and assigns it to the Recipients field.

func (*AlertsIssuedIssuedAlertCreationRequest) SetRegisteredEventHandler ¶

SetRegisteredEventHandler gets a reference to the given EventHandlerRegisteredEventHandlerRequest and assigns it to the RegisteredEventHandler field.

func (*AlertsIssuedIssuedAlertCreationRequest) SetSubject ¶

SetSubject sets field value

func (*AlertsIssuedIssuedAlertCreationRequest) SetTemplateId ¶

func (o *AlertsIssuedIssuedAlertCreationRequest) SetTemplateId(v int32)

SetTemplateId gets a reference to the given NullableInt32 and assigns it to the TemplateId field.

func (*AlertsIssuedIssuedAlertCreationRequest) SetTemplateIdNil ¶

func (o *AlertsIssuedIssuedAlertCreationRequest) SetTemplateIdNil()

SetTemplateIdNil sets the value for TemplateId to be an explicit nil

func (AlertsIssuedIssuedAlertCreationRequest) ToMap ¶

func (o AlertsIssuedIssuedAlertCreationRequest) ToMap() (map[string]interface{}, error)

func (*AlertsIssuedIssuedAlertCreationRequest) UnsetTemplateId ¶

func (o *AlertsIssuedIssuedAlertCreationRequest) UnsetTemplateId()

UnsetTemplateId ensures that no value is present for TemplateId, not even an explicit nil

type AlertsIssuedIssuedAlertDefinitionResponse ¶

type AlertsIssuedIssuedAlertDefinitionResponse struct {
	Id                     *int32                                      `json:"Id,omitempty"`
	DisplayName            NullableString                              `json:"DisplayName,omitempty"`
	Subject                NullableString                              `json:"Subject,omitempty"`
	Message                NullableString                              `json:"Message,omitempty"`
	Recipients             []string                                    `json:"Recipients,omitempty"`
	Template               *AlertsAlertTemplateAlertTemplateResponse   `json:"Template,omitempty"`
	RegisteredEventHandler *EventHandlerRegisteredEventHandlerResponse `json:"RegisteredEventHandler,omitempty"`
	EventHandlerParameters []EventHandlerEventHandlerParameterResponse `json:"EventHandlerParameters,omitempty"`
}

AlertsIssuedIssuedAlertDefinitionResponse struct for AlertsIssuedIssuedAlertDefinitionResponse

func NewAlertsIssuedIssuedAlertDefinitionResponse ¶

func NewAlertsIssuedIssuedAlertDefinitionResponse() *AlertsIssuedIssuedAlertDefinitionResponse

NewAlertsIssuedIssuedAlertDefinitionResponse instantiates a new AlertsIssuedIssuedAlertDefinitionResponse 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 NewAlertsIssuedIssuedAlertDefinitionResponseWithDefaults ¶

func NewAlertsIssuedIssuedAlertDefinitionResponseWithDefaults() *AlertsIssuedIssuedAlertDefinitionResponse

NewAlertsIssuedIssuedAlertDefinitionResponseWithDefaults instantiates a new AlertsIssuedIssuedAlertDefinitionResponse 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 (*AlertsIssuedIssuedAlertDefinitionResponse) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsIssuedIssuedAlertDefinitionResponse) GetDisplayNameOk ¶

func (o *AlertsIssuedIssuedAlertDefinitionResponse) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsIssuedIssuedAlertDefinitionResponse) GetEventHandlerParameters ¶

GetEventHandlerParameters returns the EventHandlerParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsIssuedIssuedAlertDefinitionResponse) GetEventHandlerParametersOk ¶

GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsIssuedIssuedAlertDefinitionResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*AlertsIssuedIssuedAlertDefinitionResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsIssuedIssuedAlertDefinitionResponse) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsIssuedIssuedAlertDefinitionResponse) GetMessageOk ¶

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsIssuedIssuedAlertDefinitionResponse) GetRecipients ¶

GetRecipients returns the Recipients field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsIssuedIssuedAlertDefinitionResponse) GetRecipientsOk ¶

func (o *AlertsIssuedIssuedAlertDefinitionResponse) GetRecipientsOk() ([]string, bool)

GetRecipientsOk returns a tuple with the Recipients field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsIssuedIssuedAlertDefinitionResponse) GetRegisteredEventHandler ¶

GetRegisteredEventHandler returns the RegisteredEventHandler field value if set, zero value otherwise.

func (*AlertsIssuedIssuedAlertDefinitionResponse) GetRegisteredEventHandlerOk ¶

GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsIssuedIssuedAlertDefinitionResponse) GetSubject ¶

GetSubject returns the Subject field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsIssuedIssuedAlertDefinitionResponse) GetSubjectOk ¶

GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsIssuedIssuedAlertDefinitionResponse) GetTemplate ¶

GetTemplate returns the Template field value if set, zero value otherwise.

func (*AlertsIssuedIssuedAlertDefinitionResponse) GetTemplateOk ¶

GetTemplateOk returns a tuple with the Template field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsIssuedIssuedAlertDefinitionResponse) HasDisplayName ¶

func (o *AlertsIssuedIssuedAlertDefinitionResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*AlertsIssuedIssuedAlertDefinitionResponse) HasEventHandlerParameters ¶

func (o *AlertsIssuedIssuedAlertDefinitionResponse) HasEventHandlerParameters() bool

HasEventHandlerParameters returns a boolean if a field has been set.

func (*AlertsIssuedIssuedAlertDefinitionResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*AlertsIssuedIssuedAlertDefinitionResponse) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (*AlertsIssuedIssuedAlertDefinitionResponse) HasRecipients ¶

HasRecipients returns a boolean if a field has been set.

func (*AlertsIssuedIssuedAlertDefinitionResponse) HasRegisteredEventHandler ¶

func (o *AlertsIssuedIssuedAlertDefinitionResponse) HasRegisteredEventHandler() bool

HasRegisteredEventHandler returns a boolean if a field has been set.

func (*AlertsIssuedIssuedAlertDefinitionResponse) HasSubject ¶

HasSubject returns a boolean if a field has been set.

func (*AlertsIssuedIssuedAlertDefinitionResponse) HasTemplate ¶

HasTemplate returns a boolean if a field has been set.

func (AlertsIssuedIssuedAlertDefinitionResponse) MarshalJSON ¶

func (*AlertsIssuedIssuedAlertDefinitionResponse) SetDisplayName ¶

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*AlertsIssuedIssuedAlertDefinitionResponse) SetDisplayNameNil ¶

func (o *AlertsIssuedIssuedAlertDefinitionResponse) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*AlertsIssuedIssuedAlertDefinitionResponse) SetEventHandlerParameters ¶

SetEventHandlerParameters gets a reference to the given []EventHandlerEventHandlerParameterResponse and assigns it to the EventHandlerParameters field.

func (*AlertsIssuedIssuedAlertDefinitionResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*AlertsIssuedIssuedAlertDefinitionResponse) SetMessage ¶

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*AlertsIssuedIssuedAlertDefinitionResponse) SetMessageNil ¶

func (o *AlertsIssuedIssuedAlertDefinitionResponse) SetMessageNil()

SetMessageNil sets the value for Message to be an explicit nil

func (*AlertsIssuedIssuedAlertDefinitionResponse) SetRecipients ¶

func (o *AlertsIssuedIssuedAlertDefinitionResponse) SetRecipients(v []string)

SetRecipients gets a reference to the given []string and assigns it to the Recipients field.

func (*AlertsIssuedIssuedAlertDefinitionResponse) SetRegisteredEventHandler ¶

SetRegisteredEventHandler gets a reference to the given EventHandlerRegisteredEventHandlerResponse and assigns it to the RegisteredEventHandler field.

func (*AlertsIssuedIssuedAlertDefinitionResponse) SetSubject ¶

SetSubject gets a reference to the given NullableString and assigns it to the Subject field.

func (*AlertsIssuedIssuedAlertDefinitionResponse) SetSubjectNil ¶

func (o *AlertsIssuedIssuedAlertDefinitionResponse) SetSubjectNil()

SetSubjectNil sets the value for Subject to be an explicit nil

func (*AlertsIssuedIssuedAlertDefinitionResponse) SetTemplate ¶

SetTemplate gets a reference to the given AlertsAlertTemplateAlertTemplateResponse and assigns it to the Template field.

func (AlertsIssuedIssuedAlertDefinitionResponse) ToMap ¶

func (o AlertsIssuedIssuedAlertDefinitionResponse) ToMap() (map[string]interface{}, error)

func (*AlertsIssuedIssuedAlertDefinitionResponse) UnsetDisplayName ¶

func (o *AlertsIssuedIssuedAlertDefinitionResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*AlertsIssuedIssuedAlertDefinitionResponse) UnsetMessage ¶

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*AlertsIssuedIssuedAlertDefinitionResponse) UnsetSubject ¶

UnsetSubject ensures that no value is present for Subject, not even an explicit nil

type AlertsIssuedIssuedAlertUpdateRequest ¶

type AlertsIssuedIssuedAlertUpdateRequest struct {
	Id                     *int32                                     `json:"Id,omitempty"`
	DisplayName            string                                     `json:"DisplayName"`
	Subject                string                                     `json:"Subject"`
	Message                string                                     `json:"Message"`
	TemplateId             NullableInt32                              `json:"TemplateId,omitempty"`
	RegisteredEventHandler *EventHandlerRegisteredEventHandlerRequest `json:"RegisteredEventHandler,omitempty"`
	Recipients             []string                                   `json:"Recipients,omitempty"`
	EventHandlerParameters []EventHandlerEventHandlerParameterRequest `json:"EventHandlerParameters,omitempty"`
}

AlertsIssuedIssuedAlertUpdateRequest struct for AlertsIssuedIssuedAlertUpdateRequest

func NewAlertsIssuedIssuedAlertUpdateRequest ¶

func NewAlertsIssuedIssuedAlertUpdateRequest(displayName string, subject string, message string) *AlertsIssuedIssuedAlertUpdateRequest

NewAlertsIssuedIssuedAlertUpdateRequest instantiates a new AlertsIssuedIssuedAlertUpdateRequest 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 NewAlertsIssuedIssuedAlertUpdateRequestWithDefaults ¶

func NewAlertsIssuedIssuedAlertUpdateRequestWithDefaults() *AlertsIssuedIssuedAlertUpdateRequest

NewAlertsIssuedIssuedAlertUpdateRequestWithDefaults instantiates a new AlertsIssuedIssuedAlertUpdateRequest 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 (*AlertsIssuedIssuedAlertUpdateRequest) GetDisplayName ¶

func (o *AlertsIssuedIssuedAlertUpdateRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field value

func (*AlertsIssuedIssuedAlertUpdateRequest) GetDisplayNameOk ¶

func (o *AlertsIssuedIssuedAlertUpdateRequest) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.

func (*AlertsIssuedIssuedAlertUpdateRequest) GetEventHandlerParameters ¶

GetEventHandlerParameters returns the EventHandlerParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsIssuedIssuedAlertUpdateRequest) GetEventHandlerParametersOk ¶

GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsIssuedIssuedAlertUpdateRequest) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*AlertsIssuedIssuedAlertUpdateRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsIssuedIssuedAlertUpdateRequest) GetMessage ¶

GetMessage returns the Message field value

func (*AlertsIssuedIssuedAlertUpdateRequest) GetMessageOk ¶

func (o *AlertsIssuedIssuedAlertUpdateRequest) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*AlertsIssuedIssuedAlertUpdateRequest) GetRecipients ¶

func (o *AlertsIssuedIssuedAlertUpdateRequest) GetRecipients() []string

GetRecipients returns the Recipients field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsIssuedIssuedAlertUpdateRequest) GetRecipientsOk ¶

func (o *AlertsIssuedIssuedAlertUpdateRequest) GetRecipientsOk() ([]string, bool)

GetRecipientsOk returns a tuple with the Recipients field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsIssuedIssuedAlertUpdateRequest) GetRegisteredEventHandler ¶

GetRegisteredEventHandler returns the RegisteredEventHandler field value if set, zero value otherwise.

func (*AlertsIssuedIssuedAlertUpdateRequest) GetRegisteredEventHandlerOk ¶

GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsIssuedIssuedAlertUpdateRequest) GetSubject ¶

GetSubject returns the Subject field value

func (*AlertsIssuedIssuedAlertUpdateRequest) GetSubjectOk ¶

func (o *AlertsIssuedIssuedAlertUpdateRequest) GetSubjectOk() (*string, bool)

GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.

func (*AlertsIssuedIssuedAlertUpdateRequest) GetTemplateId ¶

func (o *AlertsIssuedIssuedAlertUpdateRequest) GetTemplateId() int32

GetTemplateId returns the TemplateId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsIssuedIssuedAlertUpdateRequest) GetTemplateIdOk ¶

func (o *AlertsIssuedIssuedAlertUpdateRequest) GetTemplateIdOk() (*int32, bool)

GetTemplateIdOk returns a tuple with the TemplateId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsIssuedIssuedAlertUpdateRequest) HasEventHandlerParameters ¶

func (o *AlertsIssuedIssuedAlertUpdateRequest) HasEventHandlerParameters() bool

HasEventHandlerParameters returns a boolean if a field has been set.

func (*AlertsIssuedIssuedAlertUpdateRequest) HasId ¶

HasId returns a boolean if a field has been set.

func (*AlertsIssuedIssuedAlertUpdateRequest) HasRecipients ¶

func (o *AlertsIssuedIssuedAlertUpdateRequest) HasRecipients() bool

HasRecipients returns a boolean if a field has been set.

func (*AlertsIssuedIssuedAlertUpdateRequest) HasRegisteredEventHandler ¶

func (o *AlertsIssuedIssuedAlertUpdateRequest) HasRegisteredEventHandler() bool

HasRegisteredEventHandler returns a boolean if a field has been set.

func (*AlertsIssuedIssuedAlertUpdateRequest) HasTemplateId ¶

func (o *AlertsIssuedIssuedAlertUpdateRequest) HasTemplateId() bool

HasTemplateId returns a boolean if a field has been set.

func (AlertsIssuedIssuedAlertUpdateRequest) MarshalJSON ¶

func (o AlertsIssuedIssuedAlertUpdateRequest) MarshalJSON() ([]byte, error)

func (*AlertsIssuedIssuedAlertUpdateRequest) SetDisplayName ¶

func (o *AlertsIssuedIssuedAlertUpdateRequest) SetDisplayName(v string)

SetDisplayName sets field value

func (*AlertsIssuedIssuedAlertUpdateRequest) SetEventHandlerParameters ¶

SetEventHandlerParameters gets a reference to the given []EventHandlerEventHandlerParameterRequest and assigns it to the EventHandlerParameters field.

func (*AlertsIssuedIssuedAlertUpdateRequest) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*AlertsIssuedIssuedAlertUpdateRequest) SetMessage ¶

SetMessage sets field value

func (*AlertsIssuedIssuedAlertUpdateRequest) SetRecipients ¶

func (o *AlertsIssuedIssuedAlertUpdateRequest) SetRecipients(v []string)

SetRecipients gets a reference to the given []string and assigns it to the Recipients field.

func (*AlertsIssuedIssuedAlertUpdateRequest) SetRegisteredEventHandler ¶

SetRegisteredEventHandler gets a reference to the given EventHandlerRegisteredEventHandlerRequest and assigns it to the RegisteredEventHandler field.

func (*AlertsIssuedIssuedAlertUpdateRequest) SetSubject ¶

SetSubject sets field value

func (*AlertsIssuedIssuedAlertUpdateRequest) SetTemplateId ¶

func (o *AlertsIssuedIssuedAlertUpdateRequest) SetTemplateId(v int32)

SetTemplateId gets a reference to the given NullableInt32 and assigns it to the TemplateId field.

func (*AlertsIssuedIssuedAlertUpdateRequest) SetTemplateIdNil ¶

func (o *AlertsIssuedIssuedAlertUpdateRequest) SetTemplateIdNil()

SetTemplateIdNil sets the value for TemplateId to be an explicit nil

func (AlertsIssuedIssuedAlertUpdateRequest) ToMap ¶

func (o AlertsIssuedIssuedAlertUpdateRequest) ToMap() (map[string]interface{}, error)

func (*AlertsIssuedIssuedAlertUpdateRequest) UnsetTemplateId ¶

func (o *AlertsIssuedIssuedAlertUpdateRequest) UnsetTemplateId()

UnsetTemplateId ensures that no value is present for TemplateId, not even an explicit nil

type AlertsKeyRotationKeyRotationAlertCreationRequest ¶

type AlertsKeyRotationKeyRotationAlertCreationRequest struct {
	DisplayName            string                                     `json:"DisplayName"`
	Subject                NullableString                             `json:"Subject,omitempty"`
	Message                NullableString                             `json:"Message,omitempty"`
	RotationWarningDays    int32                                      `json:"RotationWarningDays"`
	RegisteredEventHandler *EventHandlerRegisteredEventHandlerRequest `json:"RegisteredEventHandler,omitempty"`
	EventHandlerParameters []EventHandlerEventHandlerParameterRequest `json:"EventHandlerParameters,omitempty"`
	UseWorkflows           *bool                                      `json:"UseWorkflows,omitempty"`
}

AlertsKeyRotationKeyRotationAlertCreationRequest struct for AlertsKeyRotationKeyRotationAlertCreationRequest

func NewAlertsKeyRotationKeyRotationAlertCreationRequest ¶

func NewAlertsKeyRotationKeyRotationAlertCreationRequest(displayName string, rotationWarningDays int32) *AlertsKeyRotationKeyRotationAlertCreationRequest

NewAlertsKeyRotationKeyRotationAlertCreationRequest instantiates a new AlertsKeyRotationKeyRotationAlertCreationRequest 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 NewAlertsKeyRotationKeyRotationAlertCreationRequestWithDefaults ¶

func NewAlertsKeyRotationKeyRotationAlertCreationRequestWithDefaults() *AlertsKeyRotationKeyRotationAlertCreationRequest

NewAlertsKeyRotationKeyRotationAlertCreationRequestWithDefaults instantiates a new AlertsKeyRotationKeyRotationAlertCreationRequest 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 (*AlertsKeyRotationKeyRotationAlertCreationRequest) GetDisplayName ¶

GetDisplayName returns the DisplayName field value

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) GetDisplayNameOk ¶

GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) GetEventHandlerParameters ¶

GetEventHandlerParameters returns the EventHandlerParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) GetEventHandlerParametersOk ¶

GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) GetMessageOk ¶

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) GetRegisteredEventHandler ¶

GetRegisteredEventHandler returns the RegisteredEventHandler field value if set, zero value otherwise.

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) GetRegisteredEventHandlerOk ¶

GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) GetRotationWarningDays ¶

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) GetRotationWarningDays() int32

GetRotationWarningDays returns the RotationWarningDays field value

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) GetRotationWarningDaysOk ¶

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) GetRotationWarningDaysOk() (*int32, bool)

GetRotationWarningDaysOk returns a tuple with the RotationWarningDays field value and a boolean to check if the value has been set.

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) GetSubject ¶

GetSubject returns the Subject field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) GetSubjectOk ¶

GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) GetUseWorkflows ¶

GetUseWorkflows returns the UseWorkflows field value if set, zero value otherwise.

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) GetUseWorkflowsOk ¶

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) GetUseWorkflowsOk() (*bool, bool)

GetUseWorkflowsOk returns a tuple with the UseWorkflows field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) HasEventHandlerParameters ¶

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) HasEventHandlerParameters() bool

HasEventHandlerParameters returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) HasRegisteredEventHandler ¶

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) HasRegisteredEventHandler() bool

HasRegisteredEventHandler returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) HasSubject ¶

HasSubject returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) HasUseWorkflows ¶

HasUseWorkflows returns a boolean if a field has been set.

func (AlertsKeyRotationKeyRotationAlertCreationRequest) MarshalJSON ¶

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) SetDisplayName ¶

SetDisplayName sets field value

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) SetEventHandlerParameters ¶

SetEventHandlerParameters gets a reference to the given []EventHandlerEventHandlerParameterRequest and assigns it to the EventHandlerParameters field.

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) SetMessage ¶

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) SetMessageNil ¶

SetMessageNil sets the value for Message to be an explicit nil

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) SetRegisteredEventHandler ¶

SetRegisteredEventHandler gets a reference to the given EventHandlerRegisteredEventHandlerRequest and assigns it to the RegisteredEventHandler field.

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) SetRotationWarningDays ¶

func (o *AlertsKeyRotationKeyRotationAlertCreationRequest) SetRotationWarningDays(v int32)

SetRotationWarningDays sets field value

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) SetSubject ¶

SetSubject gets a reference to the given NullableString and assigns it to the Subject field.

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) SetSubjectNil ¶

SetSubjectNil sets the value for Subject to be an explicit nil

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) SetUseWorkflows ¶

SetUseWorkflows gets a reference to the given bool and assigns it to the UseWorkflows field.

func (AlertsKeyRotationKeyRotationAlertCreationRequest) ToMap ¶

func (o AlertsKeyRotationKeyRotationAlertCreationRequest) ToMap() (map[string]interface{}, error)

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) UnsetMessage ¶

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*AlertsKeyRotationKeyRotationAlertCreationRequest) UnsetSubject ¶

UnsetSubject ensures that no value is present for Subject, not even an explicit nil

type AlertsKeyRotationKeyRotationAlertDefinitionResponse ¶

type AlertsKeyRotationKeyRotationAlertDefinitionResponse struct {
	Id                       *int32                                      `json:"Id,omitempty"`
	DisplayName              NullableString                              `json:"DisplayName,omitempty"`
	Subject                  NullableString                              `json:"Subject,omitempty"`
	Message                  NullableString                              `json:"Message,omitempty"`
	Recipient                NullableString                              `json:"Recipient,omitempty"`
	RotationWarningDays      *int32                                      `json:"RotationWarningDays,omitempty"`
	RegisteredEventHandler   *EventHandlerRegisteredEventHandlerResponse `json:"RegisteredEventHandler,omitempty"`
	EventHandlerParameters   []EventHandlerEventHandlerParameterResponse `json:"EventHandlerParameters,omitempty"`
	UseWorkflows             *bool                                       `json:"UseWorkflows,omitempty"`
	WorkflowId               NullableString                              `json:"WorkflowId,omitempty"`
	WorkflowName             NullableString                              `json:"WorkflowName,omitempty"`
	WorkflowPublishedVersion NullableInt32                               `json:"WorkflowPublishedVersion,omitempty"`
	WorkflowEnabled          NullableBool                                `json:"WorkflowEnabled,omitempty"`
}

AlertsKeyRotationKeyRotationAlertDefinitionResponse struct for AlertsKeyRotationKeyRotationAlertDefinitionResponse

func NewAlertsKeyRotationKeyRotationAlertDefinitionResponse ¶

func NewAlertsKeyRotationKeyRotationAlertDefinitionResponse() *AlertsKeyRotationKeyRotationAlertDefinitionResponse

NewAlertsKeyRotationKeyRotationAlertDefinitionResponse instantiates a new AlertsKeyRotationKeyRotationAlertDefinitionResponse 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 NewAlertsKeyRotationKeyRotationAlertDefinitionResponseWithDefaults ¶

func NewAlertsKeyRotationKeyRotationAlertDefinitionResponseWithDefaults() *AlertsKeyRotationKeyRotationAlertDefinitionResponse

NewAlertsKeyRotationKeyRotationAlertDefinitionResponseWithDefaults instantiates a new AlertsKeyRotationKeyRotationAlertDefinitionResponse 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 (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetDisplayNameOk ¶

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetEventHandlerParameters ¶

GetEventHandlerParameters returns the EventHandlerParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetEventHandlerParametersOk ¶

GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetMessageOk ¶

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetRecipient ¶

GetRecipient returns the Recipient field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetRecipientOk ¶

GetRecipientOk returns a tuple with the Recipient field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetRegisteredEventHandler ¶

GetRegisteredEventHandler returns the RegisteredEventHandler field value if set, zero value otherwise.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetRegisteredEventHandlerOk ¶

GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetRotationWarningDays ¶

func (o *AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetRotationWarningDays() int32

GetRotationWarningDays returns the RotationWarningDays field value if set, zero value otherwise.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetRotationWarningDaysOk ¶

func (o *AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetRotationWarningDaysOk() (*int32, bool)

GetRotationWarningDaysOk returns a tuple with the RotationWarningDays field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetSubject ¶

GetSubject returns the Subject field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetSubjectOk ¶

GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetUseWorkflows ¶

GetUseWorkflows returns the UseWorkflows field value if set, zero value otherwise.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetUseWorkflowsOk ¶

GetUseWorkflowsOk returns a tuple with the UseWorkflows field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetWorkflowEnabled ¶

GetWorkflowEnabled returns the WorkflowEnabled field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetWorkflowEnabledOk ¶

func (o *AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetWorkflowEnabledOk() (*bool, bool)

GetWorkflowEnabledOk returns a tuple with the WorkflowEnabled field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetWorkflowId ¶

GetWorkflowId returns the WorkflowId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetWorkflowIdOk ¶

GetWorkflowIdOk returns a tuple with the WorkflowId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetWorkflowName ¶

GetWorkflowName returns the WorkflowName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetWorkflowNameOk ¶

GetWorkflowNameOk returns a tuple with the WorkflowName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetWorkflowPublishedVersion ¶

func (o *AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetWorkflowPublishedVersion() int32

GetWorkflowPublishedVersion returns the WorkflowPublishedVersion field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetWorkflowPublishedVersionOk ¶

func (o *AlertsKeyRotationKeyRotationAlertDefinitionResponse) GetWorkflowPublishedVersionOk() (*int32, bool)

GetWorkflowPublishedVersionOk returns a tuple with the WorkflowPublishedVersion field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) HasDisplayName ¶

HasDisplayName returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) HasEventHandlerParameters ¶

func (o *AlertsKeyRotationKeyRotationAlertDefinitionResponse) HasEventHandlerParameters() bool

HasEventHandlerParameters returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) HasRecipient ¶

HasRecipient returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) HasRegisteredEventHandler ¶

func (o *AlertsKeyRotationKeyRotationAlertDefinitionResponse) HasRegisteredEventHandler() bool

HasRegisteredEventHandler returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) HasRotationWarningDays ¶

func (o *AlertsKeyRotationKeyRotationAlertDefinitionResponse) HasRotationWarningDays() bool

HasRotationWarningDays returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) HasSubject ¶

HasSubject returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) HasUseWorkflows ¶

HasUseWorkflows returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) HasWorkflowEnabled ¶

HasWorkflowEnabled returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) HasWorkflowId ¶

HasWorkflowId returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) HasWorkflowName ¶

HasWorkflowName returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) HasWorkflowPublishedVersion ¶

func (o *AlertsKeyRotationKeyRotationAlertDefinitionResponse) HasWorkflowPublishedVersion() bool

HasWorkflowPublishedVersion returns a boolean if a field has been set.

func (AlertsKeyRotationKeyRotationAlertDefinitionResponse) MarshalJSON ¶

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) SetDisplayName ¶

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) SetDisplayNameNil ¶

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) SetEventHandlerParameters ¶

SetEventHandlerParameters gets a reference to the given []EventHandlerEventHandlerParameterResponse and assigns it to the EventHandlerParameters field.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) SetMessage ¶

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) SetMessageNil ¶

SetMessageNil sets the value for Message to be an explicit nil

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) SetRecipient ¶

SetRecipient gets a reference to the given NullableString and assigns it to the Recipient field.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) SetRecipientNil ¶

SetRecipientNil sets the value for Recipient to be an explicit nil

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) SetRegisteredEventHandler ¶

SetRegisteredEventHandler gets a reference to the given EventHandlerRegisteredEventHandlerResponse and assigns it to the RegisteredEventHandler field.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) SetRotationWarningDays ¶

func (o *AlertsKeyRotationKeyRotationAlertDefinitionResponse) SetRotationWarningDays(v int32)

SetRotationWarningDays gets a reference to the given int32 and assigns it to the RotationWarningDays field.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) SetSubject ¶

SetSubject gets a reference to the given NullableString and assigns it to the Subject field.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) SetSubjectNil ¶

SetSubjectNil sets the value for Subject to be an explicit nil

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) SetUseWorkflows ¶

SetUseWorkflows gets a reference to the given bool and assigns it to the UseWorkflows field.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) SetWorkflowEnabled ¶

SetWorkflowEnabled gets a reference to the given NullableBool and assigns it to the WorkflowEnabled field.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) SetWorkflowEnabledNil ¶

func (o *AlertsKeyRotationKeyRotationAlertDefinitionResponse) SetWorkflowEnabledNil()

SetWorkflowEnabledNil sets the value for WorkflowEnabled to be an explicit nil

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) SetWorkflowId ¶

SetWorkflowId gets a reference to the given NullableString and assigns it to the WorkflowId field.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) SetWorkflowIdNil ¶

SetWorkflowIdNil sets the value for WorkflowId to be an explicit nil

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) SetWorkflowName ¶

SetWorkflowName gets a reference to the given NullableString and assigns it to the WorkflowName field.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) SetWorkflowNameNil ¶

SetWorkflowNameNil sets the value for WorkflowName to be an explicit nil

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) SetWorkflowPublishedVersion ¶

func (o *AlertsKeyRotationKeyRotationAlertDefinitionResponse) SetWorkflowPublishedVersion(v int32)

SetWorkflowPublishedVersion gets a reference to the given NullableInt32 and assigns it to the WorkflowPublishedVersion field.

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) SetWorkflowPublishedVersionNil ¶

func (o *AlertsKeyRotationKeyRotationAlertDefinitionResponse) SetWorkflowPublishedVersionNil()

SetWorkflowPublishedVersionNil sets the value for WorkflowPublishedVersion to be an explicit nil

func (AlertsKeyRotationKeyRotationAlertDefinitionResponse) ToMap ¶

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) UnsetDisplayName ¶

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) UnsetMessage ¶

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) UnsetRecipient ¶

UnsetRecipient ensures that no value is present for Recipient, not even an explicit nil

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) UnsetSubject ¶

UnsetSubject ensures that no value is present for Subject, not even an explicit nil

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) UnsetWorkflowEnabled ¶

func (o *AlertsKeyRotationKeyRotationAlertDefinitionResponse) UnsetWorkflowEnabled()

UnsetWorkflowEnabled ensures that no value is present for WorkflowEnabled, not even an explicit nil

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) UnsetWorkflowId ¶

UnsetWorkflowId ensures that no value is present for WorkflowId, not even an explicit nil

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) UnsetWorkflowName ¶

UnsetWorkflowName ensures that no value is present for WorkflowName, not even an explicit nil

func (*AlertsKeyRotationKeyRotationAlertDefinitionResponse) UnsetWorkflowPublishedVersion ¶

func (o *AlertsKeyRotationKeyRotationAlertDefinitionResponse) UnsetWorkflowPublishedVersion()

UnsetWorkflowPublishedVersion ensures that no value is present for WorkflowPublishedVersion, not even an explicit nil

type AlertsKeyRotationKeyRotationAlertResponse ¶

type AlertsKeyRotationKeyRotationAlertResponse struct {
	Subject   NullableString `json:"Subject,omitempty"`
	Message   NullableString `json:"Message,omitempty"`
	Recipient NullableString `json:"Recipient,omitempty"`
}

AlertsKeyRotationKeyRotationAlertResponse struct for AlertsKeyRotationKeyRotationAlertResponse

func NewAlertsKeyRotationKeyRotationAlertResponse ¶

func NewAlertsKeyRotationKeyRotationAlertResponse() *AlertsKeyRotationKeyRotationAlertResponse

NewAlertsKeyRotationKeyRotationAlertResponse instantiates a new AlertsKeyRotationKeyRotationAlertResponse 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 NewAlertsKeyRotationKeyRotationAlertResponseWithDefaults ¶

func NewAlertsKeyRotationKeyRotationAlertResponseWithDefaults() *AlertsKeyRotationKeyRotationAlertResponse

NewAlertsKeyRotationKeyRotationAlertResponseWithDefaults instantiates a new AlertsKeyRotationKeyRotationAlertResponse 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 (*AlertsKeyRotationKeyRotationAlertResponse) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsKeyRotationKeyRotationAlertResponse) GetMessageOk ¶

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsKeyRotationKeyRotationAlertResponse) GetRecipient ¶

GetRecipient returns the Recipient field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsKeyRotationKeyRotationAlertResponse) GetRecipientOk ¶

func (o *AlertsKeyRotationKeyRotationAlertResponse) GetRecipientOk() (*string, bool)

GetRecipientOk returns a tuple with the Recipient field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsKeyRotationKeyRotationAlertResponse) GetSubject ¶

GetSubject returns the Subject field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsKeyRotationKeyRotationAlertResponse) GetSubjectOk ¶

GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsKeyRotationKeyRotationAlertResponse) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertResponse) HasRecipient ¶

HasRecipient returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertResponse) HasSubject ¶

HasSubject returns a boolean if a field has been set.

func (AlertsKeyRotationKeyRotationAlertResponse) MarshalJSON ¶

func (*AlertsKeyRotationKeyRotationAlertResponse) SetMessage ¶

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*AlertsKeyRotationKeyRotationAlertResponse) SetMessageNil ¶

func (o *AlertsKeyRotationKeyRotationAlertResponse) SetMessageNil()

SetMessageNil sets the value for Message to be an explicit nil

func (*AlertsKeyRotationKeyRotationAlertResponse) SetRecipient ¶

SetRecipient gets a reference to the given NullableString and assigns it to the Recipient field.

func (*AlertsKeyRotationKeyRotationAlertResponse) SetRecipientNil ¶

func (o *AlertsKeyRotationKeyRotationAlertResponse) SetRecipientNil()

SetRecipientNil sets the value for Recipient to be an explicit nil

func (*AlertsKeyRotationKeyRotationAlertResponse) SetSubject ¶

SetSubject gets a reference to the given NullableString and assigns it to the Subject field.

func (*AlertsKeyRotationKeyRotationAlertResponse) SetSubjectNil ¶

func (o *AlertsKeyRotationKeyRotationAlertResponse) SetSubjectNil()

SetSubjectNil sets the value for Subject to be an explicit nil

func (AlertsKeyRotationKeyRotationAlertResponse) ToMap ¶

func (o AlertsKeyRotationKeyRotationAlertResponse) ToMap() (map[string]interface{}, error)

func (*AlertsKeyRotationKeyRotationAlertResponse) UnsetMessage ¶

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*AlertsKeyRotationKeyRotationAlertResponse) UnsetRecipient ¶

func (o *AlertsKeyRotationKeyRotationAlertResponse) UnsetRecipient()

UnsetRecipient ensures that no value is present for Recipient, not even an explicit nil

func (*AlertsKeyRotationKeyRotationAlertResponse) UnsetSubject ¶

UnsetSubject ensures that no value is present for Subject, not even an explicit nil

type AlertsKeyRotationKeyRotationAlertTestAllRequest ¶

type AlertsKeyRotationKeyRotationAlertTestAllRequest struct {
	EvaluationDate         *time.Time `json:"EvaluationDate,omitempty"`
	PreviousEvaluationDate *time.Time `json:"PreviousEvaluationDate,omitempty"`
	SendAlerts             *bool      `json:"SendAlerts,omitempty"`
}

AlertsKeyRotationKeyRotationAlertTestAllRequest struct for AlertsKeyRotationKeyRotationAlertTestAllRequest

func NewAlertsKeyRotationKeyRotationAlertTestAllRequest ¶

func NewAlertsKeyRotationKeyRotationAlertTestAllRequest() *AlertsKeyRotationKeyRotationAlertTestAllRequest

NewAlertsKeyRotationKeyRotationAlertTestAllRequest instantiates a new AlertsKeyRotationKeyRotationAlertTestAllRequest 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 NewAlertsKeyRotationKeyRotationAlertTestAllRequestWithDefaults ¶

func NewAlertsKeyRotationKeyRotationAlertTestAllRequestWithDefaults() *AlertsKeyRotationKeyRotationAlertTestAllRequest

NewAlertsKeyRotationKeyRotationAlertTestAllRequestWithDefaults instantiates a new AlertsKeyRotationKeyRotationAlertTestAllRequest 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 (*AlertsKeyRotationKeyRotationAlertTestAllRequest) GetEvaluationDate ¶

GetEvaluationDate returns the EvaluationDate field value if set, zero value otherwise.

func (*AlertsKeyRotationKeyRotationAlertTestAllRequest) GetEvaluationDateOk ¶

func (o *AlertsKeyRotationKeyRotationAlertTestAllRequest) GetEvaluationDateOk() (*time.Time, bool)

GetEvaluationDateOk returns a tuple with the EvaluationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsKeyRotationKeyRotationAlertTestAllRequest) GetPreviousEvaluationDate ¶

func (o *AlertsKeyRotationKeyRotationAlertTestAllRequest) GetPreviousEvaluationDate() time.Time

GetPreviousEvaluationDate returns the PreviousEvaluationDate field value if set, zero value otherwise.

func (*AlertsKeyRotationKeyRotationAlertTestAllRequest) GetPreviousEvaluationDateOk ¶

func (o *AlertsKeyRotationKeyRotationAlertTestAllRequest) GetPreviousEvaluationDateOk() (*time.Time, bool)

GetPreviousEvaluationDateOk returns a tuple with the PreviousEvaluationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsKeyRotationKeyRotationAlertTestAllRequest) GetSendAlerts ¶

GetSendAlerts returns the SendAlerts field value if set, zero value otherwise.

func (*AlertsKeyRotationKeyRotationAlertTestAllRequest) GetSendAlertsOk ¶

GetSendAlertsOk returns a tuple with the SendAlerts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsKeyRotationKeyRotationAlertTestAllRequest) HasEvaluationDate ¶

HasEvaluationDate returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertTestAllRequest) HasPreviousEvaluationDate ¶

func (o *AlertsKeyRotationKeyRotationAlertTestAllRequest) HasPreviousEvaluationDate() bool

HasPreviousEvaluationDate returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertTestAllRequest) HasSendAlerts ¶

HasSendAlerts returns a boolean if a field has been set.

func (AlertsKeyRotationKeyRotationAlertTestAllRequest) MarshalJSON ¶

func (*AlertsKeyRotationKeyRotationAlertTestAllRequest) SetEvaluationDate ¶

SetEvaluationDate gets a reference to the given time.Time and assigns it to the EvaluationDate field.

func (*AlertsKeyRotationKeyRotationAlertTestAllRequest) SetPreviousEvaluationDate ¶

func (o *AlertsKeyRotationKeyRotationAlertTestAllRequest) SetPreviousEvaluationDate(v time.Time)

SetPreviousEvaluationDate gets a reference to the given time.Time and assigns it to the PreviousEvaluationDate field.

func (*AlertsKeyRotationKeyRotationAlertTestAllRequest) SetSendAlerts ¶

SetSendAlerts gets a reference to the given bool and assigns it to the SendAlerts field.

func (AlertsKeyRotationKeyRotationAlertTestAllRequest) ToMap ¶

func (o AlertsKeyRotationKeyRotationAlertTestAllRequest) ToMap() (map[string]interface{}, error)

type AlertsKeyRotationKeyRotationAlertTestRequest ¶

type AlertsKeyRotationKeyRotationAlertTestRequest struct {
	AlertId                *int32     `json:"AlertId,omitempty"`
	EvaluationDate         *time.Time `json:"EvaluationDate,omitempty"`
	PreviousEvaluationDate *time.Time `json:"PreviousEvaluationDate,omitempty"`
	SendAlerts             *bool      `json:"SendAlerts,omitempty"`
}

AlertsKeyRotationKeyRotationAlertTestRequest struct for AlertsKeyRotationKeyRotationAlertTestRequest

func NewAlertsKeyRotationKeyRotationAlertTestRequest ¶

func NewAlertsKeyRotationKeyRotationAlertTestRequest() *AlertsKeyRotationKeyRotationAlertTestRequest

NewAlertsKeyRotationKeyRotationAlertTestRequest instantiates a new AlertsKeyRotationKeyRotationAlertTestRequest 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 NewAlertsKeyRotationKeyRotationAlertTestRequestWithDefaults ¶

func NewAlertsKeyRotationKeyRotationAlertTestRequestWithDefaults() *AlertsKeyRotationKeyRotationAlertTestRequest

NewAlertsKeyRotationKeyRotationAlertTestRequestWithDefaults instantiates a new AlertsKeyRotationKeyRotationAlertTestRequest 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 (*AlertsKeyRotationKeyRotationAlertTestRequest) GetAlertId ¶

GetAlertId returns the AlertId field value if set, zero value otherwise.

func (*AlertsKeyRotationKeyRotationAlertTestRequest) GetAlertIdOk ¶

GetAlertIdOk returns a tuple with the AlertId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsKeyRotationKeyRotationAlertTestRequest) GetEvaluationDate ¶

GetEvaluationDate returns the EvaluationDate field value if set, zero value otherwise.

func (*AlertsKeyRotationKeyRotationAlertTestRequest) GetEvaluationDateOk ¶

func (o *AlertsKeyRotationKeyRotationAlertTestRequest) GetEvaluationDateOk() (*time.Time, bool)

GetEvaluationDateOk returns a tuple with the EvaluationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsKeyRotationKeyRotationAlertTestRequest) GetPreviousEvaluationDate ¶

func (o *AlertsKeyRotationKeyRotationAlertTestRequest) GetPreviousEvaluationDate() time.Time

GetPreviousEvaluationDate returns the PreviousEvaluationDate field value if set, zero value otherwise.

func (*AlertsKeyRotationKeyRotationAlertTestRequest) GetPreviousEvaluationDateOk ¶

func (o *AlertsKeyRotationKeyRotationAlertTestRequest) GetPreviousEvaluationDateOk() (*time.Time, bool)

GetPreviousEvaluationDateOk returns a tuple with the PreviousEvaluationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsKeyRotationKeyRotationAlertTestRequest) GetSendAlerts ¶

GetSendAlerts returns the SendAlerts field value if set, zero value otherwise.

func (*AlertsKeyRotationKeyRotationAlertTestRequest) GetSendAlertsOk ¶

func (o *AlertsKeyRotationKeyRotationAlertTestRequest) GetSendAlertsOk() (*bool, bool)

GetSendAlertsOk returns a tuple with the SendAlerts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsKeyRotationKeyRotationAlertTestRequest) HasAlertId ¶

HasAlertId returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertTestRequest) HasEvaluationDate ¶

func (o *AlertsKeyRotationKeyRotationAlertTestRequest) HasEvaluationDate() bool

HasEvaluationDate returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertTestRequest) HasPreviousEvaluationDate ¶

func (o *AlertsKeyRotationKeyRotationAlertTestRequest) HasPreviousEvaluationDate() bool

HasPreviousEvaluationDate returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertTestRequest) HasSendAlerts ¶

HasSendAlerts returns a boolean if a field has been set.

func (AlertsKeyRotationKeyRotationAlertTestRequest) MarshalJSON ¶

func (*AlertsKeyRotationKeyRotationAlertTestRequest) SetAlertId ¶

SetAlertId gets a reference to the given int32 and assigns it to the AlertId field.

func (*AlertsKeyRotationKeyRotationAlertTestRequest) SetEvaluationDate ¶

func (o *AlertsKeyRotationKeyRotationAlertTestRequest) SetEvaluationDate(v time.Time)

SetEvaluationDate gets a reference to the given time.Time and assigns it to the EvaluationDate field.

func (*AlertsKeyRotationKeyRotationAlertTestRequest) SetPreviousEvaluationDate ¶

func (o *AlertsKeyRotationKeyRotationAlertTestRequest) SetPreviousEvaluationDate(v time.Time)

SetPreviousEvaluationDate gets a reference to the given time.Time and assigns it to the PreviousEvaluationDate field.

func (*AlertsKeyRotationKeyRotationAlertTestRequest) SetSendAlerts ¶

SetSendAlerts gets a reference to the given bool and assigns it to the SendAlerts field.

func (AlertsKeyRotationKeyRotationAlertTestRequest) ToMap ¶

func (o AlertsKeyRotationKeyRotationAlertTestRequest) ToMap() (map[string]interface{}, error)

type AlertsKeyRotationKeyRotationAlertTestResponse ¶

type AlertsKeyRotationKeyRotationAlertTestResponse struct {
	KeyRotationAlerts []AlertsKeyRotationKeyRotationAlertResponse `json:"KeyRotationAlerts,omitempty"`
	AlertBuildResult  *CSSCMSDataModelEnumsAlertBuildResult       `json:"AlertBuildResult,omitempty"`
}

AlertsKeyRotationKeyRotationAlertTestResponse struct for AlertsKeyRotationKeyRotationAlertTestResponse

func NewAlertsKeyRotationKeyRotationAlertTestResponse ¶

func NewAlertsKeyRotationKeyRotationAlertTestResponse() *AlertsKeyRotationKeyRotationAlertTestResponse

NewAlertsKeyRotationKeyRotationAlertTestResponse instantiates a new AlertsKeyRotationKeyRotationAlertTestResponse 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 NewAlertsKeyRotationKeyRotationAlertTestResponseWithDefaults ¶

func NewAlertsKeyRotationKeyRotationAlertTestResponseWithDefaults() *AlertsKeyRotationKeyRotationAlertTestResponse

NewAlertsKeyRotationKeyRotationAlertTestResponseWithDefaults instantiates a new AlertsKeyRotationKeyRotationAlertTestResponse 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 (*AlertsKeyRotationKeyRotationAlertTestResponse) GetAlertBuildResult ¶

GetAlertBuildResult returns the AlertBuildResult field value if set, zero value otherwise.

func (*AlertsKeyRotationKeyRotationAlertTestResponse) GetAlertBuildResultOk ¶

GetAlertBuildResultOk returns a tuple with the AlertBuildResult field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsKeyRotationKeyRotationAlertTestResponse) GetKeyRotationAlerts ¶

GetKeyRotationAlerts returns the KeyRotationAlerts field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsKeyRotationKeyRotationAlertTestResponse) GetKeyRotationAlertsOk ¶

GetKeyRotationAlertsOk returns a tuple with the KeyRotationAlerts field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsKeyRotationKeyRotationAlertTestResponse) HasAlertBuildResult ¶

func (o *AlertsKeyRotationKeyRotationAlertTestResponse) HasAlertBuildResult() bool

HasAlertBuildResult returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertTestResponse) HasKeyRotationAlerts ¶

func (o *AlertsKeyRotationKeyRotationAlertTestResponse) HasKeyRotationAlerts() bool

HasKeyRotationAlerts returns a boolean if a field has been set.

func (AlertsKeyRotationKeyRotationAlertTestResponse) MarshalJSON ¶

func (*AlertsKeyRotationKeyRotationAlertTestResponse) SetAlertBuildResult ¶

SetAlertBuildResult gets a reference to the given CSSCMSDataModelEnumsAlertBuildResult and assigns it to the AlertBuildResult field.

func (*AlertsKeyRotationKeyRotationAlertTestResponse) SetKeyRotationAlerts ¶

SetKeyRotationAlerts gets a reference to the given []AlertsKeyRotationKeyRotationAlertResponse and assigns it to the KeyRotationAlerts field.

func (AlertsKeyRotationKeyRotationAlertTestResponse) ToMap ¶

func (o AlertsKeyRotationKeyRotationAlertTestResponse) ToMap() (map[string]interface{}, error)

type AlertsKeyRotationKeyRotationAlertUpdateRequest ¶

type AlertsKeyRotationKeyRotationAlertUpdateRequest struct {
	Id                     *int32                                     `json:"Id,omitempty"`
	DisplayName            string                                     `json:"DisplayName"`
	Subject                NullableString                             `json:"Subject,omitempty"`
	Message                NullableString                             `json:"Message,omitempty"`
	RotationWarningDays    int32                                      `json:"RotationWarningDays"`
	RegisteredEventHandler *EventHandlerRegisteredEventHandlerRequest `json:"RegisteredEventHandler,omitempty"`
	EventHandlerParameters []EventHandlerEventHandlerParameterRequest `json:"EventHandlerParameters,omitempty"`
	UseWorkflows           *bool                                      `json:"UseWorkflows,omitempty"`
}

AlertsKeyRotationKeyRotationAlertUpdateRequest struct for AlertsKeyRotationKeyRotationAlertUpdateRequest

func NewAlertsKeyRotationKeyRotationAlertUpdateRequest ¶

func NewAlertsKeyRotationKeyRotationAlertUpdateRequest(displayName string, rotationWarningDays int32) *AlertsKeyRotationKeyRotationAlertUpdateRequest

NewAlertsKeyRotationKeyRotationAlertUpdateRequest instantiates a new AlertsKeyRotationKeyRotationAlertUpdateRequest 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 NewAlertsKeyRotationKeyRotationAlertUpdateRequestWithDefaults ¶

func NewAlertsKeyRotationKeyRotationAlertUpdateRequestWithDefaults() *AlertsKeyRotationKeyRotationAlertUpdateRequest

NewAlertsKeyRotationKeyRotationAlertUpdateRequestWithDefaults instantiates a new AlertsKeyRotationKeyRotationAlertUpdateRequest 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 (*AlertsKeyRotationKeyRotationAlertUpdateRequest) GetDisplayName ¶

GetDisplayName returns the DisplayName field value

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) GetDisplayNameOk ¶

GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) GetEventHandlerParameters ¶

GetEventHandlerParameters returns the EventHandlerParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) GetEventHandlerParametersOk ¶

GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) GetMessageOk ¶

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) GetRegisteredEventHandler ¶

GetRegisteredEventHandler returns the RegisteredEventHandler field value if set, zero value otherwise.

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) GetRegisteredEventHandlerOk ¶

GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) GetRotationWarningDays ¶

func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) GetRotationWarningDays() int32

GetRotationWarningDays returns the RotationWarningDays field value

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) GetRotationWarningDaysOk ¶

func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) GetRotationWarningDaysOk() (*int32, bool)

GetRotationWarningDaysOk returns a tuple with the RotationWarningDays field value and a boolean to check if the value has been set.

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) GetSubject ¶

GetSubject returns the Subject field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) GetSubjectOk ¶

GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) GetUseWorkflows ¶

GetUseWorkflows returns the UseWorkflows field value if set, zero value otherwise.

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) GetUseWorkflowsOk ¶

func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) GetUseWorkflowsOk() (*bool, bool)

GetUseWorkflowsOk returns a tuple with the UseWorkflows field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) HasEventHandlerParameters ¶

func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) HasEventHandlerParameters() bool

HasEventHandlerParameters returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) HasId ¶

HasId returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) HasRegisteredEventHandler ¶

func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) HasRegisteredEventHandler() bool

HasRegisteredEventHandler returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) HasSubject ¶

HasSubject returns a boolean if a field has been set.

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) HasUseWorkflows ¶

HasUseWorkflows returns a boolean if a field has been set.

func (AlertsKeyRotationKeyRotationAlertUpdateRequest) MarshalJSON ¶

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) SetDisplayName ¶

SetDisplayName sets field value

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) SetEventHandlerParameters ¶

SetEventHandlerParameters gets a reference to the given []EventHandlerEventHandlerParameterRequest and assigns it to the EventHandlerParameters field.

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) SetMessage ¶

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) SetMessageNil ¶

SetMessageNil sets the value for Message to be an explicit nil

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) SetRegisteredEventHandler ¶

SetRegisteredEventHandler gets a reference to the given EventHandlerRegisteredEventHandlerRequest and assigns it to the RegisteredEventHandler field.

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) SetRotationWarningDays ¶

func (o *AlertsKeyRotationKeyRotationAlertUpdateRequest) SetRotationWarningDays(v int32)

SetRotationWarningDays sets field value

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) SetSubject ¶

SetSubject gets a reference to the given NullableString and assigns it to the Subject field.

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) SetSubjectNil ¶

SetSubjectNil sets the value for Subject to be an explicit nil

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) SetUseWorkflows ¶

SetUseWorkflows gets a reference to the given bool and assigns it to the UseWorkflows field.

func (AlertsKeyRotationKeyRotationAlertUpdateRequest) ToMap ¶

func (o AlertsKeyRotationKeyRotationAlertUpdateRequest) ToMap() (map[string]interface{}, error)

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) UnsetMessage ¶

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*AlertsKeyRotationKeyRotationAlertUpdateRequest) UnsetSubject ¶

UnsetSubject ensures that no value is present for Subject, not even an explicit nil

type AlertsPendingPendingAlertCreationRequest ¶

type AlertsPendingPendingAlertCreationRequest struct {
	DisplayName            string                                     `json:"DisplayName"`
	Subject                string                                     `json:"Subject"`
	Message                string                                     `json:"Message"`
	TemplateId             NullableInt32                              `json:"TemplateId,omitempty"`
	RegisteredEventHandler *EventHandlerRegisteredEventHandlerRequest `json:"RegisteredEventHandler,omitempty"`
	Recipients             []string                                   `json:"Recipients,omitempty"`
	EventHandlerParameters []EventHandlerEventHandlerParameterRequest `json:"EventHandlerParameters,omitempty"`
}

AlertsPendingPendingAlertCreationRequest struct for AlertsPendingPendingAlertCreationRequest

func NewAlertsPendingPendingAlertCreationRequest ¶

func NewAlertsPendingPendingAlertCreationRequest(displayName string, subject string, message string) *AlertsPendingPendingAlertCreationRequest

NewAlertsPendingPendingAlertCreationRequest instantiates a new AlertsPendingPendingAlertCreationRequest 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 NewAlertsPendingPendingAlertCreationRequestWithDefaults ¶

func NewAlertsPendingPendingAlertCreationRequestWithDefaults() *AlertsPendingPendingAlertCreationRequest

NewAlertsPendingPendingAlertCreationRequestWithDefaults instantiates a new AlertsPendingPendingAlertCreationRequest 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 (*AlertsPendingPendingAlertCreationRequest) GetDisplayName ¶

GetDisplayName returns the DisplayName field value

func (*AlertsPendingPendingAlertCreationRequest) GetDisplayNameOk ¶

func (o *AlertsPendingPendingAlertCreationRequest) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.

func (*AlertsPendingPendingAlertCreationRequest) GetEventHandlerParameters ¶

GetEventHandlerParameters returns the EventHandlerParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsPendingPendingAlertCreationRequest) GetEventHandlerParametersOk ¶

GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsPendingPendingAlertCreationRequest) GetMessage ¶

GetMessage returns the Message field value

func (*AlertsPendingPendingAlertCreationRequest) GetMessageOk ¶

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*AlertsPendingPendingAlertCreationRequest) GetRecipients ¶

func (o *AlertsPendingPendingAlertCreationRequest) GetRecipients() []string

GetRecipients returns the Recipients field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsPendingPendingAlertCreationRequest) GetRecipientsOk ¶

func (o *AlertsPendingPendingAlertCreationRequest) GetRecipientsOk() ([]string, bool)

GetRecipientsOk returns a tuple with the Recipients field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsPendingPendingAlertCreationRequest) GetRegisteredEventHandler ¶

GetRegisteredEventHandler returns the RegisteredEventHandler field value if set, zero value otherwise.

func (*AlertsPendingPendingAlertCreationRequest) GetRegisteredEventHandlerOk ¶

GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsPendingPendingAlertCreationRequest) GetSubject ¶

GetSubject returns the Subject field value

func (*AlertsPendingPendingAlertCreationRequest) GetSubjectOk ¶

GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.

func (*AlertsPendingPendingAlertCreationRequest) GetTemplateId ¶

GetTemplateId returns the TemplateId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsPendingPendingAlertCreationRequest) GetTemplateIdOk ¶

func (o *AlertsPendingPendingAlertCreationRequest) GetTemplateIdOk() (*int32, bool)

GetTemplateIdOk returns a tuple with the TemplateId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsPendingPendingAlertCreationRequest) HasEventHandlerParameters ¶

func (o *AlertsPendingPendingAlertCreationRequest) HasEventHandlerParameters() bool

HasEventHandlerParameters returns a boolean if a field has been set.

func (*AlertsPendingPendingAlertCreationRequest) HasRecipients ¶

HasRecipients returns a boolean if a field has been set.

func (*AlertsPendingPendingAlertCreationRequest) HasRegisteredEventHandler ¶

func (o *AlertsPendingPendingAlertCreationRequest) HasRegisteredEventHandler() bool

HasRegisteredEventHandler returns a boolean if a field has been set.

func (*AlertsPendingPendingAlertCreationRequest) HasTemplateId ¶

HasTemplateId returns a boolean if a field has been set.

func (AlertsPendingPendingAlertCreationRequest) MarshalJSON ¶

func (*AlertsPendingPendingAlertCreationRequest) SetDisplayName ¶

func (o *AlertsPendingPendingAlertCreationRequest) SetDisplayName(v string)

SetDisplayName sets field value

func (*AlertsPendingPendingAlertCreationRequest) SetEventHandlerParameters ¶

SetEventHandlerParameters gets a reference to the given []EventHandlerEventHandlerParameterRequest and assigns it to the EventHandlerParameters field.

func (*AlertsPendingPendingAlertCreationRequest) SetMessage ¶

SetMessage sets field value

func (*AlertsPendingPendingAlertCreationRequest) SetRecipients ¶

func (o *AlertsPendingPendingAlertCreationRequest) SetRecipients(v []string)

SetRecipients gets a reference to the given []string and assigns it to the Recipients field.

func (*AlertsPendingPendingAlertCreationRequest) SetRegisteredEventHandler ¶

SetRegisteredEventHandler gets a reference to the given EventHandlerRegisteredEventHandlerRequest and assigns it to the RegisteredEventHandler field.

func (*AlertsPendingPendingAlertCreationRequest) SetSubject ¶

SetSubject sets field value

func (*AlertsPendingPendingAlertCreationRequest) SetTemplateId ¶

func (o *AlertsPendingPendingAlertCreationRequest) SetTemplateId(v int32)

SetTemplateId gets a reference to the given NullableInt32 and assigns it to the TemplateId field.

func (*AlertsPendingPendingAlertCreationRequest) SetTemplateIdNil ¶

func (o *AlertsPendingPendingAlertCreationRequest) SetTemplateIdNil()

SetTemplateIdNil sets the value for TemplateId to be an explicit nil

func (AlertsPendingPendingAlertCreationRequest) ToMap ¶

func (o AlertsPendingPendingAlertCreationRequest) ToMap() (map[string]interface{}, error)

func (*AlertsPendingPendingAlertCreationRequest) UnsetTemplateId ¶

func (o *AlertsPendingPendingAlertCreationRequest) UnsetTemplateId()

UnsetTemplateId ensures that no value is present for TemplateId, not even an explicit nil

type AlertsPendingPendingAlertDefinitionResponse ¶

type AlertsPendingPendingAlertDefinitionResponse struct {
	Id                     *int32                                      `json:"Id,omitempty"`
	DisplayName            NullableString                              `json:"DisplayName,omitempty"`
	Subject                NullableString                              `json:"Subject,omitempty"`
	Message                NullableString                              `json:"Message,omitempty"`
	Recipients             []string                                    `json:"Recipients,omitempty"`
	Template               *AlertsAlertTemplateAlertTemplateResponse   `json:"Template,omitempty"`
	RegisteredEventHandler *EventHandlerRegisteredEventHandlerResponse `json:"RegisteredEventHandler,omitempty"`
	EventHandlerParameters []EventHandlerEventHandlerParameterResponse `json:"EventHandlerParameters,omitempty"`
}

AlertsPendingPendingAlertDefinitionResponse struct for AlertsPendingPendingAlertDefinitionResponse

func NewAlertsPendingPendingAlertDefinitionResponse ¶

func NewAlertsPendingPendingAlertDefinitionResponse() *AlertsPendingPendingAlertDefinitionResponse

NewAlertsPendingPendingAlertDefinitionResponse instantiates a new AlertsPendingPendingAlertDefinitionResponse 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 NewAlertsPendingPendingAlertDefinitionResponseWithDefaults ¶

func NewAlertsPendingPendingAlertDefinitionResponseWithDefaults() *AlertsPendingPendingAlertDefinitionResponse

NewAlertsPendingPendingAlertDefinitionResponseWithDefaults instantiates a new AlertsPendingPendingAlertDefinitionResponse 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 (*AlertsPendingPendingAlertDefinitionResponse) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsPendingPendingAlertDefinitionResponse) GetDisplayNameOk ¶

func (o *AlertsPendingPendingAlertDefinitionResponse) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsPendingPendingAlertDefinitionResponse) GetEventHandlerParameters ¶

GetEventHandlerParameters returns the EventHandlerParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsPendingPendingAlertDefinitionResponse) GetEventHandlerParametersOk ¶

GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsPendingPendingAlertDefinitionResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*AlertsPendingPendingAlertDefinitionResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsPendingPendingAlertDefinitionResponse) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsPendingPendingAlertDefinitionResponse) GetMessageOk ¶

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsPendingPendingAlertDefinitionResponse) GetRecipients ¶

GetRecipients returns the Recipients field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsPendingPendingAlertDefinitionResponse) GetRecipientsOk ¶

func (o *AlertsPendingPendingAlertDefinitionResponse) GetRecipientsOk() ([]string, bool)

GetRecipientsOk returns a tuple with the Recipients field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsPendingPendingAlertDefinitionResponse) GetRegisteredEventHandler ¶

GetRegisteredEventHandler returns the RegisteredEventHandler field value if set, zero value otherwise.

func (*AlertsPendingPendingAlertDefinitionResponse) GetRegisteredEventHandlerOk ¶

GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsPendingPendingAlertDefinitionResponse) GetSubject ¶

GetSubject returns the Subject field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsPendingPendingAlertDefinitionResponse) GetSubjectOk ¶

GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsPendingPendingAlertDefinitionResponse) GetTemplate ¶

GetTemplate returns the Template field value if set, zero value otherwise.

func (*AlertsPendingPendingAlertDefinitionResponse) GetTemplateOk ¶

GetTemplateOk returns a tuple with the Template field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsPendingPendingAlertDefinitionResponse) HasDisplayName ¶

HasDisplayName returns a boolean if a field has been set.

func (*AlertsPendingPendingAlertDefinitionResponse) HasEventHandlerParameters ¶

func (o *AlertsPendingPendingAlertDefinitionResponse) HasEventHandlerParameters() bool

HasEventHandlerParameters returns a boolean if a field has been set.

func (*AlertsPendingPendingAlertDefinitionResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*AlertsPendingPendingAlertDefinitionResponse) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (*AlertsPendingPendingAlertDefinitionResponse) HasRecipients ¶

HasRecipients returns a boolean if a field has been set.

func (*AlertsPendingPendingAlertDefinitionResponse) HasRegisteredEventHandler ¶

func (o *AlertsPendingPendingAlertDefinitionResponse) HasRegisteredEventHandler() bool

HasRegisteredEventHandler returns a boolean if a field has been set.

func (*AlertsPendingPendingAlertDefinitionResponse) HasSubject ¶

HasSubject returns a boolean if a field has been set.

func (*AlertsPendingPendingAlertDefinitionResponse) HasTemplate ¶

HasTemplate returns a boolean if a field has been set.

func (AlertsPendingPendingAlertDefinitionResponse) MarshalJSON ¶

func (*AlertsPendingPendingAlertDefinitionResponse) SetDisplayName ¶

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*AlertsPendingPendingAlertDefinitionResponse) SetDisplayNameNil ¶

func (o *AlertsPendingPendingAlertDefinitionResponse) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*AlertsPendingPendingAlertDefinitionResponse) SetEventHandlerParameters ¶

SetEventHandlerParameters gets a reference to the given []EventHandlerEventHandlerParameterResponse and assigns it to the EventHandlerParameters field.

func (*AlertsPendingPendingAlertDefinitionResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*AlertsPendingPendingAlertDefinitionResponse) SetMessage ¶

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*AlertsPendingPendingAlertDefinitionResponse) SetMessageNil ¶

SetMessageNil sets the value for Message to be an explicit nil

func (*AlertsPendingPendingAlertDefinitionResponse) SetRecipients ¶

SetRecipients gets a reference to the given []string and assigns it to the Recipients field.

func (*AlertsPendingPendingAlertDefinitionResponse) SetRegisteredEventHandler ¶

SetRegisteredEventHandler gets a reference to the given EventHandlerRegisteredEventHandlerResponse and assigns it to the RegisteredEventHandler field.

func (*AlertsPendingPendingAlertDefinitionResponse) SetSubject ¶

SetSubject gets a reference to the given NullableString and assigns it to the Subject field.

func (*AlertsPendingPendingAlertDefinitionResponse) SetSubjectNil ¶

SetSubjectNil sets the value for Subject to be an explicit nil

func (*AlertsPendingPendingAlertDefinitionResponse) SetTemplate ¶

SetTemplate gets a reference to the given AlertsAlertTemplateAlertTemplateResponse and assigns it to the Template field.

func (AlertsPendingPendingAlertDefinitionResponse) ToMap ¶

func (o AlertsPendingPendingAlertDefinitionResponse) ToMap() (map[string]interface{}, error)

func (*AlertsPendingPendingAlertDefinitionResponse) UnsetDisplayName ¶

func (o *AlertsPendingPendingAlertDefinitionResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*AlertsPendingPendingAlertDefinitionResponse) UnsetMessage ¶

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*AlertsPendingPendingAlertDefinitionResponse) UnsetSubject ¶

UnsetSubject ensures that no value is present for Subject, not even an explicit nil

type AlertsPendingPendingAlertResponse ¶

type AlertsPendingPendingAlertResponse struct {
	Subject     NullableString `json:"Subject,omitempty"`
	Message     NullableString `json:"Message,omitempty"`
	Recipients  []string       `json:"Recipients,omitempty"`
	CARequestId *int32         `json:"CARequestId,omitempty"`
	CommonName  NullableString `json:"CommonName,omitempty"`
	LogicalName NullableString `json:"LogicalName,omitempty"`
}

AlertsPendingPendingAlertResponse struct for AlertsPendingPendingAlertResponse

func NewAlertsPendingPendingAlertResponse ¶

func NewAlertsPendingPendingAlertResponse() *AlertsPendingPendingAlertResponse

NewAlertsPendingPendingAlertResponse instantiates a new AlertsPendingPendingAlertResponse 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 NewAlertsPendingPendingAlertResponseWithDefaults ¶

func NewAlertsPendingPendingAlertResponseWithDefaults() *AlertsPendingPendingAlertResponse

NewAlertsPendingPendingAlertResponseWithDefaults instantiates a new AlertsPendingPendingAlertResponse 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 (*AlertsPendingPendingAlertResponse) GetCARequestId ¶

func (o *AlertsPendingPendingAlertResponse) GetCARequestId() int32

GetCARequestId returns the CARequestId field value if set, zero value otherwise.

func (*AlertsPendingPendingAlertResponse) GetCARequestIdOk ¶

func (o *AlertsPendingPendingAlertResponse) GetCARequestIdOk() (*int32, bool)

GetCARequestIdOk returns a tuple with the CARequestId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsPendingPendingAlertResponse) GetCommonName ¶

func (o *AlertsPendingPendingAlertResponse) GetCommonName() string

GetCommonName returns the CommonName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsPendingPendingAlertResponse) GetCommonNameOk ¶

func (o *AlertsPendingPendingAlertResponse) GetCommonNameOk() (*string, bool)

GetCommonNameOk returns a tuple with the CommonName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsPendingPendingAlertResponse) GetLogicalName ¶

func (o *AlertsPendingPendingAlertResponse) GetLogicalName() string

GetLogicalName returns the LogicalName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsPendingPendingAlertResponse) GetLogicalNameOk ¶

func (o *AlertsPendingPendingAlertResponse) GetLogicalNameOk() (*string, bool)

GetLogicalNameOk returns a tuple with the LogicalName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsPendingPendingAlertResponse) GetMessage ¶

func (o *AlertsPendingPendingAlertResponse) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsPendingPendingAlertResponse) GetMessageOk ¶

func (o *AlertsPendingPendingAlertResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsPendingPendingAlertResponse) GetRecipients ¶

func (o *AlertsPendingPendingAlertResponse) GetRecipients() []string

GetRecipients returns the Recipients field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsPendingPendingAlertResponse) GetRecipientsOk ¶

func (o *AlertsPendingPendingAlertResponse) GetRecipientsOk() ([]string, bool)

GetRecipientsOk returns a tuple with the Recipients field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsPendingPendingAlertResponse) GetSubject ¶

func (o *AlertsPendingPendingAlertResponse) GetSubject() string

GetSubject returns the Subject field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsPendingPendingAlertResponse) GetSubjectOk ¶

func (o *AlertsPendingPendingAlertResponse) GetSubjectOk() (*string, bool)

GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsPendingPendingAlertResponse) HasCARequestId ¶

func (o *AlertsPendingPendingAlertResponse) HasCARequestId() bool

HasCARequestId returns a boolean if a field has been set.

func (*AlertsPendingPendingAlertResponse) HasCommonName ¶

func (o *AlertsPendingPendingAlertResponse) HasCommonName() bool

HasCommonName returns a boolean if a field has been set.

func (*AlertsPendingPendingAlertResponse) HasLogicalName ¶

func (o *AlertsPendingPendingAlertResponse) HasLogicalName() bool

HasLogicalName returns a boolean if a field has been set.

func (*AlertsPendingPendingAlertResponse) HasMessage ¶

func (o *AlertsPendingPendingAlertResponse) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*AlertsPendingPendingAlertResponse) HasRecipients ¶

func (o *AlertsPendingPendingAlertResponse) HasRecipients() bool

HasRecipients returns a boolean if a field has been set.

func (*AlertsPendingPendingAlertResponse) HasSubject ¶

func (o *AlertsPendingPendingAlertResponse) HasSubject() bool

HasSubject returns a boolean if a field has been set.

func (AlertsPendingPendingAlertResponse) MarshalJSON ¶

func (o AlertsPendingPendingAlertResponse) MarshalJSON() ([]byte, error)

func (*AlertsPendingPendingAlertResponse) SetCARequestId ¶

func (o *AlertsPendingPendingAlertResponse) SetCARequestId(v int32)

SetCARequestId gets a reference to the given int32 and assigns it to the CARequestId field.

func (*AlertsPendingPendingAlertResponse) SetCommonName ¶

func (o *AlertsPendingPendingAlertResponse) SetCommonName(v string)

SetCommonName gets a reference to the given NullableString and assigns it to the CommonName field.

func (*AlertsPendingPendingAlertResponse) SetCommonNameNil ¶

func (o *AlertsPendingPendingAlertResponse) SetCommonNameNil()

SetCommonNameNil sets the value for CommonName to be an explicit nil

func (*AlertsPendingPendingAlertResponse) SetLogicalName ¶

func (o *AlertsPendingPendingAlertResponse) SetLogicalName(v string)

SetLogicalName gets a reference to the given NullableString and assigns it to the LogicalName field.

func (*AlertsPendingPendingAlertResponse) SetLogicalNameNil ¶

func (o *AlertsPendingPendingAlertResponse) SetLogicalNameNil()

SetLogicalNameNil sets the value for LogicalName to be an explicit nil

func (*AlertsPendingPendingAlertResponse) SetMessage ¶

func (o *AlertsPendingPendingAlertResponse) SetMessage(v string)

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*AlertsPendingPendingAlertResponse) SetMessageNil ¶

func (o *AlertsPendingPendingAlertResponse) SetMessageNil()

SetMessageNil sets the value for Message to be an explicit nil

func (*AlertsPendingPendingAlertResponse) SetRecipients ¶

func (o *AlertsPendingPendingAlertResponse) SetRecipients(v []string)

SetRecipients gets a reference to the given []string and assigns it to the Recipients field.

func (*AlertsPendingPendingAlertResponse) SetSubject ¶

func (o *AlertsPendingPendingAlertResponse) SetSubject(v string)

SetSubject gets a reference to the given NullableString and assigns it to the Subject field.

func (*AlertsPendingPendingAlertResponse) SetSubjectNil ¶

func (o *AlertsPendingPendingAlertResponse) SetSubjectNil()

SetSubjectNil sets the value for Subject to be an explicit nil

func (AlertsPendingPendingAlertResponse) ToMap ¶

func (o AlertsPendingPendingAlertResponse) ToMap() (map[string]interface{}, error)

func (*AlertsPendingPendingAlertResponse) UnsetCommonName ¶

func (o *AlertsPendingPendingAlertResponse) UnsetCommonName()

UnsetCommonName ensures that no value is present for CommonName, not even an explicit nil

func (*AlertsPendingPendingAlertResponse) UnsetLogicalName ¶

func (o *AlertsPendingPendingAlertResponse) UnsetLogicalName()

UnsetLogicalName ensures that no value is present for LogicalName, not even an explicit nil

func (*AlertsPendingPendingAlertResponse) UnsetMessage ¶

func (o *AlertsPendingPendingAlertResponse) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*AlertsPendingPendingAlertResponse) UnsetSubject ¶

func (o *AlertsPendingPendingAlertResponse) UnsetSubject()

UnsetSubject ensures that no value is present for Subject, not even an explicit nil

type AlertsPendingPendingAlertTestAllRequest ¶

type AlertsPendingPendingAlertTestAllRequest struct {
	SendAlerts *bool `json:"SendAlerts,omitempty"`
}

AlertsPendingPendingAlertTestAllRequest struct for AlertsPendingPendingAlertTestAllRequest

func NewAlertsPendingPendingAlertTestAllRequest ¶

func NewAlertsPendingPendingAlertTestAllRequest() *AlertsPendingPendingAlertTestAllRequest

NewAlertsPendingPendingAlertTestAllRequest instantiates a new AlertsPendingPendingAlertTestAllRequest 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 NewAlertsPendingPendingAlertTestAllRequestWithDefaults ¶

func NewAlertsPendingPendingAlertTestAllRequestWithDefaults() *AlertsPendingPendingAlertTestAllRequest

NewAlertsPendingPendingAlertTestAllRequestWithDefaults instantiates a new AlertsPendingPendingAlertTestAllRequest 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 (*AlertsPendingPendingAlertTestAllRequest) GetSendAlerts ¶

func (o *AlertsPendingPendingAlertTestAllRequest) GetSendAlerts() bool

GetSendAlerts returns the SendAlerts field value if set, zero value otherwise.

func (*AlertsPendingPendingAlertTestAllRequest) GetSendAlertsOk ¶

func (o *AlertsPendingPendingAlertTestAllRequest) GetSendAlertsOk() (*bool, bool)

GetSendAlertsOk returns a tuple with the SendAlerts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsPendingPendingAlertTestAllRequest) HasSendAlerts ¶

func (o *AlertsPendingPendingAlertTestAllRequest) HasSendAlerts() bool

HasSendAlerts returns a boolean if a field has been set.

func (AlertsPendingPendingAlertTestAllRequest) MarshalJSON ¶

func (o AlertsPendingPendingAlertTestAllRequest) MarshalJSON() ([]byte, error)

func (*AlertsPendingPendingAlertTestAllRequest) SetSendAlerts ¶

func (o *AlertsPendingPendingAlertTestAllRequest) SetSendAlerts(v bool)

SetSendAlerts gets a reference to the given bool and assigns it to the SendAlerts field.

func (AlertsPendingPendingAlertTestAllRequest) ToMap ¶

func (o AlertsPendingPendingAlertTestAllRequest) ToMap() (map[string]interface{}, error)

type AlertsPendingPendingAlertTestRequest ¶

type AlertsPendingPendingAlertTestRequest struct {
	AlertId    *int32 `json:"AlertId,omitempty"`
	SendAlerts *bool  `json:"SendAlerts,omitempty"`
}

AlertsPendingPendingAlertTestRequest struct for AlertsPendingPendingAlertTestRequest

func NewAlertsPendingPendingAlertTestRequest ¶

func NewAlertsPendingPendingAlertTestRequest() *AlertsPendingPendingAlertTestRequest

NewAlertsPendingPendingAlertTestRequest instantiates a new AlertsPendingPendingAlertTestRequest 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 NewAlertsPendingPendingAlertTestRequestWithDefaults ¶

func NewAlertsPendingPendingAlertTestRequestWithDefaults() *AlertsPendingPendingAlertTestRequest

NewAlertsPendingPendingAlertTestRequestWithDefaults instantiates a new AlertsPendingPendingAlertTestRequest 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 (*AlertsPendingPendingAlertTestRequest) GetAlertId ¶

GetAlertId returns the AlertId field value if set, zero value otherwise.

func (*AlertsPendingPendingAlertTestRequest) GetAlertIdOk ¶

func (o *AlertsPendingPendingAlertTestRequest) GetAlertIdOk() (*int32, bool)

GetAlertIdOk returns a tuple with the AlertId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsPendingPendingAlertTestRequest) GetSendAlerts ¶

func (o *AlertsPendingPendingAlertTestRequest) GetSendAlerts() bool

GetSendAlerts returns the SendAlerts field value if set, zero value otherwise.

func (*AlertsPendingPendingAlertTestRequest) GetSendAlertsOk ¶

func (o *AlertsPendingPendingAlertTestRequest) GetSendAlertsOk() (*bool, bool)

GetSendAlertsOk returns a tuple with the SendAlerts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsPendingPendingAlertTestRequest) HasAlertId ¶

HasAlertId returns a boolean if a field has been set.

func (*AlertsPendingPendingAlertTestRequest) HasSendAlerts ¶

func (o *AlertsPendingPendingAlertTestRequest) HasSendAlerts() bool

HasSendAlerts returns a boolean if a field has been set.

func (AlertsPendingPendingAlertTestRequest) MarshalJSON ¶

func (o AlertsPendingPendingAlertTestRequest) MarshalJSON() ([]byte, error)

func (*AlertsPendingPendingAlertTestRequest) SetAlertId ¶

SetAlertId gets a reference to the given int32 and assigns it to the AlertId field.

func (*AlertsPendingPendingAlertTestRequest) SetSendAlerts ¶

func (o *AlertsPendingPendingAlertTestRequest) SetSendAlerts(v bool)

SetSendAlerts gets a reference to the given bool and assigns it to the SendAlerts field.

func (AlertsPendingPendingAlertTestRequest) ToMap ¶

func (o AlertsPendingPendingAlertTestRequest) ToMap() (map[string]interface{}, error)

type AlertsPendingPendingAlertTestResponse ¶

type AlertsPendingPendingAlertTestResponse struct {
	PendingAlerts    []AlertsPendingPendingAlertResponse   `json:"PendingAlerts,omitempty"`
	AlertBuildResult *CSSCMSDataModelEnumsAlertBuildResult `json:"AlertBuildResult,omitempty"`
}

AlertsPendingPendingAlertTestResponse struct for AlertsPendingPendingAlertTestResponse

func NewAlertsPendingPendingAlertTestResponse ¶

func NewAlertsPendingPendingAlertTestResponse() *AlertsPendingPendingAlertTestResponse

NewAlertsPendingPendingAlertTestResponse instantiates a new AlertsPendingPendingAlertTestResponse 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 NewAlertsPendingPendingAlertTestResponseWithDefaults ¶

func NewAlertsPendingPendingAlertTestResponseWithDefaults() *AlertsPendingPendingAlertTestResponse

NewAlertsPendingPendingAlertTestResponseWithDefaults instantiates a new AlertsPendingPendingAlertTestResponse 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 (*AlertsPendingPendingAlertTestResponse) GetAlertBuildResult ¶

GetAlertBuildResult returns the AlertBuildResult field value if set, zero value otherwise.

func (*AlertsPendingPendingAlertTestResponse) GetAlertBuildResultOk ¶

GetAlertBuildResultOk returns a tuple with the AlertBuildResult field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsPendingPendingAlertTestResponse) GetPendingAlerts ¶

GetPendingAlerts returns the PendingAlerts field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsPendingPendingAlertTestResponse) GetPendingAlertsOk ¶

GetPendingAlertsOk returns a tuple with the PendingAlerts field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsPendingPendingAlertTestResponse) HasAlertBuildResult ¶

func (o *AlertsPendingPendingAlertTestResponse) HasAlertBuildResult() bool

HasAlertBuildResult returns a boolean if a field has been set.

func (*AlertsPendingPendingAlertTestResponse) HasPendingAlerts ¶

func (o *AlertsPendingPendingAlertTestResponse) HasPendingAlerts() bool

HasPendingAlerts returns a boolean if a field has been set.

func (AlertsPendingPendingAlertTestResponse) MarshalJSON ¶

func (o AlertsPendingPendingAlertTestResponse) MarshalJSON() ([]byte, error)

func (*AlertsPendingPendingAlertTestResponse) SetAlertBuildResult ¶

SetAlertBuildResult gets a reference to the given CSSCMSDataModelEnumsAlertBuildResult and assigns it to the AlertBuildResult field.

func (*AlertsPendingPendingAlertTestResponse) SetPendingAlerts ¶

SetPendingAlerts gets a reference to the given []AlertsPendingPendingAlertResponse and assigns it to the PendingAlerts field.

func (AlertsPendingPendingAlertTestResponse) ToMap ¶

func (o AlertsPendingPendingAlertTestResponse) ToMap() (map[string]interface{}, error)

type AlertsPendingPendingAlertUpdateRequest ¶

type AlertsPendingPendingAlertUpdateRequest struct {
	Id                     *int32                                     `json:"Id,omitempty"`
	DisplayName            string                                     `json:"DisplayName"`
	Subject                string                                     `json:"Subject"`
	Message                string                                     `json:"Message"`
	TemplateId             NullableInt32                              `json:"TemplateId,omitempty"`
	RegisteredEventHandler *EventHandlerRegisteredEventHandlerRequest `json:"RegisteredEventHandler,omitempty"`
	Recipients             []string                                   `json:"Recipients,omitempty"`
	EventHandlerParameters []EventHandlerEventHandlerParameterRequest `json:"EventHandlerParameters,omitempty"`
}

AlertsPendingPendingAlertUpdateRequest struct for AlertsPendingPendingAlertUpdateRequest

func NewAlertsPendingPendingAlertUpdateRequest ¶

func NewAlertsPendingPendingAlertUpdateRequest(displayName string, subject string, message string) *AlertsPendingPendingAlertUpdateRequest

NewAlertsPendingPendingAlertUpdateRequest instantiates a new AlertsPendingPendingAlertUpdateRequest 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 NewAlertsPendingPendingAlertUpdateRequestWithDefaults ¶

func NewAlertsPendingPendingAlertUpdateRequestWithDefaults() *AlertsPendingPendingAlertUpdateRequest

NewAlertsPendingPendingAlertUpdateRequestWithDefaults instantiates a new AlertsPendingPendingAlertUpdateRequest 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 (*AlertsPendingPendingAlertUpdateRequest) GetDisplayName ¶

func (o *AlertsPendingPendingAlertUpdateRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field value

func (*AlertsPendingPendingAlertUpdateRequest) GetDisplayNameOk ¶

func (o *AlertsPendingPendingAlertUpdateRequest) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.

func (*AlertsPendingPendingAlertUpdateRequest) GetEventHandlerParameters ¶

GetEventHandlerParameters returns the EventHandlerParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsPendingPendingAlertUpdateRequest) GetEventHandlerParametersOk ¶

GetEventHandlerParametersOk returns a tuple with the EventHandlerParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsPendingPendingAlertUpdateRequest) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*AlertsPendingPendingAlertUpdateRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsPendingPendingAlertUpdateRequest) GetMessage ¶

GetMessage returns the Message field value

func (*AlertsPendingPendingAlertUpdateRequest) GetMessageOk ¶

func (o *AlertsPendingPendingAlertUpdateRequest) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.

func (*AlertsPendingPendingAlertUpdateRequest) GetRecipients ¶

func (o *AlertsPendingPendingAlertUpdateRequest) GetRecipients() []string

GetRecipients returns the Recipients field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsPendingPendingAlertUpdateRequest) GetRecipientsOk ¶

func (o *AlertsPendingPendingAlertUpdateRequest) GetRecipientsOk() ([]string, bool)

GetRecipientsOk returns a tuple with the Recipients field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsPendingPendingAlertUpdateRequest) GetRegisteredEventHandler ¶

GetRegisteredEventHandler returns the RegisteredEventHandler field value if set, zero value otherwise.

func (*AlertsPendingPendingAlertUpdateRequest) GetRegisteredEventHandlerOk ¶

GetRegisteredEventHandlerOk returns a tuple with the RegisteredEventHandler field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AlertsPendingPendingAlertUpdateRequest) GetSubject ¶

GetSubject returns the Subject field value

func (*AlertsPendingPendingAlertUpdateRequest) GetSubjectOk ¶

func (o *AlertsPendingPendingAlertUpdateRequest) GetSubjectOk() (*string, bool)

GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.

func (*AlertsPendingPendingAlertUpdateRequest) GetTemplateId ¶

func (o *AlertsPendingPendingAlertUpdateRequest) GetTemplateId() int32

GetTemplateId returns the TemplateId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AlertsPendingPendingAlertUpdateRequest) GetTemplateIdOk ¶

func (o *AlertsPendingPendingAlertUpdateRequest) GetTemplateIdOk() (*int32, bool)

GetTemplateIdOk returns a tuple with the TemplateId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AlertsPendingPendingAlertUpdateRequest) HasEventHandlerParameters ¶

func (o *AlertsPendingPendingAlertUpdateRequest) HasEventHandlerParameters() bool

HasEventHandlerParameters returns a boolean if a field has been set.

func (*AlertsPendingPendingAlertUpdateRequest) HasId ¶

HasId returns a boolean if a field has been set.

func (*AlertsPendingPendingAlertUpdateRequest) HasRecipients ¶

func (o *AlertsPendingPendingAlertUpdateRequest) HasRecipients() bool

HasRecipients returns a boolean if a field has been set.

func (*AlertsPendingPendingAlertUpdateRequest) HasRegisteredEventHandler ¶

func (o *AlertsPendingPendingAlertUpdateRequest) HasRegisteredEventHandler() bool

HasRegisteredEventHandler returns a boolean if a field has been set.

func (*AlertsPendingPendingAlertUpdateRequest) HasTemplateId ¶

func (o *AlertsPendingPendingAlertUpdateRequest) HasTemplateId() bool

HasTemplateId returns a boolean if a field has been set.

func (AlertsPendingPendingAlertUpdateRequest) MarshalJSON ¶

func (o AlertsPendingPendingAlertUpdateRequest) MarshalJSON() ([]byte, error)

func (*AlertsPendingPendingAlertUpdateRequest) SetDisplayName ¶

func (o *AlertsPendingPendingAlertUpdateRequest) SetDisplayName(v string)

SetDisplayName sets field value

func (*AlertsPendingPendingAlertUpdateRequest) SetEventHandlerParameters ¶

SetEventHandlerParameters gets a reference to the given []EventHandlerEventHandlerParameterRequest and assigns it to the EventHandlerParameters field.

func (*AlertsPendingPendingAlertUpdateRequest) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*AlertsPendingPendingAlertUpdateRequest) SetMessage ¶

SetMessage sets field value

func (*AlertsPendingPendingAlertUpdateRequest) SetRecipients ¶

func (o *AlertsPendingPendingAlertUpdateRequest) SetRecipients(v []string)

SetRecipients gets a reference to the given []string and assigns it to the Recipients field.

func (*AlertsPendingPendingAlertUpdateRequest) SetRegisteredEventHandler ¶

SetRegisteredEventHandler gets a reference to the given EventHandlerRegisteredEventHandlerRequest and assigns it to the RegisteredEventHandler field.

func (*AlertsPendingPendingAlertUpdateRequest) SetSubject ¶

SetSubject sets field value

func (*AlertsPendingPendingAlertUpdateRequest) SetTemplateId ¶

func (o *AlertsPendingPendingAlertUpdateRequest) SetTemplateId(v int32)

SetTemplateId gets a reference to the given NullableInt32 and assigns it to the TemplateId field.

func (*AlertsPendingPendingAlertUpdateRequest) SetTemplateIdNil ¶

func (o *AlertsPendingPendingAlertUpdateRequest) SetTemplateIdNil()

SetTemplateIdNil sets the value for TemplateId to be an explicit nil

func (AlertsPendingPendingAlertUpdateRequest) ToMap ¶

func (o AlertsPendingPendingAlertUpdateRequest) ToMap() (map[string]interface{}, error)

func (*AlertsPendingPendingAlertUpdateRequest) UnsetTemplateId ¶

func (o *AlertsPendingPendingAlertUpdateRequest) UnsetTemplateId()

UnsetTemplateId ensures that no value is present for TemplateId, not even an explicit nil

type ApiCreateAgentBluePrintApplyBlueprintRequest ¶

type ApiCreateAgentBluePrintApplyBlueprintRequest struct {
	ApiService *AgentBlueprintApiService
	// contains filtered or unexported fields
}

Request for V1 POST /AgentBluePrint/ApplyBlueprint

func (ApiCreateAgentBluePrintApplyBlueprintRequest) Execute ¶

Executes the V1 POST /AgentBluePrint/ApplyBlueprint request context

func (ApiCreateAgentBluePrintApplyBlueprintRequest) RequestBody ¶

Agents to apply the blueprints to

func (ApiCreateAgentBluePrintApplyBlueprintRequest) TemplateId ¶

Agent blueprint to apply to the agents

func (ApiCreateAgentBluePrintApplyBlueprintRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateAgentBluePrintApplyBlueprintRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateAgentBluePrintGenerateBluePrintRequest ¶

type ApiCreateAgentBluePrintGenerateBluePrintRequest struct {
	ApiService *AgentBlueprintApiService
	// contains filtered or unexported fields
}

Request for V1 POST /AgentBluePrint/GenerateBluePrint

func (ApiCreateAgentBluePrintGenerateBluePrintRequest) AgentId ¶

Agent to generate a blueprint from

func (ApiCreateAgentBluePrintGenerateBluePrintRequest) Execute ¶

Executes the V1 POST /AgentBluePrint/GenerateBluePrint request context

func (ApiCreateAgentBluePrintGenerateBluePrintRequest) Name ¶

Name of the new agent blueprint

func (ApiCreateAgentBluePrintGenerateBluePrintRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateAgentBluePrintGenerateBluePrintRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateAgentPoolsRequest ¶

type ApiCreateAgentPoolsRequest struct {
	ApiService *AgentPoolApiService
	// contains filtered or unexported fields
}

Request for V1 POST /AgentPools

func (ApiCreateAgentPoolsRequest) Execute ¶

Executes the V1 POST /AgentPools request context

func (ApiCreateAgentPoolsRequest) OrchestratorPoolsAgentPoolCreationRequest ¶

func (r ApiCreateAgentPoolsRequest) OrchestratorPoolsAgentPoolCreationRequest(orchestratorPoolsAgentPoolCreationRequest OrchestratorPoolsAgentPoolCreationRequest) ApiCreateAgentPoolsRequest

Agent pool properties to be applied to the new pool

func (ApiCreateAgentPoolsRequest) XKeyfactorApiVersion ¶

func (r ApiCreateAgentPoolsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateAgentPoolsRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateAgentPoolsRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateAgentPoolsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateAgentPoolsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateAgentsApproveRequest ¶

type ApiCreateAgentsApproveRequest struct {
	ApiService *AgentApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Agents/Approve

func (ApiCreateAgentsApproveRequest) Execute ¶

Executes the V1 POST /Agents/Approve request context

func (ApiCreateAgentsApproveRequest) RequestBody ¶

List of Agent Ids to Approve

func (ApiCreateAgentsApproveRequest) XKeyfactorApiVersion ¶

func (r ApiCreateAgentsApproveRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateAgentsApproveRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateAgentsApproveRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateAgentsApproveRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateAgentsApproveRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateAgentsByIdFetchLogsRequest ¶

type ApiCreateAgentsByIdFetchLogsRequest struct {
	ApiService *AgentApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Agents/{id}/FetchLogs

func (ApiCreateAgentsByIdFetchLogsRequest) Execute ¶

Executes the V1 POST /Agents/{id}/FetchLogs request context

func (ApiCreateAgentsByIdFetchLogsRequest) XKeyfactorApiVersion ¶

func (r ApiCreateAgentsByIdFetchLogsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateAgentsByIdFetchLogsRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateAgentsByIdFetchLogsRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateAgentsByIdFetchLogsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateAgentsByIdFetchLogsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateAgentsByIdResetRequest ¶

type ApiCreateAgentsByIdResetRequest struct {
	ApiService *AgentApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Agents/{id}/Reset

func (ApiCreateAgentsByIdResetRequest) Execute ¶

Executes the V1 POST /Agents/{id}/Reset request context

func (ApiCreateAgentsByIdResetRequest) XKeyfactorApiVersion ¶

func (r ApiCreateAgentsByIdResetRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateAgentsByIdResetRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateAgentsByIdResetRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateAgentsByIdResetRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateAgentsByIdResetRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateAgentsDisapproveRequest ¶

type ApiCreateAgentsDisapproveRequest struct {
	ApiService *AgentApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Agents/Disapprove

func (ApiCreateAgentsDisapproveRequest) Execute ¶

Executes the V1 POST /Agents/Disapprove request context

func (ApiCreateAgentsDisapproveRequest) RequestBody ¶

List of Agent Ids to Disapprove

func (ApiCreateAgentsDisapproveRequest) XKeyfactorApiVersion ¶

func (r ApiCreateAgentsDisapproveRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateAgentsDisapproveRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateAgentsDisapproveRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateAgentsDisapproveRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateAgentsDisapproveRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateAgentsResetRequest ¶

type ApiCreateAgentsResetRequest struct {
	ApiService *AgentApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Agents/Reset

func (ApiCreateAgentsResetRequest) Execute ¶

Executes the V1 POST /Agents/Reset request context

func (ApiCreateAgentsResetRequest) RequestBody ¶

func (r ApiCreateAgentsResetRequest) RequestBody(requestBody []string) ApiCreateAgentsResetRequest

List of Agent Ids to Reset

func (ApiCreateAgentsResetRequest) XKeyfactorApiVersion ¶

func (r ApiCreateAgentsResetRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateAgentsResetRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateAgentsResetRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateAgentsResetRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateAgentsResetRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateAgentsSetAuthCertificateReenrollmentRequest ¶

type ApiCreateAgentsSetAuthCertificateReenrollmentRequest struct {
	ApiService *AgentApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Agents/SetAuthCertificateReenrollment

func (ApiCreateAgentsSetAuthCertificateReenrollmentRequest) Execute ¶

Executes the V1 POST /Agents/SetAuthCertificateReenrollment request context

func (ApiCreateAgentsSetAuthCertificateReenrollmentRequest) OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest ¶

func (r ApiCreateAgentsSetAuthCertificateReenrollmentRequest) OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest(orchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest) ApiCreateAgentsSetAuthCertificateReenrollmentRequest

Object containing orchestrator ids and the new status those orchestrators should have

func (ApiCreateAgentsSetAuthCertificateReenrollmentRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateAgentsSetAuthCertificateReenrollmentRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateAlertsDeniedRequest ¶

type ApiCreateAlertsDeniedRequest struct {
	ApiService *DeniedAlertApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Alerts/Denied

func (ApiCreateAlertsDeniedRequest) AlertsDeniedDeniedAlertCreationRequest ¶

func (r ApiCreateAlertsDeniedRequest) AlertsDeniedDeniedAlertCreationRequest(alertsDeniedDeniedAlertCreationRequest AlertsDeniedDeniedAlertCreationRequest) ApiCreateAlertsDeniedRequest

Information for the new alert

func (ApiCreateAlertsDeniedRequest) Execute ¶

Executes the V1 POST /Alerts/Denied request context

func (ApiCreateAlertsDeniedRequest) XKeyfactorApiVersion ¶

func (r ApiCreateAlertsDeniedRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateAlertsDeniedRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateAlertsDeniedRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateAlertsDeniedRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateAlertsDeniedRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateAlertsExpirationRequest ¶

type ApiCreateAlertsExpirationRequest struct {
	ApiService *ExpirationAlertApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Alerts/Expiration

func (ApiCreateAlertsExpirationRequest) AlertsExpirationExpirationAlertCreationRequest ¶

func (r ApiCreateAlertsExpirationRequest) AlertsExpirationExpirationAlertCreationRequest(alertsExpirationExpirationAlertCreationRequest AlertsExpirationExpirationAlertCreationRequest) ApiCreateAlertsExpirationRequest

Information for the new alert

func (ApiCreateAlertsExpirationRequest) Execute ¶

Executes the V1 POST /Alerts/Expiration request context

func (ApiCreateAlertsExpirationRequest) XKeyfactorApiVersion ¶

func (r ApiCreateAlertsExpirationRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateAlertsExpirationRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateAlertsExpirationRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateAlertsExpirationRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateAlertsExpirationRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateAlertsExpirationTestAllRequest ¶

type ApiCreateAlertsExpirationTestAllRequest struct {
	ApiService *ExpirationAlertApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Alerts/Expiration/TestAll

func (ApiCreateAlertsExpirationTestAllRequest) AlertsExpirationExpirationAlertTestAllRequest ¶

func (r ApiCreateAlertsExpirationTestAllRequest) AlertsExpirationExpirationAlertTestAllRequest(alertsExpirationExpirationAlertTestAllRequest AlertsExpirationExpirationAlertTestAllRequest) ApiCreateAlertsExpirationTestAllRequest

Information about the expiration alert test

func (ApiCreateAlertsExpirationTestAllRequest) Execute ¶

Executes the V1 POST /Alerts/Expiration/TestAll request context

func (ApiCreateAlertsExpirationTestAllRequest) XKeyfactorApiVersion ¶

func (r ApiCreateAlertsExpirationTestAllRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateAlertsExpirationTestAllRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateAlertsExpirationTestAllRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateAlertsExpirationTestAllRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateAlertsExpirationTestAllRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateAlertsExpirationTestRequest ¶

type ApiCreateAlertsExpirationTestRequest struct {
	ApiService *ExpirationAlertApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Alerts/Expiration/Test

func (ApiCreateAlertsExpirationTestRequest) AlertsExpirationExpirationAlertTestRequest ¶

func (r ApiCreateAlertsExpirationTestRequest) AlertsExpirationExpirationAlertTestRequest(alertsExpirationExpirationAlertTestRequest AlertsExpirationExpirationAlertTestRequest) ApiCreateAlertsExpirationTestRequest

Information about the expiration alert test

func (ApiCreateAlertsExpirationTestRequest) Execute ¶

Executes the V1 POST /Alerts/Expiration/Test request context

func (ApiCreateAlertsExpirationTestRequest) XKeyfactorApiVersion ¶

func (r ApiCreateAlertsExpirationTestRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateAlertsExpirationTestRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateAlertsExpirationTestRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateAlertsExpirationTestRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateAlertsExpirationTestRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateAlertsIssuedRequest ¶

type ApiCreateAlertsIssuedRequest struct {
	ApiService *IssuedAlertApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Alerts/Issued

func (ApiCreateAlertsIssuedRequest) AlertsIssuedIssuedAlertCreationRequest ¶

func (r ApiCreateAlertsIssuedRequest) AlertsIssuedIssuedAlertCreationRequest(alertsIssuedIssuedAlertCreationRequest AlertsIssuedIssuedAlertCreationRequest) ApiCreateAlertsIssuedRequest

Information for the new alert

func (ApiCreateAlertsIssuedRequest) Execute ¶

Executes the V1 POST /Alerts/Issued request context

func (ApiCreateAlertsIssuedRequest) XKeyfactorApiVersion ¶

func (r ApiCreateAlertsIssuedRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateAlertsIssuedRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateAlertsIssuedRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateAlertsIssuedRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateAlertsIssuedRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateAlertsKeyRotationRequest ¶

type ApiCreateAlertsKeyRotationRequest struct {
	ApiService *KeyRotationAlertApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Alerts/KeyRotation

func (ApiCreateAlertsKeyRotationRequest) AlertsKeyRotationKeyRotationAlertCreationRequest ¶

func (r ApiCreateAlertsKeyRotationRequest) AlertsKeyRotationKeyRotationAlertCreationRequest(alertsKeyRotationKeyRotationAlertCreationRequest AlertsKeyRotationKeyRotationAlertCreationRequest) ApiCreateAlertsKeyRotationRequest

Information for the new alert

func (ApiCreateAlertsKeyRotationRequest) Execute ¶

Executes the V1 POST /Alerts/KeyRotation request context

func (ApiCreateAlertsKeyRotationRequest) XKeyfactorApiVersion ¶

func (r ApiCreateAlertsKeyRotationRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateAlertsKeyRotationRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateAlertsKeyRotationRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateAlertsKeyRotationRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateAlertsKeyRotationRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateAlertsKeyRotationTestAllRequest ¶

type ApiCreateAlertsKeyRotationTestAllRequest struct {
	ApiService *KeyRotationAlertApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Alerts/KeyRotation/TestAll

func (ApiCreateAlertsKeyRotationTestAllRequest) AlertsKeyRotationKeyRotationAlertTestAllRequest ¶

func (r ApiCreateAlertsKeyRotationTestAllRequest) AlertsKeyRotationKeyRotationAlertTestAllRequest(alertsKeyRotationKeyRotationAlertTestAllRequest AlertsKeyRotationKeyRotationAlertTestAllRequest) ApiCreateAlertsKeyRotationTestAllRequest

Information about the key rotation alert test

func (ApiCreateAlertsKeyRotationTestAllRequest) Execute ¶

Executes the V1 POST /Alerts/KeyRotation/TestAll request context

func (ApiCreateAlertsKeyRotationTestAllRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateAlertsKeyRotationTestAllRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateAlertsKeyRotationTestAllRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateAlertsKeyRotationTestAllRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateAlertsKeyRotationTestRequest ¶

type ApiCreateAlertsKeyRotationTestRequest struct {
	ApiService *KeyRotationAlertApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Alerts/KeyRotation/Test

func (ApiCreateAlertsKeyRotationTestRequest) AlertsKeyRotationKeyRotationAlertTestRequest ¶

func (r ApiCreateAlertsKeyRotationTestRequest) AlertsKeyRotationKeyRotationAlertTestRequest(alertsKeyRotationKeyRotationAlertTestRequest AlertsKeyRotationKeyRotationAlertTestRequest) ApiCreateAlertsKeyRotationTestRequest

Parameters used to test the alert

func (ApiCreateAlertsKeyRotationTestRequest) Execute ¶

Executes the V1 POST /Alerts/KeyRotation/Test request context

func (ApiCreateAlertsKeyRotationTestRequest) XKeyfactorApiVersion ¶

func (r ApiCreateAlertsKeyRotationTestRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateAlertsKeyRotationTestRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateAlertsKeyRotationTestRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateAlertsKeyRotationTestRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateAlertsKeyRotationTestRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateAlertsPendingRequest ¶

type ApiCreateAlertsPendingRequest struct {
	ApiService *PendingAlertApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Alerts/Pending

func (ApiCreateAlertsPendingRequest) AlertsPendingPendingAlertCreationRequest ¶

func (r ApiCreateAlertsPendingRequest) AlertsPendingPendingAlertCreationRequest(alertsPendingPendingAlertCreationRequest AlertsPendingPendingAlertCreationRequest) ApiCreateAlertsPendingRequest

Information for the new alert

func (ApiCreateAlertsPendingRequest) Execute ¶

Executes the V1 POST /Alerts/Pending request context

func (ApiCreateAlertsPendingRequest) XKeyfactorApiVersion ¶

func (r ApiCreateAlertsPendingRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateAlertsPendingRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateAlertsPendingRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateAlertsPendingRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateAlertsPendingRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateAlertsPendingTestAllRequest ¶

type ApiCreateAlertsPendingTestAllRequest struct {
	ApiService *PendingAlertApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Alerts/Pending/TestAll

func (ApiCreateAlertsPendingTestAllRequest) AlertsPendingPendingAlertTestAllRequest ¶

func (r ApiCreateAlertsPendingTestAllRequest) AlertsPendingPendingAlertTestAllRequest(alertsPendingPendingAlertTestAllRequest AlertsPendingPendingAlertTestAllRequest) ApiCreateAlertsPendingTestAllRequest

Information for the pending alert

func (ApiCreateAlertsPendingTestAllRequest) Execute ¶

Executes the V1 POST /Alerts/Pending/TestAll request context

func (ApiCreateAlertsPendingTestAllRequest) XKeyfactorApiVersion ¶

func (r ApiCreateAlertsPendingTestAllRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateAlertsPendingTestAllRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateAlertsPendingTestAllRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateAlertsPendingTestAllRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateAlertsPendingTestAllRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateAlertsPendingTestRequest ¶

type ApiCreateAlertsPendingTestRequest struct {
	ApiService *PendingAlertApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Alerts/Pending/Test

func (ApiCreateAlertsPendingTestRequest) AlertsPendingPendingAlertTestRequest ¶

func (r ApiCreateAlertsPendingTestRequest) AlertsPendingPendingAlertTestRequest(alertsPendingPendingAlertTestRequest AlertsPendingPendingAlertTestRequest) ApiCreateAlertsPendingTestRequest

Information for the pending alert

func (ApiCreateAlertsPendingTestRequest) Execute ¶

Executes the V1 POST /Alerts/Pending/Test request context

func (ApiCreateAlertsPendingTestRequest) XKeyfactorApiVersion ¶

func (r ApiCreateAlertsPendingTestRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateAlertsPendingTestRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateAlertsPendingTestRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateAlertsPendingTestRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateAlertsPendingTestRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateCSRGenerationGenerateRequest ¶

type ApiCreateCSRGenerationGenerateRequest struct {
	ApiService *CSRGenerationApiService
	// contains filtered or unexported fields
}

Request for V1 POST /CSRGeneration/Generate

func (ApiCreateCSRGenerationGenerateRequest) EnrollmentCSRGenerationRequest ¶

func (r ApiCreateCSRGenerationGenerateRequest) EnrollmentCSRGenerationRequest(enrollmentCSRGenerationRequest EnrollmentCSRGenerationRequest) ApiCreateCSRGenerationGenerateRequest

CSR properties used to define the request - Key type [RSA, ECC], Key sizes (ex: RSA 1024, 2048, 4096/ECC 256, 384, 521), template short name or OID

func (ApiCreateCSRGenerationGenerateRequest) Execute ¶

Executes the V1 POST /CSRGeneration/Generate request context

func (ApiCreateCSRGenerationGenerateRequest) XKeyfactorApiVersion ¶

func (r ApiCreateCSRGenerationGenerateRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateCSRGenerationGenerateRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateCSRGenerationGenerateRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateCSRGenerationGenerateRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateCSRGenerationGenerateRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateCertificateAuthorityAlertRecipientsCAHealthRecipientsRequest ¶

type ApiCreateCertificateAuthorityAlertRecipientsCAHealthRecipientsRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

Request for V1 POST /CertificateAuthority/AlertRecipients/CAHealthRecipients

func (ApiCreateCertificateAuthorityAlertRecipientsCAHealthRecipientsRequest) CertificateAuthoritiesCAAlertRecipientCreateRequest ¶

The request object holding the email(s) of the health monitoring recipient(s) to be created

func (ApiCreateCertificateAuthorityAlertRecipientsCAHealthRecipientsRequest) Execute ¶

Executes the V1 POST /CertificateAuthority/AlertRecipients/CAHealthRecipients request context

func (ApiCreateCertificateAuthorityAlertRecipientsCAHealthRecipientsRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateCertificateAuthorityAlertRecipientsCAHealthRecipientsRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateCertificateAuthorityAlertRecipientsCAThresholdRecipientsRequest ¶

type ApiCreateCertificateAuthorityAlertRecipientsCAThresholdRecipientsRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

Request for V1 POST /CertificateAuthority/AlertRecipients/CAThresholdRecipients

func (ApiCreateCertificateAuthorityAlertRecipientsCAThresholdRecipientsRequest) CertificateAuthoritiesCAAlertRecipientCreateRequest ¶

The request object holding the email(s) of the alert recipient(s) to be created

func (ApiCreateCertificateAuthorityAlertRecipientsCAThresholdRecipientsRequest) Execute ¶

Executes the V1 POST /CertificateAuthority/AlertRecipients/CAThresholdRecipients request context

func (ApiCreateCertificateAuthorityAlertRecipientsCAThresholdRecipientsRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateCertificateAuthorityAlertRecipientsCAThresholdRecipientsRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateCertificateAuthorityCAConnectorsRequest ¶

type ApiCreateCertificateAuthorityCAConnectorsRequest struct {
	ApiService *CAConnectorApiService
	// contains filtered or unexported fields
}

Request for V1 POST /CertificateAuthority/CAConnectors

func (ApiCreateCertificateAuthorityCAConnectorsRequest) CertificateAuthoritiesCAConnectorRequest ¶

func (r ApiCreateCertificateAuthorityCAConnectorsRequest) CertificateAuthoritiesCAConnectorRequest(certificateAuthoritiesCAConnectorRequest CertificateAuthoritiesCAConnectorRequest) ApiCreateCertificateAuthorityCAConnectorsRequest

CA Connector object with the provided information.

func (ApiCreateCertificateAuthorityCAConnectorsRequest) Execute ¶

Executes the V1 POST /CertificateAuthority/CAConnectors request context

func (ApiCreateCertificateAuthorityCAConnectorsRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateCertificateAuthorityCAConnectorsRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateCertificateAuthorityImportRequest ¶

type ApiCreateCertificateAuthorityImportRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

Request for V1 POST /CertificateAuthority/Import

func (ApiCreateCertificateAuthorityImportRequest) Dns ¶

The DNS of the configuration tenant from which to import certificate authorities

func (ApiCreateCertificateAuthorityImportRequest) Execute ¶

Executes the V1 POST /CertificateAuthority/Import request context

func (ApiCreateCertificateAuthorityImportRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateCertificateAuthorityImportRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateCertificateAuthorityImportRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateCertificateAuthorityImportRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateCertificateAuthorityPublishCRLRequest ¶

type ApiCreateCertificateAuthorityPublishCRLRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

Request for V1 POST /CertificateAuthority/PublishCRL

func (ApiCreateCertificateAuthorityPublishCRLRequest) CSSCMSDataModelModelsCRLRequestModel ¶

func (r ApiCreateCertificateAuthorityPublishCRLRequest) CSSCMSDataModelModelsCRLRequestModel(cSSCMSDataModelModelsCRLRequestModel CSSCMSDataModelModelsCRLRequestModel) ApiCreateCertificateAuthorityPublishCRLRequest

Host and logical name of the CA for which the CRL should be published

func (ApiCreateCertificateAuthorityPublishCRLRequest) Execute ¶

Executes the V1 POST /CertificateAuthority/PublishCRL request context

func (ApiCreateCertificateAuthorityPublishCRLRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateCertificateAuthorityPublishCRLRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateCertificateAuthorityRequest ¶

type ApiCreateCertificateAuthorityRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

Request for V1 POST /CertificateAuthority

func (ApiCreateCertificateAuthorityRequest) CertificateAuthoritiesCertificateAuthorityRequest ¶

func (r ApiCreateCertificateAuthorityRequest) CertificateAuthoritiesCertificateAuthorityRequest(certificateAuthoritiesCertificateAuthorityRequest CertificateAuthoritiesCertificateAuthorityRequest) ApiCreateCertificateAuthorityRequest

func (ApiCreateCertificateAuthorityRequest) Execute ¶

Executes the V1 POST /CertificateAuthority request context

func (ApiCreateCertificateAuthorityRequest) ForceSave ¶

func (ApiCreateCertificateAuthorityRequest) XKeyfactorApiVersion ¶

func (r ApiCreateCertificateAuthorityRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateCertificateAuthorityRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateCertificateAuthorityRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateCertificateAuthorityRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateCertificateAuthorityRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateCertificateAuthorityTaskQueueTestRequest ¶

type ApiCreateCertificateAuthorityTaskQueueTestRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

Request for V1 POST /CertificateAuthority/TaskQueue/Test

func (ApiCreateCertificateAuthorityTaskQueueTestRequest) Execute ¶

Executes the V1 POST /CertificateAuthority/TaskQueue/Test request context

func (ApiCreateCertificateAuthorityTaskQueueTestRequest) RabbitMQJobQueueRequest ¶

The TaskQueue Credentials being tested.

func (ApiCreateCertificateAuthorityTaskQueueTestRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateCertificateAuthorityTaskQueueTestRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateCertificateAuthorityTestRequest ¶

type ApiCreateCertificateAuthorityTestRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

Request for V1 POST /CertificateAuthority/Test

func (ApiCreateCertificateAuthorityTestRequest) CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest ¶

func (r ApiCreateCertificateAuthorityTestRequest) CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest(cSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) ApiCreateCertificateAuthorityTestRequest

The CA being tested.

func (ApiCreateCertificateAuthorityTestRequest) Execute ¶

Executes the V1 POST /CertificateAuthority/Test request context

func (ApiCreateCertificateAuthorityTestRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateCertificateAuthorityTestRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateCertificateAuthorityTestRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateCertificateAuthorityTestRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateCertificateCollectionsCopyRequest ¶

type ApiCreateCertificateCollectionsCopyRequest struct {
	ApiService *CertificateCollectionApiService
	// contains filtered or unexported fields
}

Request for V1 POST /CertificateCollections/Copy

func (ApiCreateCertificateCollectionsCopyRequest) CertificateCollectionsCertificateCollectionCopyRequest ¶

func (r ApiCreateCertificateCollectionsCopyRequest) CertificateCollectionsCertificateCollectionCopyRequest(certificateCollectionsCertificateCollectionCopyRequest CertificateCollectionsCertificateCollectionCopyRequest) ApiCreateCertificateCollectionsCopyRequest

Information related to the certificate collection query

func (ApiCreateCertificateCollectionsCopyRequest) Execute ¶

Executes the V1 POST /CertificateCollections/Copy request context

func (ApiCreateCertificateCollectionsCopyRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateCertificateCollectionsCopyRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateCertificateCollectionsCopyRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateCertificateCollectionsCopyRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateCertificateCollectionsRequest ¶

type ApiCreateCertificateCollectionsRequest struct {
	ApiService *CertificateCollectionApiService
	// contains filtered or unexported fields
}

Request for V1 POST /CertificateCollections

func (ApiCreateCertificateCollectionsRequest) CertificateCollectionsCertificateCollectionCreateRequest ¶

func (r ApiCreateCertificateCollectionsRequest) CertificateCollectionsCertificateCollectionCreateRequest(certificateCollectionsCertificateCollectionCreateRequest CertificateCollectionsCertificateCollectionCreateRequest) ApiCreateCertificateCollectionsRequest

Information related to the certificate collection query

func (ApiCreateCertificateCollectionsRequest) Execute ¶

Executes the V1 POST /CertificateCollections request context

func (ApiCreateCertificateCollectionsRequest) XKeyfactorApiVersion ¶

func (r ApiCreateCertificateCollectionsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateCertificateCollectionsRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateCertificateCollectionsRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateCertificateCollectionsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateCertificateCollectionsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateCertificateStoreContainersRequest ¶

type ApiCreateCertificateStoreContainersRequest struct {
	ApiService *CertificateStoreContainerApiService
	// contains filtered or unexported fields
}

Request for V1 POST /CertificateStoreContainers

func (ApiCreateCertificateStoreContainersRequest) CSSCMSDataModelModelsCertStoreContainerRequest ¶

func (r ApiCreateCertificateStoreContainersRequest) CSSCMSDataModelModelsCertStoreContainerRequest(cSSCMSDataModelModelsCertStoreContainerRequest CSSCMSDataModelModelsCertStoreContainerRequest) ApiCreateCertificateStoreContainersRequest

Information for the new container

func (ApiCreateCertificateStoreContainersRequest) Execute ¶

Executes the V1 POST /CertificateStoreContainers request context

func (ApiCreateCertificateStoreContainersRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateCertificateStoreContainersRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateCertificateStoreContainersRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateCertificateStoreContainersRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateCertificateStoreTypesRequest ¶

type ApiCreateCertificateStoreTypesRequest struct {
	ApiService *CertificateStoreTypeApiService
	// contains filtered or unexported fields
}

Request for V1 POST /CertificateStoreTypes

func (ApiCreateCertificateStoreTypesRequest) CertificateStoresTypesCertificateStoreTypeCreationRequest ¶

func (r ApiCreateCertificateStoreTypesRequest) CertificateStoresTypesCertificateStoreTypeCreationRequest(certificateStoresTypesCertificateStoreTypeCreationRequest CertificateStoresTypesCertificateStoreTypeCreationRequest) ApiCreateCertificateStoreTypesRequest

Certificate store type properties for the new type

func (ApiCreateCertificateStoreTypesRequest) Execute ¶

Executes the V1 POST /CertificateStoreTypes request context

func (ApiCreateCertificateStoreTypesRequest) XKeyfactorApiVersion ¶

func (r ApiCreateCertificateStoreTypesRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateCertificateStoreTypesRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateCertificateStoreTypesRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateCertificateStoreTypesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateCertificateStoreTypesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateCertificateStoresApproveRequest ¶

type ApiCreateCertificateStoresApproveRequest struct {
	ApiService *CertificateStoreApiService
	// contains filtered or unexported fields
}

Request for V1 POST /CertificateStores/Approve

func (ApiCreateCertificateStoresApproveRequest) CertificateStoresCertificateStoreApproveRequest ¶

func (r ApiCreateCertificateStoresApproveRequest) CertificateStoresCertificateStoreApproveRequest(certificateStoresCertificateStoreApproveRequest []CertificateStoresCertificateStoreApproveRequest) ApiCreateCertificateStoresApproveRequest

Certificate stores to be approved

func (ApiCreateCertificateStoresApproveRequest) Execute ¶

Executes the V1 POST /CertificateStores/Approve request context

func (ApiCreateCertificateStoresApproveRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateCertificateStoresApproveRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateCertificateStoresApproveRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateCertificateStoresApproveRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateCertificateStoresCertificatesAddRequest ¶

type ApiCreateCertificateStoresCertificatesAddRequest struct {
	ApiService *CertificateStoreApiService
	// contains filtered or unexported fields
}

Request for V1 POST /CertificateStores/Certificates/Add

func (ApiCreateCertificateStoresCertificatesAddRequest) CertificateStoresAddCertificateRequest ¶

func (r ApiCreateCertificateStoresCertificatesAddRequest) CertificateStoresAddCertificateRequest(certificateStoresAddCertificateRequest CertificateStoresAddCertificateRequest) ApiCreateCertificateStoresCertificatesAddRequest

Configuration details of the management job

func (ApiCreateCertificateStoresCertificatesAddRequest) Execute ¶

Executes the V1 POST /CertificateStores/Certificates/Add request context

func (ApiCreateCertificateStoresCertificatesAddRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateCertificateStoresCertificatesAddRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateCertificateStoresCertificatesRemoveRequest ¶

type ApiCreateCertificateStoresCertificatesRemoveRequest struct {
	ApiService *CertificateStoreApiService
	// contains filtered or unexported fields
}

Request for V1 POST /CertificateStores/Certificates/Remove

func (ApiCreateCertificateStoresCertificatesRemoveRequest) CertificateStoresRemoveCertificateRequest ¶

func (r ApiCreateCertificateStoresCertificatesRemoveRequest) CertificateStoresRemoveCertificateRequest(certificateStoresRemoveCertificateRequest CertificateStoresRemoveCertificateRequest) ApiCreateCertificateStoresCertificatesRemoveRequest

Configuration details of the management job

func (ApiCreateCertificateStoresCertificatesRemoveRequest) Execute ¶

Executes the V1 POST /CertificateStores/Certificates/Remove request context

func (ApiCreateCertificateStoresCertificatesRemoveRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateCertificateStoresCertificatesRemoveRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateCertificateStoresReenrollmentRequest ¶

type ApiCreateCertificateStoresReenrollmentRequest struct {
	ApiService *CertificateStoreApiService
	// contains filtered or unexported fields
}

Request for V1 POST /CertificateStores/Reenrollment

func (ApiCreateCertificateStoresReenrollmentRequest) CertificateStoresReenrollmentRequest ¶

func (r ApiCreateCertificateStoresReenrollmentRequest) CertificateStoresReenrollmentRequest(certificateStoresReenrollmentRequest CertificateStoresReenrollmentRequest) ApiCreateCertificateStoresReenrollmentRequest

An object that contains a Keystore Id, a Agent Guid, a string SubjectName and string Alias

func (ApiCreateCertificateStoresReenrollmentRequest) Execute ¶

Executes the V1 POST /CertificateStores/Reenrollment request context

func (ApiCreateCertificateStoresReenrollmentRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateCertificateStoresReenrollmentRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateCertificateStoresRequest ¶

type ApiCreateCertificateStoresRequest struct {
	ApiService *CertificateStoreApiService
	// contains filtered or unexported fields
}

Request for V1 POST /CertificateStores

func (ApiCreateCertificateStoresRequest) CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest ¶

func (r ApiCreateCertificateStoresRequest) CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest(cSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) ApiCreateCertificateStoresRequest

Certificate store to be created with the provided properties

func (ApiCreateCertificateStoresRequest) Execute ¶

Executes the V1 POST /CertificateStores request context

func (ApiCreateCertificateStoresRequest) XKeyfactorApiVersion ¶

func (r ApiCreateCertificateStoresRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateCertificateStoresRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateCertificateStoresRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateCertificateStoresRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateCertificateStoresRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateCertificateStoresScheduleRequest ¶

type ApiCreateCertificateStoresScheduleRequest struct {
	ApiService *CertificateStoreApiService
	// contains filtered or unexported fields
}

Request for V1 POST /CertificateStores/Schedule

func (ApiCreateCertificateStoresScheduleRequest) CSSCMSDataModelModelsCertStoresSchedule ¶

func (r ApiCreateCertificateStoresScheduleRequest) CSSCMSDataModelModelsCertStoresSchedule(cSSCMSDataModelModelsCertStoresSchedule CSSCMSDataModelModelsCertStoresSchedule) ApiCreateCertificateStoresScheduleRequest

Certificate store identifiers and the desired schedule

func (ApiCreateCertificateStoresScheduleRequest) Execute ¶

Executes the V1 POST /CertificateStores/Schedule request context

func (ApiCreateCertificateStoresScheduleRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateCertificateStoresScheduleRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateCertificateStoresScheduleRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateCertificateStoresScheduleRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateCertificatesAnalyzeRequest ¶

type ApiCreateCertificatesAnalyzeRequest struct {
	ApiService *CertificateApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Certificates/Analyze

func (ApiCreateCertificatesAnalyzeRequest) CertificatesAnalyzeCertificateRequest ¶

func (r ApiCreateCertificatesAnalyzeRequest) CertificatesAnalyzeCertificateRequest(certificatesAnalyzeCertificateRequest CertificatesAnalyzeCertificateRequest) ApiCreateCertificatesAnalyzeRequest

The certificate to analyze

func (ApiCreateCertificatesAnalyzeRequest) Execute ¶

Executes the V1 POST /Certificates/Analyze request context

func (ApiCreateCertificatesAnalyzeRequest) XKeyfactorApiVersion ¶

func (r ApiCreateCertificatesAnalyzeRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateCertificatesAnalyzeRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateCertificatesAnalyzeRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateCertificatesAnalyzeRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateCertificatesAnalyzeRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateCertificatesDownloadRequest ¶

type ApiCreateCertificatesDownloadRequest struct {
	ApiService *CertificateApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Certificates/Download

func (ApiCreateCertificatesDownloadRequest) CertificatesCertificateDownloadRequest ¶

func (r ApiCreateCertificatesDownloadRequest) CertificatesCertificateDownloadRequest(certificatesCertificateDownloadRequest CertificatesCertificateDownloadRequest) ApiCreateCertificatesDownloadRequest

Query to filter the certificate to be recovered

func (ApiCreateCertificatesDownloadRequest) CollectionId ¶

Optional certificate collection identifier used to ensure user access to the certificate

func (ApiCreateCertificatesDownloadRequest) Execute ¶

Executes the V1 POST /Certificates/Download request context

func (ApiCreateCertificatesDownloadRequest) XCertificateformat ¶

func (r ApiCreateCertificatesDownloadRequest) XCertificateformat(xCertificateformat string) ApiCreateCertificatesDownloadRequest

Desired format [DER, PEM, P7B]

func (ApiCreateCertificatesDownloadRequest) XKeyfactorApiVersion ¶

func (r ApiCreateCertificatesDownloadRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateCertificatesDownloadRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateCertificatesDownloadRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateCertificatesDownloadRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateCertificatesDownloadRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateCertificatesImportRequest ¶

type ApiCreateCertificatesImportRequest struct {
	ApiService *CertificateApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Certificates/Import

func (ApiCreateCertificatesImportRequest) CSSCMSDataModelModelsCertificateImportRequestModel ¶

func (r ApiCreateCertificatesImportRequest) CSSCMSDataModelModelsCertificateImportRequestModel(cSSCMSDataModelModelsCertificateImportRequestModel CSSCMSDataModelModelsCertificateImportRequestModel) ApiCreateCertificatesImportRequest

Request containing the base 64 encoded string and related certificate information, such as certificate stores, metadata, and password

func (ApiCreateCertificatesImportRequest) Execute ¶

Executes the V1 POST /Certificates/Import request context

func (ApiCreateCertificatesImportRequest) XKeyfactorApiVersion ¶

func (r ApiCreateCertificatesImportRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateCertificatesImportRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateCertificatesImportRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateCertificatesImportRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateCertificatesImportRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateCertificatesRecoverRequest ¶

type ApiCreateCertificatesRecoverRequest struct {
	ApiService *CertificateApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Certificates/Recover

func (ApiCreateCertificatesRecoverRequest) CertificatesCertificateRecoveryRequest ¶

func (r ApiCreateCertificatesRecoverRequest) CertificatesCertificateRecoveryRequest(certificatesCertificateRecoveryRequest CertificatesCertificateRecoveryRequest) ApiCreateCertificatesRecoverRequest

Query to filter the certificate to be recovered

func (ApiCreateCertificatesRecoverRequest) CollectionId ¶

Optional certificate collection identifier used to ensure user access to the certificate

func (ApiCreateCertificatesRecoverRequest) Execute ¶

Executes the V1 POST /Certificates/Recover request context

func (ApiCreateCertificatesRecoverRequest) XCertificateformat ¶

func (r ApiCreateCertificatesRecoverRequest) XCertificateformat(xCertificateformat string) ApiCreateCertificatesRecoverRequest

Desired format [PFX, PEM, ZIP, JKS]

func (ApiCreateCertificatesRecoverRequest) XKeyfactorApiVersion ¶

func (r ApiCreateCertificatesRecoverRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateCertificatesRecoverRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateCertificatesRecoverRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateCertificatesRecoverRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateCertificatesRecoverRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateCertificatesRevokeRequest ¶

type ApiCreateCertificatesRevokeRequest struct {
	ApiService *CertificateApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Certificates/Revoke

func (ApiCreateCertificatesRevokeRequest) CertificatesRevokeCertificateRequest ¶

func (r ApiCreateCertificatesRevokeRequest) CertificatesRevokeCertificateRequest(certificatesRevokeCertificateRequest CertificatesRevokeCertificateRequest) ApiCreateCertificatesRevokeRequest

Contains the Keyfactor certificate identifiers and revocation data

func (ApiCreateCertificatesRevokeRequest) Execute ¶

Executes the V1 POST /Certificates/Revoke request context

func (ApiCreateCertificatesRevokeRequest) XKeyfactorApiVersion ¶

func (r ApiCreateCertificatesRevokeRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateCertificatesRevokeRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateCertificatesRevokeRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateCertificatesRevokeRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateCertificatesRevokeRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateEnrollmentCSRParseRequest ¶

type ApiCreateEnrollmentCSRParseRequest struct {
	ApiService *EnrollmentApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Enrollment/CSR/Parse

func (ApiCreateEnrollmentCSRParseRequest) CSSCMSDataModelModelsCSRContents ¶

func (r ApiCreateEnrollmentCSRParseRequest) CSSCMSDataModelModelsCSRContents(cSSCMSDataModelModelsCSRContents CSSCMSDataModelModelsCSRContents) ApiCreateEnrollmentCSRParseRequest

CSR to be parsed

func (ApiCreateEnrollmentCSRParseRequest) Execute ¶

Executes the V1 POST /Enrollment/CSR/Parse request context

func (ApiCreateEnrollmentCSRParseRequest) XKeyfactorApiVersion ¶

func (r ApiCreateEnrollmentCSRParseRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateEnrollmentCSRParseRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateEnrollmentCSRParseRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateEnrollmentCSRParseRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateEnrollmentCSRParseRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateEnrollmentCSRRequest ¶

type ApiCreateEnrollmentCSRRequest struct {
	ApiService *EnrollmentApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Enrollment/CSR

func (ApiCreateEnrollmentCSRRequest) EnrollmentCSREnrollmentRequest ¶

func (r ApiCreateEnrollmentCSRRequest) EnrollmentCSREnrollmentRequest(enrollmentCSREnrollmentRequest EnrollmentCSREnrollmentRequest) ApiCreateEnrollmentCSRRequest

Information needed to perform the CSR Enrollment

func (ApiCreateEnrollmentCSRRequest) Execute ¶

Executes the V1 POST /Enrollment/CSR request context

func (ApiCreateEnrollmentCSRRequest) ForceEnroll ¶

func (ApiCreateEnrollmentCSRRequest) XCertificateformat ¶

func (r ApiCreateEnrollmentCSRRequest) XCertificateformat(xCertificateformat string) ApiCreateEnrollmentCSRRequest

Desired format [PEM, DER]

func (ApiCreateEnrollmentCSRRequest) XKeyfactorApiVersion ¶

func (r ApiCreateEnrollmentCSRRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateEnrollmentCSRRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateEnrollmentCSRRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateEnrollmentCSRRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateEnrollmentCSRRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateEnrollmentPFXDeployRequest ¶

type ApiCreateEnrollmentPFXDeployRequest struct {
	ApiService *EnrollmentApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Enrollment/PFX/Deploy

func (ApiCreateEnrollmentPFXDeployRequest) EnrollmentEnrollmentManagementRequest ¶

func (r ApiCreateEnrollmentPFXDeployRequest) EnrollmentEnrollmentManagementRequest(enrollmentEnrollmentManagementRequest EnrollmentEnrollmentManagementRequest) ApiCreateEnrollmentPFXDeployRequest

The request to create the management jobs, which includes the request Id of the new pfx and the Ids and management job properties of the cert stores to add the pfx to

func (ApiCreateEnrollmentPFXDeployRequest) Execute ¶

Executes the V1 POST /Enrollment/PFX/Deploy request context

func (ApiCreateEnrollmentPFXDeployRequest) XKeyfactorApiVersion ¶

func (r ApiCreateEnrollmentPFXDeployRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateEnrollmentPFXDeployRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateEnrollmentPFXDeployRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateEnrollmentPFXDeployRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateEnrollmentPFXDeployRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateEnrollmentPFXReplaceRequest ¶

type ApiCreateEnrollmentPFXReplaceRequest struct {
	ApiService *EnrollmentApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Enrollment/PFX/Replace

func (ApiCreateEnrollmentPFXReplaceRequest) CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest ¶

func (r ApiCreateEnrollmentPFXReplaceRequest) CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest(cSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) ApiCreateEnrollmentPFXReplaceRequest

The request to create the management jobs, which includes the request Id of the new pfx and the Id of the existing certificate

func (ApiCreateEnrollmentPFXReplaceRequest) Execute ¶

Executes the V1 POST /Enrollment/PFX/Replace request context

func (ApiCreateEnrollmentPFXReplaceRequest) XKeyfactorApiVersion ¶

func (r ApiCreateEnrollmentPFXReplaceRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateEnrollmentPFXReplaceRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateEnrollmentPFXReplaceRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateEnrollmentPFXReplaceRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateEnrollmentPFXReplaceRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateEnrollmentPFXRequest ¶

type ApiCreateEnrollmentPFXRequest struct {
	ApiService *EnrollmentApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Enrollment/PFX

func (ApiCreateEnrollmentPFXRequest) EnrollmentPFXEnrollmentRequest ¶

func (r ApiCreateEnrollmentPFXRequest) EnrollmentPFXEnrollmentRequest(enrollmentPFXEnrollmentRequest EnrollmentPFXEnrollmentRequest) ApiCreateEnrollmentPFXRequest

The information needed to perform the PFX Enrollment

func (ApiCreateEnrollmentPFXRequest) Execute ¶

Executes the V1 POST /Enrollment/PFX request context

func (ApiCreateEnrollmentPFXRequest) XCertificateformat ¶

func (r ApiCreateEnrollmentPFXRequest) XCertificateformat(xCertificateformat string) ApiCreateEnrollmentPFXRequest

Desired format [PFX, ZIP, PEM, JKS, STORE, REPLACE]

func (ApiCreateEnrollmentPFXRequest) XKeyfactorApiVersion ¶

func (r ApiCreateEnrollmentPFXRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateEnrollmentPFXRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateEnrollmentPFXRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateEnrollmentPFXRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateEnrollmentPFXRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateEnrollmentRenewRequest ¶

type ApiCreateEnrollmentRenewRequest struct {
	ApiService *EnrollmentApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Enrollment/Renew

func (ApiCreateEnrollmentRenewRequest) CSSCMSDataModelModelsEnrollmentRenewalRequest ¶

func (r ApiCreateEnrollmentRenewRequest) CSSCMSDataModelModelsEnrollmentRenewalRequest(cSSCMSDataModelModelsEnrollmentRenewalRequest CSSCMSDataModelModelsEnrollmentRenewalRequest) ApiCreateEnrollmentRenewRequest

The information needed to perform the renewal

func (ApiCreateEnrollmentRenewRequest) CollectionId ¶

The collection id for the given certificate

func (ApiCreateEnrollmentRenewRequest) Execute ¶

Executes the V1 POST /Enrollment/Renew request context

func (ApiCreateEnrollmentRenewRequest) XKeyfactorApiVersion ¶

func (r ApiCreateEnrollmentRenewRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateEnrollmentRenewRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateEnrollmentRenewRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateEnrollmentRenewRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateEnrollmentRenewRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateEventHandlerRegistrationRequest ¶

type ApiCreateEventHandlerRegistrationRequest struct {
	ApiService *EventHandlerRegistrationApiService
	// contains filtered or unexported fields
}

Request for V1 POST /EventHandlerRegistration

func (ApiCreateEventHandlerRegistrationRequest) EventHandlerRegistrationEventHandlerRegistrationCreateRequest ¶

func (r ApiCreateEventHandlerRegistrationRequest) EventHandlerRegistrationEventHandlerRegistrationCreateRequest(eventHandlerRegistrationEventHandlerRegistrationCreateRequest EventHandlerRegistrationEventHandlerRegistrationCreateRequest) ApiCreateEventHandlerRegistrationRequest

The assembly name of the event handler to register. The handler file must be in the configured extensions directory on the machine running the management portal.

func (ApiCreateEventHandlerRegistrationRequest) Execute ¶

Executes the V1 POST /EventHandlerRegistration request context

func (ApiCreateEventHandlerRegistrationRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateEventHandlerRegistrationRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateEventHandlerRegistrationRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateEventHandlerRegistrationRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateExtensionsScriptsRequest ¶

type ApiCreateExtensionsScriptsRequest struct {
	ApiService *ExtensionsApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Extensions/Scripts

func (ApiCreateExtensionsScriptsRequest) Execute ¶

Executes the V1 POST /Extensions/Scripts request context

func (ApiCreateExtensionsScriptsRequest) ScriptsScriptCreateRequest ¶

func (r ApiCreateExtensionsScriptsRequest) ScriptsScriptCreateRequest(scriptsScriptCreateRequest ScriptsScriptCreateRequest) ApiCreateExtensionsScriptsRequest

Script parameters

func (ApiCreateExtensionsScriptsRequest) XKeyfactorApiVersion ¶

func (r ApiCreateExtensionsScriptsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateExtensionsScriptsRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateExtensionsScriptsRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateExtensionsScriptsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateExtensionsScriptsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateIdentityProvidersRequest ¶

type ApiCreateIdentityProvidersRequest struct {
	ApiService *IdentityProviderApiService
	// contains filtered or unexported fields
}

Request for V1 POST /IdentityProviders

func (ApiCreateIdentityProvidersRequest) Execute ¶

Executes the V1 POST /IdentityProviders request context

func (ApiCreateIdentityProvidersRequest) IdentityProviderIdentityProviderCreateRequest ¶

func (r ApiCreateIdentityProvidersRequest) IdentityProviderIdentityProviderCreateRequest(identityProviderIdentityProviderCreateRequest IdentityProviderIdentityProviderCreateRequest) ApiCreateIdentityProvidersRequest

A IdentityProvider.IdentityProviderCreateRequest with the Id, name, and parameters that for the OAuth identity provider that is to be created.

func (ApiCreateIdentityProvidersRequest) XKeyfactorApiVersion ¶

func (r ApiCreateIdentityProvidersRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateIdentityProvidersRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateIdentityProvidersRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateIdentityProvidersRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateIdentityProvidersRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateJobTypesCustomRequest ¶

type ApiCreateJobTypesCustomRequest struct {
	ApiService *CustomJobTypeApiService
	// contains filtered or unexported fields
}

Request for V1 POST /JobTypes/Custom

func (ApiCreateJobTypesCustomRequest) CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest ¶

func (r ApiCreateJobTypesCustomRequest) CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest(cSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest) ApiCreateJobTypesCustomRequest

job type properties to be applied to the new job type

func (ApiCreateJobTypesCustomRequest) Execute ¶

Executes the V1 POST /JobTypes/Custom request context

func (ApiCreateJobTypesCustomRequest) XKeyfactorApiVersion ¶

func (r ApiCreateJobTypesCustomRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateJobTypesCustomRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateJobTypesCustomRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateJobTypesCustomRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateJobTypesCustomRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateMetadataFieldsRequest ¶

type ApiCreateMetadataFieldsRequest struct {
	ApiService *MetadataFieldApiService
	// contains filtered or unexported fields
}

Request for V1 POST /MetadataFields

func (ApiCreateMetadataFieldsRequest) Execute ¶

Executes the V1 POST /MetadataFields request context

func (ApiCreateMetadataFieldsRequest) MetadataFieldMetadataFieldCreateRequest ¶

func (r ApiCreateMetadataFieldsRequest) MetadataFieldMetadataFieldCreateRequest(metadataFieldMetadataFieldCreateRequest MetadataFieldMetadataFieldCreateRequest) ApiCreateMetadataFieldsRequest

Properties of the metadata field type to be created

func (ApiCreateMetadataFieldsRequest) XKeyfactorApiVersion ¶

func (r ApiCreateMetadataFieldsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateMetadataFieldsRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateMetadataFieldsRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateMetadataFieldsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateMetadataFieldsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateMonitoringResolveOCSPRequest ¶

type ApiCreateMonitoringResolveOCSPRequest struct {
	ApiService *MonitoringApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Monitoring/ResolveOCSP

func (ApiCreateMonitoringResolveOCSPRequest) Execute ¶

Executes the V1 POST /Monitoring/ResolveOCSP request context

func (ApiCreateMonitoringResolveOCSPRequest) MonitoringOCSPParametersRequest ¶

func (r ApiCreateMonitoringResolveOCSPRequest) MonitoringOCSPParametersRequest(monitoringOCSPParametersRequest MonitoringOCSPParametersRequest) ApiCreateMonitoringResolveOCSPRequest

Information for the new endpoint

func (ApiCreateMonitoringResolveOCSPRequest) XKeyfactorApiVersion ¶

func (r ApiCreateMonitoringResolveOCSPRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateMonitoringResolveOCSPRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateMonitoringResolveOCSPRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateMonitoringResolveOCSPRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateMonitoringResolveOCSPRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateMonitoringRevocationCRLTestRequest ¶

type ApiCreateMonitoringRevocationCRLTestRequest struct {
	ApiService *MonitoringApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Monitoring/Revocation/CRL/Test

func (ApiCreateMonitoringRevocationCRLTestRequest) CSSCMSDataModelModelsMonitoringCRLTestRequest ¶

func (r ApiCreateMonitoringRevocationCRLTestRequest) CSSCMSDataModelModelsMonitoringCRLTestRequest(cSSCMSDataModelModelsMonitoringCRLTestRequest CSSCMSDataModelModelsMonitoringCRLTestRequest) ApiCreateMonitoringRevocationCRLTestRequest

The CRL being tested.

func (ApiCreateMonitoringRevocationCRLTestRequest) Execute ¶

Executes the V1 POST /Monitoring/Revocation/CRL/Test request context

func (ApiCreateMonitoringRevocationCRLTestRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateMonitoringRevocationCRLTestRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateMonitoringRevocationCRLTestRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateMonitoringRevocationCRLTestRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateMonitoringRevocationOCSPTestRequest ¶

type ApiCreateMonitoringRevocationOCSPTestRequest struct {
	ApiService *MonitoringApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Monitoring/Revocation/OCSP/Test

func (ApiCreateMonitoringRevocationOCSPTestRequest) CSSCMSDataModelModelsMonitoringOCSPTestRequest ¶

func (r ApiCreateMonitoringRevocationOCSPTestRequest) CSSCMSDataModelModelsMonitoringOCSPTestRequest(cSSCMSDataModelModelsMonitoringOCSPTestRequest CSSCMSDataModelModelsMonitoringOCSPTestRequest) ApiCreateMonitoringRevocationOCSPTestRequest

The OCSP endpoint being tested.

func (ApiCreateMonitoringRevocationOCSPTestRequest) Execute ¶

Executes the V1 POST /Monitoring/Revocation/OCSP/Test request context

func (ApiCreateMonitoringRevocationOCSPTestRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateMonitoringRevocationOCSPTestRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateMonitoringRevocationRequest ¶

type ApiCreateMonitoringRevocationRequest struct {
	ApiService *MonitoringApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Monitoring/Revocation

func (ApiCreateMonitoringRevocationRequest) Execute ¶

Executes the V1 POST /Monitoring/Revocation request context

func (ApiCreateMonitoringRevocationRequest) ForceSave ¶

Bypass testing the connection to either the CRL or the OCSP endpoint

func (ApiCreateMonitoringRevocationRequest) MonitoringRevocationMonitoringCreationRequest ¶

func (r ApiCreateMonitoringRevocationRequest) MonitoringRevocationMonitoringCreationRequest(monitoringRevocationMonitoringCreationRequest MonitoringRevocationMonitoringCreationRequest) ApiCreateMonitoringRevocationRequest

Information for the new endpoint

func (ApiCreateMonitoringRevocationRequest) XKeyfactorApiVersion ¶

func (r ApiCreateMonitoringRevocationRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateMonitoringRevocationRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateMonitoringRevocationRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateMonitoringRevocationRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateMonitoringRevocationRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateMonitoringRevocationTestAllRequest ¶

type ApiCreateMonitoringRevocationTestAllRequest struct {
	ApiService *MonitoringApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Monitoring/Revocation/TestAll

func (ApiCreateMonitoringRevocationTestAllRequest) Execute ¶

Executes the V1 POST /Monitoring/Revocation/TestAll request context

func (ApiCreateMonitoringRevocationTestAllRequest) MonitoringRevocationMonitoringAlertTestAllRequest ¶

func (r ApiCreateMonitoringRevocationTestAllRequest) MonitoringRevocationMonitoringAlertTestAllRequest(monitoringRevocationMonitoringAlertTestAllRequest MonitoringRevocationMonitoringAlertTestAllRequest) ApiCreateMonitoringRevocationTestAllRequest

Information about the revocation monitoring alert test

func (ApiCreateMonitoringRevocationTestAllRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateMonitoringRevocationTestAllRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateMonitoringRevocationTestAllRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateMonitoringRevocationTestAllRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateMonitoringRevocationTestRequest ¶

type ApiCreateMonitoringRevocationTestRequest struct {
	ApiService *MonitoringApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Monitoring/Revocation/Test

func (ApiCreateMonitoringRevocationTestRequest) Execute ¶

Executes the V1 POST /Monitoring/Revocation/Test request context

func (ApiCreateMonitoringRevocationTestRequest) MonitoringRevocationMonitoringAlertTestRequest ¶

func (r ApiCreateMonitoringRevocationTestRequest) MonitoringRevocationMonitoringAlertTestRequest(monitoringRevocationMonitoringAlertTestRequest MonitoringRevocationMonitoringAlertTestRequest) ApiCreateMonitoringRevocationTestRequest

Information about the revocation monitoring alert test

func (ApiCreateMonitoringRevocationTestRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateMonitoringRevocationTestRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateMonitoringRevocationTestRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateMonitoringRevocationTestRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateOrchestratorJobsAcknowledgeRequest ¶

type ApiCreateOrchestratorJobsAcknowledgeRequest struct {
	ApiService *OrchestratorJobApiService
	// contains filtered or unexported fields
}

Request for V1 POST /OrchestratorJobs/Acknowledge

func (ApiCreateOrchestratorJobsAcknowledgeRequest) Execute ¶

Executes the V1 POST /OrchestratorJobs/Acknowledge request context

func (ApiCreateOrchestratorJobsAcknowledgeRequest) OrchestratorJobsAcknowledgeJobRequest ¶

func (r ApiCreateOrchestratorJobsAcknowledgeRequest) OrchestratorJobsAcknowledgeJobRequest(orchestratorJobsAcknowledgeJobRequest OrchestratorJobsAcknowledgeJobRequest) ApiCreateOrchestratorJobsAcknowledgeRequest

Information to identify the jobs to acknowledge, either a query or a list of job identifiers

func (ApiCreateOrchestratorJobsAcknowledgeRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateOrchestratorJobsAcknowledgeRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateOrchestratorJobsAcknowledgeRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateOrchestratorJobsAcknowledgeRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateOrchestratorJobsCustomBulkRequest ¶

type ApiCreateOrchestratorJobsCustomBulkRequest struct {
	ApiService *OrchestratorJobApiService
	// contains filtered or unexported fields
}

Request for V1 POST /OrchestratorJobs/Custom/Bulk

func (ApiCreateOrchestratorJobsCustomBulkRequest) CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest ¶

func (r ApiCreateOrchestratorJobsCustomBulkRequest) CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest(cSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest) ApiCreateOrchestratorJobsCustomBulkRequest

Information to use to schedule the jobs, including the type of custom job, agents to use, and job-specific parameters.

func (ApiCreateOrchestratorJobsCustomBulkRequest) Execute ¶

Executes the V1 POST /OrchestratorJobs/Custom/Bulk request context

func (ApiCreateOrchestratorJobsCustomBulkRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateOrchestratorJobsCustomBulkRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateOrchestratorJobsCustomBulkRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateOrchestratorJobsCustomBulkRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateOrchestratorJobsCustomRequest ¶

type ApiCreateOrchestratorJobsCustomRequest struct {
	ApiService *OrchestratorJobApiService
	// contains filtered or unexported fields
}

Request for V1 POST /OrchestratorJobs/Custom

func (ApiCreateOrchestratorJobsCustomRequest) CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest ¶

func (r ApiCreateOrchestratorJobsCustomRequest) CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest(cSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest) ApiCreateOrchestratorJobsCustomRequest

Information to use to schedule the job, including the type of custom job, agent to use, and job-specific parameters.

func (ApiCreateOrchestratorJobsCustomRequest) Execute ¶

Executes the V1 POST /OrchestratorJobs/Custom request context

func (ApiCreateOrchestratorJobsCustomRequest) XKeyfactorApiVersion ¶

func (r ApiCreateOrchestratorJobsCustomRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateOrchestratorJobsCustomRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateOrchestratorJobsCustomRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateOrchestratorJobsCustomRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateOrchestratorJobsCustomRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateOrchestratorJobsRescheduleRequest ¶

type ApiCreateOrchestratorJobsRescheduleRequest struct {
	ApiService *OrchestratorJobApiService
	// contains filtered or unexported fields
}

Request for V1 POST /OrchestratorJobs/Reschedule

func (ApiCreateOrchestratorJobsRescheduleRequest) Execute ¶

Executes the V1 POST /OrchestratorJobs/Reschedule request context

func (ApiCreateOrchestratorJobsRescheduleRequest) OrchestratorJobsRescheduleJobRequest ¶

func (r ApiCreateOrchestratorJobsRescheduleRequest) OrchestratorJobsRescheduleJobRequest(orchestratorJobsRescheduleJobRequest OrchestratorJobsRescheduleJobRequest) ApiCreateOrchestratorJobsRescheduleRequest

Information to identify the jobs to reschedule, either a query or a list of job identifiers

func (ApiCreateOrchestratorJobsRescheduleRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateOrchestratorJobsRescheduleRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateOrchestratorJobsRescheduleRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateOrchestratorJobsRescheduleRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateOrchestratorJobsUnscheduleRequest ¶

type ApiCreateOrchestratorJobsUnscheduleRequest struct {
	ApiService *OrchestratorJobApiService
	// contains filtered or unexported fields
}

Request for V1 POST /OrchestratorJobs/Unschedule

func (ApiCreateOrchestratorJobsUnscheduleRequest) Execute ¶

Executes the V1 POST /OrchestratorJobs/Unschedule request context

func (ApiCreateOrchestratorJobsUnscheduleRequest) OrchestratorJobsUnscheduleJobRequest ¶

func (r ApiCreateOrchestratorJobsUnscheduleRequest) OrchestratorJobsUnscheduleJobRequest(orchestratorJobsUnscheduleJobRequest OrchestratorJobsUnscheduleJobRequest) ApiCreateOrchestratorJobsUnscheduleRequest

Information to identify the orchestrator jobs to unschedule, either a query or a list of job identifiers

func (ApiCreateOrchestratorJobsUnscheduleRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateOrchestratorJobsUnscheduleRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateOrchestratorJobsUnscheduleRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateOrchestratorJobsUnscheduleRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreatePamProvidersLocalProviderIdEntriesRequest ¶

type ApiCreatePamProvidersLocalProviderIdEntriesRequest struct {
	ApiService *PAMLocalEntriesApiService
	// contains filtered or unexported fields
}

Request for V1 POST /PamProviders/Local/{providerId}/Entries

func (ApiCreatePamProvidersLocalProviderIdEntriesRequest) Execute ¶

Executes the V1 POST /PamProviders/Local/{providerId}/Entries request context

func (ApiCreatePamProvidersLocalProviderIdEntriesRequest) PAMLocalLocalPAMEntryCreateRequest ¶

Local PAM entry properties to be used

func (ApiCreatePamProvidersLocalProviderIdEntriesRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreatePamProvidersLocalProviderIdEntriesRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiCreatePamProvidersRequest ¶

type ApiCreatePamProvidersRequest struct {
	ApiService *PAMProviderApiService
	// contains filtered or unexported fields
}

Request for V1 POST /PamProviders

func (ApiCreatePamProvidersRequest) Execute ¶

Executes the V1 POST /PamProviders request context

func (ApiCreatePamProvidersRequest) PAMProviderCreateRequest ¶

func (r ApiCreatePamProvidersRequest) PAMProviderCreateRequest(pAMProviderCreateRequest PAMProviderCreateRequest) ApiCreatePamProvidersRequest

PAM provider properties to be used

func (ApiCreatePamProvidersRequest) XKeyfactorApiVersion ¶

func (r ApiCreatePamProvidersRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreatePamProvidersRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreatePamProvidersRequest) XKeyfactorRequestedWith ¶

func (r ApiCreatePamProvidersRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreatePamProvidersRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreatePamProvidersTypesRequest ¶

type ApiCreatePamProvidersTypesRequest struct {
	ApiService *PAMProviderApiService
	// contains filtered or unexported fields
}

Request for V1 POST /PamProviders/Types

func (ApiCreatePamProvidersTypesRequest) Execute ¶

Executes the V1 POST /PamProviders/Types request context

func (ApiCreatePamProvidersTypesRequest) PAMProviderTypeCreateRequest ¶

func (r ApiCreatePamProvidersTypesRequest) PAMProviderTypeCreateRequest(pAMProviderTypeCreateRequest PAMProviderTypeCreateRequest) ApiCreatePamProvidersTypesRequest

PAM provider type properties to be used

func (ApiCreatePamProvidersTypesRequest) XKeyfactorApiVersion ¶

func (r ApiCreatePamProvidersTypesRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreatePamProvidersTypesRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreatePamProvidersTypesRequest) XKeyfactorRequestedWith ¶

func (r ApiCreatePamProvidersTypesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreatePamProvidersTypesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreatePermissionSetsRequest ¶

type ApiCreatePermissionSetsRequest struct {
	ApiService *PermissionSetApiService
	// contains filtered or unexported fields
}

Request for V1 POST /PermissionSets

func (ApiCreatePermissionSetsRequest) Execute ¶

Executes the V1 POST /PermissionSets request context

func (ApiCreatePermissionSetsRequest) PermissionSetsPermissionSetCreateRequest ¶

func (r ApiCreatePermissionSetsRequest) PermissionSetsPermissionSetCreateRequest(permissionSetsPermissionSetCreateRequest PermissionSetsPermissionSetCreateRequest) ApiCreatePermissionSetsRequest

Information about the new permission set.

func (ApiCreatePermissionSetsRequest) XKeyfactorApiVersion ¶

func (r ApiCreatePermissionSetsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreatePermissionSetsRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreatePermissionSetsRequest) XKeyfactorRequestedWith ¶

func (r ApiCreatePermissionSetsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreatePermissionSetsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateReportsByIdSchedulesRequest ¶

type ApiCreateReportsByIdSchedulesRequest struct {
	ApiService *ReportsApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Reports/{id}/Schedules

func (ApiCreateReportsByIdSchedulesRequest) Execute ¶

Executes the V1 POST /Reports/{id}/Schedules request context

func (ApiCreateReportsByIdSchedulesRequest) ReportsReportSchedulesReportScheduleCreationRequest ¶

func (r ApiCreateReportsByIdSchedulesRequest) ReportsReportSchedulesReportScheduleCreationRequest(reportsReportSchedulesReportScheduleCreationRequest ReportsReportSchedulesReportScheduleCreationRequest) ApiCreateReportsByIdSchedulesRequest

Report Schedule

func (ApiCreateReportsByIdSchedulesRequest) XKeyfactorApiVersion ¶

func (r ApiCreateReportsByIdSchedulesRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateReportsByIdSchedulesRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateReportsByIdSchedulesRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateReportsByIdSchedulesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateReportsByIdSchedulesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateReportsCustomRequest ¶

type ApiCreateReportsCustomRequest struct {
	ApiService *ReportsApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Reports/Custom

func (ApiCreateReportsCustomRequest) Execute ¶

Executes the V1 POST /Reports/Custom request context

func (ApiCreateReportsCustomRequest) ReportsCustomReportsCustomReportCreationRequest ¶

func (r ApiCreateReportsCustomRequest) ReportsCustomReportsCustomReportCreationRequest(reportsCustomReportsCustomReportCreationRequest ReportsCustomReportsCustomReportCreationRequest) ApiCreateReportsCustomRequest

Report Information

func (ApiCreateReportsCustomRequest) XKeyfactorApiVersion ¶

func (r ApiCreateReportsCustomRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateReportsCustomRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateReportsCustomRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateReportsCustomRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateReportsCustomRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSMTPTestRequest ¶

type ApiCreateSMTPTestRequest struct {
	ApiService *SMTPApiService
	// contains filtered or unexported fields
}

Request for V1 POST /SMTP/Test

func (ApiCreateSMTPTestRequest) Execute ¶

Executes the V1 POST /SMTP/Test request context

func (ApiCreateSMTPTestRequest) SMTPSMTPTestRequest ¶

func (r ApiCreateSMTPTestRequest) SMTPSMTPTestRequest(sMTPSMTPTestRequest SMTPSMTPTestRequest) ApiCreateSMTPTestRequest

func (ApiCreateSMTPTestRequest) XKeyfactorApiVersion ¶

func (r ApiCreateSMTPTestRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateSMTPTestRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateSMTPTestRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateSMTPTestRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateSMTPTestRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSSHKeysMyKeyRequest ¶

type ApiCreateSSHKeysMyKeyRequest struct {
	ApiService *KeyApiService
	// contains filtered or unexported fields
}

Request for V1 POST /SSH/Keys/MyKey

func (ApiCreateSSHKeysMyKeyRequest) CSSCMSDataModelModelsSSHKeysKeyGenerationRequest ¶

func (r ApiCreateSSHKeysMyKeyRequest) CSSCMSDataModelModelsSSHKeysKeyGenerationRequest(cSSCMSDataModelModelsSSHKeysKeyGenerationRequest CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) ApiCreateSSHKeysMyKeyRequest

Object containing information about the key to be generated

func (ApiCreateSSHKeysMyKeyRequest) Execute ¶

Executes the V1 POST /SSH/Keys/MyKey request context

func (ApiCreateSSHKeysMyKeyRequest) XKeyfactorApiVersion ¶

func (r ApiCreateSSHKeysMyKeyRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateSSHKeysMyKeyRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateSSHKeysMyKeyRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateSSHKeysMyKeyRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateSSHKeysMyKeyRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSSHLogonsAccessRequest ¶

type ApiCreateSSHLogonsAccessRequest struct {
	ApiService *LogonApiService
	// contains filtered or unexported fields
}

Request for V1 POST /SSH/Logons/Access

func (ApiCreateSSHLogonsAccessRequest) CSSCMSDataModelModelsSSHLogonsLogonAccessRequest ¶

func (r ApiCreateSSHLogonsAccessRequest) CSSCMSDataModelModelsSSHLogonsLogonAccessRequest(cSSCMSDataModelModelsSSHLogonsLogonAccessRequest CSSCMSDataModelModelsSSHLogonsLogonAccessRequest) ApiCreateSSHLogonsAccessRequest

Users to add the existing logon

func (ApiCreateSSHLogonsAccessRequest) Execute ¶

Executes the V1 POST /SSH/Logons/Access request context

func (ApiCreateSSHLogonsAccessRequest) XKeyfactorApiVersion ¶

func (r ApiCreateSSHLogonsAccessRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateSSHLogonsAccessRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateSSHLogonsAccessRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateSSHLogonsAccessRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateSSHLogonsAccessRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSSHLogonsRequest ¶

type ApiCreateSSHLogonsRequest struct {
	ApiService *LogonApiService
	// contains filtered or unexported fields
}

Request for V1 POST /SSH/Logons

func (ApiCreateSSHLogonsRequest) CSSCMSDataModelModelsSSHLogonsLogonCreationRequest ¶

func (r ApiCreateSSHLogonsRequest) CSSCMSDataModelModelsSSHLogonsLogonCreationRequest(cSSCMSDataModelModelsSSHLogonsLogonCreationRequest CSSCMSDataModelModelsSSHLogonsLogonCreationRequest) ApiCreateSSHLogonsRequest

Logon properties to be applied to the new logon

func (ApiCreateSSHLogonsRequest) Execute ¶

Executes the V1 POST /SSH/Logons request context

func (ApiCreateSSHLogonsRequest) XKeyfactorApiVersion ¶

func (r ApiCreateSSHLogonsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateSSHLogonsRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateSSHLogonsRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateSSHLogonsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateSSHLogonsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSSHServerGroupsAccessRequest ¶

type ApiCreateSSHServerGroupsAccessRequest struct {
	ApiService *ServerGroupApiService
	// contains filtered or unexported fields
}

Request for V1 POST /SSH/ServerGroups/Access

func (ApiCreateSSHServerGroupsAccessRequest) CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest ¶

func (r ApiCreateSSHServerGroupsAccessRequest) CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest(cSSCMSDataModelModelsSSHAccessServerGroupAccessRequest CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest) ApiCreateSSHServerGroupsAccessRequest

func (ApiCreateSSHServerGroupsAccessRequest) Execute ¶

Executes the V1 POST /SSH/ServerGroups/Access request context

func (ApiCreateSSHServerGroupsAccessRequest) XKeyfactorApiVersion ¶

func (r ApiCreateSSHServerGroupsAccessRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateSSHServerGroupsAccessRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateSSHServerGroupsAccessRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateSSHServerGroupsAccessRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateSSHServerGroupsAccessRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSSHServerGroupsRequest ¶

type ApiCreateSSHServerGroupsRequest struct {
	ApiService *ServerGroupApiService
	// contains filtered or unexported fields
}

Request for V1 POST /SSH/ServerGroups

func (ApiCreateSSHServerGroupsRequest) CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest ¶

func (r ApiCreateSSHServerGroupsRequest) CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest(cSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) ApiCreateSSHServerGroupsRequest

Server group properties to be applied to the new group

func (ApiCreateSSHServerGroupsRequest) Execute ¶

Executes the V1 POST /SSH/ServerGroups request context

func (ApiCreateSSHServerGroupsRequest) XKeyfactorApiVersion ¶

func (r ApiCreateSSHServerGroupsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateSSHServerGroupsRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateSSHServerGroupsRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateSSHServerGroupsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateSSHServerGroupsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSSHServersAccessRequest ¶

type ApiCreateSSHServersAccessRequest struct {
	ApiService *ServerApiService
	// contains filtered or unexported fields
}

Request for V1 POST /SSH/Servers/Access

func (ApiCreateSSHServersAccessRequest) CSSCMSDataModelModelsSSHAccessServerAccessRequest ¶

func (r ApiCreateSSHServersAccessRequest) CSSCMSDataModelModelsSSHAccessServerAccessRequest(cSSCMSDataModelModelsSSHAccessServerAccessRequest CSSCMSDataModelModelsSSHAccessServerAccessRequest) ApiCreateSSHServersAccessRequest

Logons and users to be applied to the existing server

func (ApiCreateSSHServersAccessRequest) Execute ¶

Executes the V1 POST /SSH/Servers/Access request context

func (ApiCreateSSHServersAccessRequest) XKeyfactorApiVersion ¶

func (r ApiCreateSSHServersAccessRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateSSHServersAccessRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateSSHServersAccessRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateSSHServersAccessRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateSSHServersAccessRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSSHServersRequest ¶

type ApiCreateSSHServersRequest struct {
	ApiService *ServerApiService
	// contains filtered or unexported fields
}

Request for V1 POST /SSH/Servers

func (ApiCreateSSHServersRequest) CSSCMSDataModelModelsSSHServersServerCreationRequest ¶

func (r ApiCreateSSHServersRequest) CSSCMSDataModelModelsSSHServersServerCreationRequest(cSSCMSDataModelModelsSSHServersServerCreationRequest CSSCMSDataModelModelsSSHServersServerCreationRequest) ApiCreateSSHServersRequest

Server properties to be applied to the newserver

func (ApiCreateSSHServersRequest) Execute ¶

Executes the V1 POST /SSH/Servers request context

func (ApiCreateSSHServersRequest) XKeyfactorApiVersion ¶

func (r ApiCreateSSHServersRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateSSHServersRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateSSHServersRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateSSHServersRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateSSHServersRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSSHServiceAccountsRequest ¶

type ApiCreateSSHServiceAccountsRequest struct {
	ApiService *ServiceAccountApiService
	// contains filtered or unexported fields
}

Request for V1 POST /SSH/ServiceAccounts

func (ApiCreateSSHServiceAccountsRequest) CSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest ¶

func (r ApiCreateSSHServiceAccountsRequest) CSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest(cSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest CSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest) ApiCreateSSHServiceAccountsRequest

ServiceAccount properties to be applied to the new ServiceAccount

func (ApiCreateSSHServiceAccountsRequest) Execute ¶

Executes the V1 POST /SSH/ServiceAccounts request context

func (ApiCreateSSHServiceAccountsRequest) XKeyfactorApiVersion ¶

func (r ApiCreateSSHServiceAccountsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateSSHServiceAccountsRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateSSHServiceAccountsRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateSSHServiceAccountsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateSSHServiceAccountsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSSHServiceAccountsRotateByIdRequest ¶

type ApiCreateSSHServiceAccountsRotateByIdRequest struct {
	ApiService *ServiceAccountApiService
	// contains filtered or unexported fields
}

Request for V1 POST /SSH/ServiceAccounts/Rotate/{id}

func (ApiCreateSSHServiceAccountsRotateByIdRequest) CSSCMSDataModelModelsSSHKeysKeyGenerationRequest ¶

func (r ApiCreateSSHServiceAccountsRotateByIdRequest) CSSCMSDataModelModelsSSHKeysKeyGenerationRequest(cSSCMSDataModelModelsSSHKeysKeyGenerationRequest CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) ApiCreateSSHServiceAccountsRotateByIdRequest

func (ApiCreateSSHServiceAccountsRotateByIdRequest) Execute ¶

Executes the V1 POST /SSH/ServiceAccounts/Rotate/{id} request context

func (ApiCreateSSHServiceAccountsRotateByIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateSSHServiceAccountsRotateByIdRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSSHUsersAccessRequest ¶

type ApiCreateSSHUsersAccessRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

Request for V1 POST /SSH/Users/Access

func (ApiCreateSSHUsersAccessRequest) CSSCMSDataModelModelsSSHUsersSshUserUpdateRequest ¶

func (r ApiCreateSSHUsersAccessRequest) CSSCMSDataModelModelsSSHUsersSshUserUpdateRequest(cSSCMSDataModelModelsSSHUsersSshUserUpdateRequest CSSCMSDataModelModelsSSHUsersSshUserUpdateRequest) ApiCreateSSHUsersAccessRequest

Logons to add the existing user

func (ApiCreateSSHUsersAccessRequest) Execute ¶

Executes the V1 POST /SSH/Users/Access request context

func (ApiCreateSSHUsersAccessRequest) XKeyfactorApiVersion ¶

func (r ApiCreateSSHUsersAccessRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateSSHUsersAccessRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateSSHUsersAccessRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateSSHUsersAccessRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateSSHUsersAccessRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSSHUsersRequest ¶

type ApiCreateSSHUsersRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

Request for V1 POST /SSH/Users

func (ApiCreateSSHUsersRequest) CSSCMSDataModelModelsSSHUsersSshUserCreationRequest ¶

func (r ApiCreateSSHUsersRequest) CSSCMSDataModelModelsSSHUsersSshUserCreationRequest(cSSCMSDataModelModelsSSHUsersSshUserCreationRequest CSSCMSDataModelModelsSSHUsersSshUserCreationRequest) ApiCreateSSHUsersRequest

SSH user to be created.

func (ApiCreateSSHUsersRequest) Execute ¶

Executes the V1 POST /SSH/Users request context

func (ApiCreateSSHUsersRequest) XKeyfactorApiVersion ¶

func (r ApiCreateSSHUsersRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateSSHUsersRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateSSHUsersRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateSSHUsersRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateSSHUsersRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSSLNetworkRangesRequest ¶

type ApiCreateSSLNetworkRangesRequest struct {
	ApiService *SslApiService
	// contains filtered or unexported fields
}

Request for V1 POST /SSL/NetworkRanges

func (ApiCreateSSLNetworkRangesRequest) CSSCMSDataModelModelsSSLNetworkRangesRequest ¶

func (r ApiCreateSSLNetworkRangesRequest) CSSCMSDataModelModelsSSLNetworkRangesRequest(cSSCMSDataModelModelsSSLNetworkRangesRequest CSSCMSDataModelModelsSSLNetworkRangesRequest) ApiCreateSSLNetworkRangesRequest

Network definition identifier and the ranges to be added

func (ApiCreateSSLNetworkRangesRequest) Execute ¶

Executes the V1 POST /SSL/NetworkRanges request context

func (ApiCreateSSLNetworkRangesRequest) XKeyfactorApiVersion ¶

func (r ApiCreateSSLNetworkRangesRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateSSLNetworkRangesRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateSSLNetworkRangesRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateSSLNetworkRangesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateSSLNetworkRangesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSSLNetworkRangesValidateRequest ¶

type ApiCreateSSLNetworkRangesValidateRequest struct {
	ApiService *SslApiService
	// contains filtered or unexported fields
}

Request for V1 POST /SSL/NetworkRanges/Validate

func (ApiCreateSSLNetworkRangesValidateRequest) Execute ¶

Executes the V1 POST /SSL/NetworkRanges/Validate request context

func (ApiCreateSSLNetworkRangesValidateRequest) RequestBody ¶

List of the network range definitions to verify

func (ApiCreateSSLNetworkRangesValidateRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateSSLNetworkRangesValidateRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateSSLNetworkRangesValidateRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateSSLNetworkRangesValidateRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSSLNetworksByIdResetRequest ¶

type ApiCreateSSLNetworksByIdResetRequest struct {
	ApiService *SslApiService
	// contains filtered or unexported fields
}

Request for V1 POST /SSL/Networks/{id}/Reset

func (ApiCreateSSLNetworksByIdResetRequest) Execute ¶

Executes the V1 POST /SSL/Networks/{id}/Reset request context

func (ApiCreateSSLNetworksByIdResetRequest) XKeyfactorApiVersion ¶

func (r ApiCreateSSLNetworksByIdResetRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateSSLNetworksByIdResetRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateSSLNetworksByIdResetRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateSSLNetworksByIdResetRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateSSLNetworksByIdResetRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSSLNetworksByIdScanRequest ¶

type ApiCreateSSLNetworksByIdScanRequest struct {
	ApiService *SslApiService
	// contains filtered or unexported fields
}

Request for V1 POST /SSL/Networks/{id}/Scan

func (ApiCreateSSLNetworksByIdScanRequest) CSSCMSDataModelModelsSSLImmediateSslScanRequest ¶

func (r ApiCreateSSLNetworksByIdScanRequest) CSSCMSDataModelModelsSSLImmediateSslScanRequest(cSSCMSDataModelModelsSSLImmediateSslScanRequest CSSCMSDataModelModelsSSLImmediateSslScanRequest) ApiCreateSSLNetworksByIdScanRequest

Request for an immediate SSL Scan

func (ApiCreateSSLNetworksByIdScanRequest) Execute ¶

Executes the V1 POST /SSL/Networks/{id}/Scan request context

func (ApiCreateSSLNetworksByIdScanRequest) XKeyfactorApiVersion ¶

func (r ApiCreateSSLNetworksByIdScanRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateSSLNetworksByIdScanRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateSSLNetworksByIdScanRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateSSLNetworksByIdScanRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateSSLNetworksByIdScanRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSSLNetworksRequest ¶

type ApiCreateSSLNetworksRequest struct {
	ApiService *SslApiService
	// contains filtered or unexported fields
}

Request for V1 POST /SSL/Networks

func (ApiCreateSSLNetworksRequest) Execute ¶

Executes the V1 POST /SSL/Networks request context

func (ApiCreateSSLNetworksRequest) SslCreateNetworkRequest ¶

func (r ApiCreateSSLNetworksRequest) SslCreateNetworkRequest(sslCreateNetworkRequest SslCreateNetworkRequest) ApiCreateSSLNetworksRequest

Properties of the network definition to be created

func (ApiCreateSSLNetworksRequest) XKeyfactorApiVersion ¶

func (r ApiCreateSSLNetworksRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateSSLNetworksRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateSSLNetworksRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateSSLNetworksRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateSSLNetworksRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSchedulingRequest ¶

type ApiCreateSchedulingRequest struct {
	ApiService *SchedulingApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Scheduling

func (ApiCreateSchedulingRequest) Execute ¶

Executes the V1 POST /Scheduling request context

func (ApiCreateSchedulingRequest) SchedulingScheduledTaskRequest ¶

func (r ApiCreateSchedulingRequest) SchedulingScheduledTaskRequest(schedulingScheduledTaskRequest SchedulingScheduledTaskRequest) ApiCreateSchedulingRequest

func (ApiCreateSchedulingRequest) XKeyfactorApiVersion ¶

func (r ApiCreateSchedulingRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateSchedulingRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateSchedulingRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateSchedulingRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateSchedulingRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSecurityClaimsRequest ¶

type ApiCreateSecurityClaimsRequest struct {
	ApiService *SecurityClaimsApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Security/Claims

func (ApiCreateSecurityClaimsRequest) Execute ¶

Executes the V1 POST /Security/Claims request context

func (ApiCreateSecurityClaimsRequest) SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest ¶

func (r ApiCreateSecurityClaimsRequest) SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest(securityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest) ApiCreateSecurityClaimsRequest

Claim Definition Creation Request

func (ApiCreateSecurityClaimsRequest) XKeyfactorApiVersion ¶

func (r ApiCreateSecurityClaimsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateSecurityClaimsRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateSecurityClaimsRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateSecurityClaimsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateSecurityClaimsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSecurityContainersByIdRolesRequest ¶

type ApiCreateSecurityContainersByIdRolesRequest struct {
	ApiService *SecurityApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Security/Containers/{id}/Roles

func (ApiCreateSecurityContainersByIdRolesRequest) CSSCMSDataModelModelsCertificateStoreContainerPermissions ¶

func (r ApiCreateSecurityContainersByIdRolesRequest) CSSCMSDataModelModelsCertificateStoreContainerPermissions(cSSCMSDataModelModelsCertificateStoreContainerPermissions []CSSCMSDataModelModelsCertificateStoreContainerPermissions) ApiCreateSecurityContainersByIdRolesRequest

Information for the updated security role

func (ApiCreateSecurityContainersByIdRolesRequest) Execute ¶

Executes the V1 POST /Security/Containers/{id}/Roles request context

func (ApiCreateSecurityContainersByIdRolesRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateSecurityContainersByIdRolesRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateSecurityContainersByIdRolesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateSecurityContainersByIdRolesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSecurityIdentitiesRequest ¶

type ApiCreateSecurityIdentitiesRequest struct {
	ApiService *SecurityApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Security/Identities

func (ApiCreateSecurityIdentitiesRequest) Execute ¶

Executes the V1 POST /Security/Identities request context

func (ApiCreateSecurityIdentitiesRequest) SecuritySecurityIdentitiesSecurityIdentityRequest ¶

func (r ApiCreateSecurityIdentitiesRequest) SecuritySecurityIdentitiesSecurityIdentityRequest(securitySecurityIdentitiesSecurityIdentityRequest SecuritySecurityIdentitiesSecurityIdentityRequest) ApiCreateSecurityIdentitiesRequest

Security Identity Request

func (ApiCreateSecurityIdentitiesRequest) XKeyfactorApiVersion ¶

func (r ApiCreateSecurityIdentitiesRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateSecurityIdentitiesRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateSecurityIdentitiesRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateSecurityIdentitiesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateSecurityIdentitiesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSecurityRolesByIdCopyRequest ¶

type ApiCreateSecurityRolesByIdCopyRequest struct {
	ApiService *SecurityRolesApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Security/Roles/{id}/Copy

func (ApiCreateSecurityRolesByIdCopyRequest) Execute ¶

Executes the V1 POST /Security/Roles/{id}/Copy request context

func (ApiCreateSecurityRolesByIdCopyRequest) SecurityLegacySecurityRolesSecurityRoleCopyRequest ¶

func (r ApiCreateSecurityRolesByIdCopyRequest) SecurityLegacySecurityRolesSecurityRoleCopyRequest(securityLegacySecurityRolesSecurityRoleCopyRequest SecurityLegacySecurityRolesSecurityRoleCopyRequest) ApiCreateSecurityRolesByIdCopyRequest

New security role's name and description

func (ApiCreateSecurityRolesByIdCopyRequest) XKeyfactorApiVersion ¶

func (r ApiCreateSecurityRolesByIdCopyRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateSecurityRolesByIdCopyRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateSecurityRolesByIdCopyRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateSecurityRolesByIdCopyRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateSecurityRolesByIdCopyRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSecurityRolesByIdPermissionsCollectionsRequest ¶

type ApiCreateSecurityRolesByIdPermissionsCollectionsRequest struct {
	ApiService *SecurityRolePermissionsApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Security/Roles/{id}/Permissions/Collections

func (ApiCreateSecurityRolesByIdPermissionsCollectionsRequest) Execute ¶

Executes the V1 POST /Security/Roles/{id}/Permissions/Collections request context

func (ApiCreateSecurityRolesByIdPermissionsCollectionsRequest) SecuritySecurityRolePermissionsCollectionPermissionRequest ¶

func (r ApiCreateSecurityRolesByIdPermissionsCollectionsRequest) SecuritySecurityRolePermissionsCollectionPermissionRequest(securitySecurityRolePermissionsCollectionPermissionRequest []SecuritySecurityRolePermissionsCollectionPermissionRequest) ApiCreateSecurityRolesByIdPermissionsCollectionsRequest

Collections permissions

func (ApiCreateSecurityRolesByIdPermissionsCollectionsRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateSecurityRolesByIdPermissionsCollectionsRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSecurityRolesByIdPermissionsContainersRequest ¶

type ApiCreateSecurityRolesByIdPermissionsContainersRequest struct {
	ApiService *SecurityRolePermissionsApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Security/Roles/{id}/Permissions/Containers

func (ApiCreateSecurityRolesByIdPermissionsContainersRequest) Execute ¶

Executes the V1 POST /Security/Roles/{id}/Permissions/Containers request context

func (ApiCreateSecurityRolesByIdPermissionsContainersRequest) SecuritySecurityRolePermissionsContainerPermissionRequest ¶

func (r ApiCreateSecurityRolesByIdPermissionsContainersRequest) SecuritySecurityRolePermissionsContainerPermissionRequest(securitySecurityRolePermissionsContainerPermissionRequest []SecuritySecurityRolePermissionsContainerPermissionRequest) ApiCreateSecurityRolesByIdPermissionsContainersRequest

Container permissions

func (ApiCreateSecurityRolesByIdPermissionsContainersRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateSecurityRolesByIdPermissionsContainersRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSecurityRolesByIdPermissionsGlobalRequest ¶

type ApiCreateSecurityRolesByIdPermissionsGlobalRequest struct {
	ApiService *SecurityRolePermissionsApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Security/Roles/{id}/Permissions/Global

func (ApiCreateSecurityRolesByIdPermissionsGlobalRequest) Execute ¶

Executes the V1 POST /Security/Roles/{id}/Permissions/Global request context

func (ApiCreateSecurityRolesByIdPermissionsGlobalRequest) SecuritySecurityRolePermissionsGlobalPermissionRequest ¶

func (r ApiCreateSecurityRolesByIdPermissionsGlobalRequest) SecuritySecurityRolePermissionsGlobalPermissionRequest(securitySecurityRolePermissionsGlobalPermissionRequest []SecuritySecurityRolePermissionsGlobalPermissionRequest) ApiCreateSecurityRolesByIdPermissionsGlobalRequest

Global permissions

func (ApiCreateSecurityRolesByIdPermissionsGlobalRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateSecurityRolesByIdPermissionsGlobalRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateSecurityRolesRequest ¶

type ApiCreateSecurityRolesRequest struct {
	ApiService *SecurityRolesApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Security/Roles

func (ApiCreateSecurityRolesRequest) Execute ¶

Executes the V1 POST /Security/Roles request context

func (ApiCreateSecurityRolesRequest) SecurityLegacySecurityRolesSecurityRoleCreationRequest ¶

func (r ApiCreateSecurityRolesRequest) SecurityLegacySecurityRolesSecurityRoleCreationRequest(securityLegacySecurityRolesSecurityRoleCreationRequest SecurityLegacySecurityRolesSecurityRoleCreationRequest) ApiCreateSecurityRolesRequest

Security Role Creation Request

func (ApiCreateSecurityRolesRequest) XKeyfactorApiVersion ¶

func (r ApiCreateSecurityRolesRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateSecurityRolesRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateSecurityRolesRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateSecurityRolesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateSecurityRolesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateTemplatesImportRequest ¶

type ApiCreateTemplatesImportRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Templates/Import

func (ApiCreateTemplatesImportRequest) ConfigurationTenantConfigurationTenantRequest ¶

func (r ApiCreateTemplatesImportRequest) ConfigurationTenantConfigurationTenantRequest(configurationTenantConfigurationTenantRequest ConfigurationTenantConfigurationTenantRequest) ApiCreateTemplatesImportRequest

Configuration tenant to import from

func (ApiCreateTemplatesImportRequest) Execute ¶

Executes the V1 POST /Templates/Import request context

func (ApiCreateTemplatesImportRequest) XKeyfactorApiVersion ¶

func (r ApiCreateTemplatesImportRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateTemplatesImportRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateTemplatesImportRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateTemplatesImportRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateTemplatesImportRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateWorkflowCertificatesApproveRequest ¶

type ApiCreateWorkflowCertificatesApproveRequest struct {
	ApiService *WorkflowApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Workflow/Certificates/Approve

func (ApiCreateWorkflowCertificatesApproveRequest) Execute ¶

Executes the V1 POST /Workflow/Certificates/Approve request context

func (ApiCreateWorkflowCertificatesApproveRequest) RequestBody ¶

Array of Keyfactor identifiers of the certificate requests

func (ApiCreateWorkflowCertificatesApproveRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateWorkflowCertificatesApproveRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateWorkflowCertificatesApproveRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateWorkflowCertificatesApproveRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateWorkflowCertificatesDenyRequest ¶

type ApiCreateWorkflowCertificatesDenyRequest struct {
	ApiService *WorkflowApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Workflow/Certificates/Deny

func (ApiCreateWorkflowCertificatesDenyRequest) CSSCMSDataModelModelsWorkflowDenialRequest ¶

func (r ApiCreateWorkflowCertificatesDenyRequest) CSSCMSDataModelModelsWorkflowDenialRequest(cSSCMSDataModelModelsWorkflowDenialRequest CSSCMSDataModelModelsWorkflowDenialRequest) ApiCreateWorkflowCertificatesDenyRequest

Keyfactor identifiers of the certificate requests to be denied and any denial comments

func (ApiCreateWorkflowCertificatesDenyRequest) Execute ¶

Executes the V1 POST /Workflow/Certificates/Deny request context

func (ApiCreateWorkflowCertificatesDenyRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateWorkflowCertificatesDenyRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateWorkflowCertificatesDenyRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateWorkflowCertificatesDenyRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateWorkflowDefinitionsDefinitionIdPublishRequest ¶

type ApiCreateWorkflowDefinitionsDefinitionIdPublishRequest struct {
	ApiService *WorkflowDefinitionApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Workflow/Definitions/{definitionId}/Publish

func (ApiCreateWorkflowDefinitionsDefinitionIdPublishRequest) Execute ¶

Executes the V1 POST /Workflow/Definitions/{definitionId}/Publish request context

func (ApiCreateWorkflowDefinitionsDefinitionIdPublishRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateWorkflowDefinitionsDefinitionIdPublishRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateWorkflowDefinitionsDefinitionIdPublishVersionRequest ¶

type ApiCreateWorkflowDefinitionsDefinitionIdPublishVersionRequest struct {
	ApiService *WorkflowDefinitionApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Workflow/Definitions/{definitionId}/Publish/{version}

func (ApiCreateWorkflowDefinitionsDefinitionIdPublishVersionRequest) Execute ¶

Executes the V1 POST /Workflow/Definitions/{definitionId}/Publish/{version} request context

func (ApiCreateWorkflowDefinitionsDefinitionIdPublishVersionRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateWorkflowDefinitionsDefinitionIdPublishVersionRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateWorkflowDefinitionsRequest ¶

type ApiCreateWorkflowDefinitionsRequest struct {
	ApiService *WorkflowDefinitionApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Workflow/Definitions

func (ApiCreateWorkflowDefinitionsRequest) Execute ¶

Executes the V1 POST /Workflow/Definitions request context

func (ApiCreateWorkflowDefinitionsRequest) Force ¶

Whether to force the creation of this definition in the case that it would run workflows immediately.

func (ApiCreateWorkflowDefinitionsRequest) WorkflowsDefinitionCreateRequest ¶

func (r ApiCreateWorkflowDefinitionsRequest) WorkflowsDefinitionCreateRequest(workflowsDefinitionCreateRequest WorkflowsDefinitionCreateRequest) ApiCreateWorkflowDefinitionsRequest

A Workflows.DefinitionCreateRequest with the display name, description, key and type of the definition.

func (ApiCreateWorkflowDefinitionsRequest) XKeyfactorApiVersion ¶

func (r ApiCreateWorkflowDefinitionsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiCreateWorkflowDefinitionsRequest

Desired version of the api, if not provided defaults to v1

func (ApiCreateWorkflowDefinitionsRequest) XKeyfactorRequestedWith ¶

func (r ApiCreateWorkflowDefinitionsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiCreateWorkflowDefinitionsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateWorkflowInstancesInstanceIdRestartRequest ¶

type ApiCreateWorkflowInstancesInstanceIdRestartRequest struct {
	ApiService *WorkflowInstanceApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Workflow/Instances/{instanceId}/Restart

func (ApiCreateWorkflowInstancesInstanceIdRestartRequest) Execute ¶

Executes the V1 POST /Workflow/Instances/{instanceId}/Restart request context

func (ApiCreateWorkflowInstancesInstanceIdRestartRequest) Version ¶

The version of the definition to restart the instance against. Defaults to the published version.

func (ApiCreateWorkflowInstancesInstanceIdRestartRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateWorkflowInstancesInstanceIdRestartRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateWorkflowInstancesInstanceIdSignalsRequest ¶

type ApiCreateWorkflowInstancesInstanceIdSignalsRequest struct {
	ApiService *WorkflowInstanceApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Workflow/Instances/{instanceId}/Signals

func (ApiCreateWorkflowInstancesInstanceIdSignalsRequest) Execute ¶

Executes the V1 POST /Workflow/Instances/{instanceId}/Signals request context

func (ApiCreateWorkflowInstancesInstanceIdSignalsRequest) WorkflowsSignalRequest ¶

The signal to receive.

func (ApiCreateWorkflowInstancesInstanceIdSignalsRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateWorkflowInstancesInstanceIdSignalsRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiCreateWorkflowInstancesInstanceIdStopRequest ¶

type ApiCreateWorkflowInstancesInstanceIdStopRequest struct {
	ApiService *WorkflowInstanceApiService
	// contains filtered or unexported fields
}

Request for V1 POST /Workflow/Instances/{instanceId}/Stop

func (ApiCreateWorkflowInstancesInstanceIdStopRequest) Execute ¶

Executes the V1 POST /Workflow/Instances/{instanceId}/Stop request context

func (ApiCreateWorkflowInstancesInstanceIdStopRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiCreateWorkflowInstancesInstanceIdStopRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteAgentBluePrintByIdRequest ¶

type ApiDeleteAgentBluePrintByIdRequest struct {
	ApiService *AgentBlueprintApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /AgentBluePrint/{id}

func (ApiDeleteAgentBluePrintByIdRequest) Execute ¶

Executes the V1 DELETE /AgentBluePrint/{id} request context

func (ApiDeleteAgentBluePrintByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteAgentBluePrintByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteAgentBluePrintByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteAgentBluePrintByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteAgentBluePrintByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteAgentBluePrintByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteAgentPoolsByIdRequest ¶

type ApiDeleteAgentPoolsByIdRequest struct {
	ApiService *AgentPoolApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /AgentPools/{id}

func (ApiDeleteAgentPoolsByIdRequest) Execute ¶

Executes the V1 DELETE /AgentPools/{id} request context

func (ApiDeleteAgentPoolsByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteAgentPoolsByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteAgentPoolsByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteAgentPoolsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteAgentPoolsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteAgentPoolsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteAgentsByIdRequest ¶

type ApiDeleteAgentsByIdRequest struct {
	ApiService *AgentApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /Agents/{id}

func (ApiDeleteAgentsByIdRequest) Execute ¶

Executes the V1 DELETE /Agents/{id} request context

func (ApiDeleteAgentsByIdRequest) Force ¶

Forces deletion of the agent. Force deleting an agent will also delete dependent data

func (ApiDeleteAgentsByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteAgentsByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteAgentsByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteAgentsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteAgentsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteAgentsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteAlertsDeniedByIdRequest ¶

type ApiDeleteAlertsDeniedByIdRequest struct {
	ApiService *DeniedAlertApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /Alerts/Denied/{id}

func (ApiDeleteAlertsDeniedByIdRequest) Execute ¶

Executes the V1 DELETE /Alerts/Denied/{id} request context

func (ApiDeleteAlertsDeniedByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteAlertsDeniedByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteAlertsDeniedByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteAlertsDeniedByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteAlertsDeniedByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteAlertsDeniedByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteAlertsExpirationByIdRequest ¶

type ApiDeleteAlertsExpirationByIdRequest struct {
	ApiService *ExpirationAlertApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /Alerts/Expiration/{id}

func (ApiDeleteAlertsExpirationByIdRequest) Execute ¶

Executes the V1 DELETE /Alerts/Expiration/{id} request context

func (ApiDeleteAlertsExpirationByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteAlertsExpirationByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteAlertsExpirationByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteAlertsExpirationByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteAlertsExpirationByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteAlertsExpirationByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteAlertsIssuedByIdRequest ¶

type ApiDeleteAlertsIssuedByIdRequest struct {
	ApiService *IssuedAlertApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /Alerts/Issued/{id}

func (ApiDeleteAlertsIssuedByIdRequest) Execute ¶

Executes the V1 DELETE /Alerts/Issued/{id} request context

func (ApiDeleteAlertsIssuedByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteAlertsIssuedByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteAlertsIssuedByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteAlertsIssuedByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteAlertsIssuedByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteAlertsIssuedByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteAlertsKeyRotationByIdRequest ¶

type ApiDeleteAlertsKeyRotationByIdRequest struct {
	ApiService *KeyRotationAlertApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /Alerts/KeyRotation/{id}

func (ApiDeleteAlertsKeyRotationByIdRequest) Execute ¶

Executes the V1 DELETE /Alerts/KeyRotation/{id} request context

func (ApiDeleteAlertsKeyRotationByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteAlertsKeyRotationByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteAlertsKeyRotationByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteAlertsKeyRotationByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteAlertsKeyRotationByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteAlertsKeyRotationByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteAlertsPendingByIdRequest ¶

type ApiDeleteAlertsPendingByIdRequest struct {
	ApiService *PendingAlertApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /Alerts/Pending/{id}

func (ApiDeleteAlertsPendingByIdRequest) Execute ¶

Executes the V1 DELETE /Alerts/Pending/{id} request context

func (ApiDeleteAlertsPendingByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteAlertsPendingByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteAlertsPendingByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteAlertsPendingByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteAlertsPendingByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteAlertsPendingByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteCSRGenerationPendingByIdRequest ¶

type ApiDeleteCSRGenerationPendingByIdRequest struct {
	ApiService *CSRGenerationApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /CSRGeneration/Pending/{id}

func (ApiDeleteCSRGenerationPendingByIdRequest) Execute ¶

Executes the V1 DELETE /CSRGeneration/Pending/{id} request context

func (ApiDeleteCSRGenerationPendingByIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiDeleteCSRGenerationPendingByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteCSRGenerationPendingByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteCSRGenerationPendingByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteCSRGenerationPendingRequest ¶

type ApiDeleteCSRGenerationPendingRequest struct {
	ApiService *CSRGenerationApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /CSRGeneration/Pending

func (ApiDeleteCSRGenerationPendingRequest) Execute ¶

Executes the V1 DELETE /CSRGeneration/Pending request context

func (ApiDeleteCSRGenerationPendingRequest) RequestBody ¶

Array of Keyfactor identifiers for the CSRs to be deleted

func (ApiDeleteCSRGenerationPendingRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteCSRGenerationPendingRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteCSRGenerationPendingRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteCSRGenerationPendingRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteCSRGenerationPendingRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteCSRGenerationPendingRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest ¶

type ApiDeleteCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /CertificateAuthority/AlertRecipients/CAHealthRecipients/{id}

func (ApiDeleteCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest) Execute ¶

Executes the V1 DELETE /CertificateAuthority/AlertRecipients/CAHealthRecipients/{id} request context

func (ApiDeleteCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiDeleteCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest ¶

type ApiDeleteCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /CertificateAuthority/AlertRecipients/CAThresholdRecipients/{id}

func (ApiDeleteCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest) Execute ¶

Executes the V1 DELETE /CertificateAuthority/AlertRecipients/CAThresholdRecipients/{id} request context

func (ApiDeleteCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiDeleteCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteCertificateAuthorityByIdRequest ¶

type ApiDeleteCertificateAuthorityByIdRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /CertificateAuthority/{id}

func (ApiDeleteCertificateAuthorityByIdRequest) Execute ¶

Executes the V1 DELETE /CertificateAuthority/{id} request context

func (ApiDeleteCertificateAuthorityByIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiDeleteCertificateAuthorityByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteCertificateAuthorityByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteCertificateAuthorityByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteCertificateAuthorityCAConnectorsByIdRequest ¶

type ApiDeleteCertificateAuthorityCAConnectorsByIdRequest struct {
	ApiService *CAConnectorApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /CertificateAuthority/CAConnectors/{id}

func (ApiDeleteCertificateAuthorityCAConnectorsByIdRequest) Execute ¶

Executes the V1 DELETE /CertificateAuthority/CAConnectors/{id} request context

func (ApiDeleteCertificateAuthorityCAConnectorsByIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiDeleteCertificateAuthorityCAConnectorsByIdRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteCertificateCollectionsByIdRequest ¶

type ApiDeleteCertificateCollectionsByIdRequest struct {
	ApiService *CertificateCollectionApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /CertificateCollections/{id}

func (ApiDeleteCertificateCollectionsByIdRequest) Execute ¶

Executes the V1 DELETE /CertificateCollections/{id} request context

func (ApiDeleteCertificateCollectionsByIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiDeleteCertificateCollectionsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteCertificateCollectionsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteCertificateCollectionsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteCertificateStoreContainersByIdRequest ¶

type ApiDeleteCertificateStoreContainersByIdRequest struct {
	ApiService *CertificateStoreContainerApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /CertificateStoreContainers/{id}

func (ApiDeleteCertificateStoreContainersByIdRequest) Execute ¶

Executes the V1 DELETE /CertificateStoreContainers/{id} request context

func (ApiDeleteCertificateStoreContainersByIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiDeleteCertificateStoreContainersByIdRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteCertificateStoreTypesByIdRequest ¶

type ApiDeleteCertificateStoreTypesByIdRequest struct {
	ApiService *CertificateStoreTypeApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /CertificateStoreTypes/{id}

func (ApiDeleteCertificateStoreTypesByIdRequest) Execute ¶

Executes the V1 DELETE /CertificateStoreTypes/{id} request context

func (ApiDeleteCertificateStoreTypesByIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiDeleteCertificateStoreTypesByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteCertificateStoreTypesByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteCertificateStoreTypesByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteCertificateStoreTypesRequest ¶

type ApiDeleteCertificateStoreTypesRequest struct {
	ApiService *CertificateStoreTypeApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /CertificateStoreTypes

func (ApiDeleteCertificateStoreTypesRequest) Execute ¶

Executes the V1 DELETE /CertificateStoreTypes request context

func (ApiDeleteCertificateStoreTypesRequest) RequestBody ¶

Array of Keyfactor identifiers of the certificate store types to be deleted

func (ApiDeleteCertificateStoreTypesRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteCertificateStoreTypesRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteCertificateStoreTypesRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteCertificateStoreTypesRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteCertificateStoreTypesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteCertificateStoreTypesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteCertificateStoresByIdRequest ¶

type ApiDeleteCertificateStoresByIdRequest struct {
	ApiService *CertificateStoreApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /CertificateStores/{id}

func (ApiDeleteCertificateStoresByIdRequest) Execute ¶

Executes the V1 DELETE /CertificateStores/{id} request context

func (ApiDeleteCertificateStoresByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteCertificateStoresByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteCertificateStoresByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteCertificateStoresByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteCertificateStoresByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteCertificateStoresByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteCertificateStoresRequest ¶

type ApiDeleteCertificateStoresRequest struct {
	ApiService *CertificateStoreApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /CertificateStores

func (ApiDeleteCertificateStoresRequest) Execute ¶

Executes the V1 DELETE /CertificateStores request context

func (ApiDeleteCertificateStoresRequest) RequestBody ¶

Array of Keyfactor identifiers (GUID) for the certificate stores to be deleted

func (ApiDeleteCertificateStoresRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteCertificateStoresRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteCertificateStoresRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteCertificateStoresRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteCertificateStoresRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteCertificateStoresRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteCertificatesByIdRequest ¶

type ApiDeleteCertificatesByIdRequest struct {
	ApiService *CertificateApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /Certificates/{id}

func (ApiDeleteCertificatesByIdRequest) CollectionId ¶

Optional certificate collection identifier used to ensure user access to the certificate

func (ApiDeleteCertificatesByIdRequest) Execute ¶

Executes the V1 DELETE /Certificates/{id} request context

func (ApiDeleteCertificatesByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteCertificatesByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteCertificatesByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteCertificatesByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteCertificatesByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteCertificatesByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteCertificatesPrivateKeyByIdRequest ¶

type ApiDeleteCertificatesPrivateKeyByIdRequest struct {
	ApiService *CertificateApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /Certificates/PrivateKey/{id}

func (ApiDeleteCertificatesPrivateKeyByIdRequest) CollectionId ¶

Optional certificate collection identifier used to ensure user access to the certificate

func (ApiDeleteCertificatesPrivateKeyByIdRequest) Execute ¶

Executes the V1 DELETE /Certificates/PrivateKey/{id} request context

func (ApiDeleteCertificatesPrivateKeyByIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiDeleteCertificatesPrivateKeyByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteCertificatesPrivateKeyByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteCertificatesPrivateKeyByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteCertificatesPrivateKeyRequest ¶

type ApiDeleteCertificatesPrivateKeyRequest struct {
	ApiService *CertificateApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /Certificates/PrivateKey

func (ApiDeleteCertificatesPrivateKeyRequest) CollectionId ¶

Optional certificate collection identifier used to ensure user access to the certificate

func (ApiDeleteCertificatesPrivateKeyRequest) Execute ¶

Executes the V1 DELETE /Certificates/PrivateKey request context

func (ApiDeleteCertificatesPrivateKeyRequest) RequestBody ¶

Keyfactor identifiers of the cetficiates for which the associated private keys should be deleted

func (ApiDeleteCertificatesPrivateKeyRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteCertificatesPrivateKeyRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteCertificatesPrivateKeyRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteCertificatesPrivateKeyRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteCertificatesPrivateKeyRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteCertificatesPrivateKeyRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteCertificatesQueryRequest ¶

type ApiDeleteCertificatesQueryRequest struct {
	ApiService *CertificateApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /Certificates/Query

func (ApiDeleteCertificatesQueryRequest) Body ¶

Query by which certificates should be filtered for deletion

func (ApiDeleteCertificatesQueryRequest) CollectionId ¶

Optional certificate collection identifier used to ensure user access to the certificate

func (ApiDeleteCertificatesQueryRequest) Execute ¶

Executes the V1 DELETE /Certificates/Query request context

func (ApiDeleteCertificatesQueryRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteCertificatesQueryRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteCertificatesQueryRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteCertificatesQueryRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteCertificatesQueryRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteCertificatesQueryRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteCertificatesRequest ¶

type ApiDeleteCertificatesRequest struct {
	ApiService *CertificateApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /Certificates

func (ApiDeleteCertificatesRequest) CollectionId ¶

Optional certificate collection identifier used to ensure user access to the certificate

func (ApiDeleteCertificatesRequest) Execute ¶

Executes the V1 DELETE /Certificates request context

func (ApiDeleteCertificatesRequest) RequestBody ¶

The array of ids for certificate that are to be deleted

func (ApiDeleteCertificatesRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteCertificatesRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteCertificatesRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteCertificatesRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteCertificatesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteCertificatesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteComponentInstallationByIdRequest ¶

type ApiDeleteComponentInstallationByIdRequest struct {
	ApiService *ComponentInstallationApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /ComponentInstallation/{id}

func (ApiDeleteComponentInstallationByIdRequest) Execute ¶

Executes the V1 DELETE /ComponentInstallation/{id} request context

func (ApiDeleteComponentInstallationByIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiDeleteComponentInstallationByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteComponentInstallationByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteComponentInstallationByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteEventHandlerRegistrationByIdRequest ¶

type ApiDeleteEventHandlerRegistrationByIdRequest struct {
	ApiService *EventHandlerRegistrationApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /EventHandlerRegistration/{id}

func (ApiDeleteEventHandlerRegistrationByIdRequest) Execute ¶

Executes the V1 DELETE /EventHandlerRegistration/{id} request context

func (ApiDeleteEventHandlerRegistrationByIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiDeleteEventHandlerRegistrationByIdRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteExtensionsScriptsByIdRequest ¶

type ApiDeleteExtensionsScriptsByIdRequest struct {
	ApiService *ExtensionsApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /Extensions/Scripts/{id}

func (ApiDeleteExtensionsScriptsByIdRequest) Execute ¶

Executes the V1 DELETE /Extensions/Scripts/{id} request context

func (ApiDeleteExtensionsScriptsByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteExtensionsScriptsByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteExtensionsScriptsByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteExtensionsScriptsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteExtensionsScriptsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteExtensionsScriptsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteJobTypesCustomByIdRequest ¶

type ApiDeleteJobTypesCustomByIdRequest struct {
	ApiService *CustomJobTypeApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /JobTypes/Custom/{id}

func (ApiDeleteJobTypesCustomByIdRequest) Execute ¶

Executes the V1 DELETE /JobTypes/Custom/{id} request context

func (ApiDeleteJobTypesCustomByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteJobTypesCustomByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteJobTypesCustomByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteJobTypesCustomByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteJobTypesCustomByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteJobTypesCustomByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteMetadataFieldsByIdRequest ¶

type ApiDeleteMetadataFieldsByIdRequest struct {
	ApiService *MetadataFieldApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /MetadataFields/{id}

func (ApiDeleteMetadataFieldsByIdRequest) Execute ¶

Executes the V1 DELETE /MetadataFields/{id} request context

func (ApiDeleteMetadataFieldsByIdRequest) Force ¶

Forces deletion of the metadata field type even if in-use

func (ApiDeleteMetadataFieldsByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteMetadataFieldsByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteMetadataFieldsByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteMetadataFieldsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteMetadataFieldsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteMetadataFieldsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteMetadataFieldsRequest ¶

type ApiDeleteMetadataFieldsRequest struct {
	ApiService *MetadataFieldApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /MetadataFields

func (ApiDeleteMetadataFieldsRequest) Execute ¶

Executes the V1 DELETE /MetadataFields request context

func (ApiDeleteMetadataFieldsRequest) Force ¶

Forces deletion of the metadata field type even if in-use

func (ApiDeleteMetadataFieldsRequest) RequestBody ¶

Array of Keyfactor identifiers for metadata field types to be deleted

func (ApiDeleteMetadataFieldsRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteMetadataFieldsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteMetadataFieldsRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteMetadataFieldsRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteMetadataFieldsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteMetadataFieldsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteMonitoringRevocationByIdRequest ¶

type ApiDeleteMonitoringRevocationByIdRequest struct {
	ApiService *MonitoringApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /Monitoring/Revocation/{id}

func (ApiDeleteMonitoringRevocationByIdRequest) Execute ¶

Executes the V1 DELETE /Monitoring/Revocation/{id} request context

func (ApiDeleteMonitoringRevocationByIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiDeleteMonitoringRevocationByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteMonitoringRevocationByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteMonitoringRevocationByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeletePamProvidersByIdRequest ¶

type ApiDeletePamProvidersByIdRequest struct {
	ApiService *PAMProviderApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /PamProviders/{id}

func (ApiDeletePamProvidersByIdRequest) Execute ¶

Executes the V1 DELETE /PamProviders/{id} request context

func (ApiDeletePamProvidersByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeletePamProvidersByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeletePamProvidersByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeletePamProvidersByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeletePamProvidersByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeletePamProvidersByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeletePamProvidersLocalProviderIdEntriesRequest ¶

type ApiDeletePamProvidersLocalProviderIdEntriesRequest struct {
	ApiService *PAMLocalEntriesApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /PamProviders/Local/{providerId}/Entries

func (ApiDeletePamProvidersLocalProviderIdEntriesRequest) Execute ¶

Executes the V1 DELETE /PamProviders/Local/{providerId}/Entries request context

func (ApiDeletePamProvidersLocalProviderIdEntriesRequest) SecretName ¶

Name of the secret entry to be deleted

func (ApiDeletePamProvidersLocalProviderIdEntriesRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiDeletePamProvidersLocalProviderIdEntriesRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiDeletePamProvidersTypesByIdRequest ¶

type ApiDeletePamProvidersTypesByIdRequest struct {
	ApiService *PAMProviderApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /PamProviders/Types/{id}

func (ApiDeletePamProvidersTypesByIdRequest) Execute ¶

Executes the V1 DELETE /PamProviders/Types/{id} request context

func (ApiDeletePamProvidersTypesByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeletePamProvidersTypesByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeletePamProvidersTypesByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeletePamProvidersTypesByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeletePamProvidersTypesByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeletePamProvidersTypesByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeletePermissionSetsByIdRequest ¶

type ApiDeletePermissionSetsByIdRequest struct {
	ApiService *PermissionSetApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /PermissionSets/{id}

func (ApiDeletePermissionSetsByIdRequest) Execute ¶

Executes the V1 DELETE /PermissionSets/{id} request context

func (ApiDeletePermissionSetsByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeletePermissionSetsByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeletePermissionSetsByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeletePermissionSetsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeletePermissionSetsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeletePermissionSetsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteReportsCustomByIdRequest ¶

type ApiDeleteReportsCustomByIdRequest struct {
	ApiService *ReportsApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /Reports/Custom/{id}

func (ApiDeleteReportsCustomByIdRequest) Execute ¶

Executes the V1 DELETE /Reports/Custom/{id} request context

func (ApiDeleteReportsCustomByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteReportsCustomByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteReportsCustomByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteReportsCustomByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteReportsCustomByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteReportsCustomByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteReportsSchedulesByIdRequest ¶

type ApiDeleteReportsSchedulesByIdRequest struct {
	ApiService *ReportsApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /Reports/Schedules/{id}

func (ApiDeleteReportsSchedulesByIdRequest) Execute ¶

Executes the V1 DELETE /Reports/Schedules/{id} request context

func (ApiDeleteReportsSchedulesByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteReportsSchedulesByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteReportsSchedulesByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteReportsSchedulesByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteReportsSchedulesByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteReportsSchedulesByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteSSHKeysUnmanagedByIdRequest ¶

type ApiDeleteSSHKeysUnmanagedByIdRequest struct {
	ApiService *KeyApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /SSH/Keys/Unmanaged/{id}

func (ApiDeleteSSHKeysUnmanagedByIdRequest) Execute ¶

Executes the V1 DELETE /SSH/Keys/Unmanaged/{id} request context

func (ApiDeleteSSHKeysUnmanagedByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteSSHKeysUnmanagedByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteSSHKeysUnmanagedByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteSSHKeysUnmanagedByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteSSHKeysUnmanagedByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteSSHKeysUnmanagedByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteSSHKeysUnmanagedRequest ¶

type ApiDeleteSSHKeysUnmanagedRequest struct {
	ApiService *KeyApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /SSH/Keys/Unmanaged

func (ApiDeleteSSHKeysUnmanagedRequest) Execute ¶

Executes the V1 DELETE /SSH/Keys/Unmanaged request context

func (ApiDeleteSSHKeysUnmanagedRequest) RequestBody ¶

Keyfactor identifers of the Keys to be deleted

func (ApiDeleteSSHKeysUnmanagedRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteSSHKeysUnmanagedRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteSSHKeysUnmanagedRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteSSHKeysUnmanagedRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteSSHKeysUnmanagedRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteSSHKeysUnmanagedRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteSSHLogonsByIdRequest ¶

type ApiDeleteSSHLogonsByIdRequest struct {
	ApiService *LogonApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /SSH/Logons/{id}

func (ApiDeleteSSHLogonsByIdRequest) Execute ¶

Executes the V1 DELETE /SSH/Logons/{id} request context

func (ApiDeleteSSHLogonsByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteSSHLogonsByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteSSHLogonsByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteSSHLogonsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteSSHLogonsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteSSHLogonsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteSSHServerGroupsAccessRequest ¶

type ApiDeleteSSHServerGroupsAccessRequest struct {
	ApiService *ServerGroupApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /SSH/ServerGroups/Access

func (ApiDeleteSSHServerGroupsAccessRequest) CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest ¶

func (r ApiDeleteSSHServerGroupsAccessRequest) CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest(cSSCMSDataModelModelsSSHAccessServerGroupAccessRequest CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest) ApiDeleteSSHServerGroupsAccessRequest

func (ApiDeleteSSHServerGroupsAccessRequest) Execute ¶

Executes the V1 DELETE /SSH/ServerGroups/Access request context

func (ApiDeleteSSHServerGroupsAccessRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteSSHServerGroupsAccessRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteSSHServerGroupsAccessRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteSSHServerGroupsAccessRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteSSHServerGroupsAccessRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteSSHServerGroupsAccessRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteSSHServerGroupsByIdRequest ¶

type ApiDeleteSSHServerGroupsByIdRequest struct {
	ApiService *ServerGroupApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /SSH/ServerGroups/{id}

func (ApiDeleteSSHServerGroupsByIdRequest) Execute ¶

Executes the V1 DELETE /SSH/ServerGroups/{id} request context

func (ApiDeleteSSHServerGroupsByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteSSHServerGroupsByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteSSHServerGroupsByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteSSHServerGroupsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteSSHServerGroupsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteSSHServerGroupsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteSSHServersAccessRequest ¶

type ApiDeleteSSHServersAccessRequest struct {
	ApiService *ServerApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /SSH/Servers/Access

func (ApiDeleteSSHServersAccessRequest) CSSCMSDataModelModelsSSHAccessServerAccessRequest ¶

func (r ApiDeleteSSHServersAccessRequest) CSSCMSDataModelModelsSSHAccessServerAccessRequest(cSSCMSDataModelModelsSSHAccessServerAccessRequest CSSCMSDataModelModelsSSHAccessServerAccessRequest) ApiDeleteSSHServersAccessRequest

Logons and users to be removed from the existing server

func (ApiDeleteSSHServersAccessRequest) Execute ¶

Executes the V1 DELETE /SSH/Servers/Access request context

func (ApiDeleteSSHServersAccessRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteSSHServersAccessRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteSSHServersAccessRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteSSHServersAccessRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteSSHServersAccessRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteSSHServersAccessRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteSSHServersByIdRequest ¶

type ApiDeleteSSHServersByIdRequest struct {
	ApiService *ServerApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /SSH/Servers/{id}

func (ApiDeleteSSHServersByIdRequest) Execute ¶

Executes the V1 DELETE /SSH/Servers/{id} request context

func (ApiDeleteSSHServersByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteSSHServersByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteSSHServersByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteSSHServersByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteSSHServersByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteSSHServersByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteSSHServiceAccountsByIdRequest ¶

type ApiDeleteSSHServiceAccountsByIdRequest struct {
	ApiService *ServiceAccountApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /SSH/ServiceAccounts/{id}

func (ApiDeleteSSHServiceAccountsByIdRequest) Execute ¶

Executes the V1 DELETE /SSH/ServiceAccounts/{id} request context

func (ApiDeleteSSHServiceAccountsByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteSSHServiceAccountsByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteSSHServiceAccountsByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteSSHServiceAccountsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteSSHServiceAccountsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteSSHServiceAccountsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteSSHServiceAccountsRequest ¶

type ApiDeleteSSHServiceAccountsRequest struct {
	ApiService *ServiceAccountApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /SSH/ServiceAccounts

func (ApiDeleteSSHServiceAccountsRequest) Execute ¶

Executes the V1 DELETE /SSH/ServiceAccounts request context

func (ApiDeleteSSHServiceAccountsRequest) RequestBody ¶

Keyfactor identifers of the ServiceAccounts to be deleted

func (ApiDeleteSSHServiceAccountsRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteSSHServiceAccountsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteSSHServiceAccountsRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteSSHServiceAccountsRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteSSHServiceAccountsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteSSHServiceAccountsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteSSHUsersByIdRequest ¶

type ApiDeleteSSHUsersByIdRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /SSH/Users/{id}

func (ApiDeleteSSHUsersByIdRequest) Execute ¶

Executes the V1 DELETE /SSH/Users/{id} request context

func (ApiDeleteSSHUsersByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteSSHUsersByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteSSHUsersByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteSSHUsersByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteSSHUsersByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteSSHUsersByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteSSLNetworkRangesByIdRequest ¶

type ApiDeleteSSLNetworkRangesByIdRequest struct {
	ApiService *SslApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /SSL/NetworkRanges/{id}

func (ApiDeleteSSLNetworkRangesByIdRequest) Execute ¶

Executes the V1 DELETE /SSL/NetworkRanges/{id} request context

func (ApiDeleteSSLNetworkRangesByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteSSLNetworkRangesByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteSSLNetworkRangesByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteSSLNetworkRangesByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteSSLNetworkRangesByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteSSLNetworkRangesByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteSSLNetworksByIdRequest ¶

type ApiDeleteSSLNetworksByIdRequest struct {
	ApiService *SslApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /SSL/Networks/{id}

func (ApiDeleteSSLNetworksByIdRequest) Execute ¶

Executes the V1 DELETE /SSL/Networks/{id} request context

func (ApiDeleteSSLNetworksByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteSSLNetworksByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteSSLNetworksByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteSSLNetworksByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteSSLNetworksByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteSSLNetworksByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteSecurityClaimsByIdRequest ¶

type ApiDeleteSecurityClaimsByIdRequest struct {
	ApiService *SecurityClaimsApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /Security/Claims/{id}

func (ApiDeleteSecurityClaimsByIdRequest) Execute ¶

Executes the V1 DELETE /Security/Claims/{id} request context

func (ApiDeleteSecurityClaimsByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteSecurityClaimsByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteSecurityClaimsByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteSecurityClaimsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteSecurityClaimsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteSecurityClaimsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteSecurityIdentitiesByIdRequest ¶

type ApiDeleteSecurityIdentitiesByIdRequest struct {
	ApiService *SecurityApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /Security/Identities/{id}

func (ApiDeleteSecurityIdentitiesByIdRequest) Execute ¶

Executes the V1 DELETE /Security/Identities/{id} request context

func (ApiDeleteSecurityIdentitiesByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteSecurityIdentitiesByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteSecurityIdentitiesByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteSecurityIdentitiesByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteSecurityIdentitiesByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteSecurityIdentitiesByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteSecurityRolesByIdRequest ¶

type ApiDeleteSecurityRolesByIdRequest struct {
	ApiService *SecurityRolesApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /Security/Roles/{id}

func (ApiDeleteSecurityRolesByIdRequest) Execute ¶

Executes the V1 DELETE /Security/Roles/{id} request context

func (ApiDeleteSecurityRolesByIdRequest) XKeyfactorApiVersion ¶

func (r ApiDeleteSecurityRolesByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiDeleteSecurityRolesByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiDeleteSecurityRolesByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteSecurityRolesByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteSecurityRolesByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteWorkflowDefinitionsDefinitionIdRequest ¶

type ApiDeleteWorkflowDefinitionsDefinitionIdRequest struct {
	ApiService *WorkflowDefinitionApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /Workflow/Definitions/{definitionId}

func (ApiDeleteWorkflowDefinitionsDefinitionIdRequest) Execute ¶

Executes the V1 DELETE /Workflow/Definitions/{definitionId} request context

func (ApiDeleteWorkflowDefinitionsDefinitionIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiDeleteWorkflowDefinitionsDefinitionIdRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiDeleteWorkflowInstancesInstanceIdRequest ¶

type ApiDeleteWorkflowInstancesInstanceIdRequest struct {
	ApiService *WorkflowInstanceApiService
	// contains filtered or unexported fields
}

Request for V1 DELETE /Workflow/Instances/{instanceId}

func (ApiDeleteWorkflowInstancesInstanceIdRequest) Execute ¶

Executes the V1 DELETE /Workflow/Instances/{instanceId} request context

func (ApiDeleteWorkflowInstancesInstanceIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiDeleteWorkflowInstancesInstanceIdRequest) XKeyfactorRequestedWith ¶

func (r ApiDeleteWorkflowInstancesInstanceIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiDeleteWorkflowInstancesInstanceIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAgentBluePrintByIdJobsRequest ¶

type ApiGetAgentBluePrintByIdJobsRequest struct {
	ApiService *AgentBlueprintApiService
	// contains filtered or unexported fields
}

Request for V1 GET /AgentBluePrint/{id}/Jobs

func (ApiGetAgentBluePrintByIdJobsRequest) Execute ¶

Executes the V1 GET /AgentBluePrint/{id}/Jobs request context

func (ApiGetAgentBluePrintByIdJobsRequest) PageReturned ¶

func (ApiGetAgentBluePrintByIdJobsRequest) ReturnLimit ¶

func (ApiGetAgentBluePrintByIdJobsRequest) SortAscending ¶

func (ApiGetAgentBluePrintByIdJobsRequest) SortField ¶

func (ApiGetAgentBluePrintByIdJobsRequest) XKeyfactorApiVersion ¶

func (r ApiGetAgentBluePrintByIdJobsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAgentBluePrintByIdJobsRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAgentBluePrintByIdJobsRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAgentBluePrintByIdJobsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAgentBluePrintByIdJobsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAgentBluePrintByIdRequest ¶

type ApiGetAgentBluePrintByIdRequest struct {
	ApiService *AgentBlueprintApiService
	// contains filtered or unexported fields
}

Request for V1 GET /AgentBluePrint/{id}

func (ApiGetAgentBluePrintByIdRequest) Execute ¶

Executes the V1 GET /AgentBluePrint/{id} request context

func (ApiGetAgentBluePrintByIdRequest) Id ¶

Returns a single agent blueprint associated with the provided id

func (ApiGetAgentBluePrintByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetAgentBluePrintByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAgentBluePrintByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAgentBluePrintByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAgentBluePrintByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAgentBluePrintByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAgentBluePrintByIdStoresRequest ¶

type ApiGetAgentBluePrintByIdStoresRequest struct {
	ApiService *AgentBlueprintApiService
	// contains filtered or unexported fields
}

Request for V1 GET /AgentBluePrint/{id}/Stores

func (ApiGetAgentBluePrintByIdStoresRequest) Execute ¶

Executes the V1 GET /AgentBluePrint/{id}/Stores request context

func (ApiGetAgentBluePrintByIdStoresRequest) PageReturned ¶

func (ApiGetAgentBluePrintByIdStoresRequest) ReturnLimit ¶

func (ApiGetAgentBluePrintByIdStoresRequest) SortField ¶

func (ApiGetAgentBluePrintByIdStoresRequest) XKeyfactorApiVersion ¶

func (r ApiGetAgentBluePrintByIdStoresRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAgentBluePrintByIdStoresRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAgentBluePrintByIdStoresRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAgentBluePrintByIdStoresRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAgentBluePrintByIdStoresRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAgentBluePrintRequest ¶

type ApiGetAgentBluePrintRequest struct {
	ApiService *AgentBlueprintApiService
	// contains filtered or unexported fields
}

Request for V1 GET /AgentBluePrint

func (ApiGetAgentBluePrintRequest) Execute ¶

Executes the V1 GET /AgentBluePrint request context

func (ApiGetAgentBluePrintRequest) PageReturned ¶

func (r ApiGetAgentBluePrintRequest) PageReturned(pageReturned int32) ApiGetAgentBluePrintRequest

func (ApiGetAgentBluePrintRequest) ReturnLimit ¶

func (ApiGetAgentBluePrintRequest) SortAscending ¶

func (ApiGetAgentBluePrintRequest) SortField ¶

func (ApiGetAgentBluePrintRequest) XKeyfactorApiVersion ¶

func (r ApiGetAgentBluePrintRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAgentBluePrintRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAgentBluePrintRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAgentBluePrintRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAgentBluePrintRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAgentPoolsAgentsRequest ¶

type ApiGetAgentPoolsAgentsRequest struct {
	ApiService *AgentPoolApiService
	// contains filtered or unexported fields
}

Request for V1 GET /AgentPools/Agents

func (ApiGetAgentPoolsAgentsRequest) Execute ¶

Executes the V1 GET /AgentPools/Agents request context

func (ApiGetAgentPoolsAgentsRequest) PageReturned ¶

The current page within the result set to be returned

func (ApiGetAgentPoolsAgentsRequest) QueryString ¶

Contents of the query (ex: field1 -eq value1 AND field2 -gt value2)

func (ApiGetAgentPoolsAgentsRequest) ReturnLimit ¶

Maximum number of records to be returned in a single call

func (ApiGetAgentPoolsAgentsRequest) SortAscending ¶

Field sort direction [0=ascending, 1=descending]

func (ApiGetAgentPoolsAgentsRequest) SortField ¶

Field by which the results should be sorted (view results via Management Portal for sortable columns)

func (ApiGetAgentPoolsAgentsRequest) XKeyfactorApiVersion ¶

func (r ApiGetAgentPoolsAgentsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAgentPoolsAgentsRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAgentPoolsAgentsRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAgentPoolsAgentsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAgentPoolsAgentsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAgentPoolsByIdRequest ¶

type ApiGetAgentPoolsByIdRequest struct {
	ApiService *AgentPoolApiService
	// contains filtered or unexported fields
}

Request for V1 GET /AgentPools/{id}

func (ApiGetAgentPoolsByIdRequest) Execute ¶

Executes the V1 GET /AgentPools/{id} request context

func (ApiGetAgentPoolsByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetAgentPoolsByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAgentPoolsByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAgentPoolsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAgentPoolsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAgentPoolsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAgentPoolsRequest ¶

type ApiGetAgentPoolsRequest struct {
	ApiService *AgentPoolApiService
	// contains filtered or unexported fields
}

Request for V1 GET /AgentPools

func (ApiGetAgentPoolsRequest) Execute ¶

Executes the V1 GET /AgentPools request context

func (ApiGetAgentPoolsRequest) PageReturned ¶

func (r ApiGetAgentPoolsRequest) PageReturned(pageReturned int32) ApiGetAgentPoolsRequest

The current page within the result set to be returned

func (ApiGetAgentPoolsRequest) QueryString ¶

func (r ApiGetAgentPoolsRequest) QueryString(queryString string) ApiGetAgentPoolsRequest

Contents of the query (ex: field1 -eq value1 AND field2 -gt value2)

func (ApiGetAgentPoolsRequest) ReturnLimit ¶

func (r ApiGetAgentPoolsRequest) ReturnLimit(returnLimit int32) ApiGetAgentPoolsRequest

Maximum number of records to be returned in a single call

func (ApiGetAgentPoolsRequest) SortAscending ¶

Field sort direction [0=ascending, 1=descending]

func (ApiGetAgentPoolsRequest) SortField ¶

Field by which the results should be sorted (view results via Management Portal for sortable columns)

func (ApiGetAgentPoolsRequest) XKeyfactorApiVersion ¶

func (r ApiGetAgentPoolsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAgentPoolsRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAgentPoolsRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAgentPoolsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAgentPoolsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAgentsByIdRequest ¶

type ApiGetAgentsByIdRequest struct {
	ApiService *AgentApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Agents/{id}

func (ApiGetAgentsByIdRequest) Execute ¶

Executes the V1 GET /Agents/{id} request context

func (ApiGetAgentsByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetAgentsByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAgentsByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAgentsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAgentsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAgentsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAgentsRequest ¶

type ApiGetAgentsRequest struct {
	ApiService *AgentApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Agents

func (ApiGetAgentsRequest) Execute ¶

Executes the V1 GET /Agents request context

func (ApiGetAgentsRequest) PageReturned ¶

func (r ApiGetAgentsRequest) PageReturned(pageReturned int32) ApiGetAgentsRequest

func (ApiGetAgentsRequest) QueryString ¶

func (r ApiGetAgentsRequest) QueryString(queryString string) ApiGetAgentsRequest

func (ApiGetAgentsRequest) ReturnLimit ¶

func (r ApiGetAgentsRequest) ReturnLimit(returnLimit int32) ApiGetAgentsRequest

func (ApiGetAgentsRequest) SortAscending ¶

func (ApiGetAgentsRequest) SortField ¶

func (r ApiGetAgentsRequest) SortField(sortField string) ApiGetAgentsRequest

func (ApiGetAgentsRequest) XKeyfactorApiVersion ¶

func (r ApiGetAgentsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAgentsRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAgentsRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAgentsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAgentsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAlertsDeniedByIdRequest ¶

type ApiGetAlertsDeniedByIdRequest struct {
	ApiService *DeniedAlertApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Alerts/Denied/{id}

func (ApiGetAlertsDeniedByIdRequest) Execute ¶

Executes the V1 GET /Alerts/Denied/{id} request context

func (ApiGetAlertsDeniedByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetAlertsDeniedByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAlertsDeniedByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAlertsDeniedByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAlertsDeniedByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAlertsDeniedByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAlertsDeniedRequest ¶

type ApiGetAlertsDeniedRequest struct {
	ApiService *DeniedAlertApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Alerts/Denied

func (ApiGetAlertsDeniedRequest) Execute ¶

Executes the V1 GET /Alerts/Denied request context

func (ApiGetAlertsDeniedRequest) PageReturned ¶

func (r ApiGetAlertsDeniedRequest) PageReturned(pageReturned int32) ApiGetAlertsDeniedRequest

func (ApiGetAlertsDeniedRequest) QueryString ¶

func (r ApiGetAlertsDeniedRequest) QueryString(queryString string) ApiGetAlertsDeniedRequest

func (ApiGetAlertsDeniedRequest) ReturnLimit ¶

func (r ApiGetAlertsDeniedRequest) ReturnLimit(returnLimit int32) ApiGetAlertsDeniedRequest

func (ApiGetAlertsDeniedRequest) SortAscending ¶

func (ApiGetAlertsDeniedRequest) SortField ¶

func (ApiGetAlertsDeniedRequest) XKeyfactorApiVersion ¶

func (r ApiGetAlertsDeniedRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAlertsDeniedRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAlertsDeniedRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAlertsDeniedRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAlertsDeniedRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAlertsExpirationByIdRequest ¶

type ApiGetAlertsExpirationByIdRequest struct {
	ApiService *ExpirationAlertApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Alerts/Expiration/{id}

func (ApiGetAlertsExpirationByIdRequest) Execute ¶

Executes the V1 GET /Alerts/Expiration/{id} request context

func (ApiGetAlertsExpirationByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetAlertsExpirationByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAlertsExpirationByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAlertsExpirationByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAlertsExpirationByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAlertsExpirationByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAlertsExpirationRequest ¶

type ApiGetAlertsExpirationRequest struct {
	ApiService *ExpirationAlertApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Alerts/Expiration

func (ApiGetAlertsExpirationRequest) Execute ¶

Executes the V1 GET /Alerts/Expiration request context

func (ApiGetAlertsExpirationRequest) PageReturned ¶

func (ApiGetAlertsExpirationRequest) QueryString ¶

func (ApiGetAlertsExpirationRequest) ReturnLimit ¶

func (ApiGetAlertsExpirationRequest) SortAscending ¶

func (ApiGetAlertsExpirationRequest) SortField ¶

func (ApiGetAlertsExpirationRequest) XKeyfactorApiVersion ¶

func (r ApiGetAlertsExpirationRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAlertsExpirationRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAlertsExpirationRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAlertsExpirationRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAlertsExpirationRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAlertsExpirationScheduleRequest ¶

type ApiGetAlertsExpirationScheduleRequest struct {
	ApiService *ExpirationAlertApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Alerts/Expiration/Schedule

func (ApiGetAlertsExpirationScheduleRequest) Execute ¶

Executes the V1 GET /Alerts/Expiration/Schedule request context

func (ApiGetAlertsExpirationScheduleRequest) XKeyfactorApiVersion ¶

func (r ApiGetAlertsExpirationScheduleRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAlertsExpirationScheduleRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAlertsExpirationScheduleRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAlertsExpirationScheduleRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAlertsExpirationScheduleRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAlertsIssuedByIdRequest ¶

type ApiGetAlertsIssuedByIdRequest struct {
	ApiService *IssuedAlertApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Alerts/Issued/{id}

func (ApiGetAlertsIssuedByIdRequest) Execute ¶

Executes the V1 GET /Alerts/Issued/{id} request context

func (ApiGetAlertsIssuedByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetAlertsIssuedByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAlertsIssuedByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAlertsIssuedByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAlertsIssuedByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAlertsIssuedByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAlertsIssuedRequest ¶

type ApiGetAlertsIssuedRequest struct {
	ApiService *IssuedAlertApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Alerts/Issued

func (ApiGetAlertsIssuedRequest) Execute ¶

Executes the V1 GET /Alerts/Issued request context

func (ApiGetAlertsIssuedRequest) PageReturned ¶

func (r ApiGetAlertsIssuedRequest) PageReturned(pageReturned int32) ApiGetAlertsIssuedRequest

func (ApiGetAlertsIssuedRequest) QueryString ¶

func (r ApiGetAlertsIssuedRequest) QueryString(queryString string) ApiGetAlertsIssuedRequest

func (ApiGetAlertsIssuedRequest) ReturnLimit ¶

func (r ApiGetAlertsIssuedRequest) ReturnLimit(returnLimit int32) ApiGetAlertsIssuedRequest

func (ApiGetAlertsIssuedRequest) SortAscending ¶

func (ApiGetAlertsIssuedRequest) SortField ¶

func (ApiGetAlertsIssuedRequest) XKeyfactorApiVersion ¶

func (r ApiGetAlertsIssuedRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAlertsIssuedRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAlertsIssuedRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAlertsIssuedRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAlertsIssuedRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAlertsIssuedScheduleRequest ¶

type ApiGetAlertsIssuedScheduleRequest struct {
	ApiService *IssuedAlertApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Alerts/Issued/Schedule

func (ApiGetAlertsIssuedScheduleRequest) Execute ¶

Executes the V1 GET /Alerts/Issued/Schedule request context

func (ApiGetAlertsIssuedScheduleRequest) XKeyfactorApiVersion ¶

func (r ApiGetAlertsIssuedScheduleRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAlertsIssuedScheduleRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAlertsIssuedScheduleRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAlertsIssuedScheduleRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAlertsIssuedScheduleRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAlertsKeyRotationByIdRequest ¶

type ApiGetAlertsKeyRotationByIdRequest struct {
	ApiService *KeyRotationAlertApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Alerts/KeyRotation/{id}

func (ApiGetAlertsKeyRotationByIdRequest) Execute ¶

Executes the V1 GET /Alerts/KeyRotation/{id} request context

func (ApiGetAlertsKeyRotationByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetAlertsKeyRotationByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAlertsKeyRotationByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAlertsKeyRotationByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAlertsKeyRotationByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAlertsKeyRotationByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAlertsKeyRotationRequest ¶

type ApiGetAlertsKeyRotationRequest struct {
	ApiService *KeyRotationAlertApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Alerts/KeyRotation

func (ApiGetAlertsKeyRotationRequest) Execute ¶

Executes the V1 GET /Alerts/KeyRotation request context

func (ApiGetAlertsKeyRotationRequest) PageReturned ¶

func (ApiGetAlertsKeyRotationRequest) QueryString ¶

func (ApiGetAlertsKeyRotationRequest) ReturnLimit ¶

func (ApiGetAlertsKeyRotationRequest) SortAscending ¶

func (ApiGetAlertsKeyRotationRequest) SortField ¶

func (ApiGetAlertsKeyRotationRequest) XKeyfactorApiVersion ¶

func (r ApiGetAlertsKeyRotationRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAlertsKeyRotationRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAlertsKeyRotationRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAlertsKeyRotationRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAlertsKeyRotationRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAlertsKeyRotationScheduleRequest ¶

type ApiGetAlertsKeyRotationScheduleRequest struct {
	ApiService *KeyRotationAlertApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Alerts/KeyRotation/Schedule

func (ApiGetAlertsKeyRotationScheduleRequest) Execute ¶

Executes the V1 GET /Alerts/KeyRotation/Schedule request context

func (ApiGetAlertsKeyRotationScheduleRequest) XKeyfactorApiVersion ¶

func (r ApiGetAlertsKeyRotationScheduleRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAlertsKeyRotationScheduleRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAlertsKeyRotationScheduleRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAlertsKeyRotationScheduleRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAlertsKeyRotationScheduleRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAlertsPendingByIdRequest ¶

type ApiGetAlertsPendingByIdRequest struct {
	ApiService *PendingAlertApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Alerts/Pending/{id}

func (ApiGetAlertsPendingByIdRequest) Execute ¶

Executes the V1 GET /Alerts/Pending/{id} request context

func (ApiGetAlertsPendingByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetAlertsPendingByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAlertsPendingByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAlertsPendingByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAlertsPendingByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAlertsPendingByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAlertsPendingRequest ¶

type ApiGetAlertsPendingRequest struct {
	ApiService *PendingAlertApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Alerts/Pending

func (ApiGetAlertsPendingRequest) Execute ¶

Executes the V1 GET /Alerts/Pending request context

func (ApiGetAlertsPendingRequest) PageReturned ¶

func (r ApiGetAlertsPendingRequest) PageReturned(pageReturned int32) ApiGetAlertsPendingRequest

func (ApiGetAlertsPendingRequest) QueryString ¶

func (ApiGetAlertsPendingRequest) ReturnLimit ¶

func (r ApiGetAlertsPendingRequest) ReturnLimit(returnLimit int32) ApiGetAlertsPendingRequest

func (ApiGetAlertsPendingRequest) SortAscending ¶

func (ApiGetAlertsPendingRequest) SortField ¶

func (ApiGetAlertsPendingRequest) XKeyfactorApiVersion ¶

func (r ApiGetAlertsPendingRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAlertsPendingRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAlertsPendingRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAlertsPendingRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAlertsPendingRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAlertsPendingScheduleRequest ¶

type ApiGetAlertsPendingScheduleRequest struct {
	ApiService *PendingAlertApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Alerts/Pending/Schedule

func (ApiGetAlertsPendingScheduleRequest) Execute ¶

Executes the V1 GET /Alerts/Pending/Schedule request context

func (ApiGetAlertsPendingScheduleRequest) XKeyfactorApiVersion ¶

func (r ApiGetAlertsPendingScheduleRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAlertsPendingScheduleRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAlertsPendingScheduleRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAlertsPendingScheduleRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAlertsPendingScheduleRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAppSettingByIdRequest ¶

type ApiGetAppSettingByIdRequest struct {
	ApiService *AppSettingApiService
	// contains filtered or unexported fields
}

Request for V1 GET /AppSetting/{id}

func (ApiGetAppSettingByIdRequest) Execute ¶

Executes the V1 GET /AppSetting/{id} request context

func (ApiGetAppSettingByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetAppSettingByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAppSettingByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAppSettingByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAppSettingByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAppSettingByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAppSettingRequest ¶

type ApiGetAppSettingRequest struct {
	ApiService *AppSettingApiService
	// contains filtered or unexported fields
}

Request for V1 GET /AppSetting

func (ApiGetAppSettingRequest) Execute ¶

Executes the V1 GET /AppSetting request context

func (ApiGetAppSettingRequest) XKeyfactorApiVersion ¶

func (r ApiGetAppSettingRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAppSettingRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAppSettingRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAppSettingRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAppSettingRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAuditByIdRequest ¶

type ApiGetAuditByIdRequest struct {
	ApiService *AuditLogApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Audit/{id}

func (ApiGetAuditByIdRequest) Execute ¶

func (r ApiGetAuditByIdRequest) Execute() (*http.Response, error)

Executes the V1 GET /Audit/{id} request context

func (ApiGetAuditByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetAuditByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAuditByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAuditByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAuditByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAuditByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAuditByIdValidateRequest ¶

type ApiGetAuditByIdValidateRequest struct {
	ApiService *AuditLogApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Audit/{id}/Validate

func (ApiGetAuditByIdValidateRequest) Execute ¶

Executes the V1 GET /Audit/{id}/Validate request context

func (ApiGetAuditByIdValidateRequest) XKeyfactorApiVersion ¶

func (r ApiGetAuditByIdValidateRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAuditByIdValidateRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAuditByIdValidateRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAuditByIdValidateRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAuditByIdValidateRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAuditDownloadRequest ¶

type ApiGetAuditDownloadRequest struct {
	ApiService *AuditLogApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Audit/Download

func (ApiGetAuditDownloadRequest) Execute ¶

Executes the V1 GET /Audit/Download request context

func (ApiGetAuditDownloadRequest) PageReturned ¶

func (r ApiGetAuditDownloadRequest) PageReturned(pageReturned int32) ApiGetAuditDownloadRequest

func (ApiGetAuditDownloadRequest) QueryString ¶

func (ApiGetAuditDownloadRequest) ReturnLimit ¶

func (r ApiGetAuditDownloadRequest) ReturnLimit(returnLimit int32) ApiGetAuditDownloadRequest

func (ApiGetAuditDownloadRequest) SortAscending ¶

func (ApiGetAuditDownloadRequest) SortField ¶

func (ApiGetAuditDownloadRequest) XKeyfactorApiVersion ¶

func (r ApiGetAuditDownloadRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAuditDownloadRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAuditDownloadRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAuditDownloadRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAuditDownloadRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAuditRelatedEntitiesRequest ¶

type ApiGetAuditRelatedEntitiesRequest struct {
	ApiService *AuditLogApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Audit/RelatedEntities

func (ApiGetAuditRelatedEntitiesRequest) Execute ¶

Executes the V1 GET /Audit/RelatedEntities request context

func (ApiGetAuditRelatedEntitiesRequest) PageReturned ¶

func (ApiGetAuditRelatedEntitiesRequest) QueryString ¶

func (ApiGetAuditRelatedEntitiesRequest) ReturnLimit ¶

func (ApiGetAuditRelatedEntitiesRequest) SortAscending ¶

func (ApiGetAuditRelatedEntitiesRequest) SortField ¶

func (ApiGetAuditRelatedEntitiesRequest) XKeyfactorApiVersion ¶

func (r ApiGetAuditRelatedEntitiesRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAuditRelatedEntitiesRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAuditRelatedEntitiesRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAuditRelatedEntitiesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAuditRelatedEntitiesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetAuditRequest ¶

type ApiGetAuditRequest struct {
	ApiService *AuditLogApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Audit

func (ApiGetAuditRequest) Execute ¶

Executes the V1 GET /Audit request context

func (ApiGetAuditRequest) PageReturned ¶

func (r ApiGetAuditRequest) PageReturned(pageReturned int32) ApiGetAuditRequest

func (ApiGetAuditRequest) QueryString ¶

func (r ApiGetAuditRequest) QueryString(queryString string) ApiGetAuditRequest

func (ApiGetAuditRequest) ReturnLimit ¶

func (r ApiGetAuditRequest) ReturnLimit(returnLimit int32) ApiGetAuditRequest

func (ApiGetAuditRequest) SortAscending ¶

func (ApiGetAuditRequest) SortField ¶

func (r ApiGetAuditRequest) SortField(sortField string) ApiGetAuditRequest

func (ApiGetAuditRequest) XKeyfactorApiVersion ¶

func (r ApiGetAuditRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetAuditRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetAuditRequest) XKeyfactorRequestedWith ¶

func (r ApiGetAuditRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetAuditRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCSRGenerationPendingByIdRequest ¶

type ApiGetCSRGenerationPendingByIdRequest struct {
	ApiService *CSRGenerationApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CSRGeneration/Pending/{id}

func (ApiGetCSRGenerationPendingByIdRequest) Execute ¶

Executes the V1 GET /CSRGeneration/Pending/{id} request context

func (ApiGetCSRGenerationPendingByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetCSRGenerationPendingByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetCSRGenerationPendingByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetCSRGenerationPendingByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCSRGenerationPendingByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCSRGenerationPendingByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCSRGenerationPendingRequest ¶

type ApiGetCSRGenerationPendingRequest struct {
	ApiService *CSRGenerationApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CSRGeneration/Pending

func (ApiGetCSRGenerationPendingRequest) Execute ¶

Executes the V1 GET /CSRGeneration/Pending request context

func (ApiGetCSRGenerationPendingRequest) PageReturned ¶

func (ApiGetCSRGenerationPendingRequest) QueryString ¶

func (ApiGetCSRGenerationPendingRequest) ReturnLimit ¶

func (ApiGetCSRGenerationPendingRequest) SortAscending ¶

func (ApiGetCSRGenerationPendingRequest) SortField ¶

func (ApiGetCSRGenerationPendingRequest) XKeyfactorApiVersion ¶

func (r ApiGetCSRGenerationPendingRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetCSRGenerationPendingRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetCSRGenerationPendingRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCSRGenerationPendingRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCSRGenerationPendingRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest ¶

type ApiGetCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateAuthority/AlertRecipients/CAHealthRecipients/{id}

func (ApiGetCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest) Execute ¶

Executes the V1 GET /CertificateAuthority/AlertRecipients/CAHealthRecipients/{id} request context

func (ApiGetCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateAuthorityAlertRecipientsCAHealthRecipientsRequest ¶

type ApiGetCertificateAuthorityAlertRecipientsCAHealthRecipientsRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateAuthority/AlertRecipients/CAHealthRecipients

func (ApiGetCertificateAuthorityAlertRecipientsCAHealthRecipientsRequest) Execute ¶

Executes the V1 GET /CertificateAuthority/AlertRecipients/CAHealthRecipients request context

func (ApiGetCertificateAuthorityAlertRecipientsCAHealthRecipientsRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateAuthorityAlertRecipientsCAHealthRecipientsRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest ¶

type ApiGetCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateAuthority/AlertRecipients/CAThresholdRecipients/{id}

func (ApiGetCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest) Execute ¶

Executes the V1 GET /CertificateAuthority/AlertRecipients/CAThresholdRecipients/{id} request context

func (ApiGetCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateAuthorityAlertRecipientsCAThresholdRecipientsRequest ¶

type ApiGetCertificateAuthorityAlertRecipientsCAThresholdRecipientsRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateAuthority/AlertRecipients/CAThresholdRecipients

func (ApiGetCertificateAuthorityAlertRecipientsCAThresholdRecipientsRequest) Execute ¶

Executes the V1 GET /CertificateAuthority/AlertRecipients/CAThresholdRecipients request context

func (ApiGetCertificateAuthorityAlertRecipientsCAThresholdRecipientsRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateAuthorityAlertRecipientsCAThresholdRecipientsRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateAuthorityAvailableForestsRequest ¶

type ApiGetCertificateAuthorityAvailableForestsRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateAuthority/AvailableForests

func (ApiGetCertificateAuthorityAvailableForestsRequest) Execute ¶

Executes the V1 GET /CertificateAuthority/AvailableForests request context

func (ApiGetCertificateAuthorityAvailableForestsRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateAuthorityAvailableForestsRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateAuthorityByIdRequest ¶

type ApiGetCertificateAuthorityByIdRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateAuthority/{id}

func (ApiGetCertificateAuthorityByIdRequest) Execute ¶

Executes the V1 GET /CertificateAuthority/{id} request context

func (ApiGetCertificateAuthorityByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetCertificateAuthorityByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetCertificateAuthorityByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateAuthorityByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCertificateAuthorityByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCertificateAuthorityByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateAuthorityCAConnectorsByIdRequest ¶

type ApiGetCertificateAuthorityCAConnectorsByIdRequest struct {
	ApiService *CAConnectorApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateAuthority/CAConnectors/{id}

func (ApiGetCertificateAuthorityCAConnectorsByIdRequest) Execute ¶

Executes the V1 GET /CertificateAuthority/CAConnectors/{id} request context

func (ApiGetCertificateAuthorityCAConnectorsByIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateAuthorityCAConnectorsByIdRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateAuthorityCAConnectorsRequest ¶

type ApiGetCertificateAuthorityCAConnectorsRequest struct {
	ApiService *CAConnectorApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateAuthority/CAConnectors

func (ApiGetCertificateAuthorityCAConnectorsRequest) Execute ¶

Executes the V1 GET /CertificateAuthority/CAConnectors request context

func (ApiGetCertificateAuthorityCAConnectorsRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateAuthorityCAConnectorsRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateAuthorityHealthMonitoringScheduleRequest ¶

type ApiGetCertificateAuthorityHealthMonitoringScheduleRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateAuthority/HealthMonitoring/Schedule

func (ApiGetCertificateAuthorityHealthMonitoringScheduleRequest) Execute ¶

Executes the V1 GET /CertificateAuthority/HealthMonitoring/Schedule request context

func (ApiGetCertificateAuthorityHealthMonitoringScheduleRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateAuthorityHealthMonitoringScheduleRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateAuthorityRequest ¶

type ApiGetCertificateAuthorityRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateAuthority

func (ApiGetCertificateAuthorityRequest) Execute ¶

Executes the V1 GET /CertificateAuthority request context

func (ApiGetCertificateAuthorityRequest) PageReturned ¶

func (ApiGetCertificateAuthorityRequest) QueryString ¶

func (ApiGetCertificateAuthorityRequest) ReturnLimit ¶

func (ApiGetCertificateAuthorityRequest) SortAscending ¶

func (ApiGetCertificateAuthorityRequest) SortField ¶

func (ApiGetCertificateAuthorityRequest) XKeyfactorApiVersion ¶

func (r ApiGetCertificateAuthorityRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetCertificateAuthorityRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateAuthorityRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCertificateAuthorityRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCertificateAuthorityRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateAuthoritySourceCountRequest ¶

type ApiGetCertificateAuthoritySourceCountRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateAuthority/SourceCount

func (ApiGetCertificateAuthoritySourceCountRequest) Execute ¶

Executes the V1 GET /CertificateAuthority/SourceCount request context

func (ApiGetCertificateAuthoritySourceCountRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateAuthoritySourceCountRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateAuthorityTaskQueueRequest ¶

type ApiGetCertificateAuthorityTaskQueueRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateAuthority/TaskQueue

func (ApiGetCertificateAuthorityTaskQueueRequest) Execute ¶

Executes the V1 GET /CertificateAuthority/TaskQueue request context

func (ApiGetCertificateAuthorityTaskQueueRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateAuthorityTaskQueueRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCertificateAuthorityTaskQueueRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCertificateAuthorityTaskQueueRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateCollectionsByIdRequest ¶

type ApiGetCertificateCollectionsByIdRequest struct {
	ApiService *CertificateCollectionApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateCollections/{id}

func (ApiGetCertificateCollectionsByIdRequest) Execute ¶

Executes the V1 GET /CertificateCollections/{id} request context

func (ApiGetCertificateCollectionsByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetCertificateCollectionsByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetCertificateCollectionsByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateCollectionsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCertificateCollectionsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCertificateCollectionsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateCollectionsCollectionListRequest ¶

type ApiGetCertificateCollectionsCollectionListRequest struct {
	ApiService *CertificateCollectionApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateCollections/CollectionList

func (ApiGetCertificateCollectionsCollectionListRequest) Execute ¶

Executes the V1 GET /CertificateCollections/CollectionList request context

func (ApiGetCertificateCollectionsCollectionListRequest) PageReturned ¶

func (ApiGetCertificateCollectionsCollectionListRequest) QueryString ¶

func (ApiGetCertificateCollectionsCollectionListRequest) ReturnLimit ¶

func (ApiGetCertificateCollectionsCollectionListRequest) SortField ¶

func (ApiGetCertificateCollectionsCollectionListRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateCollectionsCollectionListRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateCollectionsCollectionOrderingRequest ¶

type ApiGetCertificateCollectionsCollectionOrderingRequest struct {
	ApiService *CertificateCollectionApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateCollections/CollectionOrdering

func (ApiGetCertificateCollectionsCollectionOrderingRequest) Execute ¶

Executes the V1 GET /CertificateCollections/CollectionOrdering request context

func (ApiGetCertificateCollectionsCollectionOrderingRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateCollectionsCollectionOrderingRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateCollectionsLastEstimatedRequest ¶

type ApiGetCertificateCollectionsLastEstimatedRequest struct {
	ApiService *CertificateCollectionApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateCollections/LastEstimated

func (ApiGetCertificateCollectionsLastEstimatedRequest) Execute ¶

Executes the V1 GET /CertificateCollections/LastEstimated request context

func (ApiGetCertificateCollectionsLastEstimatedRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateCollectionsLastEstimatedRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateCollectionsNameRequest ¶

type ApiGetCertificateCollectionsNameRequest struct {
	ApiService *CertificateCollectionApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateCollections/{name}

func (ApiGetCertificateCollectionsNameRequest) Execute ¶

Executes the V1 GET /CertificateCollections/{name} request context

func (ApiGetCertificateCollectionsNameRequest) XKeyfactorApiVersion ¶

func (r ApiGetCertificateCollectionsNameRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetCertificateCollectionsNameRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateCollectionsNameRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCertificateCollectionsNameRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCertificateCollectionsNameRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateCollectionsNavItemsRequest ¶

type ApiGetCertificateCollectionsNavItemsRequest struct {
	ApiService *CertificateCollectionApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateCollections/NavItems

func (ApiGetCertificateCollectionsNavItemsRequest) Execute ¶

Executes the V1 GET /CertificateCollections/NavItems request context

func (ApiGetCertificateCollectionsNavItemsRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateCollectionsNavItemsRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCertificateCollectionsNavItemsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCertificateCollectionsNavItemsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateCollectionsRequest ¶

type ApiGetCertificateCollectionsRequest struct {
	ApiService *CertificateCollectionApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateCollections

func (ApiGetCertificateCollectionsRequest) Execute ¶

Executes the V1 GET /CertificateCollections request context

func (ApiGetCertificateCollectionsRequest) PageReturned ¶

func (ApiGetCertificateCollectionsRequest) QueryString ¶

func (ApiGetCertificateCollectionsRequest) ReturnLimit ¶

func (ApiGetCertificateCollectionsRequest) SortAscending ¶

func (ApiGetCertificateCollectionsRequest) SortField ¶

func (ApiGetCertificateCollectionsRequest) XKeyfactorApiVersion ¶

func (r ApiGetCertificateCollectionsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetCertificateCollectionsRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateCollectionsRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCertificateCollectionsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCertificateCollectionsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateStoreContainersByIdRequest ¶

type ApiGetCertificateStoreContainersByIdRequest struct {
	ApiService *CertificateStoreContainerApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateStoreContainers/{id}

func (ApiGetCertificateStoreContainersByIdRequest) Execute ¶

Executes the V1 GET /CertificateStoreContainers/{id} request context

func (ApiGetCertificateStoreContainersByIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateStoreContainersByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCertificateStoreContainersByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCertificateStoreContainersByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateStoreContainersRequest ¶

type ApiGetCertificateStoreContainersRequest struct {
	ApiService *CertificateStoreContainerApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateStoreContainers

func (ApiGetCertificateStoreContainersRequest) Execute ¶

Executes the V1 GET /CertificateStoreContainers request context

func (ApiGetCertificateStoreContainersRequest) PageReturned ¶

func (ApiGetCertificateStoreContainersRequest) QueryString ¶

func (ApiGetCertificateStoreContainersRequest) ReturnLimit ¶

func (ApiGetCertificateStoreContainersRequest) SortField ¶

func (ApiGetCertificateStoreContainersRequest) XKeyfactorApiVersion ¶

func (r ApiGetCertificateStoreContainersRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetCertificateStoreContainersRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateStoreContainersRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCertificateStoreContainersRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCertificateStoreContainersRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateStoreTypesByIdRequest ¶

type ApiGetCertificateStoreTypesByIdRequest struct {
	ApiService *CertificateStoreTypeApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateStoreTypes/{id}

func (ApiGetCertificateStoreTypesByIdRequest) Execute ¶

Executes the V1 GET /CertificateStoreTypes/{id} request context

func (ApiGetCertificateStoreTypesByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetCertificateStoreTypesByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetCertificateStoreTypesByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateStoreTypesByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCertificateStoreTypesByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCertificateStoreTypesByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateStoreTypesNameNameRequest ¶

type ApiGetCertificateStoreTypesNameNameRequest struct {
	ApiService *CertificateStoreTypeApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateStoreTypes/Name/{name}

func (ApiGetCertificateStoreTypesNameNameRequest) Execute ¶

Executes the V1 GET /CertificateStoreTypes/Name/{name} request context

func (ApiGetCertificateStoreTypesNameNameRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateStoreTypesNameNameRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCertificateStoreTypesNameNameRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCertificateStoreTypesNameNameRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateStoreTypesRequest ¶

type ApiGetCertificateStoreTypesRequest struct {
	ApiService *CertificateStoreTypeApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateStoreTypes

func (ApiGetCertificateStoreTypesRequest) Execute ¶

Executes the V1 GET /CertificateStoreTypes request context

func (ApiGetCertificateStoreTypesRequest) PageReturned ¶

func (ApiGetCertificateStoreTypesRequest) QueryString ¶

func (ApiGetCertificateStoreTypesRequest) ReturnLimit ¶

func (ApiGetCertificateStoreTypesRequest) SortAscending ¶

func (ApiGetCertificateStoreTypesRequest) SortField ¶

func (ApiGetCertificateStoreTypesRequest) XKeyfactorApiVersion ¶

func (r ApiGetCertificateStoreTypesRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetCertificateStoreTypesRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateStoreTypesRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCertificateStoreTypesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCertificateStoreTypesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateStoresByIdInventoryRequest ¶

type ApiGetCertificateStoresByIdInventoryRequest struct {
	ApiService *CertificateStoreApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateStores/{id}/Inventory

func (ApiGetCertificateStoresByIdInventoryRequest) Execute ¶

Executes the V1 GET /CertificateStores/{id}/Inventory request context

func (ApiGetCertificateStoresByIdInventoryRequest) PageReturned ¶

func (ApiGetCertificateStoresByIdInventoryRequest) ReturnLimit ¶

func (ApiGetCertificateStoresByIdInventoryRequest) SortField ¶

func (ApiGetCertificateStoresByIdInventoryRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateStoresByIdInventoryRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCertificateStoresByIdInventoryRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCertificateStoresByIdInventoryRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateStoresByIdRequest ¶

type ApiGetCertificateStoresByIdRequest struct {
	ApiService *CertificateStoreApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateStores/{id}

func (ApiGetCertificateStoresByIdRequest) Execute ¶

Executes the V1 GET /CertificateStores/{id} request context

func (ApiGetCertificateStoresByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetCertificateStoresByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetCertificateStoresByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateStoresByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCertificateStoresByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCertificateStoresByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificateStoresRequest ¶

type ApiGetCertificateStoresRequest struct {
	ApiService *CertificateStoreApiService
	// contains filtered or unexported fields
}

Request for V1 GET /CertificateStores

func (ApiGetCertificateStoresRequest) Execute ¶

Executes the V1 GET /CertificateStores request context

func (ApiGetCertificateStoresRequest) PageReturned ¶

The current page within the result set to be returned

func (ApiGetCertificateStoresRequest) PerformRoleCheck ¶

func (r ApiGetCertificateStoresRequest) PerformRoleCheck(performRoleCheck bool) ApiGetCertificateStoresRequest

Set to 'true' if role permissions for the current user should be validated

func (ApiGetCertificateStoresRequest) QueryString ¶

Contents of the query (ex: field1 -eq value1 AND field2 -gt value2)

func (ApiGetCertificateStoresRequest) ReturnLimit ¶

Maximum number of records to be returned in a single call

func (ApiGetCertificateStoresRequest) RoleIdList ¶

List of Keyfactor role identifiers (integer) used to determine permissions if provided

func (ApiGetCertificateStoresRequest) SortAscending ¶

Field sort direction [0=ascending, 1=descending]

func (ApiGetCertificateStoresRequest) SortField ¶

Field by which the results should be sorted (view results via Management Portal for sortable columns)

func (ApiGetCertificateStoresRequest) XKeyfactorApiVersion ¶

func (r ApiGetCertificateStoresRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetCertificateStoresRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificateStoresRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCertificateStoresRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCertificateStoresRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificatesByIdHistoryRequest ¶

type ApiGetCertificatesByIdHistoryRequest struct {
	ApiService *CertificateApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Certificates/{id}/History

func (ApiGetCertificatesByIdHistoryRequest) CollectionId ¶

The collection the certificate could be in. Defaults to no collection.

func (ApiGetCertificatesByIdHistoryRequest) Execute ¶

Executes the V1 GET /Certificates/{id}/History request context

func (ApiGetCertificatesByIdHistoryRequest) PageReturned ¶

func (ApiGetCertificatesByIdHistoryRequest) ReturnLimit ¶

func (ApiGetCertificatesByIdHistoryRequest) SortAscending ¶

func (ApiGetCertificatesByIdHistoryRequest) SortField ¶

func (ApiGetCertificatesByIdHistoryRequest) XKeyfactorApiVersion ¶

func (r ApiGetCertificatesByIdHistoryRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetCertificatesByIdHistoryRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificatesByIdHistoryRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCertificatesByIdHistoryRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCertificatesByIdHistoryRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificatesByIdRequest ¶

type ApiGetCertificatesByIdRequest struct {
	ApiService *CertificateApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Certificates/{id}

func (ApiGetCertificatesByIdRequest) CollectionId ¶

Optional certificate collection identifier used to ensure user access to the certificate

func (ApiGetCertificatesByIdRequest) Execute ¶

Executes the V1 GET /Certificates/{id} request context

func (ApiGetCertificatesByIdRequest) IncludeLocations ¶

func (r ApiGetCertificatesByIdRequest) IncludeLocations(includeLocations bool) ApiGetCertificatesByIdRequest

Include locations data for the certificate to be returned

func (ApiGetCertificatesByIdRequest) IncludeMetadata ¶

func (r ApiGetCertificatesByIdRequest) IncludeMetadata(includeMetadata bool) ApiGetCertificatesByIdRequest

Include metadata for the certificate to be returned

func (ApiGetCertificatesByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetCertificatesByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetCertificatesByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificatesByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCertificatesByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCertificatesByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificatesByIdSecurityRequest ¶

type ApiGetCertificatesByIdSecurityRequest struct {
	ApiService *CertificateApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Certificates/{id}/Security

func (ApiGetCertificatesByIdSecurityRequest) CollectionId ¶

The Id of the collection the certificate belongs in. Defaults to no collection

func (ApiGetCertificatesByIdSecurityRequest) Execute ¶

Executes the V1 GET /Certificates/{id}/Security request context

func (ApiGetCertificatesByIdSecurityRequest) XKeyfactorApiVersion ¶

func (r ApiGetCertificatesByIdSecurityRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetCertificatesByIdSecurityRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificatesByIdSecurityRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCertificatesByIdSecurityRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCertificatesByIdSecurityRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificatesByIdValidateRequest ¶

type ApiGetCertificatesByIdValidateRequest struct {
	ApiService *CertificateApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Certificates/{id}/Validate

func (ApiGetCertificatesByIdValidateRequest) CollectionId ¶

An optional parameter for the collection Id the certificate is in. Defaults to no collection

func (ApiGetCertificatesByIdValidateRequest) Execute ¶

Executes the V1 GET /Certificates/{id}/Validate request context

func (ApiGetCertificatesByIdValidateRequest) XKeyfactorApiVersion ¶

func (r ApiGetCertificatesByIdValidateRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetCertificatesByIdValidateRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificatesByIdValidateRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCertificatesByIdValidateRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCertificatesByIdValidateRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificatesCSVRequest ¶

type ApiGetCertificatesCSVRequest struct {
	ApiService *CertificateApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Certificates/CSV

func (ApiGetCertificatesCSVRequest) CollectionId ¶

Optional certificate collection identifier used to ensure user access to the certificat

func (ApiGetCertificatesCSVRequest) Execute ¶

Executes the V1 GET /Certificates/CSV request context

func (ApiGetCertificatesCSVRequest) Query ¶

Contents of the query (ex: field1 -eq value1 AND field2 -gt value2)

func (ApiGetCertificatesCSVRequest) SortName ¶

Field by which the results should be sorted (view results via Management Portal for sortable columns)

func (ApiGetCertificatesCSVRequest) SortOrder ¶

Field sort direction [0=ascending, 1=descending]

func (ApiGetCertificatesCSVRequest) XKeyfactorApiVersion ¶

func (r ApiGetCertificatesCSVRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetCertificatesCSVRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificatesCSVRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCertificatesCSVRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCertificatesCSVRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificatesIdentityAuditByIdRequest ¶

type ApiGetCertificatesIdentityAuditByIdRequest struct {
	ApiService *CertificateApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Certificates/IdentityAudit/{id}

func (ApiGetCertificatesIdentityAuditByIdRequest) CollectionId ¶

An optional parameter for the collection Id the certificate is in. Defaults to no collection

func (ApiGetCertificatesIdentityAuditByIdRequest) Execute ¶

Executes the V1 GET /Certificates/IdentityAudit/{id} request context

func (ApiGetCertificatesIdentityAuditByIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificatesIdentityAuditByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCertificatesIdentityAuditByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCertificatesIdentityAuditByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificatesLocationsByIdRequest ¶

type ApiGetCertificatesLocationsByIdRequest struct {
	ApiService *CertificateApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Certificates/Locations/{id}

func (ApiGetCertificatesLocationsByIdRequest) CollectionId ¶

Optional certificate collection identifier used to ensure user access to the certificate

func (ApiGetCertificatesLocationsByIdRequest) Execute ¶

Executes the V1 GET /Certificates/Locations/{id} request context

func (ApiGetCertificatesLocationsByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetCertificatesLocationsByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetCertificatesLocationsByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificatesLocationsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCertificatesLocationsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCertificatesLocationsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificatesMetadataCompareRequest ¶

type ApiGetCertificatesMetadataCompareRequest struct {
	ApiService *CertificateApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Certificates/Metadata/Compare

func (ApiGetCertificatesMetadataCompareRequest) CertificateId ¶

Certificate identifier

func (ApiGetCertificatesMetadataCompareRequest) CollectionId ¶

Optional certificate collection identifier used to ensure user access to the certificate

func (ApiGetCertificatesMetadataCompareRequest) Execute ¶

Executes the V1 GET /Certificates/Metadata/Compare request context

func (ApiGetCertificatesMetadataCompareRequest) MetadataFieldName ¶

Metadata field being compared

func (ApiGetCertificatesMetadataCompareRequest) Value ¶

Value to compare against

func (ApiGetCertificatesMetadataCompareRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificatesMetadataCompareRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCertificatesMetadataCompareRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCertificatesMetadataCompareRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetCertificatesRequest ¶

type ApiGetCertificatesRequest struct {
	ApiService *CertificateApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Certificates

func (ApiGetCertificatesRequest) CollectionId ¶

func (r ApiGetCertificatesRequest) CollectionId(collectionId int32) ApiGetCertificatesRequest

Optional certificate collection identifier used to ensure user access to the certificate

func (ApiGetCertificatesRequest) Execute ¶

Executes the V1 GET /Certificates request context

func (ApiGetCertificatesRequest) IncludeExpired ¶

func (r ApiGetCertificatesRequest) IncludeExpired(includeExpired bool) ApiGetCertificatesRequest

Select 'true' to include expired certificates in the results

func (ApiGetCertificatesRequest) IncludeHasPrivateKey ¶

func (r ApiGetCertificatesRequest) IncludeHasPrivateKey(includeHasPrivateKey bool) ApiGetCertificatesRequest

Include whether the certificates to be returned have private keys stored in the Keyfactor database

func (ApiGetCertificatesRequest) IncludeLocations ¶

func (r ApiGetCertificatesRequest) IncludeLocations(includeLocations bool) ApiGetCertificatesRequest

Include locations data for the certificates to be returned

func (ApiGetCertificatesRequest) IncludeMetadata ¶

func (r ApiGetCertificatesRequest) IncludeMetadata(includeMetadata bool) ApiGetCertificatesRequest

Include metadata for the certificates to be returned

func (ApiGetCertificatesRequest) IncludeRevoked ¶

func (r ApiGetCertificatesRequest) IncludeRevoked(includeRevoked bool) ApiGetCertificatesRequest

Select 'true' to include revoked certificates in the results

func (ApiGetCertificatesRequest) PageReturned ¶

func (r ApiGetCertificatesRequest) PageReturned(pageReturned int32) ApiGetCertificatesRequest

The current page within the result set to be returned

func (ApiGetCertificatesRequest) QueryString ¶

func (r ApiGetCertificatesRequest) QueryString(queryString string) ApiGetCertificatesRequest

Contents of the query (ex: field1 -eq value1 AND field2 -gt value2)

func (ApiGetCertificatesRequest) ReturnLimit ¶

func (r ApiGetCertificatesRequest) ReturnLimit(returnLimit int32) ApiGetCertificatesRequest

Maximum number of records to be returned in a single call

func (ApiGetCertificatesRequest) SortAscending ¶

Field sort direction [0=ascending, 1=descending]

func (ApiGetCertificatesRequest) SortField ¶

Field by which the results should be sorted (view results via Management Portal for sortable columns)

func (ApiGetCertificatesRequest) XKeyfactorApiVersion ¶

func (r ApiGetCertificatesRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetCertificatesRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetCertificatesRequest) XKeyfactorRequestedWith ¶

func (r ApiGetCertificatesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetCertificatesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetComponentInstallationRequest ¶

type ApiGetComponentInstallationRequest struct {
	ApiService *ComponentInstallationApiService
	// contains filtered or unexported fields
}

Request for V1 GET /ComponentInstallation

func (ApiGetComponentInstallationRequest) Execute ¶

Executes the V1 GET /ComponentInstallation request context

func (ApiGetComponentInstallationRequest) PageReturned ¶

func (ApiGetComponentInstallationRequest) QueryString ¶

func (ApiGetComponentInstallationRequest) ReturnLimit ¶

func (ApiGetComponentInstallationRequest) SortAscending ¶

func (ApiGetComponentInstallationRequest) SortField ¶

func (ApiGetComponentInstallationRequest) XKeyfactorApiVersion ¶

func (r ApiGetComponentInstallationRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetComponentInstallationRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetComponentInstallationRequest) XKeyfactorRequestedWith ¶

func (r ApiGetComponentInstallationRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetComponentInstallationRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetEnrollmentAvailableRenewalIdByIdRequest ¶

type ApiGetEnrollmentAvailableRenewalIdByIdRequest struct {
	ApiService *EnrollmentApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Enrollment/AvailableRenewal/Id/{id}

func (ApiGetEnrollmentAvailableRenewalIdByIdRequest) CollectionId ¶

The collection id for the given certificate

func (ApiGetEnrollmentAvailableRenewalIdByIdRequest) Execute ¶

Executes the V1 GET /Enrollment/AvailableRenewal/Id/{id} request context

func (ApiGetEnrollmentAvailableRenewalIdByIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetEnrollmentAvailableRenewalIdByIdRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiGetEnrollmentAvailableRenewalThumbprintThumbprintRequest ¶

type ApiGetEnrollmentAvailableRenewalThumbprintThumbprintRequest struct {
	ApiService *EnrollmentApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Enrollment/AvailableRenewal/Thumbprint/{thumbprint}

func (ApiGetEnrollmentAvailableRenewalThumbprintThumbprintRequest) CollectionId ¶

The collection id for the given certificate

func (ApiGetEnrollmentAvailableRenewalThumbprintThumbprintRequest) Execute ¶

Executes the V1 GET /Enrollment/AvailableRenewal/Thumbprint/{thumbprint} request context

func (ApiGetEnrollmentAvailableRenewalThumbprintThumbprintRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetEnrollmentAvailableRenewalThumbprintThumbprintRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiGetEnrollmentCSRContextMyRequest ¶

type ApiGetEnrollmentCSRContextMyRequest struct {
	ApiService *EnrollmentApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Enrollment/CSR/Context/My

func (ApiGetEnrollmentCSRContextMyRequest) Execute ¶

Executes the V1 GET /Enrollment/CSR/Context/My request context

func (ApiGetEnrollmentCSRContextMyRequest) XKeyfactorApiVersion ¶

func (r ApiGetEnrollmentCSRContextMyRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetEnrollmentCSRContextMyRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetEnrollmentCSRContextMyRequest) XKeyfactorRequestedWith ¶

func (r ApiGetEnrollmentCSRContextMyRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetEnrollmentCSRContextMyRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetEnrollmentPFXContextMyRequest ¶

type ApiGetEnrollmentPFXContextMyRequest struct {
	ApiService *EnrollmentApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Enrollment/PFX/Context/My

func (ApiGetEnrollmentPFXContextMyRequest) Execute ¶

Executes the V1 GET /Enrollment/PFX/Context/My request context

func (ApiGetEnrollmentPFXContextMyRequest) XKeyfactorApiVersion ¶

func (r ApiGetEnrollmentPFXContextMyRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetEnrollmentPFXContextMyRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetEnrollmentPFXContextMyRequest) XKeyfactorRequestedWith ¶

func (r ApiGetEnrollmentPFXContextMyRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetEnrollmentPFXContextMyRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetEnrollmentSettingsByIdRequest ¶

type ApiGetEnrollmentSettingsByIdRequest struct {
	ApiService *EnrollmentApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Enrollment/Settings/{id}

func (ApiGetEnrollmentSettingsByIdRequest) Execute ¶

Executes the V1 GET /Enrollment/Settings/{id} request context

func (ApiGetEnrollmentSettingsByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetEnrollmentSettingsByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetEnrollmentSettingsByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetEnrollmentSettingsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetEnrollmentSettingsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetEnrollmentSettingsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetEventHandlerRegistrationByIdRequest ¶

type ApiGetEventHandlerRegistrationByIdRequest struct {
	ApiService *EventHandlerRegistrationApiService
	// contains filtered or unexported fields
}

Request for V1 GET /EventHandlerRegistration/{id}

func (ApiGetEventHandlerRegistrationByIdRequest) Execute ¶

Executes the V1 GET /EventHandlerRegistration/{id} request context

func (ApiGetEventHandlerRegistrationByIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetEventHandlerRegistrationByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetEventHandlerRegistrationByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetEventHandlerRegistrationByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetEventHandlerRegistrationRequest ¶

type ApiGetEventHandlerRegistrationRequest struct {
	ApiService *EventHandlerRegistrationApiService
	// contains filtered or unexported fields
}

Request for V1 GET /EventHandlerRegistration

func (ApiGetEventHandlerRegistrationRequest) Execute ¶

Executes the V1 GET /EventHandlerRegistration request context

func (ApiGetEventHandlerRegistrationRequest) PageReturned ¶

func (ApiGetEventHandlerRegistrationRequest) QueryString ¶

func (ApiGetEventHandlerRegistrationRequest) ReturnLimit ¶

func (ApiGetEventHandlerRegistrationRequest) SortField ¶

func (ApiGetEventHandlerRegistrationRequest) XKeyfactorApiVersion ¶

func (r ApiGetEventHandlerRegistrationRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetEventHandlerRegistrationRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetEventHandlerRegistrationRequest) XKeyfactorRequestedWith ¶

func (r ApiGetEventHandlerRegistrationRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetEventHandlerRegistrationRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetExtensionsScriptsByIdRequest ¶

type ApiGetExtensionsScriptsByIdRequest struct {
	ApiService *ExtensionsApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Extensions/Scripts/{id}

func (ApiGetExtensionsScriptsByIdRequest) Execute ¶

Executes the V1 GET /Extensions/Scripts/{id} request context

func (ApiGetExtensionsScriptsByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetExtensionsScriptsByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetExtensionsScriptsByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetExtensionsScriptsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetExtensionsScriptsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetExtensionsScriptsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetExtensionsScriptsRequest ¶

type ApiGetExtensionsScriptsRequest struct {
	ApiService *ExtensionsApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Extensions/Scripts

func (ApiGetExtensionsScriptsRequest) Execute ¶

Executes the V1 GET /Extensions/Scripts request context

func (ApiGetExtensionsScriptsRequest) PageReturned ¶

func (ApiGetExtensionsScriptsRequest) QueryString ¶

func (ApiGetExtensionsScriptsRequest) ReturnLimit ¶

func (ApiGetExtensionsScriptsRequest) SortAscending ¶

func (ApiGetExtensionsScriptsRequest) SortField ¶

func (ApiGetExtensionsScriptsRequest) XKeyfactorApiVersion ¶

func (r ApiGetExtensionsScriptsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetExtensionsScriptsRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetExtensionsScriptsRequest) XKeyfactorRequestedWith ¶

func (r ApiGetExtensionsScriptsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetExtensionsScriptsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetIdentityProvidersByIdRequest ¶

type ApiGetIdentityProvidersByIdRequest struct {
	ApiService *IdentityProviderApiService
	// contains filtered or unexported fields
}

Request for V1 GET /IdentityProviders/{id}

func (ApiGetIdentityProvidersByIdRequest) Execute ¶

Executes the V1 GET /IdentityProviders/{id} request context

func (ApiGetIdentityProvidersByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetIdentityProvidersByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetIdentityProvidersByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetIdentityProvidersByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetIdentityProvidersByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetIdentityProvidersByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetIdentityProvidersRequest ¶

type ApiGetIdentityProvidersRequest struct {
	ApiService *IdentityProviderApiService
	// contains filtered or unexported fields
}

Request for V1 GET /IdentityProviders

func (ApiGetIdentityProvidersRequest) Execute ¶

Executes the V1 GET /IdentityProviders request context

func (ApiGetIdentityProvidersRequest) PageReturned ¶

The current page within the result set to be returned

func (ApiGetIdentityProvidersRequest) QueryString ¶

Contents of the query (ex: field1 -eq value1 AND field2 -gt value2)

func (ApiGetIdentityProvidersRequest) ReturnLimit ¶

Maximum number of records to be returned in a single call

func (ApiGetIdentityProvidersRequest) SortAscending ¶

Field sort direction [0=ascending, 1=descending]

func (ApiGetIdentityProvidersRequest) SortField ¶

Field by which the results should be sorted (view results via Management Portal for sortable columns)

func (ApiGetIdentityProvidersRequest) XKeyfactorApiVersion ¶

func (r ApiGetIdentityProvidersRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetIdentityProvidersRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetIdentityProvidersRequest) XKeyfactorRequestedWith ¶

func (r ApiGetIdentityProvidersRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetIdentityProvidersRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetIdentityProvidersTypesRequest ¶

type ApiGetIdentityProvidersTypesRequest struct {
	ApiService *IdentityProviderApiService
	// contains filtered or unexported fields
}

Request for V1 GET /IdentityProviders/Types

func (ApiGetIdentityProvidersTypesRequest) Execute ¶

Executes the V1 GET /IdentityProviders/Types request context

func (ApiGetIdentityProvidersTypesRequest) XKeyfactorApiVersion ¶

func (r ApiGetIdentityProvidersTypesRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetIdentityProvidersTypesRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetIdentityProvidersTypesRequest) XKeyfactorRequestedWith ¶

func (r ApiGetIdentityProvidersTypesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetIdentityProvidersTypesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetJobTypesCustomByIdRequest ¶

type ApiGetJobTypesCustomByIdRequest struct {
	ApiService *CustomJobTypeApiService
	// contains filtered or unexported fields
}

Request for V1 GET /JobTypes/Custom/{id}

func (ApiGetJobTypesCustomByIdRequest) Execute ¶

Executes the V1 GET /JobTypes/Custom/{id} request context

func (ApiGetJobTypesCustomByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetJobTypesCustomByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetJobTypesCustomByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetJobTypesCustomByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetJobTypesCustomByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetJobTypesCustomByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetJobTypesCustomRequest ¶

type ApiGetJobTypesCustomRequest struct {
	ApiService *CustomJobTypeApiService
	// contains filtered or unexported fields
}

Request for V1 GET /JobTypes/Custom

func (ApiGetJobTypesCustomRequest) Execute ¶

Executes the V1 GET /JobTypes/Custom request context

func (ApiGetJobTypesCustomRequest) PageReturned ¶

func (r ApiGetJobTypesCustomRequest) PageReturned(pageReturned int32) ApiGetJobTypesCustomRequest

func (ApiGetJobTypesCustomRequest) QueryString ¶

func (ApiGetJobTypesCustomRequest) ReturnLimit ¶

func (ApiGetJobTypesCustomRequest) SortAscending ¶

func (ApiGetJobTypesCustomRequest) SortField ¶

func (ApiGetJobTypesCustomRequest) XKeyfactorApiVersion ¶

func (r ApiGetJobTypesCustomRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetJobTypesCustomRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetJobTypesCustomRequest) XKeyfactorRequestedWith ¶

func (r ApiGetJobTypesCustomRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetJobTypesCustomRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetLicenseRequest ¶

type ApiGetLicenseRequest struct {
	ApiService *LicenseApiService
	// contains filtered or unexported fields
}

Request for V1 GET /License

func (ApiGetLicenseRequest) Execute ¶

Executes the V1 GET /License request context

func (ApiGetLicenseRequest) XKeyfactorApiVersion ¶

func (r ApiGetLicenseRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetLicenseRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetLicenseRequest) XKeyfactorRequestedWith ¶

func (r ApiGetLicenseRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetLicenseRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetMacEnrollmentRequest ¶

type ApiGetMacEnrollmentRequest struct {
	ApiService *MacEnrollmentApiService
	// contains filtered or unexported fields
}

Request for V1 GET /MacEnrollment

func (ApiGetMacEnrollmentRequest) Execute ¶

Executes the V1 GET /MacEnrollment request context

func (ApiGetMacEnrollmentRequest) XKeyfactorApiVersion ¶

func (r ApiGetMacEnrollmentRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetMacEnrollmentRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetMacEnrollmentRequest) XKeyfactorRequestedWith ¶

func (r ApiGetMacEnrollmentRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetMacEnrollmentRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetMetadataFieldsByIdInUseRequest ¶

type ApiGetMetadataFieldsByIdInUseRequest struct {
	ApiService *MetadataFieldApiService
	// contains filtered or unexported fields
}

Request for V1 GET /MetadataFields/{id}/InUse

func (ApiGetMetadataFieldsByIdInUseRequest) Execute ¶

Executes the V1 GET /MetadataFields/{id}/InUse request context

func (ApiGetMetadataFieldsByIdInUseRequest) XKeyfactorApiVersion ¶

func (r ApiGetMetadataFieldsByIdInUseRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetMetadataFieldsByIdInUseRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetMetadataFieldsByIdInUseRequest) XKeyfactorRequestedWith ¶

func (r ApiGetMetadataFieldsByIdInUseRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetMetadataFieldsByIdInUseRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetMetadataFieldsByIdRequest ¶

type ApiGetMetadataFieldsByIdRequest struct {
	ApiService *MetadataFieldApiService
	// contains filtered or unexported fields
}

Request for V1 GET /MetadataFields/{id}

func (ApiGetMetadataFieldsByIdRequest) Execute ¶

Executes the V1 GET /MetadataFields/{id} request context

func (ApiGetMetadataFieldsByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetMetadataFieldsByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetMetadataFieldsByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetMetadataFieldsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetMetadataFieldsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetMetadataFieldsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetMetadataFieldsNameRequest ¶

type ApiGetMetadataFieldsNameRequest struct {
	ApiService *MetadataFieldApiService
	// contains filtered or unexported fields
}

Request for V1 GET /MetadataFields/{name}

func (ApiGetMetadataFieldsNameRequest) Execute ¶

Executes the V1 GET /MetadataFields/{name} request context

func (ApiGetMetadataFieldsNameRequest) XKeyfactorApiVersion ¶

func (r ApiGetMetadataFieldsNameRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetMetadataFieldsNameRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetMetadataFieldsNameRequest) XKeyfactorRequestedWith ¶

func (r ApiGetMetadataFieldsNameRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetMetadataFieldsNameRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetMetadataFieldsRequest ¶

type ApiGetMetadataFieldsRequest struct {
	ApiService *MetadataFieldApiService
	// contains filtered or unexported fields
}

Request for V1 GET /MetadataFields

func (ApiGetMetadataFieldsRequest) Execute ¶

Executes the V1 GET /MetadataFields request context

func (ApiGetMetadataFieldsRequest) PageReturned ¶

func (r ApiGetMetadataFieldsRequest) PageReturned(pageReturned int32) ApiGetMetadataFieldsRequest

func (ApiGetMetadataFieldsRequest) QueryString ¶

func (ApiGetMetadataFieldsRequest) ReturnLimit ¶

func (ApiGetMetadataFieldsRequest) SortAscending ¶

func (ApiGetMetadataFieldsRequest) SortField ¶

func (ApiGetMetadataFieldsRequest) XKeyfactorApiVersion ¶

func (r ApiGetMetadataFieldsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetMetadataFieldsRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetMetadataFieldsRequest) XKeyfactorRequestedWith ¶

func (r ApiGetMetadataFieldsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetMetadataFieldsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetMonitoringRevocationByIdRequest ¶

type ApiGetMonitoringRevocationByIdRequest struct {
	ApiService *MonitoringApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Monitoring/Revocation/{id}

func (ApiGetMonitoringRevocationByIdRequest) Execute ¶

Executes the V1 GET /Monitoring/Revocation/{id} request context

func (ApiGetMonitoringRevocationByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetMonitoringRevocationByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetMonitoringRevocationByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetMonitoringRevocationByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetMonitoringRevocationByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetMonitoringRevocationByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetMonitoringRevocationRequest ¶

type ApiGetMonitoringRevocationRequest struct {
	ApiService *MonitoringApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Monitoring/Revocation

func (ApiGetMonitoringRevocationRequest) Execute ¶

Executes the V1 GET /Monitoring/Revocation request context

func (ApiGetMonitoringRevocationRequest) PageReturned ¶

func (ApiGetMonitoringRevocationRequest) QueryString ¶

func (ApiGetMonitoringRevocationRequest) ReturnLimit ¶

func (ApiGetMonitoringRevocationRequest) SortAscending ¶

func (ApiGetMonitoringRevocationRequest) SortField ¶

func (ApiGetMonitoringRevocationRequest) XKeyfactorApiVersion ¶

func (r ApiGetMonitoringRevocationRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetMonitoringRevocationRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetMonitoringRevocationRequest) XKeyfactorRequestedWith ¶

func (r ApiGetMonitoringRevocationRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetMonitoringRevocationRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetOrchestratorJobsJobHistoryRequest ¶

type ApiGetOrchestratorJobsJobHistoryRequest struct {
	ApiService *OrchestratorJobApiService
	// contains filtered or unexported fields
}

Request for V1 GET /OrchestratorJobs/JobHistory

func (ApiGetOrchestratorJobsJobHistoryRequest) Execute ¶

Executes the V1 GET /OrchestratorJobs/JobHistory request context

func (ApiGetOrchestratorJobsJobHistoryRequest) PageReturned ¶

func (ApiGetOrchestratorJobsJobHistoryRequest) QueryString ¶

func (ApiGetOrchestratorJobsJobHistoryRequest) ReturnLimit ¶

func (ApiGetOrchestratorJobsJobHistoryRequest) SortField ¶

func (ApiGetOrchestratorJobsJobHistoryRequest) XKeyfactorApiVersion ¶

func (r ApiGetOrchestratorJobsJobHistoryRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetOrchestratorJobsJobHistoryRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetOrchestratorJobsJobHistoryRequest) XKeyfactorRequestedWith ¶

func (r ApiGetOrchestratorJobsJobHistoryRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetOrchestratorJobsJobHistoryRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetOrchestratorJobsJobStatusDataRequest ¶

type ApiGetOrchestratorJobsJobStatusDataRequest struct {
	ApiService *OrchestratorJobApiService
	// contains filtered or unexported fields
}

Request for V1 GET /OrchestratorJobs/JobStatus/Data

func (ApiGetOrchestratorJobsJobStatusDataRequest) Execute ¶

Executes the V1 GET /OrchestratorJobs/JobStatus/Data request context

func (ApiGetOrchestratorJobsJobStatusDataRequest) JobHistoryId ¶

Identifier of the job history record to retrieve

func (ApiGetOrchestratorJobsJobStatusDataRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetOrchestratorJobsJobStatusDataRequest) XKeyfactorRequestedWith ¶

func (r ApiGetOrchestratorJobsJobStatusDataRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetOrchestratorJobsJobStatusDataRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetOrchestratorJobsScheduledJobsRequest ¶

type ApiGetOrchestratorJobsScheduledJobsRequest struct {
	ApiService *OrchestratorJobApiService
	// contains filtered or unexported fields
}

Request for V1 GET /OrchestratorJobs/ScheduledJobs

func (ApiGetOrchestratorJobsScheduledJobsRequest) Execute ¶

Executes the V1 GET /OrchestratorJobs/ScheduledJobs request context

func (ApiGetOrchestratorJobsScheduledJobsRequest) PageReturned ¶

func (ApiGetOrchestratorJobsScheduledJobsRequest) QueryString ¶

func (ApiGetOrchestratorJobsScheduledJobsRequest) ReturnLimit ¶

func (ApiGetOrchestratorJobsScheduledJobsRequest) SortField ¶

func (ApiGetOrchestratorJobsScheduledJobsRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetOrchestratorJobsScheduledJobsRequest) XKeyfactorRequestedWith ¶

func (r ApiGetOrchestratorJobsScheduledJobsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetOrchestratorJobsScheduledJobsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetPamProvidersByIdRequest ¶

type ApiGetPamProvidersByIdRequest struct {
	ApiService *PAMProviderApiService
	// contains filtered or unexported fields
}

Request for V1 GET /PamProviders/{id}

func (ApiGetPamProvidersByIdRequest) Execute ¶

Executes the V1 GET /PamProviders/{id} request context

func (ApiGetPamProvidersByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetPamProvidersByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetPamProvidersByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetPamProvidersByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetPamProvidersByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetPamProvidersByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetPamProvidersLocalProviderIdEntriesRequest ¶

type ApiGetPamProvidersLocalProviderIdEntriesRequest struct {
	ApiService *PAMLocalEntriesApiService
	// contains filtered or unexported fields
}

Request for V1 GET /PamProviders/Local/{providerId}/Entries

func (ApiGetPamProvidersLocalProviderIdEntriesRequest) Execute ¶

Executes the V1 GET /PamProviders/Local/{providerId}/Entries request context

func (ApiGetPamProvidersLocalProviderIdEntriesRequest) PageReturned ¶

The current page within the result set to be returned

func (ApiGetPamProvidersLocalProviderIdEntriesRequest) QueryString ¶

Contents of the query (ex: field1 -eq value1 AND field2 -gt value2)

func (ApiGetPamProvidersLocalProviderIdEntriesRequest) ReturnLimit ¶

Maximum number of records to be returned in a single call

func (ApiGetPamProvidersLocalProviderIdEntriesRequest) SortAscending ¶

Field sort direction [0=ascending, 1=descending]

func (ApiGetPamProvidersLocalProviderIdEntriesRequest) SortField ¶

Field by which the results should be sorted (view results via Management Portal for sortable columns)

func (ApiGetPamProvidersLocalProviderIdEntriesRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetPamProvidersLocalProviderIdEntriesRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiGetPamProvidersRequest ¶

type ApiGetPamProvidersRequest struct {
	ApiService *PAMProviderApiService
	// contains filtered or unexported fields
}

Request for V1 GET /PamProviders

func (ApiGetPamProvidersRequest) Execute ¶

Executes the V1 GET /PamProviders request context

func (ApiGetPamProvidersRequest) PageReturned ¶

func (r ApiGetPamProvidersRequest) PageReturned(pageReturned int32) ApiGetPamProvidersRequest

The current page within the result set to be returned

func (ApiGetPamProvidersRequest) QueryString ¶

func (r ApiGetPamProvidersRequest) QueryString(queryString string) ApiGetPamProvidersRequest

Contents of the query (ex: field1 -eq value1 AND field2 -gt value2)

func (ApiGetPamProvidersRequest) ReturnLimit ¶

func (r ApiGetPamProvidersRequest) ReturnLimit(returnLimit int32) ApiGetPamProvidersRequest

Maximum number of records to be returned in a single call

func (ApiGetPamProvidersRequest) SortAscending ¶

Field sort direction [0=ascending, 1=descending]

func (ApiGetPamProvidersRequest) SortField ¶

Field by which the results should be sorted (view results via Management Portal for sortable columns)

func (ApiGetPamProvidersRequest) XKeyfactorApiVersion ¶

func (r ApiGetPamProvidersRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetPamProvidersRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetPamProvidersRequest) XKeyfactorRequestedWith ¶

func (r ApiGetPamProvidersRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetPamProvidersRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetPamProvidersTypesRequest ¶

type ApiGetPamProvidersTypesRequest struct {
	ApiService *PAMProviderApiService
	// contains filtered or unexported fields
}

Request for V1 GET /PamProviders/Types

func (ApiGetPamProvidersTypesRequest) Execute ¶

Executes the V1 GET /PamProviders/Types request context

func (ApiGetPamProvidersTypesRequest) XKeyfactorApiVersion ¶

func (r ApiGetPamProvidersTypesRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetPamProvidersTypesRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetPamProvidersTypesRequest) XKeyfactorRequestedWith ¶

func (r ApiGetPamProvidersTypesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetPamProvidersTypesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetPermissionSetsByIdRequest ¶

type ApiGetPermissionSetsByIdRequest struct {
	ApiService *PermissionSetApiService
	// contains filtered or unexported fields
}

Request for V1 GET /PermissionSets/{id}

func (ApiGetPermissionSetsByIdRequest) Execute ¶

Executes the V1 GET /PermissionSets/{id} request context

func (ApiGetPermissionSetsByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetPermissionSetsByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetPermissionSetsByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetPermissionSetsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetPermissionSetsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetPermissionSetsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetPermissionSetsMyRequest ¶

type ApiGetPermissionSetsMyRequest struct {
	ApiService *PermissionSetApiService
	// contains filtered or unexported fields
}

Request for V1 GET /PermissionSets/My

func (ApiGetPermissionSetsMyRequest) AccessControlString ¶

func (r ApiGetPermissionSetsMyRequest) AccessControlString(accessControlString string) ApiGetPermissionSetsMyRequest

The access control string to check within the user's security role's permission set(s).

func (ApiGetPermissionSetsMyRequest) Execute ¶

Executes the V1 GET /PermissionSets/My request context

func (ApiGetPermissionSetsMyRequest) XKeyfactorApiVersion ¶

func (r ApiGetPermissionSetsMyRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetPermissionSetsMyRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetPermissionSetsMyRequest) XKeyfactorRequestedWith ¶

func (r ApiGetPermissionSetsMyRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetPermissionSetsMyRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetPermissionSetsRequest ¶

type ApiGetPermissionSetsRequest struct {
	ApiService *PermissionSetApiService
	// contains filtered or unexported fields
}

Request for V1 GET /PermissionSets

func (ApiGetPermissionSetsRequest) Execute ¶

Executes the V1 GET /PermissionSets request context

func (ApiGetPermissionSetsRequest) PageReturned ¶

func (r ApiGetPermissionSetsRequest) PageReturned(pageReturned int32) ApiGetPermissionSetsRequest

func (ApiGetPermissionSetsRequest) QueryString ¶

func (ApiGetPermissionSetsRequest) ReturnLimit ¶

func (ApiGetPermissionSetsRequest) SortAscending ¶

func (ApiGetPermissionSetsRequest) SortField ¶

func (ApiGetPermissionSetsRequest) XKeyfactorApiVersion ¶

func (r ApiGetPermissionSetsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetPermissionSetsRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetPermissionSetsRequest) XKeyfactorRequestedWith ¶

func (r ApiGetPermissionSetsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetPermissionSetsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetPermissionsRequest ¶

type ApiGetPermissionsRequest struct {
	ApiService *PermissionsApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Permissions

func (ApiGetPermissionsRequest) Execute ¶

func (r ApiGetPermissionsRequest) Execute() ([]string, *http.Response, error)

Executes the V1 GET /Permissions request context

func (ApiGetPermissionsRequest) XKeyfactorApiVersion ¶

func (r ApiGetPermissionsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetPermissionsRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetPermissionsRequest) XKeyfactorRequestedWith ¶

func (r ApiGetPermissionsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetPermissionsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetReportsByIdParametersRequest ¶

type ApiGetReportsByIdParametersRequest struct {
	ApiService *ReportsApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Reports/{id}/Parameters

func (ApiGetReportsByIdParametersRequest) Execute ¶

Executes the V1 GET /Reports/{id}/Parameters request context

func (ApiGetReportsByIdParametersRequest) XKeyfactorApiVersion ¶

func (r ApiGetReportsByIdParametersRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetReportsByIdParametersRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetReportsByIdParametersRequest) XKeyfactorRequestedWith ¶

func (r ApiGetReportsByIdParametersRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetReportsByIdParametersRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetReportsByIdRequest ¶

type ApiGetReportsByIdRequest struct {
	ApiService *ReportsApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Reports/{id}

func (ApiGetReportsByIdRequest) Execute ¶

Executes the V1 GET /Reports/{id} request context

func (ApiGetReportsByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetReportsByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetReportsByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetReportsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetReportsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetReportsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetReportsByIdSchedulesRequest ¶

type ApiGetReportsByIdSchedulesRequest struct {
	ApiService *ReportsApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Reports/{id}/Schedules

func (ApiGetReportsByIdSchedulesRequest) Execute ¶

Executes the V1 GET /Reports/{id}/Schedules request context

func (ApiGetReportsByIdSchedulesRequest) PageReturned ¶

The current page within the result set to be returned

func (ApiGetReportsByIdSchedulesRequest) QueryString ¶

Contents of the query (ex: field1 -eq value1 AND field2 -gt value2)

func (ApiGetReportsByIdSchedulesRequest) ReturnLimit ¶

Maximum number of records to be returned in a single call

func (ApiGetReportsByIdSchedulesRequest) SortAscending ¶

Field sort direction [0=ascending, 1=descending]

func (ApiGetReportsByIdSchedulesRequest) SortField ¶

Field by which the results should be sorted (view results via Management Portal for sortable columns)

func (ApiGetReportsByIdSchedulesRequest) XKeyfactorApiVersion ¶

func (r ApiGetReportsByIdSchedulesRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetReportsByIdSchedulesRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetReportsByIdSchedulesRequest) XKeyfactorRequestedWith ¶

func (r ApiGetReportsByIdSchedulesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetReportsByIdSchedulesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetReportsCustomByIdRequest ¶

type ApiGetReportsCustomByIdRequest struct {
	ApiService *ReportsApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Reports/Custom/{id}

func (ApiGetReportsCustomByIdRequest) Execute ¶

Executes the V1 GET /Reports/Custom/{id} request context

func (ApiGetReportsCustomByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetReportsCustomByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetReportsCustomByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetReportsCustomByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetReportsCustomByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetReportsCustomByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetReportsCustomRequest ¶

type ApiGetReportsCustomRequest struct {
	ApiService *ReportsApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Reports/Custom

func (ApiGetReportsCustomRequest) Execute ¶

Executes the V1 GET /Reports/Custom request context

func (ApiGetReportsCustomRequest) PageReturned ¶

func (r ApiGetReportsCustomRequest) PageReturned(pageReturned int32) ApiGetReportsCustomRequest

func (ApiGetReportsCustomRequest) QueryString ¶

func (ApiGetReportsCustomRequest) ReturnLimit ¶

func (r ApiGetReportsCustomRequest) ReturnLimit(returnLimit int32) ApiGetReportsCustomRequest

func (ApiGetReportsCustomRequest) SortAscending ¶

func (ApiGetReportsCustomRequest) SortField ¶

func (ApiGetReportsCustomRequest) XKeyfactorApiVersion ¶

func (r ApiGetReportsCustomRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetReportsCustomRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetReportsCustomRequest) XKeyfactorRequestedWith ¶

func (r ApiGetReportsCustomRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetReportsCustomRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetReportsRequest ¶

type ApiGetReportsRequest struct {
	ApiService *ReportsApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Reports

func (ApiGetReportsRequest) Execute ¶

Executes the V1 GET /Reports request context

func (ApiGetReportsRequest) PageReturned ¶

func (r ApiGetReportsRequest) PageReturned(pageReturned int32) ApiGetReportsRequest

func (ApiGetReportsRequest) QueryString ¶

func (r ApiGetReportsRequest) QueryString(queryString string) ApiGetReportsRequest

func (ApiGetReportsRequest) ReturnLimit ¶

func (r ApiGetReportsRequest) ReturnLimit(returnLimit int32) ApiGetReportsRequest

func (ApiGetReportsRequest) SortAscending ¶

func (ApiGetReportsRequest) SortField ¶

func (r ApiGetReportsRequest) SortField(sortField string) ApiGetReportsRequest

func (ApiGetReportsRequest) XKeyfactorApiVersion ¶

func (r ApiGetReportsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetReportsRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetReportsRequest) XKeyfactorRequestedWith ¶

func (r ApiGetReportsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetReportsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetReportsSchedulesByIdRequest ¶

type ApiGetReportsSchedulesByIdRequest struct {
	ApiService *ReportsApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Reports/Schedules/{id}

func (ApiGetReportsSchedulesByIdRequest) Execute ¶

Executes the V1 GET /Reports/Schedules/{id} request context

func (ApiGetReportsSchedulesByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetReportsSchedulesByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetReportsSchedulesByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetReportsSchedulesByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetReportsSchedulesByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetReportsSchedulesByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSMTPRequest ¶

type ApiGetSMTPRequest struct {
	ApiService *SMTPApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SMTP

func (ApiGetSMTPRequest) Execute ¶

Executes the V1 GET /SMTP request context

func (ApiGetSMTPRequest) XKeyfactorApiVersion ¶

func (r ApiGetSMTPRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSMTPRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSMTPRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSMTPRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSMTPRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSSHKeysMyKeyRequest ¶

type ApiGetSSHKeysMyKeyRequest struct {
	ApiService *KeyApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SSH/Keys/MyKey

func (ApiGetSSHKeysMyKeyRequest) Execute ¶

Executes the V1 GET /SSH/Keys/MyKey request context

func (ApiGetSSHKeysMyKeyRequest) IncludePrivateKey ¶

func (r ApiGetSSHKeysMyKeyRequest) IncludePrivateKey(includePrivateKey bool) ApiGetSSHKeysMyKeyRequest

Whether or not to include the private key. If true, you must supply the X-Keyfactor-Key-Passphrase header

func (ApiGetSSHKeysMyKeyRequest) XKeyfactorApiVersion ¶

func (r ApiGetSSHKeysMyKeyRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSSHKeysMyKeyRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSSHKeysMyKeyRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSSHKeysMyKeyRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSSHKeysMyKeyRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSSHKeysUnmanagedByIdRequest ¶

type ApiGetSSHKeysUnmanagedByIdRequest struct {
	ApiService *KeyApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SSH/Keys/Unmanaged/{id}

func (ApiGetSSHKeysUnmanagedByIdRequest) Execute ¶

Executes the V1 GET /SSH/Keys/Unmanaged/{id} request context

func (ApiGetSSHKeysUnmanagedByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetSSHKeysUnmanagedByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSSHKeysUnmanagedByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSSHKeysUnmanagedByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSSHKeysUnmanagedByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSSHKeysUnmanagedByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSSHKeysUnmanagedRequest ¶

type ApiGetSSHKeysUnmanagedRequest struct {
	ApiService *KeyApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SSH/Keys/Unmanaged

func (ApiGetSSHKeysUnmanagedRequest) Execute ¶

Executes the V1 GET /SSH/Keys/Unmanaged request context

func (ApiGetSSHKeysUnmanagedRequest) PageReturned ¶

func (ApiGetSSHKeysUnmanagedRequest) QueryString ¶

func (ApiGetSSHKeysUnmanagedRequest) ReturnLimit ¶

func (ApiGetSSHKeysUnmanagedRequest) SortAscending ¶

func (ApiGetSSHKeysUnmanagedRequest) SortField ¶

func (ApiGetSSHKeysUnmanagedRequest) XKeyfactorApiVersion ¶

func (r ApiGetSSHKeysUnmanagedRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSSHKeysUnmanagedRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSSHKeysUnmanagedRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSSHKeysUnmanagedRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSSHKeysUnmanagedRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSSHLogonsByIdRequest ¶

type ApiGetSSHLogonsByIdRequest struct {
	ApiService *LogonApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SSH/Logons/{id}

func (ApiGetSSHLogonsByIdRequest) Execute ¶

Executes the V1 GET /SSH/Logons/{id} request context

func (ApiGetSSHLogonsByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetSSHLogonsByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSSHLogonsByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSSHLogonsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSSHLogonsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSSHLogonsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSSHLogonsRequest ¶

type ApiGetSSHLogonsRequest struct {
	ApiService *LogonApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SSH/Logons

func (ApiGetSSHLogonsRequest) Execute ¶

Executes the V1 GET /SSH/Logons request context

func (ApiGetSSHLogonsRequest) PageReturned ¶

func (r ApiGetSSHLogonsRequest) PageReturned(pageReturned int32) ApiGetSSHLogonsRequest

func (ApiGetSSHLogonsRequest) QueryString ¶

func (r ApiGetSSHLogonsRequest) QueryString(queryString string) ApiGetSSHLogonsRequest

func (ApiGetSSHLogonsRequest) ReturnLimit ¶

func (r ApiGetSSHLogonsRequest) ReturnLimit(returnLimit int32) ApiGetSSHLogonsRequest

func (ApiGetSSHLogonsRequest) SortAscending ¶

func (ApiGetSSHLogonsRequest) SortField ¶

func (r ApiGetSSHLogonsRequest) SortField(sortField string) ApiGetSSHLogonsRequest

func (ApiGetSSHLogonsRequest) XKeyfactorApiVersion ¶

func (r ApiGetSSHLogonsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSSHLogonsRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSSHLogonsRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSSHLogonsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSSHLogonsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSSHServerGroupsAccessByIdRequest ¶

type ApiGetSSHServerGroupsAccessByIdRequest struct {
	ApiService *ServerGroupApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SSH/ServerGroups/Access/{id}

func (ApiGetSSHServerGroupsAccessByIdRequest) Execute ¶

Executes the V1 GET /SSH/ServerGroups/Access/{id} request context

func (ApiGetSSHServerGroupsAccessByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetSSHServerGroupsAccessByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSSHServerGroupsAccessByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSSHServerGroupsAccessByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSSHServerGroupsAccessByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSSHServerGroupsAccessByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSSHServerGroupsByIdRequest ¶

type ApiGetSSHServerGroupsByIdRequest struct {
	ApiService *ServerGroupApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SSH/ServerGroups/{id}

func (ApiGetSSHServerGroupsByIdRequest) Execute ¶

Executes the V1 GET /SSH/ServerGroups/{id} request context

func (ApiGetSSHServerGroupsByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetSSHServerGroupsByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSSHServerGroupsByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSSHServerGroupsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSSHServerGroupsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSSHServerGroupsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSSHServerGroupsNameRequest ¶

type ApiGetSSHServerGroupsNameRequest struct {
	ApiService *ServerGroupApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SSH/ServerGroups/{name}

func (ApiGetSSHServerGroupsNameRequest) Execute ¶

Executes the V1 GET /SSH/ServerGroups/{name} request context

func (ApiGetSSHServerGroupsNameRequest) XKeyfactorApiVersion ¶

func (r ApiGetSSHServerGroupsNameRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSSHServerGroupsNameRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSSHServerGroupsNameRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSSHServerGroupsNameRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSSHServerGroupsNameRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSSHServerGroupsRequest ¶

type ApiGetSSHServerGroupsRequest struct {
	ApiService *ServerGroupApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SSH/ServerGroups

func (ApiGetSSHServerGroupsRequest) Execute ¶

Executes the V1 GET /SSH/ServerGroups request context

func (ApiGetSSHServerGroupsRequest) PageReturned ¶

func (ApiGetSSHServerGroupsRequest) QueryString ¶

func (ApiGetSSHServerGroupsRequest) ReturnLimit ¶

func (ApiGetSSHServerGroupsRequest) SortAscending ¶

func (ApiGetSSHServerGroupsRequest) SortField ¶

func (ApiGetSSHServerGroupsRequest) XKeyfactorApiVersion ¶

func (r ApiGetSSHServerGroupsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSSHServerGroupsRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSSHServerGroupsRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSSHServerGroupsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSSHServerGroupsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSSHServersAccessByIdRequest ¶

type ApiGetSSHServersAccessByIdRequest struct {
	ApiService *ServerApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SSH/Servers/Access/{id}

func (ApiGetSSHServersAccessByIdRequest) Execute ¶

Executes the V1 GET /SSH/Servers/Access/{id} request context

func (ApiGetSSHServersAccessByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetSSHServersAccessByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSSHServersAccessByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSSHServersAccessByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSSHServersAccessByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSSHServersAccessByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSSHServersByIdRequest ¶

type ApiGetSSHServersByIdRequest struct {
	ApiService *ServerApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SSH/Servers/{id}

func (ApiGetSSHServersByIdRequest) Execute ¶

Executes the V1 GET /SSH/Servers/{id} request context

func (ApiGetSSHServersByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetSSHServersByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSSHServersByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSSHServersByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSSHServersByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSSHServersByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSSHServersRequest ¶

type ApiGetSSHServersRequest struct {
	ApiService *ServerApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SSH/Servers

func (ApiGetSSHServersRequest) Execute ¶

Executes the V1 GET /SSH/Servers request context

func (ApiGetSSHServersRequest) PageReturned ¶

func (r ApiGetSSHServersRequest) PageReturned(pageReturned int32) ApiGetSSHServersRequest

func (ApiGetSSHServersRequest) QueryString ¶

func (r ApiGetSSHServersRequest) QueryString(queryString string) ApiGetSSHServersRequest

func (ApiGetSSHServersRequest) ReturnLimit ¶

func (r ApiGetSSHServersRequest) ReturnLimit(returnLimit int32) ApiGetSSHServersRequest

func (ApiGetSSHServersRequest) SortAscending ¶

func (ApiGetSSHServersRequest) SortField ¶

func (ApiGetSSHServersRequest) XKeyfactorApiVersion ¶

func (r ApiGetSSHServersRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSSHServersRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSSHServersRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSSHServersRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSSHServersRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSSHServiceAccountsByIdRequest ¶

type ApiGetSSHServiceAccountsByIdRequest struct {
	ApiService *ServiceAccountApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SSH/ServiceAccounts/{id}

func (ApiGetSSHServiceAccountsByIdRequest) Execute ¶

Executes the V1 GET /SSH/ServiceAccounts/{id} request context

func (ApiGetSSHServiceAccountsByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetSSHServiceAccountsByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSSHServiceAccountsByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSSHServiceAccountsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSSHServiceAccountsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSSHServiceAccountsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSSHServiceAccountsKeyByIdRequest ¶

type ApiGetSSHServiceAccountsKeyByIdRequest struct {
	ApiService *ServiceAccountApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SSH/ServiceAccounts/Key/{id}

func (ApiGetSSHServiceAccountsKeyByIdRequest) Execute ¶

Executes the V1 GET /SSH/ServiceAccounts/Key/{id} request context

func (ApiGetSSHServiceAccountsKeyByIdRequest) IncludePrivateKey ¶

Whether or not to include the private key in the response

func (ApiGetSSHServiceAccountsKeyByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetSSHServiceAccountsKeyByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSSHServiceAccountsKeyByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSSHServiceAccountsKeyByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSSHServiceAccountsKeyByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSSHServiceAccountsKeyByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSSHServiceAccountsRequest ¶

type ApiGetSSHServiceAccountsRequest struct {
	ApiService *ServiceAccountApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SSH/ServiceAccounts

func (ApiGetSSHServiceAccountsRequest) Execute ¶

Executes the V1 GET /SSH/ServiceAccounts request context

func (ApiGetSSHServiceAccountsRequest) PageReturned ¶

func (ApiGetSSHServiceAccountsRequest) QueryString ¶

func (ApiGetSSHServiceAccountsRequest) ReturnLimit ¶

func (ApiGetSSHServiceAccountsRequest) SortAscending ¶

func (ApiGetSSHServiceAccountsRequest) SortField ¶

func (ApiGetSSHServiceAccountsRequest) XKeyfactorApiVersion ¶

func (r ApiGetSSHServiceAccountsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSSHServiceAccountsRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSSHServiceAccountsRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSSHServiceAccountsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSSHServiceAccountsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSSHUsersByIdRequest ¶

type ApiGetSSHUsersByIdRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SSH/Users/{id}

func (ApiGetSSHUsersByIdRequest) Execute ¶

Executes the V1 GET /SSH/Users/{id} request context

func (ApiGetSSHUsersByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetSSHUsersByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSSHUsersByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSSHUsersByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSSHUsersByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSSHUsersByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSSHUsersRequest ¶

type ApiGetSSHUsersRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SSH/Users

func (ApiGetSSHUsersRequest) Execute ¶

Executes the V1 GET /SSH/Users request context

func (ApiGetSSHUsersRequest) PageReturned ¶

func (r ApiGetSSHUsersRequest) PageReturned(pageReturned int32) ApiGetSSHUsersRequest

func (ApiGetSSHUsersRequest) QueryString ¶

func (r ApiGetSSHUsersRequest) QueryString(queryString string) ApiGetSSHUsersRequest

func (ApiGetSSHUsersRequest) ReturnLimit ¶

func (r ApiGetSSHUsersRequest) ReturnLimit(returnLimit int32) ApiGetSSHUsersRequest

func (ApiGetSSHUsersRequest) ShowOwnedAccess ¶

func (r ApiGetSSHUsersRequest) ShowOwnedAccess(showOwnedAccess bool) ApiGetSSHUsersRequest

Whether or not to return only logons that have access to servers the requesting user owns

func (ApiGetSSHUsersRequest) SortAscending ¶

func (ApiGetSSHUsersRequest) SortField ¶

func (r ApiGetSSHUsersRequest) SortField(sortField string) ApiGetSSHUsersRequest

func (ApiGetSSHUsersRequest) XKeyfactorApiVersion ¶

func (r ApiGetSSHUsersRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSSHUsersRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSSHUsersRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSSHUsersRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSSHUsersRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSSLEndpointsByIdHistoryRequest ¶

type ApiGetSSLEndpointsByIdHistoryRequest struct {
	ApiService *SslApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SSL/Endpoints/{id}/History

func (ApiGetSSLEndpointsByIdHistoryRequest) Execute ¶

Executes the V1 GET /SSL/Endpoints/{id}/History request context

func (ApiGetSSLEndpointsByIdHistoryRequest) PageReturned ¶

func (ApiGetSSLEndpointsByIdHistoryRequest) QueryString ¶

func (ApiGetSSLEndpointsByIdHistoryRequest) ReturnLimit ¶

func (ApiGetSSLEndpointsByIdHistoryRequest) SortAscending ¶

func (ApiGetSSLEndpointsByIdHistoryRequest) SortField ¶

func (ApiGetSSLEndpointsByIdHistoryRequest) XKeyfactorApiVersion ¶

func (r ApiGetSSLEndpointsByIdHistoryRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSSLEndpointsByIdHistoryRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSSLEndpointsByIdHistoryRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSSLEndpointsByIdHistoryRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSSLEndpointsByIdHistoryRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSSLEndpointsByIdRequest ¶

type ApiGetSSLEndpointsByIdRequest struct {
	ApiService *SslApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SSL/Endpoints/{id}

func (ApiGetSSLEndpointsByIdRequest) Execute ¶

Executes the V1 GET /SSL/Endpoints/{id} request context

func (ApiGetSSLEndpointsByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetSSLEndpointsByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSSLEndpointsByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSSLEndpointsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSSLEndpointsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSSLEndpointsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSSLNetworkRangesByIdRequest ¶

type ApiGetSSLNetworkRangesByIdRequest struct {
	ApiService *SslApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SSL/NetworkRanges/{id}

func (ApiGetSSLNetworkRangesByIdRequest) Execute ¶

Executes the V1 GET /SSL/NetworkRanges/{id} request context

func (ApiGetSSLNetworkRangesByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetSSLNetworkRangesByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSSLNetworkRangesByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSSLNetworkRangesByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSSLNetworkRangesByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSSLNetworkRangesByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSSLNetworksByIdPartsRequest ¶

type ApiGetSSLNetworksByIdPartsRequest struct {
	ApiService *SslApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SSL/Networks/{id}/Parts

func (ApiGetSSLNetworksByIdPartsRequest) Execute ¶

Executes the V1 GET /SSL/Networks/{id}/Parts request context

func (ApiGetSSLNetworksByIdPartsRequest) PageReturned ¶

func (ApiGetSSLNetworksByIdPartsRequest) QueryString ¶

func (ApiGetSSLNetworksByIdPartsRequest) ReturnLimit ¶

func (ApiGetSSLNetworksByIdPartsRequest) SortAscending ¶

func (ApiGetSSLNetworksByIdPartsRequest) SortField ¶

func (ApiGetSSLNetworksByIdPartsRequest) XKeyfactorApiVersion ¶

func (r ApiGetSSLNetworksByIdPartsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSSLNetworksByIdPartsRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSSLNetworksByIdPartsRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSSLNetworksByIdPartsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSSLNetworksByIdPartsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSSLNetworksIdentifierRequest ¶

type ApiGetSSLNetworksIdentifierRequest struct {
	ApiService *SslApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SSL/Networks/{identifier}

func (ApiGetSSLNetworksIdentifierRequest) Execute ¶

Executes the V1 GET /SSL/Networks/{identifier} request context

func (ApiGetSSLNetworksIdentifierRequest) XKeyfactorApiVersion ¶

func (r ApiGetSSLNetworksIdentifierRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSSLNetworksIdentifierRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSSLNetworksIdentifierRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSSLNetworksIdentifierRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSSLNetworksIdentifierRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSSLNetworksRequest ¶

type ApiGetSSLNetworksRequest struct {
	ApiService *SslApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SSL/Networks

func (ApiGetSSLNetworksRequest) Execute ¶

Executes the V1 GET /SSL/Networks request context

func (ApiGetSSLNetworksRequest) PageReturned ¶

func (r ApiGetSSLNetworksRequest) PageReturned(pageReturned int32) ApiGetSSLNetworksRequest

The current page within the result set to be returned

func (ApiGetSSLNetworksRequest) QueryString ¶

func (r ApiGetSSLNetworksRequest) QueryString(queryString string) ApiGetSSLNetworksRequest

Contents of the query (ex: field1 -eq value1 AND field2 -gt value2)

func (ApiGetSSLNetworksRequest) ReturnLimit ¶

func (r ApiGetSSLNetworksRequest) ReturnLimit(returnLimit int32) ApiGetSSLNetworksRequest

Maximum number of records to be returned in a single call

func (ApiGetSSLNetworksRequest) SortAscending ¶

Field sort direction [0=ascending, 1=descending]

func (ApiGetSSLNetworksRequest) SortField ¶

Field by which the results should be sorted (view results via Management Portal for sortable columns)

func (ApiGetSSLNetworksRequest) XKeyfactorApiVersion ¶

func (r ApiGetSSLNetworksRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSSLNetworksRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSSLNetworksRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSSLNetworksRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSSLNetworksRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSSLPartsByIdRequest ¶

type ApiGetSSLPartsByIdRequest struct {
	ApiService *SslApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SSL/Parts/{id}

func (ApiGetSSLPartsByIdRequest) Execute ¶

Executes the V1 GET /SSL/Parts/{id} request context

func (ApiGetSSLPartsByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetSSLPartsByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSSLPartsByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSSLPartsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSSLPartsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSSLPartsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSSLRequest ¶

type ApiGetSSLRequest struct {
	ApiService *SslApiService
	// contains filtered or unexported fields
}

Request for V1 GET /SSL

func (ApiGetSSLRequest) Execute ¶

Executes the V1 GET /SSL request context

func (ApiGetSSLRequest) PageReturned ¶

func (r ApiGetSSLRequest) PageReturned(pageReturned int32) ApiGetSSLRequest

func (ApiGetSSLRequest) QueryString ¶

func (r ApiGetSSLRequest) QueryString(queryString string) ApiGetSSLRequest

func (ApiGetSSLRequest) ReturnLimit ¶

func (r ApiGetSSLRequest) ReturnLimit(returnLimit int32) ApiGetSSLRequest

func (ApiGetSSLRequest) SortAscending ¶

func (ApiGetSSLRequest) SortField ¶

func (r ApiGetSSLRequest) SortField(sortField string) ApiGetSSLRequest

func (ApiGetSSLRequest) XKeyfactorApiVersion ¶

func (r ApiGetSSLRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSSLRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSSLRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSSLRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSSLRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSecurityAuditCollectionsByIdRequest ¶

type ApiGetSecurityAuditCollectionsByIdRequest struct {
	ApiService *SecurityApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Security/Audit/Collections/{id}

func (ApiGetSecurityAuditCollectionsByIdRequest) Execute ¶

Executes the V1 GET /Security/Audit/Collections/{id} request context

func (ApiGetSecurityAuditCollectionsByIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetSecurityAuditCollectionsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSecurityAuditCollectionsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSecurityAuditCollectionsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSecurityClaimsByIdRequest ¶

type ApiGetSecurityClaimsByIdRequest struct {
	ApiService *SecurityClaimsApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Security/Claims/{id}

func (ApiGetSecurityClaimsByIdRequest) Execute ¶

Executes the V1 GET /Security/Claims/{id} request context

func (ApiGetSecurityClaimsByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetSecurityClaimsByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSecurityClaimsByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSecurityClaimsByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSecurityClaimsByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSecurityClaimsByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSecurityClaimsRequest ¶

type ApiGetSecurityClaimsRequest struct {
	ApiService *SecurityClaimsApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Security/Claims

func (ApiGetSecurityClaimsRequest) Execute ¶

Executes the V1 GET /Security/Claims request context

func (ApiGetSecurityClaimsRequest) PageReturned ¶

func (r ApiGetSecurityClaimsRequest) PageReturned(pageReturned int32) ApiGetSecurityClaimsRequest

func (ApiGetSecurityClaimsRequest) QueryString ¶

func (ApiGetSecurityClaimsRequest) ReturnLimit ¶

func (ApiGetSecurityClaimsRequest) SortAscending ¶

func (ApiGetSecurityClaimsRequest) SortField ¶

func (ApiGetSecurityClaimsRequest) XKeyfactorApiVersion ¶

func (r ApiGetSecurityClaimsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSecurityClaimsRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSecurityClaimsRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSecurityClaimsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSecurityClaimsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSecurityClaimsRolesRequest ¶

type ApiGetSecurityClaimsRolesRequest struct {
	ApiService *SecurityClaimsApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Security/Claims/Roles

func (ApiGetSecurityClaimsRolesRequest) ClaimType ¶

func (ApiGetSecurityClaimsRolesRequest) ClaimValue ¶

func (ApiGetSecurityClaimsRolesRequest) Execute ¶

Executes the V1 GET /Security/Claims/Roles request context

func (ApiGetSecurityClaimsRolesRequest) ProviderAuthenticationScheme ¶

func (r ApiGetSecurityClaimsRolesRequest) ProviderAuthenticationScheme(providerAuthenticationScheme string) ApiGetSecurityClaimsRolesRequest

func (ApiGetSecurityClaimsRolesRequest) XKeyfactorApiVersion ¶

func (r ApiGetSecurityClaimsRolesRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSecurityClaimsRolesRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSecurityClaimsRolesRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSecurityClaimsRolesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSecurityClaimsRolesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSecurityContainersByIdRolesRequest ¶

type ApiGetSecurityContainersByIdRolesRequest struct {
	ApiService *SecurityApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Security/Containers/{id}/Roles

func (ApiGetSecurityContainersByIdRolesRequest) Execute ¶

Executes the V1 GET /Security/Containers/{id}/Roles request context

func (ApiGetSecurityContainersByIdRolesRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetSecurityContainersByIdRolesRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSecurityContainersByIdRolesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSecurityContainersByIdRolesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSecurityIdentitiesByIdRequest ¶

type ApiGetSecurityIdentitiesByIdRequest struct {
	ApiService *SecurityApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Security/Identities/{id}

func (ApiGetSecurityIdentitiesByIdRequest) Execute ¶

Executes the V1 GET /Security/Identities/{id} request context

func (ApiGetSecurityIdentitiesByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetSecurityIdentitiesByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSecurityIdentitiesByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSecurityIdentitiesByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSecurityIdentitiesByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSecurityIdentitiesByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSecurityIdentitiesLookupRequest ¶

type ApiGetSecurityIdentitiesLookupRequest struct {
	ApiService *SecurityApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Security/Identities/Lookup

func (ApiGetSecurityIdentitiesLookupRequest) AccountName ¶

The name of an identity we wish to check.

func (ApiGetSecurityIdentitiesLookupRequest) Execute ¶

Executes the V1 GET /Security/Identities/Lookup request context

func (ApiGetSecurityIdentitiesLookupRequest) XKeyfactorApiVersion ¶

func (r ApiGetSecurityIdentitiesLookupRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSecurityIdentitiesLookupRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSecurityIdentitiesLookupRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSecurityIdentitiesLookupRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSecurityIdentitiesLookupRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSecurityIdentitiesRequest ¶

type ApiGetSecurityIdentitiesRequest struct {
	ApiService *SecurityApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Security/Identities

func (ApiGetSecurityIdentitiesRequest) Execute ¶

Executes the V1 GET /Security/Identities request context

func (ApiGetSecurityIdentitiesRequest) PageReturned ¶

func (ApiGetSecurityIdentitiesRequest) ReturnLimit ¶

func (ApiGetSecurityIdentitiesRequest) SortAscending ¶

func (ApiGetSecurityIdentitiesRequest) SortField ¶

func (ApiGetSecurityIdentitiesRequest) Validate ¶

func (ApiGetSecurityIdentitiesRequest) XKeyfactorApiVersion ¶

func (r ApiGetSecurityIdentitiesRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSecurityIdentitiesRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSecurityIdentitiesRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSecurityIdentitiesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSecurityIdentitiesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSecurityMyRequest ¶

type ApiGetSecurityMyRequest struct {
	ApiService *SecurityApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Security/My

func (ApiGetSecurityMyRequest) Execute ¶

Executes the V1 GET /Security/My request context

func (ApiGetSecurityMyRequest) XKeyfactorApiVersion ¶

func (r ApiGetSecurityMyRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSecurityMyRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSecurityMyRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSecurityMyRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSecurityMyRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSecurityRolesByIdIdentitiesRequest ¶

type ApiGetSecurityRolesByIdIdentitiesRequest struct {
	ApiService *SecurityRolesApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Security/Roles/{id}/Identities

func (ApiGetSecurityRolesByIdIdentitiesRequest) Execute ¶

Executes the V1 GET /Security/Roles/{id}/Identities request context

func (ApiGetSecurityRolesByIdIdentitiesRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetSecurityRolesByIdIdentitiesRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSecurityRolesByIdIdentitiesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSecurityRolesByIdIdentitiesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSecurityRolesByIdPermissionsCollectionsRequest ¶

type ApiGetSecurityRolesByIdPermissionsCollectionsRequest struct {
	ApiService *SecurityRolePermissionsApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Security/Roles/{id}/Permissions/Collections

func (ApiGetSecurityRolesByIdPermissionsCollectionsRequest) Execute ¶

Executes the V1 GET /Security/Roles/{id}/Permissions/Collections request context

func (ApiGetSecurityRolesByIdPermissionsCollectionsRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetSecurityRolesByIdPermissionsCollectionsRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSecurityRolesByIdPermissionsContainersRequest ¶

type ApiGetSecurityRolesByIdPermissionsContainersRequest struct {
	ApiService *SecurityRolePermissionsApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Security/Roles/{id}/Permissions/Containers

func (ApiGetSecurityRolesByIdPermissionsContainersRequest) Execute ¶

Executes the V1 GET /Security/Roles/{id}/Permissions/Containers request context

func (ApiGetSecurityRolesByIdPermissionsContainersRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetSecurityRolesByIdPermissionsContainersRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSecurityRolesByIdPermissionsGlobalRequest ¶

type ApiGetSecurityRolesByIdPermissionsGlobalRequest struct {
	ApiService *SecurityRolePermissionsApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Security/Roles/{id}/Permissions/Global

func (ApiGetSecurityRolesByIdPermissionsGlobalRequest) Execute ¶

Executes the V1 GET /Security/Roles/{id}/Permissions/Global request context

func (ApiGetSecurityRolesByIdPermissionsGlobalRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetSecurityRolesByIdPermissionsGlobalRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSecurityRolesByIdPermissionsPamProvidersRequest ¶

type ApiGetSecurityRolesByIdPermissionsPamProvidersRequest struct {
	ApiService *SecurityRolePermissionsApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Security/Roles/{id}/Permissions/PamProviders

func (ApiGetSecurityRolesByIdPermissionsPamProvidersRequest) Execute ¶

Executes the V1 GET /Security/Roles/{id}/Permissions/PamProviders request context

func (ApiGetSecurityRolesByIdPermissionsPamProvidersRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetSecurityRolesByIdPermissionsPamProvidersRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSecurityRolesByIdPermissionsRequest ¶

type ApiGetSecurityRolesByIdPermissionsRequest struct {
	ApiService *SecurityRolePermissionsApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Security/Roles/{id}/Permissions

func (ApiGetSecurityRolesByIdPermissionsRequest) Execute ¶

Executes the V1 GET /Security/Roles/{id}/Permissions request context

func (ApiGetSecurityRolesByIdPermissionsRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetSecurityRolesByIdPermissionsRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSecurityRolesByIdPermissionsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSecurityRolesByIdPermissionsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSecurityRolesByIdRequest ¶

type ApiGetSecurityRolesByIdRequest struct {
	ApiService *SecurityRolesApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Security/Roles/{id}

func (ApiGetSecurityRolesByIdRequest) Execute ¶

Executes the V1 GET /Security/Roles/{id} request context

func (ApiGetSecurityRolesByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetSecurityRolesByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSecurityRolesByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSecurityRolesByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSecurityRolesByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSecurityRolesByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetSecurityRolesRequest ¶

type ApiGetSecurityRolesRequest struct {
	ApiService *SecurityRolesApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Security/Roles

func (ApiGetSecurityRolesRequest) Execute ¶

Executes the V1 GET /Security/Roles request context

func (ApiGetSecurityRolesRequest) PageReturned ¶

func (r ApiGetSecurityRolesRequest) PageReturned(pageReturned int32) ApiGetSecurityRolesRequest

func (ApiGetSecurityRolesRequest) QueryString ¶

func (ApiGetSecurityRolesRequest) ReturnLimit ¶

func (r ApiGetSecurityRolesRequest) ReturnLimit(returnLimit int32) ApiGetSecurityRolesRequest

func (ApiGetSecurityRolesRequest) SortAscending ¶

func (ApiGetSecurityRolesRequest) SortField ¶

func (ApiGetSecurityRolesRequest) Validate ¶

func (ApiGetSecurityRolesRequest) XKeyfactorApiVersion ¶

func (r ApiGetSecurityRolesRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetSecurityRolesRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetSecurityRolesRequest) XKeyfactorRequestedWith ¶

func (r ApiGetSecurityRolesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetSecurityRolesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetStatusEndpointsRequest ¶

type ApiGetStatusEndpointsRequest struct {
	ApiService *StatusApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Status/Endpoints

func (ApiGetStatusEndpointsRequest) Execute ¶

Executes the V1 GET /Status/Endpoints request context

func (ApiGetStatusEndpointsRequest) XKeyfactorApiVersion ¶

func (r ApiGetStatusEndpointsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetStatusEndpointsRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetStatusEndpointsRequest) XKeyfactorRequestedWith ¶

func (r ApiGetStatusEndpointsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetStatusEndpointsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetStatusHealthCheckRequest ¶

type ApiGetStatusHealthCheckRequest struct {
	ApiService *StatusApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Status/HealthCheck

func (ApiGetStatusHealthCheckRequest) Execute ¶

Executes the V1 GET /Status/HealthCheck request context

func (ApiGetStatusHealthCheckRequest) XKeyfactorApiVersion ¶

func (r ApiGetStatusHealthCheckRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetStatusHealthCheckRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetStatusHealthCheckRequest) XKeyfactorRequestedWith ¶

func (r ApiGetStatusHealthCheckRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetStatusHealthCheckRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetTemplatesByIdRequest ¶

type ApiGetTemplatesByIdRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Templates/{id}

func (ApiGetTemplatesByIdRequest) Execute ¶

Executes the V1 GET /Templates/{id} request context

func (ApiGetTemplatesByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetTemplatesByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetTemplatesByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetTemplatesByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetTemplatesByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetTemplatesByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetTemplatesRequest ¶

type ApiGetTemplatesRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Templates

func (ApiGetTemplatesRequest) Execute ¶

Executes the V1 GET /Templates request context

func (ApiGetTemplatesRequest) PageReturned ¶

func (r ApiGetTemplatesRequest) PageReturned(pageReturned int32) ApiGetTemplatesRequest

func (ApiGetTemplatesRequest) QueryString ¶

func (r ApiGetTemplatesRequest) QueryString(queryString string) ApiGetTemplatesRequest

func (ApiGetTemplatesRequest) ReturnLimit ¶

func (r ApiGetTemplatesRequest) ReturnLimit(returnLimit int32) ApiGetTemplatesRequest

func (ApiGetTemplatesRequest) SortAscending ¶

func (ApiGetTemplatesRequest) SortField ¶

func (r ApiGetTemplatesRequest) SortField(sortField string) ApiGetTemplatesRequest

func (ApiGetTemplatesRequest) XKeyfactorApiVersion ¶

func (r ApiGetTemplatesRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetTemplatesRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetTemplatesRequest) XKeyfactorRequestedWith ¶

func (r ApiGetTemplatesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetTemplatesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetTemplatesSettingsRequest ¶

type ApiGetTemplatesSettingsRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Templates/Settings

func (ApiGetTemplatesSettingsRequest) Execute ¶

Executes the V1 GET /Templates/Settings request context

func (ApiGetTemplatesSettingsRequest) XKeyfactorApiVersion ¶

func (r ApiGetTemplatesSettingsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetTemplatesSettingsRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetTemplatesSettingsRequest) XKeyfactorRequestedWith ¶

func (r ApiGetTemplatesSettingsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetTemplatesSettingsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetTemplatesSubjectPartsRequest ¶

type ApiGetTemplatesSubjectPartsRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Templates/SubjectParts

func (ApiGetTemplatesSubjectPartsRequest) Execute ¶

Executes the V1 GET /Templates/SubjectParts request context

func (ApiGetTemplatesSubjectPartsRequest) XKeyfactorApiVersion ¶

func (r ApiGetTemplatesSubjectPartsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetTemplatesSubjectPartsRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetTemplatesSubjectPartsRequest) XKeyfactorRequestedWith ¶

func (r ApiGetTemplatesSubjectPartsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetTemplatesSubjectPartsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetWorkflowCertificatesByIdRequest ¶

type ApiGetWorkflowCertificatesByIdRequest struct {
	ApiService *WorkflowApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Workflow/Certificates/{id}

func (ApiGetWorkflowCertificatesByIdRequest) Execute ¶

Executes the V1 GET /Workflow/Certificates/{id} request context

func (ApiGetWorkflowCertificatesByIdRequest) XKeyfactorApiVersion ¶

func (r ApiGetWorkflowCertificatesByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetWorkflowCertificatesByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetWorkflowCertificatesByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetWorkflowCertificatesByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetWorkflowCertificatesByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetWorkflowCertificatesDeniedRequest ¶

type ApiGetWorkflowCertificatesDeniedRequest struct {
	ApiService *WorkflowApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Workflow/Certificates/Denied

func (ApiGetWorkflowCertificatesDeniedRequest) Execute ¶

Executes the V1 GET /Workflow/Certificates/Denied request context

func (ApiGetWorkflowCertificatesDeniedRequest) PageReturned ¶

func (ApiGetWorkflowCertificatesDeniedRequest) QueryString ¶

func (ApiGetWorkflowCertificatesDeniedRequest) ReturnLimit ¶

func (ApiGetWorkflowCertificatesDeniedRequest) SortField ¶

func (ApiGetWorkflowCertificatesDeniedRequest) XKeyfactorApiVersion ¶

func (r ApiGetWorkflowCertificatesDeniedRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetWorkflowCertificatesDeniedRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetWorkflowCertificatesDeniedRequest) XKeyfactorRequestedWith ¶

func (r ApiGetWorkflowCertificatesDeniedRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetWorkflowCertificatesDeniedRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetWorkflowCertificatesExternalValidationRequest ¶

type ApiGetWorkflowCertificatesExternalValidationRequest struct {
	ApiService *WorkflowApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Workflow/Certificates/ExternalValidation

func (ApiGetWorkflowCertificatesExternalValidationRequest) Execute ¶

Executes the V1 GET /Workflow/Certificates/ExternalValidation request context

func (ApiGetWorkflowCertificatesExternalValidationRequest) PageReturned ¶

func (ApiGetWorkflowCertificatesExternalValidationRequest) QueryString ¶

func (ApiGetWorkflowCertificatesExternalValidationRequest) ReturnLimit ¶

func (ApiGetWorkflowCertificatesExternalValidationRequest) SortField ¶

func (ApiGetWorkflowCertificatesExternalValidationRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetWorkflowCertificatesExternalValidationRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiGetWorkflowCertificatesPendingRequest ¶

type ApiGetWorkflowCertificatesPendingRequest struct {
	ApiService *WorkflowApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Workflow/Certificates/Pending

func (ApiGetWorkflowCertificatesPendingRequest) Execute ¶

Executes the V1 GET /Workflow/Certificates/Pending request context

func (ApiGetWorkflowCertificatesPendingRequest) PageReturned ¶

func (ApiGetWorkflowCertificatesPendingRequest) QueryString ¶

func (ApiGetWorkflowCertificatesPendingRequest) ReturnLimit ¶

func (ApiGetWorkflowCertificatesPendingRequest) SortField ¶

func (ApiGetWorkflowCertificatesPendingRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetWorkflowCertificatesPendingRequest) XKeyfactorRequestedWith ¶

func (r ApiGetWorkflowCertificatesPendingRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetWorkflowCertificatesPendingRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetWorkflowDefinitionsDefinitionIdRequest ¶

type ApiGetWorkflowDefinitionsDefinitionIdRequest struct {
	ApiService *WorkflowDefinitionApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Workflow/Definitions/{definitionId}

func (ApiGetWorkflowDefinitionsDefinitionIdRequest) DefinitionVersion ¶

The version to retrieve. If this value is not specified, the latest version will be returned.

func (ApiGetWorkflowDefinitionsDefinitionIdRequest) Execute ¶

Executes the V1 GET /Workflow/Definitions/{definitionId} request context

func (ApiGetWorkflowDefinitionsDefinitionIdRequest) Exportable ¶

Indicates if the response should be cleansed of role ids for export.

func (ApiGetWorkflowDefinitionsDefinitionIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetWorkflowDefinitionsDefinitionIdRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiGetWorkflowDefinitionsRequest ¶

type ApiGetWorkflowDefinitionsRequest struct {
	ApiService *WorkflowDefinitionApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Workflow/Definitions

func (ApiGetWorkflowDefinitionsRequest) Execute ¶

Executes the V1 GET /Workflow/Definitions request context

func (ApiGetWorkflowDefinitionsRequest) PageReturned ¶

func (ApiGetWorkflowDefinitionsRequest) QueryString ¶

func (ApiGetWorkflowDefinitionsRequest) ReturnLimit ¶

func (ApiGetWorkflowDefinitionsRequest) SortAscending ¶

func (ApiGetWorkflowDefinitionsRequest) SortField ¶

func (ApiGetWorkflowDefinitionsRequest) XKeyfactorApiVersion ¶

func (r ApiGetWorkflowDefinitionsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetWorkflowDefinitionsRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetWorkflowDefinitionsRequest) XKeyfactorRequestedWith ¶

func (r ApiGetWorkflowDefinitionsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetWorkflowDefinitionsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetWorkflowDefinitionsStepsExtensionNameRequest ¶

type ApiGetWorkflowDefinitionsStepsExtensionNameRequest struct {
	ApiService *WorkflowDefinitionApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Workflow/Definitions/Steps/{extensionName}

func (ApiGetWorkflowDefinitionsStepsExtensionNameRequest) Execute ¶

Executes the V1 GET /Workflow/Definitions/Steps/{extensionName} request context

func (ApiGetWorkflowDefinitionsStepsExtensionNameRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetWorkflowDefinitionsStepsExtensionNameRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiGetWorkflowDefinitionsStepsRequest ¶

type ApiGetWorkflowDefinitionsStepsRequest struct {
	ApiService *WorkflowDefinitionApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Workflow/Definitions/Steps

func (ApiGetWorkflowDefinitionsStepsRequest) Execute ¶

Executes the V1 GET /Workflow/Definitions/Steps request context

func (ApiGetWorkflowDefinitionsStepsRequest) PageReturned ¶

func (ApiGetWorkflowDefinitionsStepsRequest) QueryString ¶

func (ApiGetWorkflowDefinitionsStepsRequest) ReturnLimit ¶

func (ApiGetWorkflowDefinitionsStepsRequest) SortField ¶

func (ApiGetWorkflowDefinitionsStepsRequest) XKeyfactorApiVersion ¶

func (r ApiGetWorkflowDefinitionsStepsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetWorkflowDefinitionsStepsRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetWorkflowDefinitionsStepsRequest) XKeyfactorRequestedWith ¶

func (r ApiGetWorkflowDefinitionsStepsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetWorkflowDefinitionsStepsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetWorkflowDefinitionsTypesRequest ¶

type ApiGetWorkflowDefinitionsTypesRequest struct {
	ApiService *WorkflowDefinitionApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Workflow/Definitions/Types

func (ApiGetWorkflowDefinitionsTypesRequest) Execute ¶

Executes the V1 GET /Workflow/Definitions/Types request context

func (ApiGetWorkflowDefinitionsTypesRequest) PageReturned ¶

func (ApiGetWorkflowDefinitionsTypesRequest) QueryString ¶

func (ApiGetWorkflowDefinitionsTypesRequest) ReturnLimit ¶

func (ApiGetWorkflowDefinitionsTypesRequest) SortField ¶

func (ApiGetWorkflowDefinitionsTypesRequest) XKeyfactorApiVersion ¶

func (r ApiGetWorkflowDefinitionsTypesRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetWorkflowDefinitionsTypesRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetWorkflowDefinitionsTypesRequest) XKeyfactorRequestedWith ¶

func (r ApiGetWorkflowDefinitionsTypesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetWorkflowDefinitionsTypesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetWorkflowInstancesAssignedToMeRequest ¶

type ApiGetWorkflowInstancesAssignedToMeRequest struct {
	ApiService *WorkflowInstanceApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Workflow/Instances/AssignedToMe

func (ApiGetWorkflowInstancesAssignedToMeRequest) Execute ¶

Executes the V1 GET /Workflow/Instances/AssignedToMe request context

func (ApiGetWorkflowInstancesAssignedToMeRequest) PageReturned ¶

func (ApiGetWorkflowInstancesAssignedToMeRequest) QueryString ¶

func (ApiGetWorkflowInstancesAssignedToMeRequest) ReturnLimit ¶

func (ApiGetWorkflowInstancesAssignedToMeRequest) SortField ¶

func (ApiGetWorkflowInstancesAssignedToMeRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetWorkflowInstancesAssignedToMeRequest) XKeyfactorRequestedWith ¶

func (r ApiGetWorkflowInstancesAssignedToMeRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetWorkflowInstancesAssignedToMeRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetWorkflowInstancesInstanceIdRequest ¶

type ApiGetWorkflowInstancesInstanceIdRequest struct {
	ApiService *WorkflowInstanceApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Workflow/Instances/{instanceId}

func (ApiGetWorkflowInstancesInstanceIdRequest) Execute ¶

Executes the V1 GET /Workflow/Instances/{instanceId} request context

func (ApiGetWorkflowInstancesInstanceIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiGetWorkflowInstancesInstanceIdRequest) XKeyfactorRequestedWith ¶

func (r ApiGetWorkflowInstancesInstanceIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetWorkflowInstancesInstanceIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetWorkflowInstancesMyRequest ¶

type ApiGetWorkflowInstancesMyRequest struct {
	ApiService *WorkflowInstanceApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Workflow/Instances/My

func (ApiGetWorkflowInstancesMyRequest) Execute ¶

Executes the V1 GET /Workflow/Instances/My request context

func (ApiGetWorkflowInstancesMyRequest) PageReturned ¶

func (ApiGetWorkflowInstancesMyRequest) QueryString ¶

func (ApiGetWorkflowInstancesMyRequest) ReturnLimit ¶

func (ApiGetWorkflowInstancesMyRequest) SortAscending ¶

func (ApiGetWorkflowInstancesMyRequest) SortField ¶

func (ApiGetWorkflowInstancesMyRequest) XKeyfactorApiVersion ¶

func (r ApiGetWorkflowInstancesMyRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetWorkflowInstancesMyRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetWorkflowInstancesMyRequest) XKeyfactorRequestedWith ¶

func (r ApiGetWorkflowInstancesMyRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetWorkflowInstancesMyRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiGetWorkflowInstancesRequest ¶

type ApiGetWorkflowInstancesRequest struct {
	ApiService *WorkflowInstanceApiService
	// contains filtered or unexported fields
}

Request for V1 GET /Workflow/Instances

func (ApiGetWorkflowInstancesRequest) Execute ¶

Executes the V1 GET /Workflow/Instances request context

func (ApiGetWorkflowInstancesRequest) PageReturned ¶

func (ApiGetWorkflowInstancesRequest) QueryString ¶

func (ApiGetWorkflowInstancesRequest) ReturnLimit ¶

func (ApiGetWorkflowInstancesRequest) SortAscending ¶

func (ApiGetWorkflowInstancesRequest) SortField ¶

func (ApiGetWorkflowInstancesRequest) XKeyfactorApiVersion ¶

func (r ApiGetWorkflowInstancesRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiGetWorkflowInstancesRequest

Desired version of the api, if not provided defaults to v1

func (ApiGetWorkflowInstancesRequest) XKeyfactorRequestedWith ¶

func (r ApiGetWorkflowInstancesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiGetWorkflowInstancesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateAgentPoolsRequest ¶

type ApiUpdateAgentPoolsRequest struct {
	ApiService *AgentPoolApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /AgentPools

func (ApiUpdateAgentPoolsRequest) Execute ¶

Executes the V1 PUT /AgentPools request context

func (ApiUpdateAgentPoolsRequest) OrchestratorPoolsAgentPoolUpdateRequest ¶

func (r ApiUpdateAgentPoolsRequest) OrchestratorPoolsAgentPoolUpdateRequest(orchestratorPoolsAgentPoolUpdateRequest OrchestratorPoolsAgentPoolUpdateRequest) ApiUpdateAgentPoolsRequest

Agent pool properties to be applied to the existing pool

func (ApiUpdateAgentPoolsRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateAgentPoolsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateAgentPoolsRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateAgentPoolsRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateAgentPoolsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateAgentPoolsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateAlertsDeniedRequest ¶

type ApiUpdateAlertsDeniedRequest struct {
	ApiService *DeniedAlertApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Alerts/Denied

func (ApiUpdateAlertsDeniedRequest) AlertsDeniedDeniedAlertUpdateRequest ¶

func (r ApiUpdateAlertsDeniedRequest) AlertsDeniedDeniedAlertUpdateRequest(alertsDeniedDeniedAlertUpdateRequest AlertsDeniedDeniedAlertUpdateRequest) ApiUpdateAlertsDeniedRequest

Information for the denied alert

func (ApiUpdateAlertsDeniedRequest) Execute ¶

Executes the V1 PUT /Alerts/Denied request context

func (ApiUpdateAlertsDeniedRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateAlertsDeniedRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateAlertsDeniedRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateAlertsDeniedRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateAlertsDeniedRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateAlertsDeniedRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateAlertsExpirationRequest ¶

type ApiUpdateAlertsExpirationRequest struct {
	ApiService *ExpirationAlertApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Alerts/Expiration

func (ApiUpdateAlertsExpirationRequest) AlertsExpirationExpirationAlertUpdateRequest ¶

func (r ApiUpdateAlertsExpirationRequest) AlertsExpirationExpirationAlertUpdateRequest(alertsExpirationExpirationAlertUpdateRequest AlertsExpirationExpirationAlertUpdateRequest) ApiUpdateAlertsExpirationRequest

Information for the expiration alert

func (ApiUpdateAlertsExpirationRequest) Execute ¶

Executes the V1 PUT /Alerts/Expiration request context

func (ApiUpdateAlertsExpirationRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateAlertsExpirationRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateAlertsExpirationRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateAlertsExpirationRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateAlertsExpirationRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateAlertsExpirationRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateAlertsExpirationScheduleRequest ¶

type ApiUpdateAlertsExpirationScheduleRequest struct {
	ApiService *ExpirationAlertApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Alerts/Expiration/Schedule

func (ApiUpdateAlertsExpirationScheduleRequest) AlertsAlertScheduleAlertScheduleRequest ¶

func (r ApiUpdateAlertsExpirationScheduleRequest) AlertsAlertScheduleAlertScheduleRequest(alertsAlertScheduleAlertScheduleRequest AlertsAlertScheduleAlertScheduleRequest) ApiUpdateAlertsExpirationScheduleRequest

func (ApiUpdateAlertsExpirationScheduleRequest) Execute ¶

Executes the V1 PUT /Alerts/Expiration/Schedule request context

func (ApiUpdateAlertsExpirationScheduleRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiUpdateAlertsExpirationScheduleRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateAlertsExpirationScheduleRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateAlertsExpirationScheduleRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateAlertsIssuedRequest ¶

type ApiUpdateAlertsIssuedRequest struct {
	ApiService *IssuedAlertApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Alerts/Issued

func (ApiUpdateAlertsIssuedRequest) AlertsIssuedIssuedAlertUpdateRequest ¶

func (r ApiUpdateAlertsIssuedRequest) AlertsIssuedIssuedAlertUpdateRequest(alertsIssuedIssuedAlertUpdateRequest AlertsIssuedIssuedAlertUpdateRequest) ApiUpdateAlertsIssuedRequest

Information for the issued alert

func (ApiUpdateAlertsIssuedRequest) Execute ¶

Executes the V1 PUT /Alerts/Issued request context

func (ApiUpdateAlertsIssuedRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateAlertsIssuedRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateAlertsIssuedRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateAlertsIssuedRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateAlertsIssuedRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateAlertsIssuedRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateAlertsIssuedScheduleRequest ¶

type ApiUpdateAlertsIssuedScheduleRequest struct {
	ApiService *IssuedAlertApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Alerts/Issued/Schedule

func (ApiUpdateAlertsIssuedScheduleRequest) AlertsAlertScheduleAlertScheduleRequest ¶

func (r ApiUpdateAlertsIssuedScheduleRequest) AlertsAlertScheduleAlertScheduleRequest(alertsAlertScheduleAlertScheduleRequest AlertsAlertScheduleAlertScheduleRequest) ApiUpdateAlertsIssuedScheduleRequest

func (ApiUpdateAlertsIssuedScheduleRequest) Execute ¶

Executes the V1 PUT /Alerts/Issued/Schedule request context

func (ApiUpdateAlertsIssuedScheduleRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateAlertsIssuedScheduleRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateAlertsIssuedScheduleRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateAlertsIssuedScheduleRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateAlertsIssuedScheduleRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateAlertsIssuedScheduleRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateAlertsKeyRotationRequest ¶

type ApiUpdateAlertsKeyRotationRequest struct {
	ApiService *KeyRotationAlertApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Alerts/KeyRotation

func (ApiUpdateAlertsKeyRotationRequest) AlertsKeyRotationKeyRotationAlertUpdateRequest ¶

func (r ApiUpdateAlertsKeyRotationRequest) AlertsKeyRotationKeyRotationAlertUpdateRequest(alertsKeyRotationKeyRotationAlertUpdateRequest AlertsKeyRotationKeyRotationAlertUpdateRequest) ApiUpdateAlertsKeyRotationRequest

Information for the key rotation alert

func (ApiUpdateAlertsKeyRotationRequest) Execute ¶

Executes the V1 PUT /Alerts/KeyRotation request context

func (ApiUpdateAlertsKeyRotationRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateAlertsKeyRotationRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateAlertsKeyRotationRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateAlertsKeyRotationRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateAlertsKeyRotationRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateAlertsKeyRotationRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateAlertsKeyRotationScheduleRequest ¶

type ApiUpdateAlertsKeyRotationScheduleRequest struct {
	ApiService *KeyRotationAlertApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Alerts/KeyRotation/Schedule

func (ApiUpdateAlertsKeyRotationScheduleRequest) AlertsAlertScheduleAlertScheduleRequest ¶

func (r ApiUpdateAlertsKeyRotationScheduleRequest) AlertsAlertScheduleAlertScheduleRequest(alertsAlertScheduleAlertScheduleRequest AlertsAlertScheduleAlertScheduleRequest) ApiUpdateAlertsKeyRotationScheduleRequest

func (ApiUpdateAlertsKeyRotationScheduleRequest) Execute ¶

Executes the V1 PUT /Alerts/KeyRotation/Schedule request context

func (ApiUpdateAlertsKeyRotationScheduleRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiUpdateAlertsKeyRotationScheduleRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateAlertsKeyRotationScheduleRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateAlertsKeyRotationScheduleRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateAlertsPendingRequest ¶

type ApiUpdateAlertsPendingRequest struct {
	ApiService *PendingAlertApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Alerts/Pending

func (ApiUpdateAlertsPendingRequest) AlertsPendingPendingAlertUpdateRequest ¶

func (r ApiUpdateAlertsPendingRequest) AlertsPendingPendingAlertUpdateRequest(alertsPendingPendingAlertUpdateRequest AlertsPendingPendingAlertUpdateRequest) ApiUpdateAlertsPendingRequest

Information for the pending alert

func (ApiUpdateAlertsPendingRequest) Execute ¶

Executes the V1 PUT /Alerts/Pending request context

func (ApiUpdateAlertsPendingRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateAlertsPendingRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateAlertsPendingRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateAlertsPendingRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateAlertsPendingRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateAlertsPendingRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateAlertsPendingScheduleRequest ¶

type ApiUpdateAlertsPendingScheduleRequest struct {
	ApiService *PendingAlertApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Alerts/Pending/Schedule

func (ApiUpdateAlertsPendingScheduleRequest) AlertsAlertScheduleAlertScheduleRequest ¶

func (r ApiUpdateAlertsPendingScheduleRequest) AlertsAlertScheduleAlertScheduleRequest(alertsAlertScheduleAlertScheduleRequest AlertsAlertScheduleAlertScheduleRequest) ApiUpdateAlertsPendingScheduleRequest

func (ApiUpdateAlertsPendingScheduleRequest) Execute ¶

Executes the V1 PUT /Alerts/Pending/Schedule request context

func (ApiUpdateAlertsPendingScheduleRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateAlertsPendingScheduleRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateAlertsPendingScheduleRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateAlertsPendingScheduleRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateAlertsPendingScheduleRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateAlertsPendingScheduleRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateAppSettingByIdSetRequest ¶

type ApiUpdateAppSettingByIdSetRequest struct {
	ApiService *AppSettingApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /AppSetting/{id}/Set

func (ApiUpdateAppSettingByIdSetRequest) AppSettingsAppSettingUpdateRequest ¶

func (r ApiUpdateAppSettingByIdSetRequest) AppSettingsAppSettingUpdateRequest(appSettingsAppSettingUpdateRequest AppSettingsAppSettingUpdateRequest) ApiUpdateAppSettingByIdSetRequest

Infomation for updating the application setting

func (ApiUpdateAppSettingByIdSetRequest) Execute ¶

Executes the V1 PUT /AppSetting/{id}/Set request context

func (ApiUpdateAppSettingByIdSetRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateAppSettingByIdSetRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateAppSettingByIdSetRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateAppSettingByIdSetRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateAppSettingByIdSetRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateAppSettingByIdSetRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateAppSettingNameSetRequest ¶

type ApiUpdateAppSettingNameSetRequest struct {
	ApiService *AppSettingApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /AppSetting/{name}/Set

func (ApiUpdateAppSettingNameSetRequest) AppSettingsAppSettingUpdateRequest ¶

func (r ApiUpdateAppSettingNameSetRequest) AppSettingsAppSettingUpdateRequest(appSettingsAppSettingUpdateRequest AppSettingsAppSettingUpdateRequest) ApiUpdateAppSettingNameSetRequest

Infomation for updating the application setting

func (ApiUpdateAppSettingNameSetRequest) Execute ¶

Executes the V1 PUT /AppSetting/{name}/Set request context

func (ApiUpdateAppSettingNameSetRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateAppSettingNameSetRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateAppSettingNameSetRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateAppSettingNameSetRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateAppSettingNameSetRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateAppSettingNameSetRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateAppSettingRequest ¶

type ApiUpdateAppSettingRequest struct {
	ApiService *AppSettingApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /AppSetting

func (ApiUpdateAppSettingRequest) AppSettingsAppSettingUpdateBulkRequest ¶

func (r ApiUpdateAppSettingRequest) AppSettingsAppSettingUpdateBulkRequest(appSettingsAppSettingUpdateBulkRequest []AppSettingsAppSettingUpdateBulkRequest) ApiUpdateAppSettingRequest

List of information to update application settings

func (ApiUpdateAppSettingRequest) Execute ¶

Executes the V1 PUT /AppSetting request context

func (ApiUpdateAppSettingRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateAppSettingRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateAppSettingRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateAppSettingRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateAppSettingRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateAppSettingRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest ¶

type ApiUpdateCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /CertificateAuthority/AlertRecipients/CAHealthRecipients/{id}

func (ApiUpdateCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest) CertificateAuthoritiesCAAlertRecipientUpdateRequest ¶

The request object holding the ID and Email of the health monitoring recipient to be updated

func (ApiUpdateCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest) Execute ¶

Executes the V1 PUT /CertificateAuthority/AlertRecipients/CAHealthRecipients/{id} request context

func (ApiUpdateCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiUpdateCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest ¶

type ApiUpdateCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /CertificateAuthority/AlertRecipients/CAThresholdRecipients/{id}

func (ApiUpdateCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest) CertificateAuthoritiesCAAlertRecipientUpdateRequest ¶

The request object holding the Email of the alert recipient to be updated

func (ApiUpdateCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest) Execute ¶

Executes the V1 PUT /CertificateAuthority/AlertRecipients/CAThresholdRecipients/{id} request context

func (ApiUpdateCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiUpdateCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateCertificateAuthorityCAConnectorsByIdRequest ¶

type ApiUpdateCertificateAuthorityCAConnectorsByIdRequest struct {
	ApiService *CAConnectorApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /CertificateAuthority/CAConnectors/{id}

func (ApiUpdateCertificateAuthorityCAConnectorsByIdRequest) CertificateAuthoritiesCAConnectorRequest ¶

func (r ApiUpdateCertificateAuthorityCAConnectorsByIdRequest) CertificateAuthoritiesCAConnectorRequest(certificateAuthoritiesCAConnectorRequest CertificateAuthoritiesCAConnectorRequest) ApiUpdateCertificateAuthorityCAConnectorsByIdRequest

CA Connector object with the provided information.

func (ApiUpdateCertificateAuthorityCAConnectorsByIdRequest) Execute ¶

Executes the V1 PUT /CertificateAuthority/CAConnectors/{id} request context

func (ApiUpdateCertificateAuthorityCAConnectorsByIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiUpdateCertificateAuthorityCAConnectorsByIdRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateCertificateAuthorityRequest ¶

type ApiUpdateCertificateAuthorityRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /CertificateAuthority

func (ApiUpdateCertificateAuthorityRequest) CertificateAuthoritiesCertificateAuthorityRequest ¶

func (r ApiUpdateCertificateAuthorityRequest) CertificateAuthoritiesCertificateAuthorityRequest(certificateAuthoritiesCertificateAuthorityRequest CertificateAuthoritiesCertificateAuthorityRequest) ApiUpdateCertificateAuthorityRequest

func (ApiUpdateCertificateAuthorityRequest) Execute ¶

Executes the V1 PUT /CertificateAuthority request context

func (ApiUpdateCertificateAuthorityRequest) ForceSave ¶

func (ApiUpdateCertificateAuthorityRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateCertificateAuthorityRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateCertificateAuthorityRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateCertificateAuthorityRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateCertificateAuthorityRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateCertificateAuthorityRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateCertificateAuthorityTaskQueueRequest ¶

type ApiUpdateCertificateAuthorityTaskQueueRequest struct {
	ApiService *CertificateAuthorityApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /CertificateAuthority/TaskQueue

func (ApiUpdateCertificateAuthorityTaskQueueRequest) Execute ¶

Executes the V1 PUT /CertificateAuthority/TaskQueue request context

func (ApiUpdateCertificateAuthorityTaskQueueRequest) RabbitMQJobQueueRequest ¶

TaskQueue object with the provided information.

func (ApiUpdateCertificateAuthorityTaskQueueRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiUpdateCertificateAuthorityTaskQueueRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateCertificateCollectionsByIdFavoriteRequest ¶

type ApiUpdateCertificateCollectionsByIdFavoriteRequest struct {
	ApiService *CertificateCollectionApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /CertificateCollections/{id}/Favorite

func (ApiUpdateCertificateCollectionsByIdFavoriteRequest) CertificateCollectionsCertificateCollectionFavoriteRequest ¶

func (r ApiUpdateCertificateCollectionsByIdFavoriteRequest) CertificateCollectionsCertificateCollectionFavoriteRequest(certificateCollectionsCertificateCollectionFavoriteRequest CertificateCollectionsCertificateCollectionFavoriteRequest) ApiUpdateCertificateCollectionsByIdFavoriteRequest

Information for the certificate collection favorite update

func (ApiUpdateCertificateCollectionsByIdFavoriteRequest) Execute ¶

Executes the V1 PUT /CertificateCollections/{id}/Favorite request context

func (ApiUpdateCertificateCollectionsByIdFavoriteRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiUpdateCertificateCollectionsByIdFavoriteRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateCertificateCollectionsRequest ¶

type ApiUpdateCertificateCollectionsRequest struct {
	ApiService *CertificateCollectionApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /CertificateCollections

func (ApiUpdateCertificateCollectionsRequest) CertificateCollectionsCertificateCollectionUpdateRequest ¶

func (r ApiUpdateCertificateCollectionsRequest) CertificateCollectionsCertificateCollectionUpdateRequest(certificateCollectionsCertificateCollectionUpdateRequest CertificateCollectionsCertificateCollectionUpdateRequest) ApiUpdateCertificateCollectionsRequest

Information related to the certificate collection query

func (ApiUpdateCertificateCollectionsRequest) Execute ¶

Executes the V1 PUT /CertificateCollections request context

func (ApiUpdateCertificateCollectionsRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateCertificateCollectionsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateCertificateCollectionsRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateCertificateCollectionsRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateCertificateCollectionsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateCertificateCollectionsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateCertificateStoreContainersRequest ¶

type ApiUpdateCertificateStoreContainersRequest struct {
	ApiService *CertificateStoreContainerApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /CertificateStoreContainers

func (ApiUpdateCertificateStoreContainersRequest) CSSCMSDataModelModelsCertStoreContainerRequest ¶

func (r ApiUpdateCertificateStoreContainersRequest) CSSCMSDataModelModelsCertStoreContainerRequest(cSSCMSDataModelModelsCertStoreContainerRequest CSSCMSDataModelModelsCertStoreContainerRequest) ApiUpdateCertificateStoreContainersRequest

Information for the updated container

func (ApiUpdateCertificateStoreContainersRequest) Execute ¶

Executes the V1 PUT /CertificateStoreContainers request context

func (ApiUpdateCertificateStoreContainersRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiUpdateCertificateStoreContainersRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateCertificateStoreContainersRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateCertificateStoreContainersRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateCertificateStoreTypesRequest ¶

type ApiUpdateCertificateStoreTypesRequest struct {
	ApiService *CertificateStoreTypeApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /CertificateStoreTypes

func (ApiUpdateCertificateStoreTypesRequest) CertificateStoresTypesCertificateStoreTypeUpdateRequest ¶

func (r ApiUpdateCertificateStoreTypesRequest) CertificateStoresTypesCertificateStoreTypeUpdateRequest(certificateStoresTypesCertificateStoreTypeUpdateRequest CertificateStoresTypesCertificateStoreTypeUpdateRequest) ApiUpdateCertificateStoreTypesRequest

Certificate store type properties to be updated

func (ApiUpdateCertificateStoreTypesRequest) Execute ¶

Executes the V1 PUT /CertificateStoreTypes request context

func (ApiUpdateCertificateStoreTypesRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateCertificateStoreTypesRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateCertificateStoreTypesRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateCertificateStoreTypesRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateCertificateStoreTypesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateCertificateStoreTypesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateCertificateStoresAssignContainerRequest ¶

type ApiUpdateCertificateStoresAssignContainerRequest struct {
	ApiService *CertificateStoreApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /CertificateStores/AssignContainer

func (ApiUpdateCertificateStoresAssignContainerRequest) CSSCMSDataModelModelsContainerAssignment ¶

func (r ApiUpdateCertificateStoresAssignContainerRequest) CSSCMSDataModelModelsContainerAssignment(cSSCMSDataModelModelsContainerAssignment CSSCMSDataModelModelsContainerAssignment) ApiUpdateCertificateStoresAssignContainerRequest

Keyfactor certificate store identifiers and the container properties

func (ApiUpdateCertificateStoresAssignContainerRequest) Execute ¶

Executes the V1 PUT /CertificateStores/AssignContainer request context

func (ApiUpdateCertificateStoresAssignContainerRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiUpdateCertificateStoresAssignContainerRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateCertificateStoresDiscoveryJobRequest ¶

type ApiUpdateCertificateStoresDiscoveryJobRequest struct {
	ApiService *CertificateStoreApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /CertificateStores/DiscoveryJob

func (ApiUpdateCertificateStoresDiscoveryJobRequest) CSSCMSDataModelModelsDiscoveryJobRequest ¶

func (r ApiUpdateCertificateStoresDiscoveryJobRequest) CSSCMSDataModelModelsDiscoveryJobRequest(cSSCMSDataModelModelsDiscoveryJobRequest CSSCMSDataModelModelsDiscoveryJobRequest) ApiUpdateCertificateStoresDiscoveryJobRequest

Configuration properties of the discovery job

func (ApiUpdateCertificateStoresDiscoveryJobRequest) Execute ¶

Executes the V1 PUT /CertificateStores/DiscoveryJob request context

func (ApiUpdateCertificateStoresDiscoveryJobRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiUpdateCertificateStoresDiscoveryJobRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateCertificateStoresPasswordRequest ¶

type ApiUpdateCertificateStoresPasswordRequest struct {
	ApiService *CertificateStoreApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /CertificateStores/Password

func (ApiUpdateCertificateStoresPasswordRequest) CSSCMSDataModelModelsCertStoreNewPasswordRequest ¶

func (r ApiUpdateCertificateStoresPasswordRequest) CSSCMSDataModelModelsCertStoreNewPasswordRequest(cSSCMSDataModelModelsCertStoreNewPasswordRequest CSSCMSDataModelModelsCertStoreNewPasswordRequest) ApiUpdateCertificateStoresPasswordRequest

Identifier of the certificate store and the password to be applied to it

func (ApiUpdateCertificateStoresPasswordRequest) Execute ¶

Executes the V1 PUT /CertificateStores/Password request context

func (ApiUpdateCertificateStoresPasswordRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiUpdateCertificateStoresPasswordRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateCertificateStoresPasswordRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateCertificateStoresPasswordRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateCertificateStoresRequest ¶

type ApiUpdateCertificateStoresRequest struct {
	ApiService *CertificateStoreApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /CertificateStores

func (ApiUpdateCertificateStoresRequest) CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest ¶

func (r ApiUpdateCertificateStoresRequest) CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest(cSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) ApiUpdateCertificateStoresRequest

Certificate store to be updated with the provided properties

func (ApiUpdateCertificateStoresRequest) Execute ¶

Executes the V1 PUT /CertificateStores request context

func (ApiUpdateCertificateStoresRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateCertificateStoresRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateCertificateStoresRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateCertificateStoresRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateCertificateStoresRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateCertificateStoresRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateCertificatesByIdOwnerRequest ¶

type ApiUpdateCertificatesByIdOwnerRequest struct {
	ApiService *CertificateApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Certificates/{id}/Owner

func (ApiUpdateCertificatesByIdOwnerRequest) CertificatesOwnerRequest ¶

Security role identifier for the role to assign ownership. If removing the owner, leave both empty.

func (ApiUpdateCertificatesByIdOwnerRequest) CollectionId ¶

An optional parameter for the collection Id the certificate is in. Defaults to no collection

func (ApiUpdateCertificatesByIdOwnerRequest) Execute ¶

Executes the V1 PUT /Certificates/{id}/Owner request context

func (ApiUpdateCertificatesByIdOwnerRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateCertificatesByIdOwnerRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateCertificatesByIdOwnerRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateCertificatesByIdOwnerRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateCertificatesByIdOwnerRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateCertificatesByIdOwnerRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateCertificatesMetadataAllRequest ¶

type ApiUpdateCertificatesMetadataAllRequest struct {
	ApiService *CertificateApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Certificates/Metadata/All

func (ApiUpdateCertificatesMetadataAllRequest) CSSCMSDataModelModelsMetadataAllUpdateRequest ¶

func (r ApiUpdateCertificatesMetadataAllRequest) CSSCMSDataModelModelsMetadataAllUpdateRequest(cSSCMSDataModelModelsMetadataAllUpdateRequest CSSCMSDataModelModelsMetadataAllUpdateRequest) ApiUpdateCertificatesMetadataAllRequest

Contains the Keyfactor certificate identifier and the metadata to be updated

func (ApiUpdateCertificatesMetadataAllRequest) CollectionId ¶

Optional certificate collection identifier used to ensure user access to the certificate

func (ApiUpdateCertificatesMetadataAllRequest) Execute ¶

Executes the V1 PUT /Certificates/Metadata/All request context

func (ApiUpdateCertificatesMetadataAllRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateCertificatesMetadataAllRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateCertificatesMetadataAllRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateCertificatesMetadataAllRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateCertificatesMetadataAllRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateCertificatesMetadataAllRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateCertificatesMetadataRequest ¶

type ApiUpdateCertificatesMetadataRequest struct {
	ApiService *CertificateApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Certificates/Metadata

func (ApiUpdateCertificatesMetadataRequest) CSSCMSDataModelModelsMetadataUpdateRequest ¶

func (r ApiUpdateCertificatesMetadataRequest) CSSCMSDataModelModelsMetadataUpdateRequest(cSSCMSDataModelModelsMetadataUpdateRequest CSSCMSDataModelModelsMetadataUpdateRequest) ApiUpdateCertificatesMetadataRequest

Contains the Keyfactor certificate identifier and the metadata to be updated

func (ApiUpdateCertificatesMetadataRequest) CollectionId ¶

Optional certificate collection identifier used to ensure user access to the certificate

func (ApiUpdateCertificatesMetadataRequest) Execute ¶

Executes the V1 PUT /Certificates/Metadata request context

func (ApiUpdateCertificatesMetadataRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateCertificatesMetadataRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateCertificatesMetadataRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateCertificatesMetadataRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateCertificatesMetadataRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateCertificatesMetadataRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateEventHandlerRegistrationByIdRequest ¶

type ApiUpdateEventHandlerRegistrationByIdRequest struct {
	ApiService *EventHandlerRegistrationApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /EventHandlerRegistration/{id}

func (ApiUpdateEventHandlerRegistrationByIdRequest) EventHandlerRegistrationEventHandlerRegistrationUpdateRequest ¶

func (r ApiUpdateEventHandlerRegistrationByIdRequest) EventHandlerRegistrationEventHandlerRegistrationUpdateRequest(eventHandlerRegistrationEventHandlerRegistrationUpdateRequest EventHandlerRegistrationEventHandlerRegistrationUpdateRequest) ApiUpdateEventHandlerRegistrationByIdRequest

Updated information for the event handler

func (ApiUpdateEventHandlerRegistrationByIdRequest) Execute ¶

Executes the V1 PUT /EventHandlerRegistration/{id} request context

func (ApiUpdateEventHandlerRegistrationByIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiUpdateEventHandlerRegistrationByIdRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateExtensionsScriptsRequest ¶

type ApiUpdateExtensionsScriptsRequest struct {
	ApiService *ExtensionsApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Extensions/Scripts

func (ApiUpdateExtensionsScriptsRequest) Execute ¶

Executes the V1 PUT /Extensions/Scripts request context

func (ApiUpdateExtensionsScriptsRequest) ScriptsScriptsUpdateRequest ¶

func (r ApiUpdateExtensionsScriptsRequest) ScriptsScriptsUpdateRequest(scriptsScriptsUpdateRequest ScriptsScriptsUpdateRequest) ApiUpdateExtensionsScriptsRequest

Script parameters

func (ApiUpdateExtensionsScriptsRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateExtensionsScriptsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateExtensionsScriptsRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateExtensionsScriptsRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateExtensionsScriptsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateExtensionsScriptsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateIdentityProvidersByIdRequest ¶

type ApiUpdateIdentityProvidersByIdRequest struct {
	ApiService *IdentityProviderApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /IdentityProviders/{id}

func (ApiUpdateIdentityProvidersByIdRequest) Execute ¶

Executes the V1 PUT /IdentityProviders/{id} request context

func (ApiUpdateIdentityProvidersByIdRequest) IdentityProviderIdentityProviderUpdateRequest ¶

func (r ApiUpdateIdentityProvidersByIdRequest) IdentityProviderIdentityProviderUpdateRequest(identityProviderIdentityProviderUpdateRequest IdentityProviderIdentityProviderUpdateRequest) ApiUpdateIdentityProvidersByIdRequest

A IdentityProvider.IdentityProviderUpdateRequest with the Id, name, and parameters that for the OAuth identity provider that need updated.

func (ApiUpdateIdentityProvidersByIdRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateIdentityProvidersByIdRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateIdentityProvidersByIdRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateIdentityProvidersByIdRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateIdentityProvidersByIdRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateIdentityProvidersByIdRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateJobTypesCustomRequest ¶

type ApiUpdateJobTypesCustomRequest struct {
	ApiService *CustomJobTypeApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /JobTypes/Custom

func (ApiUpdateJobTypesCustomRequest) CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest ¶

func (r ApiUpdateJobTypesCustomRequest) CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest(cSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest) ApiUpdateJobTypesCustomRequest

job type properties to be applied to the existing job type

func (ApiUpdateJobTypesCustomRequest) Execute ¶

Executes the V1 PUT /JobTypes/Custom request context

func (ApiUpdateJobTypesCustomRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateJobTypesCustomRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateJobTypesCustomRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateJobTypesCustomRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateJobTypesCustomRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateJobTypesCustomRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateMacEnrollmentRequest ¶

type ApiUpdateMacEnrollmentRequest struct {
	ApiService *MacEnrollmentApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /MacEnrollment

func (ApiUpdateMacEnrollmentRequest) Execute ¶

Executes the V1 PUT /MacEnrollment request context

func (ApiUpdateMacEnrollmentRequest) MacEnrollmentMacEnrollmentAPIModel ¶

func (r ApiUpdateMacEnrollmentRequest) MacEnrollmentMacEnrollmentAPIModel(macEnrollmentMacEnrollmentAPIModel MacEnrollmentMacEnrollmentAPIModel) ApiUpdateMacEnrollmentRequest

func (ApiUpdateMacEnrollmentRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateMacEnrollmentRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateMacEnrollmentRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateMacEnrollmentRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateMacEnrollmentRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateMacEnrollmentRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateMetadataFieldsRequest ¶

type ApiUpdateMetadataFieldsRequest struct {
	ApiService *MetadataFieldApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /MetadataFields

func (ApiUpdateMetadataFieldsRequest) Execute ¶

Executes the V1 PUT /MetadataFields request context

func (ApiUpdateMetadataFieldsRequest) MetadataFieldMetadataFieldUpdateRequest ¶

func (r ApiUpdateMetadataFieldsRequest) MetadataFieldMetadataFieldUpdateRequest(metadataFieldMetadataFieldUpdateRequest MetadataFieldMetadataFieldUpdateRequest) ApiUpdateMetadataFieldsRequest

Properties of the metadata field type to be updated

func (ApiUpdateMetadataFieldsRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateMetadataFieldsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateMetadataFieldsRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateMetadataFieldsRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateMetadataFieldsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateMetadataFieldsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateMonitoringRevocationRequest ¶

type ApiUpdateMonitoringRevocationRequest struct {
	ApiService *MonitoringApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Monitoring/Revocation

func (ApiUpdateMonitoringRevocationRequest) Execute ¶

Executes the V1 PUT /Monitoring/Revocation request context

func (ApiUpdateMonitoringRevocationRequest) ForceSave ¶

Bypass testing the connection to either the CRL or the OCSP endpoint

func (ApiUpdateMonitoringRevocationRequest) MonitoringRevocationMonitoringUpdateRequest ¶

func (r ApiUpdateMonitoringRevocationRequest) MonitoringRevocationMonitoringUpdateRequest(monitoringRevocationMonitoringUpdateRequest MonitoringRevocationMonitoringUpdateRequest) ApiUpdateMonitoringRevocationRequest

Information for the endpoint

func (ApiUpdateMonitoringRevocationRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateMonitoringRevocationRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateMonitoringRevocationRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateMonitoringRevocationRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateMonitoringRevocationRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateMonitoringRevocationRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateMonitoringRevocationScheduleRequest ¶

type ApiUpdateMonitoringRevocationScheduleRequest struct {
	ApiService *MonitoringApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Monitoring/Revocation/Schedule

func (ApiUpdateMonitoringRevocationScheduleRequest) Execute ¶

Executes the V1 PUT /Monitoring/Revocation/Schedule request context

func (ApiUpdateMonitoringRevocationScheduleRequest) MonitoringRevocationMonitoringUpdateScheduleRequest ¶

func (r ApiUpdateMonitoringRevocationScheduleRequest) MonitoringRevocationMonitoringUpdateScheduleRequest(monitoringRevocationMonitoringUpdateScheduleRequest MonitoringRevocationMonitoringUpdateScheduleRequest) ApiUpdateMonitoringRevocationScheduleRequest

The information for the updating the schedule.

func (ApiUpdateMonitoringRevocationScheduleRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiUpdateMonitoringRevocationScheduleRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdatePamProvidersLocalProviderIdEntriesRequest ¶

type ApiUpdatePamProvidersLocalProviderIdEntriesRequest struct {
	ApiService *PAMLocalEntriesApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /PamProviders/Local/{providerId}/Entries

func (ApiUpdatePamProvidersLocalProviderIdEntriesRequest) Execute ¶

Executes the V1 PUT /PamProviders/Local/{providerId}/Entries request context

func (ApiUpdatePamProvidersLocalProviderIdEntriesRequest) PAMLocalLocalPAMEntryUpdateRequest ¶

Local PAM entry properties to be used

func (ApiUpdatePamProvidersLocalProviderIdEntriesRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiUpdatePamProvidersLocalProviderIdEntriesRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdatePamProvidersRequest ¶

type ApiUpdatePamProvidersRequest struct {
	ApiService *PAMProviderApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /PamProviders

func (ApiUpdatePamProvidersRequest) Execute ¶

Executes the V1 PUT /PamProviders request context

func (ApiUpdatePamProvidersRequest) PAMProviderUpdateRequestLegacy ¶

func (r ApiUpdatePamProvidersRequest) PAMProviderUpdateRequestLegacy(pAMProviderUpdateRequestLegacy PAMProviderUpdateRequestLegacy) ApiUpdatePamProvidersRequest

PAM provider properties to be used

func (ApiUpdatePamProvidersRequest) XKeyfactorApiVersion ¶

func (r ApiUpdatePamProvidersRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdatePamProvidersRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdatePamProvidersRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdatePamProvidersRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdatePamProvidersRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdatePermissionSetsRequest ¶

type ApiUpdatePermissionSetsRequest struct {
	ApiService *PermissionSetApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /PermissionSets

func (ApiUpdatePermissionSetsRequest) Execute ¶

Executes the V1 PUT /PermissionSets request context

func (ApiUpdatePermissionSetsRequest) PermissionSetsPermissionSetUpdateRequest ¶

func (r ApiUpdatePermissionSetsRequest) PermissionSetsPermissionSetUpdateRequest(permissionSetsPermissionSetUpdateRequest PermissionSetsPermissionSetUpdateRequest) ApiUpdatePermissionSetsRequest

func (ApiUpdatePermissionSetsRequest) XKeyfactorApiVersion ¶

func (r ApiUpdatePermissionSetsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdatePermissionSetsRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdatePermissionSetsRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdatePermissionSetsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdatePermissionSetsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateReportsByIdParametersRequest ¶

type ApiUpdateReportsByIdParametersRequest struct {
	ApiService *ReportsApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Reports/{id}/Parameters

func (ApiUpdateReportsByIdParametersRequest) CSSCMSDataModelModelsReportParametersRequest ¶

func (r ApiUpdateReportsByIdParametersRequest) CSSCMSDataModelModelsReportParametersRequest(cSSCMSDataModelModelsReportParametersRequest []CSSCMSDataModelModelsReportParametersRequest) ApiUpdateReportsByIdParametersRequest

A List of the parameters to be updated

func (ApiUpdateReportsByIdParametersRequest) Execute ¶

Executes the V1 PUT /Reports/{id}/Parameters request context

func (ApiUpdateReportsByIdParametersRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateReportsByIdParametersRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateReportsByIdParametersRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateReportsByIdParametersRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateReportsByIdParametersRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateReportsByIdParametersRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateReportsByIdSchedulesRequest ¶

type ApiUpdateReportsByIdSchedulesRequest struct {
	ApiService *ReportsApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Reports/{id}/Schedules

func (ApiUpdateReportsByIdSchedulesRequest) Execute ¶

Executes the V1 PUT /Reports/{id}/Schedules request context

func (ApiUpdateReportsByIdSchedulesRequest) ReportsReportSchedulesReportScheduleUpdateRequest ¶

func (r ApiUpdateReportsByIdSchedulesRequest) ReportsReportSchedulesReportScheduleUpdateRequest(reportsReportSchedulesReportScheduleUpdateRequest ReportsReportSchedulesReportScheduleUpdateRequest) ApiUpdateReportsByIdSchedulesRequest

Report Schedule

func (ApiUpdateReportsByIdSchedulesRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateReportsByIdSchedulesRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateReportsByIdSchedulesRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateReportsByIdSchedulesRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateReportsByIdSchedulesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateReportsByIdSchedulesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateReportsCustomRequest ¶

type ApiUpdateReportsCustomRequest struct {
	ApiService *ReportsApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Reports/Custom

func (ApiUpdateReportsCustomRequest) Execute ¶

Executes the V1 PUT /Reports/Custom request context

func (ApiUpdateReportsCustomRequest) ReportsCustomReportsCustomReportUpdateRequest ¶

func (r ApiUpdateReportsCustomRequest) ReportsCustomReportsCustomReportUpdateRequest(reportsCustomReportsCustomReportUpdateRequest ReportsCustomReportsCustomReportUpdateRequest) ApiUpdateReportsCustomRequest

Report Information

func (ApiUpdateReportsCustomRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateReportsCustomRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateReportsCustomRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateReportsCustomRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateReportsCustomRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateReportsCustomRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateReportsRequest ¶

type ApiUpdateReportsRequest struct {
	ApiService *ReportsApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Reports

func (ApiUpdateReportsRequest) CSSCMSDataModelModelsReportRequestModel ¶

func (r ApiUpdateReportsRequest) CSSCMSDataModelModelsReportRequestModel(cSSCMSDataModelModelsReportRequestModel CSSCMSDataModelModelsReportRequestModel) ApiUpdateReportsRequest

This object is used to update the Favorite, In Navigator and the Remove Duplicates if the 'Uses Collections' is true.

func (ApiUpdateReportsRequest) Execute ¶

Executes the V1 PUT /Reports request context

func (ApiUpdateReportsRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateReportsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateReportsRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateReportsRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateReportsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateReportsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateSMTPRequest ¶

type ApiUpdateSMTPRequest struct {
	ApiService *SMTPApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /SMTP

func (ApiUpdateSMTPRequest) Execute ¶

Executes the V1 PUT /SMTP request context

func (ApiUpdateSMTPRequest) SMTPSMTPRequest ¶

func (r ApiUpdateSMTPRequest) SMTPSMTPRequest(sMTPSMTPRequest SMTPSMTPRequest) ApiUpdateSMTPRequest

func (ApiUpdateSMTPRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateSMTPRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateSMTPRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateSMTPRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateSMTPRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateSMTPRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateSSHKeysMyKeyRequest ¶

type ApiUpdateSSHKeysMyKeyRequest struct {
	ApiService *KeyApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /SSH/Keys/MyKey

func (ApiUpdateSSHKeysMyKeyRequest) CSSCMSDataModelModelsSSHKeysKeyUpdateRequest ¶

func (r ApiUpdateSSHKeysMyKeyRequest) CSSCMSDataModelModelsSSHKeysKeyUpdateRequest(cSSCMSDataModelModelsSSHKeysKeyUpdateRequest CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) ApiUpdateSSHKeysMyKeyRequest

Updated state of the SSH key

func (ApiUpdateSSHKeysMyKeyRequest) Execute ¶

Executes the V1 PUT /SSH/Keys/MyKey request context

func (ApiUpdateSSHKeysMyKeyRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateSSHKeysMyKeyRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateSSHKeysMyKeyRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateSSHKeysMyKeyRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateSSHKeysMyKeyRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateSSHKeysMyKeyRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateSSHServerGroupsRequest ¶

type ApiUpdateSSHServerGroupsRequest struct {
	ApiService *ServerGroupApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /SSH/ServerGroups

func (ApiUpdateSSHServerGroupsRequest) CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest ¶

func (r ApiUpdateSSHServerGroupsRequest) CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest(cSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest) ApiUpdateSSHServerGroupsRequest

Server group properties to be applied to the existing group

func (ApiUpdateSSHServerGroupsRequest) Execute ¶

Executes the V1 PUT /SSH/ServerGroups request context

func (ApiUpdateSSHServerGroupsRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateSSHServerGroupsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateSSHServerGroupsRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateSSHServerGroupsRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateSSHServerGroupsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateSSHServerGroupsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateSSHServersRequest ¶

type ApiUpdateSSHServersRequest struct {
	ApiService *ServerApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /SSH/Servers

func (ApiUpdateSSHServersRequest) CSSCMSDataModelModelsSSHServersServerUpdateRequest ¶

func (r ApiUpdateSSHServersRequest) CSSCMSDataModelModelsSSHServersServerUpdateRequest(cSSCMSDataModelModelsSSHServersServerUpdateRequest CSSCMSDataModelModelsSSHServersServerUpdateRequest) ApiUpdateSSHServersRequest

Server properties to be applied to the existing server

func (ApiUpdateSSHServersRequest) Execute ¶

Executes the V1 PUT /SSH/Servers request context

func (ApiUpdateSSHServersRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateSSHServersRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateSSHServersRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateSSHServersRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateSSHServersRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateSSHServersRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateSSHServiceAccountsRequest ¶

type ApiUpdateSSHServiceAccountsRequest struct {
	ApiService *ServiceAccountApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /SSH/ServiceAccounts

func (ApiUpdateSSHServiceAccountsRequest) CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest ¶

func (r ApiUpdateSSHServiceAccountsRequest) CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest(cSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest) ApiUpdateSSHServiceAccountsRequest

The id of the service account and the updated state of the SSH key.

func (ApiUpdateSSHServiceAccountsRequest) Execute ¶

Executes the V1 PUT /SSH/ServiceAccounts request context

func (ApiUpdateSSHServiceAccountsRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateSSHServiceAccountsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateSSHServiceAccountsRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateSSHServiceAccountsRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateSSHServiceAccountsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateSSHServiceAccountsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateSSHUsersRequest ¶

type ApiUpdateSSHUsersRequest struct {
	ApiService *UserApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /SSH/Users

func (ApiUpdateSSHUsersRequest) CSSCMSDataModelModelsSSHUsersSshUserUpdateRequest ¶

func (r ApiUpdateSSHUsersRequest) CSSCMSDataModelModelsSSHUsersSshUserUpdateRequest(cSSCMSDataModelModelsSSHUsersSshUserUpdateRequest CSSCMSDataModelModelsSSHUsersSshUserUpdateRequest) ApiUpdateSSHUsersRequest

The new state of the SSH user to update.

func (ApiUpdateSSHUsersRequest) Execute ¶

Executes the V1 PUT /SSH/Users request context

func (ApiUpdateSSHUsersRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateSSHUsersRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateSSHUsersRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateSSHUsersRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateSSHUsersRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateSSHUsersRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateSSLEndpointsMonitorAllRequest ¶

type ApiUpdateSSLEndpointsMonitorAllRequest struct {
	ApiService *SslApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /SSL/Endpoints/MonitorAll

func (ApiUpdateSSLEndpointsMonitorAllRequest) Execute ¶

Executes the V1 PUT /SSL/Endpoints/MonitorAll request context

func (ApiUpdateSSLEndpointsMonitorAllRequest) Query ¶

Query to filter the endpoints for which the status should be set

func (ApiUpdateSSLEndpointsMonitorAllRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateSSLEndpointsMonitorAllRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateSSLEndpointsMonitorAllRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateSSLEndpointsMonitorAllRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateSSLEndpointsMonitorAllRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateSSLEndpointsMonitorAllRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateSSLEndpointsMonitorStatusRequest ¶

type ApiUpdateSSLEndpointsMonitorStatusRequest struct {
	ApiService *SslApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /SSL/Endpoints/MonitorStatus

func (ApiUpdateSSLEndpointsMonitorStatusRequest) CSSCMSDataModelModelsSSLEndpointStatusRequest ¶

func (r ApiUpdateSSLEndpointsMonitorStatusRequest) CSSCMSDataModelModelsSSLEndpointStatusRequest(cSSCMSDataModelModelsSSLEndpointStatusRequest []CSSCMSDataModelModelsSSLEndpointStatusRequest) ApiUpdateSSLEndpointsMonitorStatusRequest

Endpoints and statuses to be set for each

func (ApiUpdateSSLEndpointsMonitorStatusRequest) Execute ¶

Executes the V1 PUT /SSL/Endpoints/MonitorStatus request context

func (ApiUpdateSSLEndpointsMonitorStatusRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiUpdateSSLEndpointsMonitorStatusRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateSSLEndpointsMonitorStatusRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateSSLEndpointsMonitorStatusRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateSSLEndpointsReviewAllRequest ¶

type ApiUpdateSSLEndpointsReviewAllRequest struct {
	ApiService *SslApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /SSL/Endpoints/ReviewAll

func (ApiUpdateSSLEndpointsReviewAllRequest) Execute ¶

Executes the V1 PUT /SSL/Endpoints/ReviewAll request context

func (ApiUpdateSSLEndpointsReviewAllRequest) Query ¶

Query to filter the endpoints for which the status should be set

func (ApiUpdateSSLEndpointsReviewAllRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateSSLEndpointsReviewAllRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateSSLEndpointsReviewAllRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateSSLEndpointsReviewAllRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateSSLEndpointsReviewAllRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateSSLEndpointsReviewAllRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateSSLEndpointsReviewStatusRequest ¶

type ApiUpdateSSLEndpointsReviewStatusRequest struct {
	ApiService *SslApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /SSL/Endpoints/ReviewStatus

func (ApiUpdateSSLEndpointsReviewStatusRequest) CSSCMSDataModelModelsSSLEndpointStatusRequest ¶

func (r ApiUpdateSSLEndpointsReviewStatusRequest) CSSCMSDataModelModelsSSLEndpointStatusRequest(cSSCMSDataModelModelsSSLEndpointStatusRequest []CSSCMSDataModelModelsSSLEndpointStatusRequest) ApiUpdateSSLEndpointsReviewStatusRequest

Endpoints and statuses for each

func (ApiUpdateSSLEndpointsReviewStatusRequest) Execute ¶

Executes the V1 PUT /SSL/Endpoints/ReviewStatus request context

func (ApiUpdateSSLEndpointsReviewStatusRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiUpdateSSLEndpointsReviewStatusRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateSSLEndpointsReviewStatusRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateSSLEndpointsReviewStatusRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateSSLNetworkRangesRequest ¶

type ApiUpdateSSLNetworkRangesRequest struct {
	ApiService *SslApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /SSL/NetworkRanges

func (ApiUpdateSSLNetworkRangesRequest) CSSCMSDataModelModelsSSLNetworkRangesRequest ¶

func (r ApiUpdateSSLNetworkRangesRequest) CSSCMSDataModelModelsSSLNetworkRangesRequest(cSSCMSDataModelModelsSSLNetworkRangesRequest CSSCMSDataModelModelsSSLNetworkRangesRequest) ApiUpdateSSLNetworkRangesRequest

Network range defitions and the network to which they should be set

func (ApiUpdateSSLNetworkRangesRequest) Execute ¶

Executes the V1 PUT /SSL/NetworkRanges request context

func (ApiUpdateSSLNetworkRangesRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateSSLNetworkRangesRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateSSLNetworkRangesRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateSSLNetworkRangesRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateSSLNetworkRangesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateSSLNetworkRangesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateSSLNetworksRequest ¶

type ApiUpdateSSLNetworksRequest struct {
	ApiService *SslApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /SSL/Networks

func (ApiUpdateSSLNetworksRequest) Execute ¶

Executes the V1 PUT /SSL/Networks request context

func (ApiUpdateSSLNetworksRequest) SslUpdateNetworkRequest ¶

func (r ApiUpdateSSLNetworksRequest) SslUpdateNetworkRequest(sslUpdateNetworkRequest SslUpdateNetworkRequest) ApiUpdateSSLNetworksRequest

Properties of the network definition to be updated

func (ApiUpdateSSLNetworksRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateSSLNetworksRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateSSLNetworksRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateSSLNetworksRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateSSLNetworksRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateSSLNetworksRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateSecurityClaimsRequest ¶

type ApiUpdateSecurityClaimsRequest struct {
	ApiService *SecurityClaimsApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Security/Claims

func (ApiUpdateSecurityClaimsRequest) Execute ¶

Executes the V1 PUT /Security/Claims request context

func (ApiUpdateSecurityClaimsRequest) SecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest ¶

func (r ApiUpdateSecurityClaimsRequest) SecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest(securityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest SecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest) ApiUpdateSecurityClaimsRequest

Claim Definition Update Request

func (ApiUpdateSecurityClaimsRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateSecurityClaimsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateSecurityClaimsRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateSecurityClaimsRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateSecurityClaimsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateSecurityClaimsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateSecurityRolesByIdIdentitiesRequest ¶

type ApiUpdateSecurityRolesByIdIdentitiesRequest struct {
	ApiService *SecurityRolesApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Security/Roles/{id}/Identities

func (ApiUpdateSecurityRolesByIdIdentitiesRequest) Execute ¶

Executes the V1 PUT /Security/Roles/{id}/Identities request context

func (ApiUpdateSecurityRolesByIdIdentitiesRequest) SecurityLegacySecurityRolesRoleIdentitiesRequest ¶

func (r ApiUpdateSecurityRolesByIdIdentitiesRequest) SecurityLegacySecurityRolesRoleIdentitiesRequest(securityLegacySecurityRolesRoleIdentitiesRequest SecurityLegacySecurityRolesRoleIdentitiesRequest) ApiUpdateSecurityRolesByIdIdentitiesRequest

Role identities request object which contains a list of Identity IDs to remove or add to the role

func (ApiUpdateSecurityRolesByIdIdentitiesRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiUpdateSecurityRolesByIdIdentitiesRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateSecurityRolesByIdIdentitiesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateSecurityRolesByIdIdentitiesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateSecurityRolesByIdPermissionsCollectionsRequest ¶

type ApiUpdateSecurityRolesByIdPermissionsCollectionsRequest struct {
	ApiService *SecurityRolePermissionsApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Security/Roles/{id}/Permissions/Collections

func (ApiUpdateSecurityRolesByIdPermissionsCollectionsRequest) Execute ¶

Executes the V1 PUT /Security/Roles/{id}/Permissions/Collections request context

func (ApiUpdateSecurityRolesByIdPermissionsCollectionsRequest) SecuritySecurityRolePermissionsCollectionPermissionRequest ¶

func (r ApiUpdateSecurityRolesByIdPermissionsCollectionsRequest) SecuritySecurityRolePermissionsCollectionPermissionRequest(securitySecurityRolePermissionsCollectionPermissionRequest []SecuritySecurityRolePermissionsCollectionPermissionRequest) ApiUpdateSecurityRolesByIdPermissionsCollectionsRequest

Collections permissions

func (ApiUpdateSecurityRolesByIdPermissionsCollectionsRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiUpdateSecurityRolesByIdPermissionsCollectionsRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateSecurityRolesByIdPermissionsContainersRequest ¶

type ApiUpdateSecurityRolesByIdPermissionsContainersRequest struct {
	ApiService *SecurityRolePermissionsApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Security/Roles/{id}/Permissions/Containers

func (ApiUpdateSecurityRolesByIdPermissionsContainersRequest) Execute ¶

Executes the V1 PUT /Security/Roles/{id}/Permissions/Containers request context

func (ApiUpdateSecurityRolesByIdPermissionsContainersRequest) SecuritySecurityRolePermissionsContainerPermissionRequest ¶

func (r ApiUpdateSecurityRolesByIdPermissionsContainersRequest) SecuritySecurityRolePermissionsContainerPermissionRequest(securitySecurityRolePermissionsContainerPermissionRequest []SecuritySecurityRolePermissionsContainerPermissionRequest) ApiUpdateSecurityRolesByIdPermissionsContainersRequest

Container permissions

func (ApiUpdateSecurityRolesByIdPermissionsContainersRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiUpdateSecurityRolesByIdPermissionsContainersRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateSecurityRolesByIdPermissionsGlobalRequest ¶

type ApiUpdateSecurityRolesByIdPermissionsGlobalRequest struct {
	ApiService *SecurityRolePermissionsApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Security/Roles/{id}/Permissions/Global

func (ApiUpdateSecurityRolesByIdPermissionsGlobalRequest) Execute ¶

Executes the V1 PUT /Security/Roles/{id}/Permissions/Global request context

func (ApiUpdateSecurityRolesByIdPermissionsGlobalRequest) SecuritySecurityRolePermissionsGlobalPermissionRequest ¶

func (r ApiUpdateSecurityRolesByIdPermissionsGlobalRequest) SecuritySecurityRolePermissionsGlobalPermissionRequest(securitySecurityRolePermissionsGlobalPermissionRequest []SecuritySecurityRolePermissionsGlobalPermissionRequest) ApiUpdateSecurityRolesByIdPermissionsGlobalRequest

Global permissions

func (ApiUpdateSecurityRolesByIdPermissionsGlobalRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiUpdateSecurityRolesByIdPermissionsGlobalRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateSecurityRolesByIdPermissionsPamProvidersRequest ¶

type ApiUpdateSecurityRolesByIdPermissionsPamProvidersRequest struct {
	ApiService *SecurityRolePermissionsApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Security/Roles/{id}/Permissions/PamProviders

func (ApiUpdateSecurityRolesByIdPermissionsPamProvidersRequest) Execute ¶

Executes the V1 PUT /Security/Roles/{id}/Permissions/PamProviders request context

func (ApiUpdateSecurityRolesByIdPermissionsPamProvidersRequest) SecuritySecurityRolePermissionsPamProviderPermissionRequest ¶

func (r ApiUpdateSecurityRolesByIdPermissionsPamProvidersRequest) SecuritySecurityRolePermissionsPamProviderPermissionRequest(securitySecurityRolePermissionsPamProviderPermissionRequest []SecuritySecurityRolePermissionsPamProviderPermissionRequest) ApiUpdateSecurityRolesByIdPermissionsPamProvidersRequest

PAM Provider permissions

func (ApiUpdateSecurityRolesByIdPermissionsPamProvidersRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiUpdateSecurityRolesByIdPermissionsPamProvidersRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateSecurityRolesRequest ¶

type ApiUpdateSecurityRolesRequest struct {
	ApiService *SecurityRolesApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Security/Roles

func (ApiUpdateSecurityRolesRequest) Execute ¶

Executes the V1 PUT /Security/Roles request context

func (ApiUpdateSecurityRolesRequest) SecurityLegacySecurityRolesSecurityRoleUpdateRequest ¶

func (r ApiUpdateSecurityRolesRequest) SecurityLegacySecurityRolesSecurityRoleUpdateRequest(securityLegacySecurityRolesSecurityRoleUpdateRequest SecurityLegacySecurityRolesSecurityRoleUpdateRequest) ApiUpdateSecurityRolesRequest

Security Update Request

func (ApiUpdateSecurityRolesRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateSecurityRolesRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateSecurityRolesRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateSecurityRolesRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateSecurityRolesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateSecurityRolesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateTemplatesRequest ¶

type ApiUpdateTemplatesRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Templates

func (ApiUpdateTemplatesRequest) Execute ¶

Executes the V1 PUT /Templates request context

func (ApiUpdateTemplatesRequest) TemplatesTemplateUpdateRequest ¶

func (r ApiUpdateTemplatesRequest) TemplatesTemplateUpdateRequest(templatesTemplateUpdateRequest TemplatesTemplateUpdateRequest) ApiUpdateTemplatesRequest

Properties of the certificate template to be updated

func (ApiUpdateTemplatesRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateTemplatesRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateTemplatesRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateTemplatesRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateTemplatesRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateTemplatesRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateTemplatesSettingsRequest ¶

type ApiUpdateTemplatesSettingsRequest struct {
	ApiService *TemplateApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Templates/Settings

func (ApiUpdateTemplatesSettingsRequest) Execute ¶

Executes the V1 PUT /Templates/Settings request context

func (ApiUpdateTemplatesSettingsRequest) TemplatesGlobalGlobalTemplateSettingsRequest ¶

func (r ApiUpdateTemplatesSettingsRequest) TemplatesGlobalGlobalTemplateSettingsRequest(templatesGlobalGlobalTemplateSettingsRequest TemplatesGlobalGlobalTemplateSettingsRequest) ApiUpdateTemplatesSettingsRequest

The new global template settings.

func (ApiUpdateTemplatesSettingsRequest) XKeyfactorApiVersion ¶

func (r ApiUpdateTemplatesSettingsRequest) XKeyfactorApiVersion(xKeyfactorApiVersion string) ApiUpdateTemplatesSettingsRequest

Desired version of the api, if not provided defaults to v1

func (ApiUpdateTemplatesSettingsRequest) XKeyfactorRequestedWith ¶

func (r ApiUpdateTemplatesSettingsRequest) XKeyfactorRequestedWith(xKeyfactorRequestedWith string) ApiUpdateTemplatesSettingsRequest

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateWorkflowDefinitionsDefinitionIdRequest ¶

type ApiUpdateWorkflowDefinitionsDefinitionIdRequest struct {
	ApiService *WorkflowDefinitionApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Workflow/Definitions/{definitionId}

func (ApiUpdateWorkflowDefinitionsDefinitionIdRequest) Execute ¶

Executes the V1 PUT /Workflow/Definitions/{definitionId} request context

func (ApiUpdateWorkflowDefinitionsDefinitionIdRequest) Force ¶

Whether to force the update of this definition in the case that it would run workflows immediately.

func (ApiUpdateWorkflowDefinitionsDefinitionIdRequest) WorkflowsDefinitionUpdateRequest ¶

The Workflows.DefinitionUpdateRequest holding the updated DisplayName and Description.

func (ApiUpdateWorkflowDefinitionsDefinitionIdRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiUpdateWorkflowDefinitionsDefinitionIdRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateWorkflowDefinitionsDefinitionIdStatusRequest ¶

type ApiUpdateWorkflowDefinitionsDefinitionIdStatusRequest struct {
	ApiService *WorkflowDefinitionApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Workflow/Definitions/{definitionId}/Status

func (ApiUpdateWorkflowDefinitionsDefinitionIdStatusRequest) Body ¶

The status to be updated.

func (ApiUpdateWorkflowDefinitionsDefinitionIdStatusRequest) Execute ¶

Executes the V1 PUT /Workflow/Definitions/{definitionId}/Status request context

func (ApiUpdateWorkflowDefinitionsDefinitionIdStatusRequest) Force ¶

Whether to force the status to update.

func (ApiUpdateWorkflowDefinitionsDefinitionIdStatusRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiUpdateWorkflowDefinitionsDefinitionIdStatusRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type ApiUpdateWorkflowDefinitionsDefinitionIdStepsRequest ¶

type ApiUpdateWorkflowDefinitionsDefinitionIdStepsRequest struct {
	ApiService *WorkflowDefinitionApiService
	// contains filtered or unexported fields
}

Request for V1 PUT /Workflow/Definitions/{definitionId}/Steps

func (ApiUpdateWorkflowDefinitionsDefinitionIdStepsRequest) Execute ¶

Executes the V1 PUT /Workflow/Definitions/{definitionId}/Steps request context

func (ApiUpdateWorkflowDefinitionsDefinitionIdStepsRequest) WorkflowsDefinitionStepRequest ¶

A collection of Workflows.DefinitionStepRequest defining the steps to set on the definition.

func (ApiUpdateWorkflowDefinitionsDefinitionIdStepsRequest) XKeyfactorApiVersion ¶

Desired version of the api, if not provided defaults to v1

func (ApiUpdateWorkflowDefinitionsDefinitionIdStepsRequest) XKeyfactorRequestedWith ¶

Type of the request [XMLHttpRequest, APIClient]

type AppSettingApiService ¶

type AppSettingApiService service

AppSettingApiService AppSettingApi service

func (*AppSettingApiService) GetAppSettingByIdExecute ¶

Executes the API request V1 GET /AppSetting/{id}

@return AppSettingsAppSettingResponse

func (*AppSettingApiService) GetAppSettingExecute ¶

Executes the API request V1 GET /AppSetting

@return []AppSettingsAppSettingResponse

func (*AppSettingApiService) NewGetAppSettingByIdRequest ¶

func (a *AppSettingApiService) NewGetAppSettingByIdRequest(ctx context.Context, id int32) ApiGetAppSettingByIdRequest

Creates a new V1 GET /AppSetting/{id} request.

GetAppSettingById Get application setting by id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Id for the application setting
@return ApiGetAppSettingByIdRequest

func (*AppSettingApiService) NewGetAppSettingRequest ¶

func (a *AppSettingApiService) NewGetAppSettingRequest(ctx context.Context) ApiGetAppSettingRequest

Creates a new V1 GET /AppSetting request.

GetAppSetting Get available application settings

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAppSettingRequest

func (*AppSettingApiService) NewUpdateAppSettingByIdSetRequest ¶

func (a *AppSettingApiService) NewUpdateAppSettingByIdSetRequest(ctx context.Context, id int32) ApiUpdateAppSettingByIdSetRequest

Creates a new V1 PUT /AppSetting/{id}/Set request.

UpdateAppSettingByIdSet Update one application setting by id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Id for the application setting
@return ApiUpdateAppSettingByIdSetRequest

func (*AppSettingApiService) NewUpdateAppSettingNameSetRequest ¶

func (a *AppSettingApiService) NewUpdateAppSettingNameSetRequest(ctx context.Context, name string) ApiUpdateAppSettingNameSetRequest

Creates a new V1 PUT /AppSetting/{name}/Set request.

UpdateAppSettingNameSet Update one application setting by short name

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name Short name for the application setting
@return ApiUpdateAppSettingNameSetRequest

func (*AppSettingApiService) NewUpdateAppSettingRequest ¶

func (a *AppSettingApiService) NewUpdateAppSettingRequest(ctx context.Context) ApiUpdateAppSettingRequest

Creates a new V1 PUT /AppSetting request.

UpdateAppSetting Bulk update available application settings

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateAppSettingRequest

func (*AppSettingApiService) UpdateAppSettingByIdSetExecute ¶

Executes the API request V1 PUT /AppSetting/{id}/Set

@return AppSettingsAppSettingResponse

func (*AppSettingApiService) UpdateAppSettingExecute ¶

Executes the API request V1 PUT /AppSetting

@return []AppSettingsAppSettingResponse

func (*AppSettingApiService) UpdateAppSettingNameSetExecute ¶

Executes the API request V1 PUT /AppSetting/{name}/Set

@return AppSettingsAppSettingResponse

type AppSettingsAppSettingResponse ¶

type AppSettingsAppSettingResponse struct {
	Id          *int32         `json:"Id,omitempty"`
	DisplayName NullableString `json:"DisplayName,omitempty"`
	ShortName   NullableString `json:"ShortName,omitempty"`
	Description NullableString `json:"Description,omitempty"`
	Value       NullableString `json:"Value,omitempty"`
	ValueType   NullableString `json:"ValueType,omitempty"`
}

AppSettingsAppSettingResponse struct for AppSettingsAppSettingResponse

func NewAppSettingsAppSettingResponse ¶

func NewAppSettingsAppSettingResponse() *AppSettingsAppSettingResponse

NewAppSettingsAppSettingResponse instantiates a new AppSettingsAppSettingResponse 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 NewAppSettingsAppSettingResponseWithDefaults ¶

func NewAppSettingsAppSettingResponseWithDefaults() *AppSettingsAppSettingResponse

NewAppSettingsAppSettingResponseWithDefaults instantiates a new AppSettingsAppSettingResponse 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 (*AppSettingsAppSettingResponse) GetDescription ¶

func (o *AppSettingsAppSettingResponse) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AppSettingsAppSettingResponse) GetDescriptionOk ¶

func (o *AppSettingsAppSettingResponse) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AppSettingsAppSettingResponse) GetDisplayName ¶

func (o *AppSettingsAppSettingResponse) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AppSettingsAppSettingResponse) GetDisplayNameOk ¶

func (o *AppSettingsAppSettingResponse) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AppSettingsAppSettingResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*AppSettingsAppSettingResponse) GetIdOk ¶

func (o *AppSettingsAppSettingResponse) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AppSettingsAppSettingResponse) GetShortName ¶

func (o *AppSettingsAppSettingResponse) GetShortName() string

GetShortName returns the ShortName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AppSettingsAppSettingResponse) GetShortNameOk ¶

func (o *AppSettingsAppSettingResponse) GetShortNameOk() (*string, bool)

GetShortNameOk returns a tuple with the ShortName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AppSettingsAppSettingResponse) GetValue ¶

func (o *AppSettingsAppSettingResponse) GetValue() string

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AppSettingsAppSettingResponse) GetValueOk ¶

func (o *AppSettingsAppSettingResponse) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AppSettingsAppSettingResponse) GetValueType ¶

func (o *AppSettingsAppSettingResponse) GetValueType() string

GetValueType returns the ValueType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AppSettingsAppSettingResponse) GetValueTypeOk ¶

func (o *AppSettingsAppSettingResponse) GetValueTypeOk() (*string, bool)

GetValueTypeOk returns a tuple with the ValueType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AppSettingsAppSettingResponse) HasDescription ¶

func (o *AppSettingsAppSettingResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*AppSettingsAppSettingResponse) HasDisplayName ¶

func (o *AppSettingsAppSettingResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*AppSettingsAppSettingResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*AppSettingsAppSettingResponse) HasShortName ¶

func (o *AppSettingsAppSettingResponse) HasShortName() bool

HasShortName returns a boolean if a field has been set.

func (*AppSettingsAppSettingResponse) HasValue ¶

func (o *AppSettingsAppSettingResponse) HasValue() bool

HasValue returns a boolean if a field has been set.

func (*AppSettingsAppSettingResponse) HasValueType ¶

func (o *AppSettingsAppSettingResponse) HasValueType() bool

HasValueType returns a boolean if a field has been set.

func (AppSettingsAppSettingResponse) MarshalJSON ¶

func (o AppSettingsAppSettingResponse) MarshalJSON() ([]byte, error)

func (*AppSettingsAppSettingResponse) SetDescription ¶

func (o *AppSettingsAppSettingResponse) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*AppSettingsAppSettingResponse) SetDescriptionNil ¶

func (o *AppSettingsAppSettingResponse) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*AppSettingsAppSettingResponse) SetDisplayName ¶

func (o *AppSettingsAppSettingResponse) SetDisplayName(v string)

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*AppSettingsAppSettingResponse) SetDisplayNameNil ¶

func (o *AppSettingsAppSettingResponse) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*AppSettingsAppSettingResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*AppSettingsAppSettingResponse) SetShortName ¶

func (o *AppSettingsAppSettingResponse) SetShortName(v string)

SetShortName gets a reference to the given NullableString and assigns it to the ShortName field.

func (*AppSettingsAppSettingResponse) SetShortNameNil ¶

func (o *AppSettingsAppSettingResponse) SetShortNameNil()

SetShortNameNil sets the value for ShortName to be an explicit nil

func (*AppSettingsAppSettingResponse) SetValue ¶

func (o *AppSettingsAppSettingResponse) SetValue(v string)

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*AppSettingsAppSettingResponse) SetValueNil ¶

func (o *AppSettingsAppSettingResponse) SetValueNil()

SetValueNil sets the value for Value to be an explicit nil

func (*AppSettingsAppSettingResponse) SetValueType ¶

func (o *AppSettingsAppSettingResponse) SetValueType(v string)

SetValueType gets a reference to the given NullableString and assigns it to the ValueType field.

func (*AppSettingsAppSettingResponse) SetValueTypeNil ¶

func (o *AppSettingsAppSettingResponse) SetValueTypeNil()

SetValueTypeNil sets the value for ValueType to be an explicit nil

func (AppSettingsAppSettingResponse) ToMap ¶

func (o AppSettingsAppSettingResponse) ToMap() (map[string]interface{}, error)

func (*AppSettingsAppSettingResponse) UnsetDescription ¶

func (o *AppSettingsAppSettingResponse) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

func (*AppSettingsAppSettingResponse) UnsetDisplayName ¶

func (o *AppSettingsAppSettingResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*AppSettingsAppSettingResponse) UnsetShortName ¶

func (o *AppSettingsAppSettingResponse) UnsetShortName()

UnsetShortName ensures that no value is present for ShortName, not even an explicit nil

func (*AppSettingsAppSettingResponse) UnsetValue ¶

func (o *AppSettingsAppSettingResponse) UnsetValue()

UnsetValue ensures that no value is present for Value, not even an explicit nil

func (*AppSettingsAppSettingResponse) UnsetValueType ¶

func (o *AppSettingsAppSettingResponse) UnsetValueType()

UnsetValueType ensures that no value is present for ValueType, not even an explicit nil

type AppSettingsAppSettingUpdateBulkRequest ¶

type AppSettingsAppSettingUpdateBulkRequest struct {
	Id    *int32         `json:"Id,omitempty"`
	Value NullableString `json:"Value,omitempty"`
}

AppSettingsAppSettingUpdateBulkRequest struct for AppSettingsAppSettingUpdateBulkRequest

func NewAppSettingsAppSettingUpdateBulkRequest ¶

func NewAppSettingsAppSettingUpdateBulkRequest() *AppSettingsAppSettingUpdateBulkRequest

NewAppSettingsAppSettingUpdateBulkRequest instantiates a new AppSettingsAppSettingUpdateBulkRequest 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 NewAppSettingsAppSettingUpdateBulkRequestWithDefaults ¶

func NewAppSettingsAppSettingUpdateBulkRequestWithDefaults() *AppSettingsAppSettingUpdateBulkRequest

NewAppSettingsAppSettingUpdateBulkRequestWithDefaults instantiates a new AppSettingsAppSettingUpdateBulkRequest 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 (*AppSettingsAppSettingUpdateBulkRequest) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*AppSettingsAppSettingUpdateBulkRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*AppSettingsAppSettingUpdateBulkRequest) GetValue ¶

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AppSettingsAppSettingUpdateBulkRequest) GetValueOk ¶

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AppSettingsAppSettingUpdateBulkRequest) HasId ¶

HasId returns a boolean if a field has been set.

func (*AppSettingsAppSettingUpdateBulkRequest) HasValue ¶

HasValue returns a boolean if a field has been set.

func (AppSettingsAppSettingUpdateBulkRequest) MarshalJSON ¶

func (o AppSettingsAppSettingUpdateBulkRequest) MarshalJSON() ([]byte, error)

func (*AppSettingsAppSettingUpdateBulkRequest) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*AppSettingsAppSettingUpdateBulkRequest) SetValue ¶

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*AppSettingsAppSettingUpdateBulkRequest) SetValueNil ¶

func (o *AppSettingsAppSettingUpdateBulkRequest) SetValueNil()

SetValueNil sets the value for Value to be an explicit nil

func (AppSettingsAppSettingUpdateBulkRequest) ToMap ¶

func (o AppSettingsAppSettingUpdateBulkRequest) ToMap() (map[string]interface{}, error)

func (*AppSettingsAppSettingUpdateBulkRequest) UnsetValue ¶

UnsetValue ensures that no value is present for Value, not even an explicit nil

type AppSettingsAppSettingUpdateRequest ¶

type AppSettingsAppSettingUpdateRequest struct {
	Value NullableString `json:"Value,omitempty"`
}

AppSettingsAppSettingUpdateRequest struct for AppSettingsAppSettingUpdateRequest

func NewAppSettingsAppSettingUpdateRequest ¶

func NewAppSettingsAppSettingUpdateRequest() *AppSettingsAppSettingUpdateRequest

NewAppSettingsAppSettingUpdateRequest instantiates a new AppSettingsAppSettingUpdateRequest 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 NewAppSettingsAppSettingUpdateRequestWithDefaults ¶

func NewAppSettingsAppSettingUpdateRequestWithDefaults() *AppSettingsAppSettingUpdateRequest

NewAppSettingsAppSettingUpdateRequestWithDefaults instantiates a new AppSettingsAppSettingUpdateRequest 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 (*AppSettingsAppSettingUpdateRequest) GetValue ¶

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*AppSettingsAppSettingUpdateRequest) GetValueOk ¶

func (o *AppSettingsAppSettingUpdateRequest) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*AppSettingsAppSettingUpdateRequest) HasValue ¶

HasValue returns a boolean if a field has been set.

func (AppSettingsAppSettingUpdateRequest) MarshalJSON ¶

func (o AppSettingsAppSettingUpdateRequest) MarshalJSON() ([]byte, error)

func (*AppSettingsAppSettingUpdateRequest) SetValue ¶

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*AppSettingsAppSettingUpdateRequest) SetValueNil ¶

func (o *AppSettingsAppSettingUpdateRequest) SetValueNil()

SetValueNil sets the value for Value to be an explicit nil

func (AppSettingsAppSettingUpdateRequest) ToMap ¶

func (o AppSettingsAppSettingUpdateRequest) ToMap() (map[string]interface{}, error)

func (*AppSettingsAppSettingUpdateRequest) UnsetValue ¶

func (o *AppSettingsAppSettingUpdateRequest) UnsetValue()

UnsetValue ensures that no value is present for Value, not even an explicit nil

type AuditLogApiService ¶

type AuditLogApiService service

AuditLogApiService AuditLogApi service

func (*AuditLogApiService) GetAuditByIdExecute ¶

func (a *AuditLogApiService) GetAuditByIdExecute(r ApiGetAuditByIdRequest) (*http.Response, error)

Executes the API request

func (*AuditLogApiService) GetAuditByIdValidateExecute ¶

func (a *AuditLogApiService) GetAuditByIdValidateExecute(r ApiGetAuditByIdValidateRequest) (bool, *http.Response, error)

Executes the API request V1 GET /Audit/{id}/Validate

@return bool

func (*AuditLogApiService) GetAuditDownloadExecute ¶

func (a *AuditLogApiService) GetAuditDownloadExecute(r ApiGetAuditDownloadRequest) (string, *http.Response, error)

Executes the API request V1 GET /Audit/Download

@return string

func (*AuditLogApiService) GetAuditExecute ¶

Executes the API request V1 GET /Audit

@return []KeyfactorAuditingQueryingAuditLogEntry

func (*AuditLogApiService) GetAuditRelatedEntitiesExecute ¶

Executes the API request V1 GET /Audit/RelatedEntities

@return []KeyfactorAuditingQueryingAuditLogEntry

func (*AuditLogApiService) NewGetAuditByIdRequest ¶

func (a *AuditLogApiService) NewGetAuditByIdRequest(ctx context.Context, id int32) ApiGetAuditByIdRequest

Creates a new V1 GET /Audit/{id} request.

GetAuditById Returns the audit log entry associated with the provided identifier

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifer of the audit entry to be returned
@return ApiGetAuditByIdRequest

func (*AuditLogApiService) NewGetAuditByIdValidateRequest ¶

func (a *AuditLogApiService) NewGetAuditByIdValidateRequest(ctx context.Context, id int32) ApiGetAuditByIdValidateRequest

Creates a new V1 GET /Audit/{id}/Validate request.

GetAuditByIdValidate Validates the audit log entry associated with the provided keyfactor id ¶

The validation performs a signing operation and checks the signature against the stored signature.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifier of the audit log entry
@return ApiGetAuditByIdValidateRequest

func (*AuditLogApiService) NewGetAuditDownloadRequest ¶

func (a *AuditLogApiService) NewGetAuditDownloadRequest(ctx context.Context) ApiGetAuditDownloadRequest

Creates a new V1 GET /Audit/Download request.

GetAuditDownload Returns a Comma Separated file containing the audit log entries according to the provided filter

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAuditDownloadRequest

func (*AuditLogApiService) NewGetAuditRelatedEntitiesRequest ¶

func (a *AuditLogApiService) NewGetAuditRelatedEntitiesRequest(ctx context.Context) ApiGetAuditRelatedEntitiesRequest

Creates a new V1 GET /Audit/RelatedEntities request.

GetAuditRelatedEntities Returns the audit log entry associated with the provided keyfactor id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAuditRelatedEntitiesRequest

func (*AuditLogApiService) NewGetAuditRequest ¶

func (a *AuditLogApiService) NewGetAuditRequest(ctx context.Context) ApiGetAuditRequest

Creates a new V1 GET /Audit request.

GetAudit Returns all audit log entries according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAuditRequest

type AuthConfig ¶

type AuthConfig interface {
	Authenticate() error
	GetHttpClient() (*http.Client, error)
	GetServerConfig() *auth_providers.Server
}

Define an interface that both CommandConfigOauth and CommandAuthConfigBasic implement

type BasicAuth ¶

type BasicAuth struct {
	UserName string `json:"username,omitempty"`
	Password string `json:"password,omitempty"`
}

BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth

type CAConnectorApiService ¶

type CAConnectorApiService service

CAConnectorApiService CAConnectorApi service

func (*CAConnectorApiService) CreateCertificateAuthorityCAConnectorsExecute ¶

Executes the API request V1 POST /CertificateAuthority/CAConnectors

@return CertificateAuthoritiesCAConnectorResponse

func (*CAConnectorApiService) DeleteCertificateAuthorityCAConnectorsByIdExecute ¶

func (a *CAConnectorApiService) DeleteCertificateAuthorityCAConnectorsByIdExecute(r ApiDeleteCertificateAuthorityCAConnectorsByIdRequest) (*http.Response, error)

Executes the API request

func (*CAConnectorApiService) GetCertificateAuthorityCAConnectorsByIdExecute ¶

Executes the API request V1 GET /CertificateAuthority/CAConnectors/{id}

@return CertificateAuthoritiesCAConnectorResponse

func (*CAConnectorApiService) GetCertificateAuthorityCAConnectorsExecute ¶

Executes the API request V1 GET /CertificateAuthority/CAConnectors

@return []CertificateAuthoritiesCAConnectorResponse

func (*CAConnectorApiService) NewCreateCertificateAuthorityCAConnectorsRequest ¶

func (a *CAConnectorApiService) NewCreateCertificateAuthorityCAConnectorsRequest(ctx context.Context) ApiCreateCertificateAuthorityCAConnectorsRequest

Creates a new V1 POST /CertificateAuthority/CAConnectors request.

CreateCertificateAuthorityCAConnectors Creates a new CA Connector object

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCertificateAuthorityCAConnectorsRequest

func (*CAConnectorApiService) NewDeleteCertificateAuthorityCAConnectorsByIdRequest ¶

func (a *CAConnectorApiService) NewDeleteCertificateAuthorityCAConnectorsByIdRequest(ctx context.Context, id int32) ApiDeleteCertificateAuthorityCAConnectorsByIdRequest

Creates a new V1 DELETE /CertificateAuthority/CAConnectors/{id} request.

DeleteCertificateAuthorityCAConnectorsById Deletes a CA Connector with the specific ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the CA Connector
@return ApiDeleteCertificateAuthorityCAConnectorsByIdRequest

func (*CAConnectorApiService) NewGetCertificateAuthorityCAConnectorsByIdRequest ¶

func (a *CAConnectorApiService) NewGetCertificateAuthorityCAConnectorsByIdRequest(ctx context.Context, id int32) ApiGetCertificateAuthorityCAConnectorsByIdRequest

Creates a new V1 GET /CertificateAuthority/CAConnectors/{id} request.

GetCertificateAuthorityCAConnectorsById Returns a CA Connector with the specific ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the CA Connector
@return ApiGetCertificateAuthorityCAConnectorsByIdRequest

func (*CAConnectorApiService) NewGetCertificateAuthorityCAConnectorsRequest ¶

func (a *CAConnectorApiService) NewGetCertificateAuthorityCAConnectorsRequest(ctx context.Context) ApiGetCertificateAuthorityCAConnectorsRequest

Creates a new V1 GET /CertificateAuthority/CAConnectors request.

GetCertificateAuthorityCAConnectors Returns all CA Connectors

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCertificateAuthorityCAConnectorsRequest

func (*CAConnectorApiService) NewUpdateCertificateAuthorityCAConnectorsByIdRequest ¶

func (a *CAConnectorApiService) NewUpdateCertificateAuthorityCAConnectorsByIdRequest(ctx context.Context, id int32) ApiUpdateCertificateAuthorityCAConnectorsByIdRequest

Creates a new V1 PUT /CertificateAuthority/CAConnectors/{id} request.

UpdateCertificateAuthorityCAConnectorsById Updates an existing CA Connector

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the CA Connector we want to update
@return ApiUpdateCertificateAuthorityCAConnectorsByIdRequest

func (*CAConnectorApiService) UpdateCertificateAuthorityCAConnectorsByIdExecute ¶

Executes the API request V1 PUT /CertificateAuthority/CAConnectors/{id}

@return CertificateAuthoritiesCAConnectorResponse

type CSRGenerationApiService ¶

type CSRGenerationApiService service

CSRGenerationApiService CSRGenerationApi service

func (*CSRGenerationApiService) CreateCSRGenerationGenerateExecute ¶

Executes the API request V1 POST /CSRGeneration/Generate

@return CSSCMSDataModelModelsCSRContents

func (*CSRGenerationApiService) DeleteCSRGenerationPendingByIdExecute ¶

func (a *CSRGenerationApiService) DeleteCSRGenerationPendingByIdExecute(r ApiDeleteCSRGenerationPendingByIdRequest) (*http.Response, error)

Executes the API request

func (*CSRGenerationApiService) DeleteCSRGenerationPendingExecute ¶

func (a *CSRGenerationApiService) DeleteCSRGenerationPendingExecute(r ApiDeleteCSRGenerationPendingRequest) (*http.Response, error)

Executes the API request

func (*CSRGenerationApiService) GetCSRGenerationPendingByIdExecute ¶

Executes the API request V1 GET /CSRGeneration/Pending/{id}

@return CSSCMSDataModelModelsCSRGenerationResponseModel

func (*CSRGenerationApiService) GetCSRGenerationPendingExecute ¶

Executes the API request V1 GET /CSRGeneration/Pending

@return []CSSCMSDataModelModelsPendingCSRResponse

func (*CSRGenerationApiService) NewCreateCSRGenerationGenerateRequest ¶

func (a *CSRGenerationApiService) NewCreateCSRGenerationGenerateRequest(ctx context.Context) ApiCreateCSRGenerationGenerateRequest

Creates a new V1 POST /CSRGeneration/Generate request.

CreateCSRGenerationGenerate Generates a CSR according the properties provided

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCSRGenerationGenerateRequest

func (*CSRGenerationApiService) NewDeleteCSRGenerationPendingByIdRequest ¶

func (a *CSRGenerationApiService) NewDeleteCSRGenerationPendingByIdRequest(ctx context.Context, id int32) ApiDeleteCSRGenerationPendingByIdRequest

Creates a new V1 DELETE /CSRGeneration/Pending/{id} request.

DeleteCSRGenerationPendingById Deletes a CSR associated with the provided identifier

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifer of the CSR to be deleted
@return ApiDeleteCSRGenerationPendingByIdRequest

func (*CSRGenerationApiService) NewDeleteCSRGenerationPendingRequest ¶

func (a *CSRGenerationApiService) NewDeleteCSRGenerationPendingRequest(ctx context.Context) ApiDeleteCSRGenerationPendingRequest

Creates a new V1 DELETE /CSRGeneration/Pending request.

DeleteCSRGenerationPending Deletes the CSRs associated with the provided identifiers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteCSRGenerationPendingRequest

func (*CSRGenerationApiService) NewGetCSRGenerationPendingByIdRequest ¶

func (a *CSRGenerationApiService) NewGetCSRGenerationPendingByIdRequest(ctx context.Context, id int32) ApiGetCSRGenerationPendingByIdRequest

Creates a new V1 GET /CSRGeneration/Pending/{id} request.

GetCSRGenerationPendingById Returns a previously generated CSR associated with the provided identifier

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifier of the CSR
@return ApiGetCSRGenerationPendingByIdRequest

func (*CSRGenerationApiService) NewGetCSRGenerationPendingRequest ¶

func (a *CSRGenerationApiService) NewGetCSRGenerationPendingRequest(ctx context.Context) ApiGetCSRGenerationPendingRequest

Creates a new V1 GET /CSRGeneration/Pending request.

GetCSRGenerationPending Returns a list of the currently pending CSRs according to the provided query

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCSRGenerationPendingRequest

type CSSCMSCoreEnumsAgentPlatformType ¶

type CSSCMSCoreEnumsAgentPlatformType int32

CSSCMSCoreEnumsAgentPlatformType the model 'CSSCMSCoreEnumsAgentPlatformType'

const (
	CSSCMSCOREENUMSAGENTPLATFORMTYPE__0 CSSCMSCoreEnumsAgentPlatformType = 0
	CSSCMSCOREENUMSAGENTPLATFORMTYPE__1 CSSCMSCoreEnumsAgentPlatformType = 1
	CSSCMSCOREENUMSAGENTPLATFORMTYPE__2 CSSCMSCoreEnumsAgentPlatformType = 2
	CSSCMSCOREENUMSAGENTPLATFORMTYPE__3 CSSCMSCoreEnumsAgentPlatformType = 3
	CSSCMSCOREENUMSAGENTPLATFORMTYPE__4 CSSCMSCoreEnumsAgentPlatformType = 4
	CSSCMSCOREENUMSAGENTPLATFORMTYPE__5 CSSCMSCoreEnumsAgentPlatformType = 5
	CSSCMSCOREENUMSAGENTPLATFORMTYPE__6 CSSCMSCoreEnumsAgentPlatformType = 6
	CSSCMSCOREENUMSAGENTPLATFORMTYPE__7 CSSCMSCoreEnumsAgentPlatformType = 7
)

List of CSS.CMS.Core.Enums.AgentPlatformType

func NewCSSCMSCoreEnumsAgentPlatformTypeFromValue ¶

func NewCSSCMSCoreEnumsAgentPlatformTypeFromValue(v int32) (*CSSCMSCoreEnumsAgentPlatformType, error)

NewCSSCMSCoreEnumsAgentPlatformTypeFromValue returns a pointer to a valid CSSCMSCoreEnumsAgentPlatformType for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSCoreEnumsAgentPlatformType ¶

func ParseCSSCMSCoreEnumsAgentPlatformType(s string) (*CSSCMSCoreEnumsAgentPlatformType, error)

func (CSSCMSCoreEnumsAgentPlatformType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSCoreEnumsAgentPlatformType) Parse ¶

func (CSSCMSCoreEnumsAgentPlatformType) Ptr ¶

Ptr returns reference to CSS.CMS.Core.Enums.AgentPlatformType value

func (*CSSCMSCoreEnumsAgentPlatformType) UnmarshalJSON ¶

func (v *CSSCMSCoreEnumsAgentPlatformType) UnmarshalJSON(src []byte) error

type CSSCMSCoreEnumsAgentStatusType ¶

type CSSCMSCoreEnumsAgentStatusType int32

CSSCMSCoreEnumsAgentStatusType the model 'CSSCMSCoreEnumsAgentStatusType'

const (
	CSSCMSCOREENUMSAGENTSTATUSTYPE__1 CSSCMSCoreEnumsAgentStatusType = 1
	CSSCMSCOREENUMSAGENTSTATUSTYPE__2 CSSCMSCoreEnumsAgentStatusType = 2
	CSSCMSCOREENUMSAGENTSTATUSTYPE__3 CSSCMSCoreEnumsAgentStatusType = 3
	CSSCMSCOREENUMSAGENTSTATUSTYPE__4 CSSCMSCoreEnumsAgentStatusType = 4
)

List of CSS.CMS.Core.Enums.AgentStatusType

func NewCSSCMSCoreEnumsAgentStatusTypeFromValue ¶

func NewCSSCMSCoreEnumsAgentStatusTypeFromValue(v int32) (*CSSCMSCoreEnumsAgentStatusType, error)

NewCSSCMSCoreEnumsAgentStatusTypeFromValue returns a pointer to a valid CSSCMSCoreEnumsAgentStatusType for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSCoreEnumsAgentStatusType ¶

func ParseCSSCMSCoreEnumsAgentStatusType(s string) (*CSSCMSCoreEnumsAgentStatusType, error)

func (CSSCMSCoreEnumsAgentStatusType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSCoreEnumsAgentStatusType) Parse ¶

func (CSSCMSCoreEnumsAgentStatusType) Ptr ¶

Ptr returns reference to CSS.CMS.Core.Enums.AgentStatusType value

func (*CSSCMSCoreEnumsAgentStatusType) UnmarshalJSON ¶

func (v *CSSCMSCoreEnumsAgentStatusType) UnmarshalJSON(src []byte) error

type CSSCMSCoreEnumsCertStoreEntryParameterType ¶

type CSSCMSCoreEnumsCertStoreEntryParameterType int32

CSSCMSCoreEnumsCertStoreEntryParameterType the model 'CSSCMSCoreEnumsCertStoreEntryParameterType'

const (
	CSSCMSCOREENUMSCERTSTOREENTRYPARAMETERTYPE__0 CSSCMSCoreEnumsCertStoreEntryParameterType = 0
	CSSCMSCOREENUMSCERTSTOREENTRYPARAMETERTYPE__1 CSSCMSCoreEnumsCertStoreEntryParameterType = 1
	CSSCMSCOREENUMSCERTSTOREENTRYPARAMETERTYPE__2 CSSCMSCoreEnumsCertStoreEntryParameterType = 2
	CSSCMSCOREENUMSCERTSTOREENTRYPARAMETERTYPE__3 CSSCMSCoreEnumsCertStoreEntryParameterType = 3
)

List of CSS.CMS.Core.Enums.CertStoreEntryParameterType

func NewCSSCMSCoreEnumsCertStoreEntryParameterTypeFromValue ¶

func NewCSSCMSCoreEnumsCertStoreEntryParameterTypeFromValue(v int32) (*CSSCMSCoreEnumsCertStoreEntryParameterType, error)

NewCSSCMSCoreEnumsCertStoreEntryParameterTypeFromValue returns a pointer to a valid CSSCMSCoreEnumsCertStoreEntryParameterType for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSCoreEnumsCertStoreEntryParameterType ¶

func ParseCSSCMSCoreEnumsCertStoreEntryParameterType(s string) (*CSSCMSCoreEnumsCertStoreEntryParameterType, error)

func (CSSCMSCoreEnumsCertStoreEntryParameterType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSCoreEnumsCertStoreEntryParameterType) Parse ¶

func (CSSCMSCoreEnumsCertStoreEntryParameterType) Ptr ¶

Ptr returns reference to CSS.CMS.Core.Enums.CertStoreEntryParameterType value

func (*CSSCMSCoreEnumsCertStoreEntryParameterType) UnmarshalJSON ¶

func (v *CSSCMSCoreEnumsCertStoreEntryParameterType) UnmarshalJSON(src []byte) error

type CSSCMSCoreEnumsCertStorePrivateKey ¶

type CSSCMSCoreEnumsCertStorePrivateKey int32

CSSCMSCoreEnumsCertStorePrivateKey the model 'CSSCMSCoreEnumsCertStorePrivateKey'

const (
	CSSCMSCOREENUMSCERTSTOREPRIVATEKEY__0 CSSCMSCoreEnumsCertStorePrivateKey = 0
	CSSCMSCOREENUMSCERTSTOREPRIVATEKEY__1 CSSCMSCoreEnumsCertStorePrivateKey = 1
	CSSCMSCOREENUMSCERTSTOREPRIVATEKEY__2 CSSCMSCoreEnumsCertStorePrivateKey = 2
)

List of CSS.CMS.Core.Enums.CertStorePrivateKey

func NewCSSCMSCoreEnumsCertStorePrivateKeyFromValue ¶

func NewCSSCMSCoreEnumsCertStorePrivateKeyFromValue(v int32) (*CSSCMSCoreEnumsCertStorePrivateKey, error)

NewCSSCMSCoreEnumsCertStorePrivateKeyFromValue returns a pointer to a valid CSSCMSCoreEnumsCertStorePrivateKey for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSCoreEnumsCertStorePrivateKey ¶

func ParseCSSCMSCoreEnumsCertStorePrivateKey(s string) (*CSSCMSCoreEnumsCertStorePrivateKey, error)

func (CSSCMSCoreEnumsCertStorePrivateKey) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSCoreEnumsCertStorePrivateKey) Parse ¶

func (CSSCMSCoreEnumsCertStorePrivateKey) Ptr ¶

Ptr returns reference to CSS.CMS.Core.Enums.CertStorePrivateKey value

func (*CSSCMSCoreEnumsCertStorePrivateKey) UnmarshalJSON ¶

func (v *CSSCMSCoreEnumsCertStorePrivateKey) UnmarshalJSON(src []byte) error

type CSSCMSCoreEnumsCertificateAuthorityType ¶

type CSSCMSCoreEnumsCertificateAuthorityType int32

CSSCMSCoreEnumsCertificateAuthorityType the model 'CSSCMSCoreEnumsCertificateAuthorityType'

const (
	CSSCMSCOREENUMSCERTIFICATEAUTHORITYTYPE__0 CSSCMSCoreEnumsCertificateAuthorityType = 0
	CSSCMSCOREENUMSCERTIFICATEAUTHORITYTYPE__1 CSSCMSCoreEnumsCertificateAuthorityType = 1
)

List of CSS.CMS.Core.Enums.CertificateAuthorityType

func NewCSSCMSCoreEnumsCertificateAuthorityTypeFromValue ¶

func NewCSSCMSCoreEnumsCertificateAuthorityTypeFromValue(v int32) (*CSSCMSCoreEnumsCertificateAuthorityType, error)

NewCSSCMSCoreEnumsCertificateAuthorityTypeFromValue returns a pointer to a valid CSSCMSCoreEnumsCertificateAuthorityType for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSCoreEnumsCertificateAuthorityType ¶

func ParseCSSCMSCoreEnumsCertificateAuthorityType(s string) (*CSSCMSCoreEnumsCertificateAuthorityType, error)

func (CSSCMSCoreEnumsCertificateAuthorityType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSCoreEnumsCertificateAuthorityType) Parse ¶

func (CSSCMSCoreEnumsCertificateAuthorityType) Ptr ¶

Ptr returns reference to CSS.CMS.Core.Enums.CertificateAuthorityType value

func (*CSSCMSCoreEnumsCertificateAuthorityType) UnmarshalJSON ¶

func (v *CSSCMSCoreEnumsCertificateAuthorityType) UnmarshalJSON(src []byte) error

type CSSCMSCoreEnumsCertificateFormat ¶

type CSSCMSCoreEnumsCertificateFormat int32

CSSCMSCoreEnumsCertificateFormat the model 'CSSCMSCoreEnumsCertificateFormat'

const (
	CSSCMSCOREENUMSCERTIFICATEFORMAT__1 CSSCMSCoreEnumsCertificateFormat = 1
	CSSCMSCOREENUMSCERTIFICATEFORMAT__2 CSSCMSCoreEnumsCertificateFormat = 2
)

List of CSS.CMS.Core.Enums.CertificateFormat

func NewCSSCMSCoreEnumsCertificateFormatFromValue ¶

func NewCSSCMSCoreEnumsCertificateFormatFromValue(v int32) (*CSSCMSCoreEnumsCertificateFormat, error)

NewCSSCMSCoreEnumsCertificateFormatFromValue returns a pointer to a valid CSSCMSCoreEnumsCertificateFormat for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSCoreEnumsCertificateFormat ¶

func ParseCSSCMSCoreEnumsCertificateFormat(s string) (*CSSCMSCoreEnumsCertificateFormat, error)

func (CSSCMSCoreEnumsCertificateFormat) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSCoreEnumsCertificateFormat) Parse ¶

func (CSSCMSCoreEnumsCertificateFormat) Ptr ¶

Ptr returns reference to CSS.CMS.Core.Enums.CertificateFormat value

func (*CSSCMSCoreEnumsCertificateFormat) UnmarshalJSON ¶

func (v *CSSCMSCoreEnumsCertificateFormat) UnmarshalJSON(src []byte) error

type CSSCMSCoreEnumsCertificateStoreTypePropertyType ¶

type CSSCMSCoreEnumsCertificateStoreTypePropertyType int32

CSSCMSCoreEnumsCertificateStoreTypePropertyType the model 'CSSCMSCoreEnumsCertificateStoreTypePropertyType'

const (
	CSSCMSCOREENUMSCERTIFICATESTORETYPEPROPERTYTYPE__0 CSSCMSCoreEnumsCertificateStoreTypePropertyType = 0
	CSSCMSCOREENUMSCERTIFICATESTORETYPEPROPERTYTYPE__1 CSSCMSCoreEnumsCertificateStoreTypePropertyType = 1
	CSSCMSCOREENUMSCERTIFICATESTORETYPEPROPERTYTYPE__2 CSSCMSCoreEnumsCertificateStoreTypePropertyType = 2
	CSSCMSCOREENUMSCERTIFICATESTORETYPEPROPERTYTYPE__3 CSSCMSCoreEnumsCertificateStoreTypePropertyType = 3
)

List of CSS.CMS.Core.Enums.CertificateStoreTypePropertyType

func NewCSSCMSCoreEnumsCertificateStoreTypePropertyTypeFromValue ¶

func NewCSSCMSCoreEnumsCertificateStoreTypePropertyTypeFromValue(v int32) (*CSSCMSCoreEnumsCertificateStoreTypePropertyType, error)

NewCSSCMSCoreEnumsCertificateStoreTypePropertyTypeFromValue returns a pointer to a valid CSSCMSCoreEnumsCertificateStoreTypePropertyType for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSCoreEnumsCertificateStoreTypePropertyType ¶

func ParseCSSCMSCoreEnumsCertificateStoreTypePropertyType(s string) (*CSSCMSCoreEnumsCertificateStoreTypePropertyType, error)

func (CSSCMSCoreEnumsCertificateStoreTypePropertyType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSCoreEnumsCertificateStoreTypePropertyType) Parse ¶

func (CSSCMSCoreEnumsCertificateStoreTypePropertyType) Ptr ¶

Ptr returns reference to CSS.CMS.Core.Enums.CertificateStoreTypePropertyType value

func (*CSSCMSCoreEnumsCertificateStoreTypePropertyType) UnmarshalJSON ¶

type CSSCMSCoreEnumsClaimType ¶

type CSSCMSCoreEnumsClaimType int32

CSSCMSCoreEnumsClaimType the model 'CSSCMSCoreEnumsClaimType'

const (
	CSSCMSCOREENUMSCLAIMTYPE_User          CSSCMSCoreEnumsClaimType = 0
	CSSCMSCOREENUMSCLAIMTYPE_Group         CSSCMSCoreEnumsClaimType = 1
	CSSCMSCOREENUMSCLAIMTYPE_Computer      CSSCMSCoreEnumsClaimType = 2
	CSSCMSCOREENUMSCLAIMTYPE_OAuthOid      CSSCMSCoreEnumsClaimType = 3
	CSSCMSCOREENUMSCLAIMTYPE_OAuthRole     CSSCMSCoreEnumsClaimType = 4
	CSSCMSCOREENUMSCLAIMTYPE_OAuthSubject  CSSCMSCoreEnumsClaimType = 5
	CSSCMSCOREENUMSCLAIMTYPE_OAuthClientId CSSCMSCoreEnumsClaimType = 6
)

List of CSS.CMS.Core.Enums.ClaimType

func NewCSSCMSCoreEnumsClaimTypeFromValue ¶

func NewCSSCMSCoreEnumsClaimTypeFromValue(v int32) (*CSSCMSCoreEnumsClaimType, error)

NewCSSCMSCoreEnumsClaimTypeFromValue returns a pointer to a valid CSSCMSCoreEnumsClaimType for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSCoreEnumsClaimType ¶

func ParseCSSCMSCoreEnumsClaimType(s string) (*CSSCMSCoreEnumsClaimType, error)

func (CSSCMSCoreEnumsClaimType) IsValid ¶

func (v CSSCMSCoreEnumsClaimType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSCoreEnumsClaimType) Parse ¶

func (CSSCMSCoreEnumsClaimType) Ptr ¶

Ptr returns reference to CSS.CMS.Core.Enums.ClaimType value

func (*CSSCMSCoreEnumsClaimType) UnmarshalJSON ¶

func (v *CSSCMSCoreEnumsClaimType) UnmarshalJSON(src []byte) error

type CSSCMSCoreEnumsDuplicateSubjectType ¶

type CSSCMSCoreEnumsDuplicateSubjectType int32

CSSCMSCoreEnumsDuplicateSubjectType the model 'CSSCMSCoreEnumsDuplicateSubjectType'

const (
	CSSCMSCOREENUMSDUPLICATESUBJECTTYPE__0 CSSCMSCoreEnumsDuplicateSubjectType = 0
	CSSCMSCOREENUMSDUPLICATESUBJECTTYPE__1 CSSCMSCoreEnumsDuplicateSubjectType = 1
	CSSCMSCOREENUMSDUPLICATESUBJECTTYPE__2 CSSCMSCoreEnumsDuplicateSubjectType = 2
	CSSCMSCOREENUMSDUPLICATESUBJECTTYPE__3 CSSCMSCoreEnumsDuplicateSubjectType = 3
	CSSCMSCOREENUMSDUPLICATESUBJECTTYPE__4 CSSCMSCoreEnumsDuplicateSubjectType = 4
)

List of CSS.CMS.Core.Enums.DuplicateSubjectType

func NewCSSCMSCoreEnumsDuplicateSubjectTypeFromValue ¶

func NewCSSCMSCoreEnumsDuplicateSubjectTypeFromValue(v int32) (*CSSCMSCoreEnumsDuplicateSubjectType, error)

NewCSSCMSCoreEnumsDuplicateSubjectTypeFromValue returns a pointer to a valid CSSCMSCoreEnumsDuplicateSubjectType for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSCoreEnumsDuplicateSubjectType ¶

func ParseCSSCMSCoreEnumsDuplicateSubjectType(s string) (*CSSCMSCoreEnumsDuplicateSubjectType, error)

func (CSSCMSCoreEnumsDuplicateSubjectType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSCoreEnumsDuplicateSubjectType) Parse ¶

func (CSSCMSCoreEnumsDuplicateSubjectType) Ptr ¶

Ptr returns reference to CSS.CMS.Core.Enums.DuplicateSubjectType value

func (*CSSCMSCoreEnumsDuplicateSubjectType) UnmarshalJSON ¶

func (v *CSSCMSCoreEnumsDuplicateSubjectType) UnmarshalJSON(src []byte) error

type CSSCMSCoreEnumsEnrollmentType ¶

type CSSCMSCoreEnumsEnrollmentType int32

CSSCMSCoreEnumsEnrollmentType the model 'CSSCMSCoreEnumsEnrollmentType'

const (
	CSSCMSCOREENUMSENROLLMENTTYPE__0 CSSCMSCoreEnumsEnrollmentType = 0
	CSSCMSCOREENUMSENROLLMENTTYPE__1 CSSCMSCoreEnumsEnrollmentType = 1
	CSSCMSCOREENUMSENROLLMENTTYPE__2 CSSCMSCoreEnumsEnrollmentType = 2
	CSSCMSCOREENUMSENROLLMENTTYPE__4 CSSCMSCoreEnumsEnrollmentType = 4
)

List of CSS.CMS.Core.Enums.EnrollmentType

func NewCSSCMSCoreEnumsEnrollmentTypeFromValue ¶

func NewCSSCMSCoreEnumsEnrollmentTypeFromValue(v int32) (*CSSCMSCoreEnumsEnrollmentType, error)

NewCSSCMSCoreEnumsEnrollmentTypeFromValue returns a pointer to a valid CSSCMSCoreEnumsEnrollmentType for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSCoreEnumsEnrollmentType ¶

func ParseCSSCMSCoreEnumsEnrollmentType(s string) (*CSSCMSCoreEnumsEnrollmentType, error)

func (CSSCMSCoreEnumsEnrollmentType) IsValid ¶

func (v CSSCMSCoreEnumsEnrollmentType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSCoreEnumsEnrollmentType) Parse ¶

func (CSSCMSCoreEnumsEnrollmentType) Ptr ¶

Ptr returns reference to CSS.CMS.Core.Enums.EnrollmentType value

func (*CSSCMSCoreEnumsEnrollmentType) UnmarshalJSON ¶

func (v *CSSCMSCoreEnumsEnrollmentType) UnmarshalJSON(src []byte) error

type CSSCMSCoreEnumsEntryParameterUsageFlags ¶

type CSSCMSCoreEnumsEntryParameterUsageFlags int32

CSSCMSCoreEnumsEntryParameterUsageFlags the model 'CSSCMSCoreEnumsEntryParameterUsageFlags'

const (
	CSSCMSCOREENUMSENTRYPARAMETERUSAGEFLAGS__0 CSSCMSCoreEnumsEntryParameterUsageFlags = 0
	CSSCMSCOREENUMSENTRYPARAMETERUSAGEFLAGS__1 CSSCMSCoreEnumsEntryParameterUsageFlags = 1
	CSSCMSCOREENUMSENTRYPARAMETERUSAGEFLAGS__2 CSSCMSCoreEnumsEntryParameterUsageFlags = 2
	CSSCMSCOREENUMSENTRYPARAMETERUSAGEFLAGS__4 CSSCMSCoreEnumsEntryParameterUsageFlags = 4
	CSSCMSCOREENUMSENTRYPARAMETERUSAGEFLAGS__8 CSSCMSCoreEnumsEntryParameterUsageFlags = 8
)

List of CSS.CMS.Core.Enums.EntryParameterUsageFlags

func NewCSSCMSCoreEnumsEntryParameterUsageFlagsFromValue ¶

func NewCSSCMSCoreEnumsEntryParameterUsageFlagsFromValue(v int32) (*CSSCMSCoreEnumsEntryParameterUsageFlags, error)

NewCSSCMSCoreEnumsEntryParameterUsageFlagsFromValue returns a pointer to a valid CSSCMSCoreEnumsEntryParameterUsageFlags for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSCoreEnumsEntryParameterUsageFlags ¶

func ParseCSSCMSCoreEnumsEntryParameterUsageFlags(s string) (*CSSCMSCoreEnumsEntryParameterUsageFlags, error)

func (CSSCMSCoreEnumsEntryParameterUsageFlags) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSCoreEnumsEntryParameterUsageFlags) Parse ¶

func (CSSCMSCoreEnumsEntryParameterUsageFlags) Ptr ¶

Ptr returns reference to CSS.CMS.Core.Enums.EntryParameterUsageFlags value

func (*CSSCMSCoreEnumsEntryParameterUsageFlags) UnmarshalJSON ¶

func (v *CSSCMSCoreEnumsEntryParameterUsageFlags) UnmarshalJSON(src []byte) error

type CSSCMSCoreEnumsKeyRetentionPolicy ¶

type CSSCMSCoreEnumsKeyRetentionPolicy int32

CSSCMSCoreEnumsKeyRetentionPolicy the model 'CSSCMSCoreEnumsKeyRetentionPolicy'

const (
	CSSCMSCOREENUMSKEYRETENTIONPOLICY__0 CSSCMSCoreEnumsKeyRetentionPolicy = 0
	CSSCMSCOREENUMSKEYRETENTIONPOLICY__1 CSSCMSCoreEnumsKeyRetentionPolicy = 1
	CSSCMSCOREENUMSKEYRETENTIONPOLICY__2 CSSCMSCoreEnumsKeyRetentionPolicy = 2
	CSSCMSCOREENUMSKEYRETENTIONPOLICY__3 CSSCMSCoreEnumsKeyRetentionPolicy = 3
)

List of CSS.CMS.Core.Enums.KeyRetentionPolicy

func NewCSSCMSCoreEnumsKeyRetentionPolicyFromValue ¶

func NewCSSCMSCoreEnumsKeyRetentionPolicyFromValue(v int32) (*CSSCMSCoreEnumsKeyRetentionPolicy, error)

NewCSSCMSCoreEnumsKeyRetentionPolicyFromValue returns a pointer to a valid CSSCMSCoreEnumsKeyRetentionPolicy for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSCoreEnumsKeyRetentionPolicy ¶

func ParseCSSCMSCoreEnumsKeyRetentionPolicy(s string) (*CSSCMSCoreEnumsKeyRetentionPolicy, error)

func (CSSCMSCoreEnumsKeyRetentionPolicy) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSCoreEnumsKeyRetentionPolicy) Parse ¶

func (CSSCMSCoreEnumsKeyRetentionPolicy) Ptr ¶

Ptr returns reference to CSS.CMS.Core.Enums.KeyRetentionPolicy value

func (*CSSCMSCoreEnumsKeyRetentionPolicy) UnmarshalJSON ¶

func (v *CSSCMSCoreEnumsKeyRetentionPolicy) UnmarshalJSON(src []byte) error

type CSSCMSCoreEnumsMetadataDataType ¶

type CSSCMSCoreEnumsMetadataDataType int32

CSSCMSCoreEnumsMetadataDataType the model 'CSSCMSCoreEnumsMetadataDataType'

const (
	CSSCMSCOREENUMSMETADATADATATYPE__1 CSSCMSCoreEnumsMetadataDataType = 1
	CSSCMSCOREENUMSMETADATADATATYPE__2 CSSCMSCoreEnumsMetadataDataType = 2
	CSSCMSCOREENUMSMETADATADATATYPE__3 CSSCMSCoreEnumsMetadataDataType = 3
	CSSCMSCOREENUMSMETADATADATATYPE__4 CSSCMSCoreEnumsMetadataDataType = 4
	CSSCMSCOREENUMSMETADATADATATYPE__5 CSSCMSCoreEnumsMetadataDataType = 5
	CSSCMSCOREENUMSMETADATADATATYPE__6 CSSCMSCoreEnumsMetadataDataType = 6
	CSSCMSCOREENUMSMETADATADATATYPE__7 CSSCMSCoreEnumsMetadataDataType = 7
)

List of CSS.CMS.Core.Enums.MetadataDataType

func NewCSSCMSCoreEnumsMetadataDataTypeFromValue ¶

func NewCSSCMSCoreEnumsMetadataDataTypeFromValue(v int32) (*CSSCMSCoreEnumsMetadataDataType, error)

NewCSSCMSCoreEnumsMetadataDataTypeFromValue returns a pointer to a valid CSSCMSCoreEnumsMetadataDataType for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSCoreEnumsMetadataDataType ¶

func ParseCSSCMSCoreEnumsMetadataDataType(s string) (*CSSCMSCoreEnumsMetadataDataType, error)

func (CSSCMSCoreEnumsMetadataDataType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSCoreEnumsMetadataDataType) Parse ¶

func (CSSCMSCoreEnumsMetadataDataType) Ptr ¶

Ptr returns reference to CSS.CMS.Core.Enums.MetadataDataType value

func (*CSSCMSCoreEnumsMetadataDataType) UnmarshalJSON ¶

func (v *CSSCMSCoreEnumsMetadataDataType) UnmarshalJSON(src []byte) error

type CSSCMSCoreEnumsMetadataTypeEnrollment ¶

type CSSCMSCoreEnumsMetadataTypeEnrollment int32

CSSCMSCoreEnumsMetadataTypeEnrollment the model 'CSSCMSCoreEnumsMetadataTypeEnrollment'

const (
	CSSCMSCOREENUMSMETADATATYPEENROLLMENT__0 CSSCMSCoreEnumsMetadataTypeEnrollment = 0
	CSSCMSCOREENUMSMETADATATYPEENROLLMENT__1 CSSCMSCoreEnumsMetadataTypeEnrollment = 1
	CSSCMSCOREENUMSMETADATATYPEENROLLMENT__2 CSSCMSCoreEnumsMetadataTypeEnrollment = 2
)

List of CSS.CMS.Core.Enums.MetadataTypeEnrollment

func NewCSSCMSCoreEnumsMetadataTypeEnrollmentFromValue ¶

func NewCSSCMSCoreEnumsMetadataTypeEnrollmentFromValue(v int32) (*CSSCMSCoreEnumsMetadataTypeEnrollment, error)

NewCSSCMSCoreEnumsMetadataTypeEnrollmentFromValue returns a pointer to a valid CSSCMSCoreEnumsMetadataTypeEnrollment for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSCoreEnumsMetadataTypeEnrollment ¶

func ParseCSSCMSCoreEnumsMetadataTypeEnrollment(s string) (*CSSCMSCoreEnumsMetadataTypeEnrollment, error)

func (CSSCMSCoreEnumsMetadataTypeEnrollment) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSCoreEnumsMetadataTypeEnrollment) Parse ¶

func (CSSCMSCoreEnumsMetadataTypeEnrollment) Ptr ¶

Ptr returns reference to CSS.CMS.Core.Enums.MetadataTypeEnrollment value

func (*CSSCMSCoreEnumsMetadataTypeEnrollment) UnmarshalJSON ¶

func (v *CSSCMSCoreEnumsMetadataTypeEnrollment) UnmarshalJSON(src []byte) error

type CSSCMSCoreEnumsOrchestratorAuthCertificateReenrollment ¶

type CSSCMSCoreEnumsOrchestratorAuthCertificateReenrollment int32

CSSCMSCoreEnumsOrchestratorAuthCertificateReenrollment the model 'CSSCMSCoreEnumsOrchestratorAuthCertificateReenrollment'

const (
	CSSCMSCOREENUMSORCHESTRATORAUTHCERTIFICATEREENROLLMENT__0 CSSCMSCoreEnumsOrchestratorAuthCertificateReenrollment = 0
	CSSCMSCOREENUMSORCHESTRATORAUTHCERTIFICATEREENROLLMENT__1 CSSCMSCoreEnumsOrchestratorAuthCertificateReenrollment = 1
	CSSCMSCOREENUMSORCHESTRATORAUTHCERTIFICATEREENROLLMENT__2 CSSCMSCoreEnumsOrchestratorAuthCertificateReenrollment = 2
)

List of CSS.CMS.Core.Enums.OrchestratorAuthCertificateReenrollment

func NewCSSCMSCoreEnumsOrchestratorAuthCertificateReenrollmentFromValue ¶

func NewCSSCMSCoreEnumsOrchestratorAuthCertificateReenrollmentFromValue(v int32) (*CSSCMSCoreEnumsOrchestratorAuthCertificateReenrollment, error)

NewCSSCMSCoreEnumsOrchestratorAuthCertificateReenrollmentFromValue returns a pointer to a valid CSSCMSCoreEnumsOrchestratorAuthCertificateReenrollment for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CSSCMSCoreEnumsOrchestratorAuthCertificateReenrollment) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSCoreEnumsOrchestratorAuthCertificateReenrollment) Parse ¶

func (CSSCMSCoreEnumsOrchestratorAuthCertificateReenrollment) Ptr ¶

Ptr returns reference to CSS.CMS.Core.Enums.OrchestratorAuthCertificateReenrollment value

func (*CSSCMSCoreEnumsOrchestratorAuthCertificateReenrollment) UnmarshalJSON ¶

type CSSCMSCoreEnumsReportParameterType ¶

type CSSCMSCoreEnumsReportParameterType int32

CSSCMSCoreEnumsReportParameterType the model 'CSSCMSCoreEnumsReportParameterType'

const (
	CSSCMSCOREENUMSREPORTPARAMETERTYPE__0  CSSCMSCoreEnumsReportParameterType = 0
	CSSCMSCOREENUMSREPORTPARAMETERTYPE__1  CSSCMSCoreEnumsReportParameterType = 1
	CSSCMSCOREENUMSREPORTPARAMETERTYPE__2  CSSCMSCoreEnumsReportParameterType = 2
	CSSCMSCOREENUMSREPORTPARAMETERTYPE__3  CSSCMSCoreEnumsReportParameterType = 3
	CSSCMSCOREENUMSREPORTPARAMETERTYPE__4  CSSCMSCoreEnumsReportParameterType = 4
	CSSCMSCOREENUMSREPORTPARAMETERTYPE__10 CSSCMSCoreEnumsReportParameterType = 10
	CSSCMSCOREENUMSREPORTPARAMETERTYPE__11 CSSCMSCoreEnumsReportParameterType = 11
	CSSCMSCOREENUMSREPORTPARAMETERTYPE__12 CSSCMSCoreEnumsReportParameterType = 12
	CSSCMSCOREENUMSREPORTPARAMETERTYPE__13 CSSCMSCoreEnumsReportParameterType = 13
	CSSCMSCOREENUMSREPORTPARAMETERTYPE__14 CSSCMSCoreEnumsReportParameterType = 14
	CSSCMSCOREENUMSREPORTPARAMETERTYPE__15 CSSCMSCoreEnumsReportParameterType = 15
	CSSCMSCOREENUMSREPORTPARAMETERTYPE__16 CSSCMSCoreEnumsReportParameterType = 16
	CSSCMSCOREENUMSREPORTPARAMETERTYPE__17 CSSCMSCoreEnumsReportParameterType = 17
	CSSCMSCOREENUMSREPORTPARAMETERTYPE__18 CSSCMSCoreEnumsReportParameterType = 18
	CSSCMSCOREENUMSREPORTPARAMETERTYPE__19 CSSCMSCoreEnumsReportParameterType = 19
	CSSCMSCOREENUMSREPORTPARAMETERTYPE__20 CSSCMSCoreEnumsReportParameterType = 20
	CSSCMSCOREENUMSREPORTPARAMETERTYPE__21 CSSCMSCoreEnumsReportParameterType = 21
)

List of CSS.CMS.Core.Enums.ReportParameterType

func NewCSSCMSCoreEnumsReportParameterTypeFromValue ¶

func NewCSSCMSCoreEnumsReportParameterTypeFromValue(v int32) (*CSSCMSCoreEnumsReportParameterType, error)

NewCSSCMSCoreEnumsReportParameterTypeFromValue returns a pointer to a valid CSSCMSCoreEnumsReportParameterType for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSCoreEnumsReportParameterType ¶

func ParseCSSCMSCoreEnumsReportParameterType(s string) (*CSSCMSCoreEnumsReportParameterType, error)

func (CSSCMSCoreEnumsReportParameterType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSCoreEnumsReportParameterType) Parse ¶

func (CSSCMSCoreEnumsReportParameterType) Ptr ¶

Ptr returns reference to CSS.CMS.Core.Enums.ReportParameterType value

func (*CSSCMSCoreEnumsReportParameterType) UnmarshalJSON ¶

func (v *CSSCMSCoreEnumsReportParameterType) UnmarshalJSON(src []byte) error

type CSSCMSCoreEnumsReportParameterVisibility ¶

type CSSCMSCoreEnumsReportParameterVisibility int32

CSSCMSCoreEnumsReportParameterVisibility the model 'CSSCMSCoreEnumsReportParameterVisibility'

const (
	CSSCMSCOREENUMSREPORTPARAMETERVISIBILITY__0 CSSCMSCoreEnumsReportParameterVisibility = 0
	CSSCMSCOREENUMSREPORTPARAMETERVISIBILITY__1 CSSCMSCoreEnumsReportParameterVisibility = 1
	CSSCMSCOREENUMSREPORTPARAMETERVISIBILITY__2 CSSCMSCoreEnumsReportParameterVisibility = 2
)

List of CSS.CMS.Core.Enums.ReportParameterVisibility

func NewCSSCMSCoreEnumsReportParameterVisibilityFromValue ¶

func NewCSSCMSCoreEnumsReportParameterVisibilityFromValue(v int32) (*CSSCMSCoreEnumsReportParameterVisibility, error)

NewCSSCMSCoreEnumsReportParameterVisibilityFromValue returns a pointer to a valid CSSCMSCoreEnumsReportParameterVisibility for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSCoreEnumsReportParameterVisibility ¶

func ParseCSSCMSCoreEnumsReportParameterVisibility(s string) (*CSSCMSCoreEnumsReportParameterVisibility, error)

func (CSSCMSCoreEnumsReportParameterVisibility) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSCoreEnumsReportParameterVisibility) Parse ¶

func (CSSCMSCoreEnumsReportParameterVisibility) Ptr ¶

Ptr returns reference to CSS.CMS.Core.Enums.ReportParameterVisibility value

func (*CSSCMSCoreEnumsReportParameterVisibility) UnmarshalJSON ¶

func (v *CSSCMSCoreEnumsReportParameterVisibility) UnmarshalJSON(src []byte) error

type CSSCMSCoreEnumsScheduledTaskType ¶

type CSSCMSCoreEnumsScheduledTaskType int32

CSSCMSCoreEnumsScheduledTaskType the model 'CSSCMSCoreEnumsScheduledTaskType'

const (
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__0  CSSCMSCoreEnumsScheduledTaskType = 0
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__1  CSSCMSCoreEnumsScheduledTaskType = 1
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__2  CSSCMSCoreEnumsScheduledTaskType = 2
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__3  CSSCMSCoreEnumsScheduledTaskType = 3
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__4  CSSCMSCoreEnumsScheduledTaskType = 4
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__7  CSSCMSCoreEnumsScheduledTaskType = 7
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__9  CSSCMSCoreEnumsScheduledTaskType = 9
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__10 CSSCMSCoreEnumsScheduledTaskType = 10
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__11 CSSCMSCoreEnumsScheduledTaskType = 11
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__12 CSSCMSCoreEnumsScheduledTaskType = 12
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__13 CSSCMSCoreEnumsScheduledTaskType = 13
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__14 CSSCMSCoreEnumsScheduledTaskType = 14
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__15 CSSCMSCoreEnumsScheduledTaskType = 15
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__16 CSSCMSCoreEnumsScheduledTaskType = 16
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__17 CSSCMSCoreEnumsScheduledTaskType = 17
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__18 CSSCMSCoreEnumsScheduledTaskType = 18
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__19 CSSCMSCoreEnumsScheduledTaskType = 19
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__20 CSSCMSCoreEnumsScheduledTaskType = 20
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__21 CSSCMSCoreEnumsScheduledTaskType = 21
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__22 CSSCMSCoreEnumsScheduledTaskType = 22
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__24 CSSCMSCoreEnumsScheduledTaskType = 24
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__25 CSSCMSCoreEnumsScheduledTaskType = 25
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__26 CSSCMSCoreEnumsScheduledTaskType = 26
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__27 CSSCMSCoreEnumsScheduledTaskType = 27
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__28 CSSCMSCoreEnumsScheduledTaskType = 28
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__29 CSSCMSCoreEnumsScheduledTaskType = 29
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__30 CSSCMSCoreEnumsScheduledTaskType = 30
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__31 CSSCMSCoreEnumsScheduledTaskType = 31
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__32 CSSCMSCoreEnumsScheduledTaskType = 32
	CSSCMSCOREENUMSSCHEDULEDTASKTYPE__33 CSSCMSCoreEnumsScheduledTaskType = 33
)

List of CSS.CMS.Core.Enums.ScheduledTaskType

func NewCSSCMSCoreEnumsScheduledTaskTypeFromValue ¶

func NewCSSCMSCoreEnumsScheduledTaskTypeFromValue(v int32) (*CSSCMSCoreEnumsScheduledTaskType, error)

NewCSSCMSCoreEnumsScheduledTaskTypeFromValue returns a pointer to a valid CSSCMSCoreEnumsScheduledTaskType for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSCoreEnumsScheduledTaskType ¶

func ParseCSSCMSCoreEnumsScheduledTaskType(s string) (*CSSCMSCoreEnumsScheduledTaskType, error)

func (CSSCMSCoreEnumsScheduledTaskType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSCoreEnumsScheduledTaskType) Parse ¶

func (CSSCMSCoreEnumsScheduledTaskType) Ptr ¶

Ptr returns reference to CSS.CMS.Core.Enums.ScheduledTaskType value

func (*CSSCMSCoreEnumsScheduledTaskType) UnmarshalJSON ¶

func (v *CSSCMSCoreEnumsScheduledTaskType) UnmarshalJSON(src []byte) error

type CSSCMSCoreEnumsSslNetworkJobStatus ¶

type CSSCMSCoreEnumsSslNetworkJobStatus int32

CSSCMSCoreEnumsSslNetworkJobStatus the model 'CSSCMSCoreEnumsSslNetworkJobStatus'

const (
	CSSCMSCOREENUMSSSLNETWORKJOBSTATUS__0 CSSCMSCoreEnumsSslNetworkJobStatus = 0
	CSSCMSCOREENUMSSSLNETWORKJOBSTATUS__1 CSSCMSCoreEnumsSslNetworkJobStatus = 1
	CSSCMSCOREENUMSSSLNETWORKJOBSTATUS__2 CSSCMSCoreEnumsSslNetworkJobStatus = 2
	CSSCMSCOREENUMSSSLNETWORKJOBSTATUS__3 CSSCMSCoreEnumsSslNetworkJobStatus = 3
	CSSCMSCOREENUMSSSLNETWORKJOBSTATUS__4 CSSCMSCoreEnumsSslNetworkJobStatus = 4
	CSSCMSCOREENUMSSSLNETWORKJOBSTATUS__5 CSSCMSCoreEnumsSslNetworkJobStatus = 5
	CSSCMSCOREENUMSSSLNETWORKJOBSTATUS__6 CSSCMSCoreEnumsSslNetworkJobStatus = 6
)

List of CSS.CMS.Core.Enums.SslNetworkJobStatus

func NewCSSCMSCoreEnumsSslNetworkJobStatusFromValue ¶

func NewCSSCMSCoreEnumsSslNetworkJobStatusFromValue(v int32) (*CSSCMSCoreEnumsSslNetworkJobStatus, error)

NewCSSCMSCoreEnumsSslNetworkJobStatusFromValue returns a pointer to a valid CSSCMSCoreEnumsSslNetworkJobStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSCoreEnumsSslNetworkJobStatus ¶

func ParseCSSCMSCoreEnumsSslNetworkJobStatus(s string) (*CSSCMSCoreEnumsSslNetworkJobStatus, error)

func (CSSCMSCoreEnumsSslNetworkJobStatus) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSCoreEnumsSslNetworkJobStatus) Parse ¶

func (CSSCMSCoreEnumsSslNetworkJobStatus) Ptr ¶

Ptr returns reference to CSS.CMS.Core.Enums.SslNetworkJobStatus value

func (*CSSCMSCoreEnumsSslNetworkJobStatus) UnmarshalJSON ¶

func (v *CSSCMSCoreEnumsSslNetworkJobStatus) UnmarshalJSON(src []byte) error

type CSSCMSCoreEnumsSslScanJobStatus ¶

type CSSCMSCoreEnumsSslScanJobStatus int32

CSSCMSCoreEnumsSslScanJobStatus the model 'CSSCMSCoreEnumsSslScanJobStatus'

const (
	CSSCMSCOREENUMSSSLSCANJOBSTATUS__1 CSSCMSCoreEnumsSslScanJobStatus = 1
	CSSCMSCOREENUMSSSLSCANJOBSTATUS__2 CSSCMSCoreEnumsSslScanJobStatus = 2
	CSSCMSCOREENUMSSSLSCANJOBSTATUS__3 CSSCMSCoreEnumsSslScanJobStatus = 3
)

List of CSS.CMS.Core.Enums.SslScanJobStatus

func NewCSSCMSCoreEnumsSslScanJobStatusFromValue ¶

func NewCSSCMSCoreEnumsSslScanJobStatusFromValue(v int32) (*CSSCMSCoreEnumsSslScanJobStatus, error)

NewCSSCMSCoreEnumsSslScanJobStatusFromValue returns a pointer to a valid CSSCMSCoreEnumsSslScanJobStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSCoreEnumsSslScanJobStatus ¶

func ParseCSSCMSCoreEnumsSslScanJobStatus(s string) (*CSSCMSCoreEnumsSslScanJobStatus, error)

func (CSSCMSCoreEnumsSslScanJobStatus) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSCoreEnumsSslScanJobStatus) Parse ¶

func (CSSCMSCoreEnumsSslScanJobStatus) Ptr ¶

Ptr returns reference to CSS.CMS.Core.Enums.SslScanJobStatus value

func (*CSSCMSCoreEnumsSslScanJobStatus) UnmarshalJSON ¶

func (v *CSSCMSCoreEnumsSslScanJobStatus) UnmarshalJSON(src []byte) error

type CSSCMSCoreEnumsTemplateCertificateOwnerRole ¶

type CSSCMSCoreEnumsTemplateCertificateOwnerRole int32

CSSCMSCoreEnumsTemplateCertificateOwnerRole the model 'CSSCMSCoreEnumsTemplateCertificateOwnerRole'

const (
	CSSCMSCOREENUMSTEMPLATECERTIFICATEOWNERROLE__0 CSSCMSCoreEnumsTemplateCertificateOwnerRole = 0
	CSSCMSCOREENUMSTEMPLATECERTIFICATEOWNERROLE__1 CSSCMSCoreEnumsTemplateCertificateOwnerRole = 1
	CSSCMSCOREENUMSTEMPLATECERTIFICATEOWNERROLE__2 CSSCMSCoreEnumsTemplateCertificateOwnerRole = 2
)

List of CSS.CMS.Core.Enums.TemplateCertificateOwnerRole

func NewCSSCMSCoreEnumsTemplateCertificateOwnerRoleFromValue ¶

func NewCSSCMSCoreEnumsTemplateCertificateOwnerRoleFromValue(v int32) (*CSSCMSCoreEnumsTemplateCertificateOwnerRole, error)

NewCSSCMSCoreEnumsTemplateCertificateOwnerRoleFromValue returns a pointer to a valid CSSCMSCoreEnumsTemplateCertificateOwnerRole for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSCoreEnumsTemplateCertificateOwnerRole ¶

func ParseCSSCMSCoreEnumsTemplateCertificateOwnerRole(s string) (*CSSCMSCoreEnumsTemplateCertificateOwnerRole, error)

func (CSSCMSCoreEnumsTemplateCertificateOwnerRole) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSCoreEnumsTemplateCertificateOwnerRole) Parse ¶

func (CSSCMSCoreEnumsTemplateCertificateOwnerRole) Ptr ¶

Ptr returns reference to CSS.CMS.Core.Enums.TemplateCertificateOwnerRole value

func (*CSSCMSCoreEnumsTemplateCertificateOwnerRole) UnmarshalJSON ¶

func (v *CSSCMSCoreEnumsTemplateCertificateOwnerRole) UnmarshalJSON(src []byte) error

type CSSCMSCoreEnumsTemplateEnrollmentFieldType ¶

type CSSCMSCoreEnumsTemplateEnrollmentFieldType int32

CSSCMSCoreEnumsTemplateEnrollmentFieldType the model 'CSSCMSCoreEnumsTemplateEnrollmentFieldType'

const (
	CSSCMSCOREENUMSTEMPLATEENROLLMENTFIELDTYPE__1 CSSCMSCoreEnumsTemplateEnrollmentFieldType = 1
	CSSCMSCOREENUMSTEMPLATEENROLLMENTFIELDTYPE__2 CSSCMSCoreEnumsTemplateEnrollmentFieldType = 2
)

List of CSS.CMS.Core.Enums.TemplateEnrollmentFieldType

func NewCSSCMSCoreEnumsTemplateEnrollmentFieldTypeFromValue ¶

func NewCSSCMSCoreEnumsTemplateEnrollmentFieldTypeFromValue(v int32) (*CSSCMSCoreEnumsTemplateEnrollmentFieldType, error)

NewCSSCMSCoreEnumsTemplateEnrollmentFieldTypeFromValue returns a pointer to a valid CSSCMSCoreEnumsTemplateEnrollmentFieldType for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSCoreEnumsTemplateEnrollmentFieldType ¶

func ParseCSSCMSCoreEnumsTemplateEnrollmentFieldType(s string) (*CSSCMSCoreEnumsTemplateEnrollmentFieldType, error)

func (CSSCMSCoreEnumsTemplateEnrollmentFieldType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSCoreEnumsTemplateEnrollmentFieldType) Parse ¶

func (CSSCMSCoreEnumsTemplateEnrollmentFieldType) Ptr ¶

Ptr returns reference to CSS.CMS.Core.Enums.TemplateEnrollmentFieldType value

func (*CSSCMSCoreEnumsTemplateEnrollmentFieldType) UnmarshalJSON ¶

func (v *CSSCMSCoreEnumsTemplateEnrollmentFieldType) UnmarshalJSON(src []byte) error

type CSSCMSCorePermissionsWebConsoleAreaPermission ¶

type CSSCMSCorePermissionsWebConsoleAreaPermission int32

CSSCMSCorePermissionsWebConsoleAreaPermission the model 'CSSCMSCorePermissionsWebConsoleAreaPermission'

const (
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__1  CSSCMSCorePermissionsWebConsoleAreaPermission = 1
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__2  CSSCMSCorePermissionsWebConsoleAreaPermission = 2
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__3  CSSCMSCorePermissionsWebConsoleAreaPermission = 3
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__4  CSSCMSCorePermissionsWebConsoleAreaPermission = 4
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__5  CSSCMSCorePermissionsWebConsoleAreaPermission = 5
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__6  CSSCMSCorePermissionsWebConsoleAreaPermission = 6
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__7  CSSCMSCorePermissionsWebConsoleAreaPermission = 7
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__8  CSSCMSCorePermissionsWebConsoleAreaPermission = 8
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__10 CSSCMSCorePermissionsWebConsoleAreaPermission = 10
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__11 CSSCMSCorePermissionsWebConsoleAreaPermission = 11
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__12 CSSCMSCorePermissionsWebConsoleAreaPermission = 12
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__13 CSSCMSCorePermissionsWebConsoleAreaPermission = 13
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__14 CSSCMSCorePermissionsWebConsoleAreaPermission = 14
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__15 CSSCMSCorePermissionsWebConsoleAreaPermission = 15
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__16 CSSCMSCorePermissionsWebConsoleAreaPermission = 16
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__17 CSSCMSCorePermissionsWebConsoleAreaPermission = 17
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__18 CSSCMSCorePermissionsWebConsoleAreaPermission = 18
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__19 CSSCMSCorePermissionsWebConsoleAreaPermission = 19
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__20 CSSCMSCorePermissionsWebConsoleAreaPermission = 20
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__21 CSSCMSCorePermissionsWebConsoleAreaPermission = 21
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__22 CSSCMSCorePermissionsWebConsoleAreaPermission = 22
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__23 CSSCMSCorePermissionsWebConsoleAreaPermission = 23
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__24 CSSCMSCorePermissionsWebConsoleAreaPermission = 24
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__25 CSSCMSCorePermissionsWebConsoleAreaPermission = 25
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__28 CSSCMSCorePermissionsWebConsoleAreaPermission = 28
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__29 CSSCMSCorePermissionsWebConsoleAreaPermission = 29
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__30 CSSCMSCorePermissionsWebConsoleAreaPermission = 30
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__31 CSSCMSCorePermissionsWebConsoleAreaPermission = 31
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__32 CSSCMSCorePermissionsWebConsoleAreaPermission = 32
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__33 CSSCMSCorePermissionsWebConsoleAreaPermission = 33
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__34 CSSCMSCorePermissionsWebConsoleAreaPermission = 34
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__35 CSSCMSCorePermissionsWebConsoleAreaPermission = 35
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__36 CSSCMSCorePermissionsWebConsoleAreaPermission = 36
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__37 CSSCMSCorePermissionsWebConsoleAreaPermission = 37
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__39 CSSCMSCorePermissionsWebConsoleAreaPermission = 39
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__40 CSSCMSCorePermissionsWebConsoleAreaPermission = 40
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__41 CSSCMSCorePermissionsWebConsoleAreaPermission = 41
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__42 CSSCMSCorePermissionsWebConsoleAreaPermission = 42
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__43 CSSCMSCorePermissionsWebConsoleAreaPermission = 43
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__44 CSSCMSCorePermissionsWebConsoleAreaPermission = 44
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__45 CSSCMSCorePermissionsWebConsoleAreaPermission = 45
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__46 CSSCMSCorePermissionsWebConsoleAreaPermission = 46
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__47 CSSCMSCorePermissionsWebConsoleAreaPermission = 47
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__48 CSSCMSCorePermissionsWebConsoleAreaPermission = 48
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__49 CSSCMSCorePermissionsWebConsoleAreaPermission = 49
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__50 CSSCMSCorePermissionsWebConsoleAreaPermission = 50
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__51 CSSCMSCorePermissionsWebConsoleAreaPermission = 51
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__52 CSSCMSCorePermissionsWebConsoleAreaPermission = 52
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__53 CSSCMSCorePermissionsWebConsoleAreaPermission = 53
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__54 CSSCMSCorePermissionsWebConsoleAreaPermission = 54
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__55 CSSCMSCorePermissionsWebConsoleAreaPermission = 55
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__56 CSSCMSCorePermissionsWebConsoleAreaPermission = 56
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__57 CSSCMSCorePermissionsWebConsoleAreaPermission = 57
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__58 CSSCMSCorePermissionsWebConsoleAreaPermission = 58
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__59 CSSCMSCorePermissionsWebConsoleAreaPermission = 59
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__60 CSSCMSCorePermissionsWebConsoleAreaPermission = 60
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__61 CSSCMSCorePermissionsWebConsoleAreaPermission = 61
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__62 CSSCMSCorePermissionsWebConsoleAreaPermission = 62
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__63 CSSCMSCorePermissionsWebConsoleAreaPermission = 63
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__64 CSSCMSCorePermissionsWebConsoleAreaPermission = 64
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__65 CSSCMSCorePermissionsWebConsoleAreaPermission = 65
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__66 CSSCMSCorePermissionsWebConsoleAreaPermission = 66
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__67 CSSCMSCorePermissionsWebConsoleAreaPermission = 67
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__68 CSSCMSCorePermissionsWebConsoleAreaPermission = 68
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__69 CSSCMSCorePermissionsWebConsoleAreaPermission = 69
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__70 CSSCMSCorePermissionsWebConsoleAreaPermission = 70
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__71 CSSCMSCorePermissionsWebConsoleAreaPermission = 71
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__72 CSSCMSCorePermissionsWebConsoleAreaPermission = 72
	CSSCMSCOREPERMISSIONSWEBCONSOLEAREAPERMISSION__73 CSSCMSCorePermissionsWebConsoleAreaPermission = 73
)

List of CSS.CMS.Core.Permissions.WebConsoleAreaPermission

func NewCSSCMSCorePermissionsWebConsoleAreaPermissionFromValue ¶

func NewCSSCMSCorePermissionsWebConsoleAreaPermissionFromValue(v int32) (*CSSCMSCorePermissionsWebConsoleAreaPermission, error)

NewCSSCMSCorePermissionsWebConsoleAreaPermissionFromValue returns a pointer to a valid CSSCMSCorePermissionsWebConsoleAreaPermission for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSCorePermissionsWebConsoleAreaPermission ¶

func ParseCSSCMSCorePermissionsWebConsoleAreaPermission(s string) (*CSSCMSCorePermissionsWebConsoleAreaPermission, error)

func (CSSCMSCorePermissionsWebConsoleAreaPermission) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSCorePermissionsWebConsoleAreaPermission) Parse ¶

func (CSSCMSCorePermissionsWebConsoleAreaPermission) Ptr ¶

Ptr returns reference to CSS.CMS.Core.Permissions.WebConsoleAreaPermission value

func (*CSSCMSCorePermissionsWebConsoleAreaPermission) UnmarshalJSON ¶

type CSSCMSDataModelEnumsAlertBuildResult ¶

type CSSCMSDataModelEnumsAlertBuildResult int32

CSSCMSDataModelEnumsAlertBuildResult the model 'CSSCMSDataModelEnumsAlertBuildResult'

const (
	CSSCMSDATAMODELENUMSALERTBUILDRESULT__0 CSSCMSDataModelEnumsAlertBuildResult = 0
	CSSCMSDATAMODELENUMSALERTBUILDRESULT__1 CSSCMSDataModelEnumsAlertBuildResult = 1
	CSSCMSDATAMODELENUMSALERTBUILDRESULT__2 CSSCMSDataModelEnumsAlertBuildResult = 2
	CSSCMSDATAMODELENUMSALERTBUILDRESULT__3 CSSCMSDataModelEnumsAlertBuildResult = 3
	CSSCMSDATAMODELENUMSALERTBUILDRESULT__4 CSSCMSDataModelEnumsAlertBuildResult = 4
	CSSCMSDATAMODELENUMSALERTBUILDRESULT__5 CSSCMSDataModelEnumsAlertBuildResult = 5
)

List of CSS.CMS.Data.Model.Enums.AlertBuildResult

func NewCSSCMSDataModelEnumsAlertBuildResultFromValue ¶

func NewCSSCMSDataModelEnumsAlertBuildResultFromValue(v int32) (*CSSCMSDataModelEnumsAlertBuildResult, error)

NewCSSCMSDataModelEnumsAlertBuildResultFromValue returns a pointer to a valid CSSCMSDataModelEnumsAlertBuildResult for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSDataModelEnumsAlertBuildResult ¶

func ParseCSSCMSDataModelEnumsAlertBuildResult(s string) (*CSSCMSDataModelEnumsAlertBuildResult, error)

func (CSSCMSDataModelEnumsAlertBuildResult) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSDataModelEnumsAlertBuildResult) Parse ¶

func (CSSCMSDataModelEnumsAlertBuildResult) Ptr ¶

Ptr returns reference to CSS.CMS.Data.Model.Enums.AlertBuildResult value

func (*CSSCMSDataModelEnumsAlertBuildResult) UnmarshalJSON ¶

func (v *CSSCMSDataModelEnumsAlertBuildResult) UnmarshalJSON(src []byte) error

type CSSCMSDataModelEnumsCertStoreTypesPasswordStyles ¶

type CSSCMSDataModelEnumsCertStoreTypesPasswordStyles int32

CSSCMSDataModelEnumsCertStoreTypesPasswordStyles the model 'CSSCMSDataModelEnumsCertStoreTypesPasswordStyles'

const (
	CSSCMSDATAMODELENUMSCERTSTORETYPESPASSWORDSTYLES__0 CSSCMSDataModelEnumsCertStoreTypesPasswordStyles = 0
	CSSCMSDATAMODELENUMSCERTSTORETYPESPASSWORDSTYLES__1 CSSCMSDataModelEnumsCertStoreTypesPasswordStyles = 1
)

List of CSS.CMS.Data.Model.Enums.CertStoreTypesPasswordStyles

func NewCSSCMSDataModelEnumsCertStoreTypesPasswordStylesFromValue ¶

func NewCSSCMSDataModelEnumsCertStoreTypesPasswordStylesFromValue(v int32) (*CSSCMSDataModelEnumsCertStoreTypesPasswordStyles, error)

NewCSSCMSDataModelEnumsCertStoreTypesPasswordStylesFromValue returns a pointer to a valid CSSCMSDataModelEnumsCertStoreTypesPasswordStyles for the value passed as argument, or an error if the value passed is not allowed by the enum

func (CSSCMSDataModelEnumsCertStoreTypesPasswordStyles) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSDataModelEnumsCertStoreTypesPasswordStyles) Parse ¶

func (CSSCMSDataModelEnumsCertStoreTypesPasswordStyles) Ptr ¶

Ptr returns reference to CSS.CMS.Data.Model.Enums.CertStoreTypesPasswordStyles value

func (*CSSCMSDataModelEnumsCertStoreTypesPasswordStyles) UnmarshalJSON ¶

type CSSCMSDataModelEnumsCertificateImportJobStatus ¶

type CSSCMSDataModelEnumsCertificateImportJobStatus int32

CSSCMSDataModelEnumsCertificateImportJobStatus the model 'CSSCMSDataModelEnumsCertificateImportJobStatus'

const (
	CSSCMSDATAMODELENUMSCERTIFICATEIMPORTJOBSTATUS__1 CSSCMSDataModelEnumsCertificateImportJobStatus = 1
	CSSCMSDATAMODELENUMSCERTIFICATEIMPORTJOBSTATUS__2 CSSCMSDataModelEnumsCertificateImportJobStatus = 2
	CSSCMSDATAMODELENUMSCERTIFICATEIMPORTJOBSTATUS__3 CSSCMSDataModelEnumsCertificateImportJobStatus = 3
)

List of CSS.CMS.Data.Model.Enums.CertificateImportJobStatus

func NewCSSCMSDataModelEnumsCertificateImportJobStatusFromValue ¶

func NewCSSCMSDataModelEnumsCertificateImportJobStatusFromValue(v int32) (*CSSCMSDataModelEnumsCertificateImportJobStatus, error)

NewCSSCMSDataModelEnumsCertificateImportJobStatusFromValue returns a pointer to a valid CSSCMSDataModelEnumsCertificateImportJobStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSDataModelEnumsCertificateImportJobStatus ¶

func ParseCSSCMSDataModelEnumsCertificateImportJobStatus(s string) (*CSSCMSDataModelEnumsCertificateImportJobStatus, error)

func (CSSCMSDataModelEnumsCertificateImportJobStatus) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSDataModelEnumsCertificateImportJobStatus) Parse ¶

func (CSSCMSDataModelEnumsCertificateImportJobStatus) Ptr ¶

Ptr returns reference to CSS.CMS.Data.Model.Enums.CertificateImportJobStatus value

func (*CSSCMSDataModelEnumsCertificateImportJobStatus) UnmarshalJSON ¶

type CSSCMSDataModelEnumsCertificateSavedState ¶

type CSSCMSDataModelEnumsCertificateSavedState int32

CSSCMSDataModelEnumsCertificateSavedState the model 'CSSCMSDataModelEnumsCertificateSavedState'

const (
	CSSCMSDATAMODELENUMSCERTIFICATESAVEDSTATE__0    CSSCMSDataModelEnumsCertificateSavedState = 0
	CSSCMSDATAMODELENUMSCERTIFICATESAVEDSTATE__1    CSSCMSDataModelEnumsCertificateSavedState = 1
	CSSCMSDATAMODELENUMSCERTIFICATESAVEDSTATE__2    CSSCMSDataModelEnumsCertificateSavedState = 2
	CSSCMSDATAMODELENUMSCERTIFICATESAVEDSTATE__4    CSSCMSDataModelEnumsCertificateSavedState = 4
	CSSCMSDATAMODELENUMSCERTIFICATESAVEDSTATE__8    CSSCMSDataModelEnumsCertificateSavedState = 8
	CSSCMSDATAMODELENUMSCERTIFICATESAVEDSTATE__16   CSSCMSDataModelEnumsCertificateSavedState = 16
	CSSCMSDATAMODELENUMSCERTIFICATESAVEDSTATE__32   CSSCMSDataModelEnumsCertificateSavedState = 32
	CSSCMSDATAMODELENUMSCERTIFICATESAVEDSTATE__64   CSSCMSDataModelEnumsCertificateSavedState = 64
	CSSCMSDATAMODELENUMSCERTIFICATESAVEDSTATE__128  CSSCMSDataModelEnumsCertificateSavedState = 128
	CSSCMSDATAMODELENUMSCERTIFICATESAVEDSTATE__256  CSSCMSDataModelEnumsCertificateSavedState = 256
	CSSCMSDATAMODELENUMSCERTIFICATESAVEDSTATE__512  CSSCMSDataModelEnumsCertificateSavedState = 512
	CSSCMSDATAMODELENUMSCERTIFICATESAVEDSTATE__1024 CSSCMSDataModelEnumsCertificateSavedState = 1024
	CSSCMSDATAMODELENUMSCERTIFICATESAVEDSTATE__2048 CSSCMSDataModelEnumsCertificateSavedState = 2048
	CSSCMSDATAMODELENUMSCERTIFICATESAVEDSTATE__4096 CSSCMSDataModelEnumsCertificateSavedState = 4096
)

List of CSS.CMS.Data.Model.Enums.CertificateSavedState

func NewCSSCMSDataModelEnumsCertificateSavedStateFromValue ¶

func NewCSSCMSDataModelEnumsCertificateSavedStateFromValue(v int32) (*CSSCMSDataModelEnumsCertificateSavedState, error)

NewCSSCMSDataModelEnumsCertificateSavedStateFromValue returns a pointer to a valid CSSCMSDataModelEnumsCertificateSavedState for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSDataModelEnumsCertificateSavedState ¶

func ParseCSSCMSDataModelEnumsCertificateSavedState(s string) (*CSSCMSDataModelEnumsCertificateSavedState, error)

func (CSSCMSDataModelEnumsCertificateSavedState) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSDataModelEnumsCertificateSavedState) Parse ¶

func (CSSCMSDataModelEnumsCertificateSavedState) Ptr ¶

Ptr returns reference to CSS.CMS.Data.Model.Enums.CertificateSavedState value

func (*CSSCMSDataModelEnumsCertificateSavedState) UnmarshalJSON ¶

func (v *CSSCMSDataModelEnumsCertificateSavedState) UnmarshalJSON(src []byte) error

type CSSCMSDataModelEnumsDataType ¶

type CSSCMSDataModelEnumsDataType int32

CSSCMSDataModelEnumsDataType the model 'CSSCMSDataModelEnumsDataType'

const (
	CSSCMSDATAMODELENUMSDATATYPE__1 CSSCMSDataModelEnumsDataType = 1
	CSSCMSDATAMODELENUMSDATATYPE__2 CSSCMSDataModelEnumsDataType = 2
	CSSCMSDATAMODELENUMSDATATYPE__3 CSSCMSDataModelEnumsDataType = 3
	CSSCMSDATAMODELENUMSDATATYPE__4 CSSCMSDataModelEnumsDataType = 4
	CSSCMSDATAMODELENUMSDATATYPE__5 CSSCMSDataModelEnumsDataType = 5
)

List of CSS.CMS.Data.Model.Enums.DataType

func NewCSSCMSDataModelEnumsDataTypeFromValue ¶

func NewCSSCMSDataModelEnumsDataTypeFromValue(v int32) (*CSSCMSDataModelEnumsDataType, error)

NewCSSCMSDataModelEnumsDataTypeFromValue returns a pointer to a valid CSSCMSDataModelEnumsDataType for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSDataModelEnumsDataType ¶

func ParseCSSCMSDataModelEnumsDataType(s string) (*CSSCMSDataModelEnumsDataType, error)

func (CSSCMSDataModelEnumsDataType) IsValid ¶

func (v CSSCMSDataModelEnumsDataType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSDataModelEnumsDataType) Parse ¶

func (CSSCMSDataModelEnumsDataType) Ptr ¶

Ptr returns reference to CSS.CMS.Data.Model.Enums.DataType value

func (*CSSCMSDataModelEnumsDataType) UnmarshalJSON ¶

func (v *CSSCMSDataModelEnumsDataType) UnmarshalJSON(src []byte) error

type CSSCMSDataModelEnumsFailureType ¶

type CSSCMSDataModelEnumsFailureType int32

CSSCMSDataModelEnumsFailureType the model 'CSSCMSDataModelEnumsFailureType'

const (
	CSSCMSDATAMODELENUMSFAILURETYPE__0 CSSCMSDataModelEnumsFailureType = 0
	CSSCMSDATAMODELENUMSFAILURETYPE__1 CSSCMSDataModelEnumsFailureType = 1
	CSSCMSDATAMODELENUMSFAILURETYPE__2 CSSCMSDataModelEnumsFailureType = 2
	CSSCMSDATAMODELENUMSFAILURETYPE__3 CSSCMSDataModelEnumsFailureType = 3
	CSSCMSDATAMODELENUMSFAILURETYPE__4 CSSCMSDataModelEnumsFailureType = 4
	CSSCMSDATAMODELENUMSFAILURETYPE__5 CSSCMSDataModelEnumsFailureType = 5
	CSSCMSDATAMODELENUMSFAILURETYPE__6 CSSCMSDataModelEnumsFailureType = 6
	CSSCMSDATAMODELENUMSFAILURETYPE__7 CSSCMSDataModelEnumsFailureType = 7
)

List of CSS.CMS.Data.Model.Enums.FailureType

func NewCSSCMSDataModelEnumsFailureTypeFromValue ¶

func NewCSSCMSDataModelEnumsFailureTypeFromValue(v int32) (*CSSCMSDataModelEnumsFailureType, error)

NewCSSCMSDataModelEnumsFailureTypeFromValue returns a pointer to a valid CSSCMSDataModelEnumsFailureType for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSDataModelEnumsFailureType ¶

func ParseCSSCMSDataModelEnumsFailureType(s string) (*CSSCMSDataModelEnumsFailureType, error)

func (CSSCMSDataModelEnumsFailureType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSDataModelEnumsFailureType) Parse ¶

func (CSSCMSDataModelEnumsFailureType) Ptr ¶

Ptr returns reference to CSS.CMS.Data.Model.Enums.FailureType value

func (*CSSCMSDataModelEnumsFailureType) UnmarshalJSON ¶

func (v *CSSCMSDataModelEnumsFailureType) UnmarshalJSON(src []byte) error

type CSSCMSDataModelEnumsIdentityProviderDataType ¶

type CSSCMSDataModelEnumsIdentityProviderDataType int32

CSSCMSDataModelEnumsIdentityProviderDataType the model 'CSSCMSDataModelEnumsIdentityProviderDataType'

const (
	CSSCMSDATAMODELENUMSIDENTITYPROVIDERDATATYPE__1 CSSCMSDataModelEnumsIdentityProviderDataType = 1
	CSSCMSDATAMODELENUMSIDENTITYPROVIDERDATATYPE__2 CSSCMSDataModelEnumsIdentityProviderDataType = 2
	CSSCMSDATAMODELENUMSIDENTITYPROVIDERDATATYPE__3 CSSCMSDataModelEnumsIdentityProviderDataType = 3
)

List of CSS.CMS.Data.Model.Enums.IdentityProviderDataType

func NewCSSCMSDataModelEnumsIdentityProviderDataTypeFromValue ¶

func NewCSSCMSDataModelEnumsIdentityProviderDataTypeFromValue(v int32) (*CSSCMSDataModelEnumsIdentityProviderDataType, error)

NewCSSCMSDataModelEnumsIdentityProviderDataTypeFromValue returns a pointer to a valid CSSCMSDataModelEnumsIdentityProviderDataType for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSDataModelEnumsIdentityProviderDataType ¶

func ParseCSSCMSDataModelEnumsIdentityProviderDataType(s string) (*CSSCMSDataModelEnumsIdentityProviderDataType, error)

func (CSSCMSDataModelEnumsIdentityProviderDataType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSDataModelEnumsIdentityProviderDataType) Parse ¶

func (CSSCMSDataModelEnumsIdentityProviderDataType) Ptr ¶

Ptr returns reference to CSS.CMS.Data.Model.Enums.IdentityProviderDataType value

func (*CSSCMSDataModelEnumsIdentityProviderDataType) UnmarshalJSON ¶

type CSSCMSDataModelEnumsPamParameterDataType ¶

type CSSCMSDataModelEnumsPamParameterDataType int32

CSSCMSDataModelEnumsPamParameterDataType the model 'CSSCMSDataModelEnumsPamParameterDataType'

const (
	CSSCMSDATAMODELENUMSPAMPARAMETERDATATYPE__1 CSSCMSDataModelEnumsPamParameterDataType = 1
	CSSCMSDATAMODELENUMSPAMPARAMETERDATATYPE__2 CSSCMSDataModelEnumsPamParameterDataType = 2
)

List of CSS.CMS.Data.Model.Enums.PamParameterDataType

func NewCSSCMSDataModelEnumsPamParameterDataTypeFromValue ¶

func NewCSSCMSDataModelEnumsPamParameterDataTypeFromValue(v int32) (*CSSCMSDataModelEnumsPamParameterDataType, error)

NewCSSCMSDataModelEnumsPamParameterDataTypeFromValue returns a pointer to a valid CSSCMSDataModelEnumsPamParameterDataType for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSDataModelEnumsPamParameterDataType ¶

func ParseCSSCMSDataModelEnumsPamParameterDataType(s string) (*CSSCMSDataModelEnumsPamParameterDataType, error)

func (CSSCMSDataModelEnumsPamParameterDataType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSDataModelEnumsPamParameterDataType) Parse ¶

func (CSSCMSDataModelEnumsPamParameterDataType) Ptr ¶

Ptr returns reference to CSS.CMS.Data.Model.Enums.PamParameterDataType value

func (*CSSCMSDataModelEnumsPamParameterDataType) UnmarshalJSON ¶

func (v *CSSCMSDataModelEnumsPamParameterDataType) UnmarshalJSON(src []byte) error

type CSSCMSDataModelEnumsRenewalType ¶

type CSSCMSDataModelEnumsRenewalType int32

CSSCMSDataModelEnumsRenewalType the model 'CSSCMSDataModelEnumsRenewalType'

const (
	CSSCMSDATAMODELENUMSRENEWALTYPE__0 CSSCMSDataModelEnumsRenewalType = 0
	CSSCMSDATAMODELENUMSRENEWALTYPE__1 CSSCMSDataModelEnumsRenewalType = 1
	CSSCMSDATAMODELENUMSRENEWALTYPE__2 CSSCMSDataModelEnumsRenewalType = 2
)

List of CSS.CMS.Data.Model.Enums.RenewalType

func NewCSSCMSDataModelEnumsRenewalTypeFromValue ¶

func NewCSSCMSDataModelEnumsRenewalTypeFromValue(v int32) (*CSSCMSDataModelEnumsRenewalType, error)

NewCSSCMSDataModelEnumsRenewalTypeFromValue returns a pointer to a valid CSSCMSDataModelEnumsRenewalType for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSDataModelEnumsRenewalType ¶

func ParseCSSCMSDataModelEnumsRenewalType(s string) (*CSSCMSDataModelEnumsRenewalType, error)

func (CSSCMSDataModelEnumsRenewalType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSDataModelEnumsRenewalType) Parse ¶

func (CSSCMSDataModelEnumsRenewalType) Ptr ¶

Ptr returns reference to CSS.CMS.Data.Model.Enums.RenewalType value

func (*CSSCMSDataModelEnumsRenewalType) UnmarshalJSON ¶

func (v *CSSCMSDataModelEnumsRenewalType) UnmarshalJSON(src []byte) error

type CSSCMSDataModelEnumsScriptCategories ¶

type CSSCMSDataModelEnumsScriptCategories int32

CSSCMSDataModelEnumsScriptCategories the model 'CSSCMSDataModelEnumsScriptCategories'

const (
	CSSCMSDATAMODELENUMSSCRIPTCATEGORIES__1 CSSCMSDataModelEnumsScriptCategories = 1
	CSSCMSDATAMODELENUMSSCRIPTCATEGORIES__2 CSSCMSDataModelEnumsScriptCategories = 2
	CSSCMSDATAMODELENUMSSCRIPTCATEGORIES__3 CSSCMSDataModelEnumsScriptCategories = 3
	CSSCMSDATAMODELENUMSSCRIPTCATEGORIES__4 CSSCMSDataModelEnumsScriptCategories = 4
	CSSCMSDATAMODELENUMSSCRIPTCATEGORIES__5 CSSCMSDataModelEnumsScriptCategories = 5
	CSSCMSDATAMODELENUMSSCRIPTCATEGORIES__6 CSSCMSDataModelEnumsScriptCategories = 6
)

List of CSS.CMS.Data.Model.Enums.ScriptCategories

func NewCSSCMSDataModelEnumsScriptCategoriesFromValue ¶

func NewCSSCMSDataModelEnumsScriptCategoriesFromValue(v int32) (*CSSCMSDataModelEnumsScriptCategories, error)

NewCSSCMSDataModelEnumsScriptCategoriesFromValue returns a pointer to a valid CSSCMSDataModelEnumsScriptCategories for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSDataModelEnumsScriptCategories ¶

func ParseCSSCMSDataModelEnumsScriptCategories(s string) (*CSSCMSDataModelEnumsScriptCategories, error)

func (CSSCMSDataModelEnumsScriptCategories) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSDataModelEnumsScriptCategories) Parse ¶

func (CSSCMSDataModelEnumsScriptCategories) Ptr ¶

Ptr returns reference to CSS.CMS.Data.Model.Enums.ScriptCategories value

func (*CSSCMSDataModelEnumsScriptCategories) UnmarshalJSON ¶

func (v *CSSCMSDataModelEnumsScriptCategories) UnmarshalJSON(src []byte) error

type CSSCMSDataModelEnumsSecretType ¶

type CSSCMSDataModelEnumsSecretType int32

CSSCMSDataModelEnumsSecretType the model 'CSSCMSDataModelEnumsSecretType'

const (
	CSSCMSDATAMODELENUMSSECRETTYPE__0 CSSCMSDataModelEnumsSecretType = 0
	CSSCMSDATAMODELENUMSSECRETTYPE__1 CSSCMSDataModelEnumsSecretType = 1
	CSSCMSDATAMODELENUMSSECRETTYPE__2 CSSCMSDataModelEnumsSecretType = 2
	CSSCMSDATAMODELENUMSSECRETTYPE__3 CSSCMSDataModelEnumsSecretType = 3
	CSSCMSDATAMODELENUMSSECRETTYPE__4 CSSCMSDataModelEnumsSecretType = 4
)

List of CSS.CMS.Data.Model.Enums.SecretType

func NewCSSCMSDataModelEnumsSecretTypeFromValue ¶

func NewCSSCMSDataModelEnumsSecretTypeFromValue(v int32) (*CSSCMSDataModelEnumsSecretType, error)

NewCSSCMSDataModelEnumsSecretTypeFromValue returns a pointer to a valid CSSCMSDataModelEnumsSecretType for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseCSSCMSDataModelEnumsSecretType ¶

func ParseCSSCMSDataModelEnumsSecretType(s string) (*CSSCMSDataModelEnumsSecretType, error)

func (CSSCMSDataModelEnumsSecretType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*CSSCMSDataModelEnumsSecretType) Parse ¶

func (CSSCMSDataModelEnumsSecretType) Ptr ¶

Ptr returns reference to CSS.CMS.Data.Model.Enums.SecretType value

func (*CSSCMSDataModelEnumsSecretType) UnmarshalJSON ¶

func (v *CSSCMSDataModelEnumsSecretType) UnmarshalJSON(src []byte) error

type CSSCMSDataModelModelsCRLRequestModel ¶

type CSSCMSDataModelModelsCRLRequestModel struct {
	CertificateAuthorityLogicalName string         `json:"CertificateAuthorityLogicalName"`
	CertificateAuthorityHostName    NullableString `json:"CertificateAuthorityHostName,omitempty"`
}

CSSCMSDataModelModelsCRLRequestModel struct for CSSCMSDataModelModelsCRLRequestModel

func NewCSSCMSDataModelModelsCRLRequestModel ¶

func NewCSSCMSDataModelModelsCRLRequestModel(certificateAuthorityLogicalName string) *CSSCMSDataModelModelsCRLRequestModel

NewCSSCMSDataModelModelsCRLRequestModel instantiates a new CSSCMSDataModelModelsCRLRequestModel 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 NewCSSCMSDataModelModelsCRLRequestModelWithDefaults ¶

func NewCSSCMSDataModelModelsCRLRequestModelWithDefaults() *CSSCMSDataModelModelsCRLRequestModel

NewCSSCMSDataModelModelsCRLRequestModelWithDefaults instantiates a new CSSCMSDataModelModelsCRLRequestModel 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 (*CSSCMSDataModelModelsCRLRequestModel) GetCertificateAuthorityHostName ¶

func (o *CSSCMSDataModelModelsCRLRequestModel) GetCertificateAuthorityHostName() string

GetCertificateAuthorityHostName returns the CertificateAuthorityHostName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCRLRequestModel) GetCertificateAuthorityHostNameOk ¶

func (o *CSSCMSDataModelModelsCRLRequestModel) GetCertificateAuthorityHostNameOk() (*string, bool)

GetCertificateAuthorityHostNameOk returns a tuple with the CertificateAuthorityHostName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCRLRequestModel) GetCertificateAuthorityLogicalName ¶

func (o *CSSCMSDataModelModelsCRLRequestModel) GetCertificateAuthorityLogicalName() string

GetCertificateAuthorityLogicalName returns the CertificateAuthorityLogicalName field value

func (*CSSCMSDataModelModelsCRLRequestModel) GetCertificateAuthorityLogicalNameOk ¶

func (o *CSSCMSDataModelModelsCRLRequestModel) GetCertificateAuthorityLogicalNameOk() (*string, bool)

GetCertificateAuthorityLogicalNameOk returns a tuple with the CertificateAuthorityLogicalName field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCRLRequestModel) HasCertificateAuthorityHostName ¶

func (o *CSSCMSDataModelModelsCRLRequestModel) HasCertificateAuthorityHostName() bool

HasCertificateAuthorityHostName returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCRLRequestModel) MarshalJSON ¶

func (o CSSCMSDataModelModelsCRLRequestModel) MarshalJSON() ([]byte, error)

func (*CSSCMSDataModelModelsCRLRequestModel) SetCertificateAuthorityHostName ¶

func (o *CSSCMSDataModelModelsCRLRequestModel) SetCertificateAuthorityHostName(v string)

SetCertificateAuthorityHostName gets a reference to the given NullableString and assigns it to the CertificateAuthorityHostName field.

func (*CSSCMSDataModelModelsCRLRequestModel) SetCertificateAuthorityHostNameNil ¶

func (o *CSSCMSDataModelModelsCRLRequestModel) SetCertificateAuthorityHostNameNil()

SetCertificateAuthorityHostNameNil sets the value for CertificateAuthorityHostName to be an explicit nil

func (*CSSCMSDataModelModelsCRLRequestModel) SetCertificateAuthorityLogicalName ¶

func (o *CSSCMSDataModelModelsCRLRequestModel) SetCertificateAuthorityLogicalName(v string)

SetCertificateAuthorityLogicalName sets field value

func (CSSCMSDataModelModelsCRLRequestModel) ToMap ¶

func (o CSSCMSDataModelModelsCRLRequestModel) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsCRLRequestModel) UnsetCertificateAuthorityHostName ¶

func (o *CSSCMSDataModelModelsCRLRequestModel) UnsetCertificateAuthorityHostName()

UnsetCertificateAuthorityHostName ensures that no value is present for CertificateAuthorityHostName, not even an explicit nil

type CSSCMSDataModelModelsCSRContents ¶

type CSSCMSDataModelModelsCSRContents struct {
	CSR string `json:"CSR"`
}

CSSCMSDataModelModelsCSRContents struct for CSSCMSDataModelModelsCSRContents

func NewCSSCMSDataModelModelsCSRContents ¶

func NewCSSCMSDataModelModelsCSRContents(cSR string) *CSSCMSDataModelModelsCSRContents

NewCSSCMSDataModelModelsCSRContents instantiates a new CSSCMSDataModelModelsCSRContents 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 NewCSSCMSDataModelModelsCSRContentsWithDefaults ¶

func NewCSSCMSDataModelModelsCSRContentsWithDefaults() *CSSCMSDataModelModelsCSRContents

NewCSSCMSDataModelModelsCSRContentsWithDefaults instantiates a new CSSCMSDataModelModelsCSRContents 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 (*CSSCMSDataModelModelsCSRContents) GetCSR ¶

GetCSR returns the CSR field value

func (*CSSCMSDataModelModelsCSRContents) GetCSROk ¶

func (o *CSSCMSDataModelModelsCSRContents) GetCSROk() (*string, bool)

GetCSROk returns a tuple with the CSR field value and a boolean to check if the value has been set.

func (CSSCMSDataModelModelsCSRContents) MarshalJSON ¶

func (o CSSCMSDataModelModelsCSRContents) MarshalJSON() ([]byte, error)

func (*CSSCMSDataModelModelsCSRContents) SetCSR ¶

SetCSR sets field value

func (CSSCMSDataModelModelsCSRContents) ToMap ¶

func (o CSSCMSDataModelModelsCSRContents) ToMap() (map[string]interface{}, error)

type CSSCMSDataModelModelsCSRGenerationResponseModel ¶

type CSSCMSDataModelModelsCSRGenerationResponseModel struct {
	CSRFilePath NullableString `json:"CSRFilePath,omitempty"`
	CSRText     NullableString `json:"CSRText,omitempty"`
}

CSSCMSDataModelModelsCSRGenerationResponseModel struct for CSSCMSDataModelModelsCSRGenerationResponseModel

func NewCSSCMSDataModelModelsCSRGenerationResponseModel ¶

func NewCSSCMSDataModelModelsCSRGenerationResponseModel() *CSSCMSDataModelModelsCSRGenerationResponseModel

NewCSSCMSDataModelModelsCSRGenerationResponseModel instantiates a new CSSCMSDataModelModelsCSRGenerationResponseModel 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 NewCSSCMSDataModelModelsCSRGenerationResponseModelWithDefaults ¶

func NewCSSCMSDataModelModelsCSRGenerationResponseModelWithDefaults() *CSSCMSDataModelModelsCSRGenerationResponseModel

NewCSSCMSDataModelModelsCSRGenerationResponseModelWithDefaults instantiates a new CSSCMSDataModelModelsCSRGenerationResponseModel 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 (*CSSCMSDataModelModelsCSRGenerationResponseModel) GetCSRFilePath ¶

GetCSRFilePath returns the CSRFilePath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCSRGenerationResponseModel) GetCSRFilePathOk ¶

GetCSRFilePathOk returns a tuple with the CSRFilePath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCSRGenerationResponseModel) GetCSRText ¶

GetCSRText returns the CSRText field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCSRGenerationResponseModel) GetCSRTextOk ¶

GetCSRTextOk returns a tuple with the CSRText field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCSRGenerationResponseModel) HasCSRFilePath ¶

HasCSRFilePath returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCSRGenerationResponseModel) HasCSRText ¶

HasCSRText returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCSRGenerationResponseModel) MarshalJSON ¶

func (*CSSCMSDataModelModelsCSRGenerationResponseModel) SetCSRFilePath ¶

SetCSRFilePath gets a reference to the given NullableString and assigns it to the CSRFilePath field.

func (*CSSCMSDataModelModelsCSRGenerationResponseModel) SetCSRFilePathNil ¶

func (o *CSSCMSDataModelModelsCSRGenerationResponseModel) SetCSRFilePathNil()

SetCSRFilePathNil sets the value for CSRFilePath to be an explicit nil

func (*CSSCMSDataModelModelsCSRGenerationResponseModel) SetCSRText ¶

SetCSRText gets a reference to the given NullableString and assigns it to the CSRText field.

func (*CSSCMSDataModelModelsCSRGenerationResponseModel) SetCSRTextNil ¶

SetCSRTextNil sets the value for CSRText to be an explicit nil

func (CSSCMSDataModelModelsCSRGenerationResponseModel) ToMap ¶

func (o CSSCMSDataModelModelsCSRGenerationResponseModel) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsCSRGenerationResponseModel) UnsetCSRFilePath ¶

UnsetCSRFilePath ensures that no value is present for CSRFilePath, not even an explicit nil

func (*CSSCMSDataModelModelsCSRGenerationResponseModel) UnsetCSRText ¶

UnsetCSRText ensures that no value is present for CSRText, not even an explicit nil

type CSSCMSDataModelModelsCertStoreContainerRequest ¶

type CSSCMSDataModelModelsCertStoreContainerRequest struct {
	Id                 *int32                                      `json:"Id,omitempty"`
	Name               NullableString                              `json:"Name,omitempty"`
	OverwriteSchedules *bool                                       `json:"OverwriteSchedules,omitempty"`
	Schedule           *KeyfactorCommonSchedulingKeyfactorSchedule `json:"Schedule,omitempty"`
	CertStoreType      *int32                                      `json:"CertStoreType,omitempty"`
	CertificateStores  []CSSCMSDataModelModelsCertificateStore     `json:"CertificateStores,omitempty"`
}

CSSCMSDataModelModelsCertStoreContainerRequest struct for CSSCMSDataModelModelsCertStoreContainerRequest

func NewCSSCMSDataModelModelsCertStoreContainerRequest ¶

func NewCSSCMSDataModelModelsCertStoreContainerRequest() *CSSCMSDataModelModelsCertStoreContainerRequest

NewCSSCMSDataModelModelsCertStoreContainerRequest instantiates a new CSSCMSDataModelModelsCertStoreContainerRequest 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 NewCSSCMSDataModelModelsCertStoreContainerRequestWithDefaults ¶

func NewCSSCMSDataModelModelsCertStoreContainerRequestWithDefaults() *CSSCMSDataModelModelsCertStoreContainerRequest

NewCSSCMSDataModelModelsCertStoreContainerRequestWithDefaults instantiates a new CSSCMSDataModelModelsCertStoreContainerRequest 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 (*CSSCMSDataModelModelsCertStoreContainerRequest) GetCertStoreType ¶

GetCertStoreType returns the CertStoreType field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertStoreContainerRequest) GetCertStoreTypeOk ¶

func (o *CSSCMSDataModelModelsCertStoreContainerRequest) GetCertStoreTypeOk() (*int32, bool)

GetCertStoreTypeOk returns a tuple with the CertStoreType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertStoreContainerRequest) GetCertificateStores ¶

GetCertificateStores returns the CertificateStores field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertStoreContainerRequest) GetCertificateStoresOk ¶

GetCertificateStoresOk returns a tuple with the CertificateStores field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertStoreContainerRequest) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertStoreContainerRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertStoreContainerRequest) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertStoreContainerRequest) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertStoreContainerRequest) GetOverwriteSchedules ¶

func (o *CSSCMSDataModelModelsCertStoreContainerRequest) GetOverwriteSchedules() bool

GetOverwriteSchedules returns the OverwriteSchedules field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertStoreContainerRequest) GetOverwriteSchedulesOk ¶

func (o *CSSCMSDataModelModelsCertStoreContainerRequest) GetOverwriteSchedulesOk() (*bool, bool)

GetOverwriteSchedulesOk returns a tuple with the OverwriteSchedules field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertStoreContainerRequest) GetSchedule ¶

GetSchedule returns the Schedule field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertStoreContainerRequest) GetScheduleOk ¶

GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertStoreContainerRequest) HasCertStoreType ¶

HasCertStoreType returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertStoreContainerRequest) HasCertificateStores ¶

func (o *CSSCMSDataModelModelsCertStoreContainerRequest) HasCertificateStores() bool

HasCertificateStores returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertStoreContainerRequest) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertStoreContainerRequest) HasName ¶

HasName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertStoreContainerRequest) HasOverwriteSchedules ¶

func (o *CSSCMSDataModelModelsCertStoreContainerRequest) HasOverwriteSchedules() bool

HasOverwriteSchedules returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertStoreContainerRequest) HasSchedule ¶

HasSchedule returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCertStoreContainerRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsCertStoreContainerRequest) SetCertStoreType ¶

SetCertStoreType gets a reference to the given int32 and assigns it to the CertStoreType field.

func (*CSSCMSDataModelModelsCertStoreContainerRequest) SetCertificateStores ¶

SetCertificateStores gets a reference to the given []CSSCMSDataModelModelsCertificateStore and assigns it to the CertificateStores field.

func (*CSSCMSDataModelModelsCertStoreContainerRequest) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsCertStoreContainerRequest) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CSSCMSDataModelModelsCertStoreContainerRequest) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*CSSCMSDataModelModelsCertStoreContainerRequest) SetOverwriteSchedules ¶

func (o *CSSCMSDataModelModelsCertStoreContainerRequest) SetOverwriteSchedules(v bool)

SetOverwriteSchedules gets a reference to the given bool and assigns it to the OverwriteSchedules field.

func (*CSSCMSDataModelModelsCertStoreContainerRequest) SetSchedule ¶

SetSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the Schedule field.

func (CSSCMSDataModelModelsCertStoreContainerRequest) ToMap ¶

func (o CSSCMSDataModelModelsCertStoreContainerRequest) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsCertStoreContainerRequest) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup ¶

type CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup struct {
	StoreType   NullableString                                                           `json:"StoreType,omitempty"`
	StoreTypeId *int32                                                                   `json:"StoreTypeId,omitempty"`
	StoreCount  *int32                                                                   `json:"StoreCount,omitempty"`
	Locations   []CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail `json:"Locations,omitempty"`
}

CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup struct for CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup

func NewCSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup ¶

func NewCSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup() *CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup

NewCSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup instantiates a new CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup 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 NewCSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroupWithDefaults ¶

func NewCSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroupWithDefaults() *CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup

NewCSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroupWithDefaults instantiates a new CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup 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 (*CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) GetLocations ¶

GetLocations returns the Locations field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) GetLocationsOk ¶

GetLocationsOk returns a tuple with the Locations field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) GetStoreCount ¶

GetStoreCount returns the StoreCount field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) GetStoreCountOk ¶

GetStoreCountOk returns a tuple with the StoreCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) GetStoreType ¶

GetStoreType returns the StoreType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) GetStoreTypeId ¶

GetStoreTypeId returns the StoreTypeId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) GetStoreTypeIdOk ¶

GetStoreTypeIdOk returns a tuple with the StoreTypeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) GetStoreTypeOk ¶

GetStoreTypeOk returns a tuple with the StoreType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) HasLocations ¶

HasLocations returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) HasStoreCount ¶

HasStoreCount returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) HasStoreType ¶

HasStoreType returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) HasStoreTypeId ¶

HasStoreTypeId returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) MarshalJSON ¶

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) SetLocations ¶

SetLocations gets a reference to the given []CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail and assigns it to the Locations field.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) SetStoreCount ¶

SetStoreCount gets a reference to the given int32 and assigns it to the StoreCount field.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) SetStoreType ¶

SetStoreType gets a reference to the given NullableString and assigns it to the StoreType field.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) SetStoreTypeId ¶

SetStoreTypeId gets a reference to the given int32 and assigns it to the StoreTypeId field.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) SetStoreTypeNil ¶

SetStoreTypeNil sets the value for StoreType to be an explicit nil

func (CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) ToMap ¶

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) UnsetStoreType ¶

UnsetStoreType ensures that no value is present for StoreType, not even an explicit nil

type CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail ¶

type CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail struct {
	StoreId       *string        `json:"StoreId,omitempty"`
	StoreTypeId   *int32         `json:"StoreTypeId,omitempty"`
	ClientMachine NullableString `json:"ClientMachine,omitempty"`
	StorePath     NullableString `json:"StorePath,omitempty"`
	AgentPool     NullableString `json:"AgentPool,omitempty"`
	Alias         NullableString `json:"Alias,omitempty"`
	IPAddress     NullableString `json:"IPAddress,omitempty"`
	Port          NullableInt32  `json:"Port,omitempty"`
	NetworkName   NullableString `json:"NetworkName,omitempty"`
}

CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail struct for CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail

func NewCSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail ¶

func NewCSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail() *CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail

NewCSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail instantiates a new CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail 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 NewCSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetailWithDefaults ¶

func NewCSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetailWithDefaults() *CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail

NewCSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetailWithDefaults instantiates a new CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail 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 (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) GetAgentPool ¶

GetAgentPool returns the AgentPool field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) GetAgentPoolOk ¶

GetAgentPoolOk returns a tuple with the AgentPool field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) GetAlias ¶

GetAlias returns the Alias field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) GetAliasOk ¶

GetAliasOk returns a tuple with the Alias field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) GetClientMachine ¶

GetClientMachine returns the ClientMachine field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) GetClientMachineOk ¶

GetClientMachineOk returns a tuple with the ClientMachine field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) GetIPAddress ¶

GetIPAddress returns the IPAddress field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) GetIPAddressOk ¶

GetIPAddressOk returns a tuple with the IPAddress field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) GetNetworkName ¶

GetNetworkName returns the NetworkName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) GetNetworkNameOk ¶

GetNetworkNameOk returns a tuple with the NetworkName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) GetPort ¶

GetPort returns the Port field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) GetPortOk ¶

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) GetStoreId ¶

GetStoreId returns the StoreId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) GetStoreIdOk ¶

GetStoreIdOk returns a tuple with the StoreId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) GetStorePath ¶

GetStorePath returns the StorePath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) GetStorePathOk ¶

GetStorePathOk returns a tuple with the StorePath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) GetStoreTypeId ¶

GetStoreTypeId returns the StoreTypeId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) GetStoreTypeIdOk ¶

GetStoreTypeIdOk returns a tuple with the StoreTypeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) HasAgentPool ¶

HasAgentPool returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) HasAlias ¶

HasAlias returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) HasClientMachine ¶

HasClientMachine returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) HasIPAddress ¶

HasIPAddress returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) HasNetworkName ¶

HasNetworkName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) HasPort ¶

HasPort returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) HasStoreId ¶

HasStoreId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) HasStorePath ¶

HasStorePath returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) HasStoreTypeId ¶

HasStoreTypeId returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) MarshalJSON ¶

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) SetAgentPool ¶

SetAgentPool gets a reference to the given NullableString and assigns it to the AgentPool field.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) SetAgentPoolNil ¶

SetAgentPoolNil sets the value for AgentPool to be an explicit nil

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) SetAlias ¶

SetAlias gets a reference to the given NullableString and assigns it to the Alias field.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) SetAliasNil ¶

SetAliasNil sets the value for Alias to be an explicit nil

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) SetClientMachine ¶

SetClientMachine gets a reference to the given NullableString and assigns it to the ClientMachine field.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) SetClientMachineNil ¶

SetClientMachineNil sets the value for ClientMachine to be an explicit nil

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) SetIPAddress ¶

SetIPAddress gets a reference to the given NullableString and assigns it to the IPAddress field.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) SetIPAddressNil ¶

SetIPAddressNil sets the value for IPAddress to be an explicit nil

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) SetNetworkName ¶

SetNetworkName gets a reference to the given NullableString and assigns it to the NetworkName field.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) SetNetworkNameNil ¶

SetNetworkNameNil sets the value for NetworkName to be an explicit nil

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) SetPort ¶

SetPort gets a reference to the given NullableInt32 and assigns it to the Port field.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) SetPortNil ¶

SetPortNil sets the value for Port to be an explicit nil

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) SetStoreId ¶

SetStoreId gets a reference to the given string and assigns it to the StoreId field.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) SetStorePath ¶

SetStorePath gets a reference to the given NullableString and assigns it to the StorePath field.

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) SetStorePathNil ¶

SetStorePathNil sets the value for StorePath to be an explicit nil

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) SetStoreTypeId ¶

SetStoreTypeId gets a reference to the given int32 and assigns it to the StoreTypeId field.

func (CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) ToMap ¶

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) UnsetAgentPool ¶

UnsetAgentPool ensures that no value is present for AgentPool, not even an explicit nil

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) UnsetAlias ¶

UnsetAlias ensures that no value is present for Alias, not even an explicit nil

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) UnsetClientMachine ¶

UnsetClientMachine ensures that no value is present for ClientMachine, not even an explicit nil

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) UnsetIPAddress ¶

UnsetIPAddress ensures that no value is present for IPAddress, not even an explicit nil

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) UnsetNetworkName ¶

UnsetNetworkName ensures that no value is present for NetworkName, not even an explicit nil

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) UnsetPort ¶

UnsetPort ensures that no value is present for Port, not even an explicit nil

func (*CSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) UnsetStorePath ¶

UnsetStorePath ensures that no value is present for StorePath, not even an explicit nil

type CSSCMSDataModelModelsCertStoreNewPasswordRequest ¶

type CSSCMSDataModelModelsCertStoreNewPasswordRequest struct {
	CertStoreId string      `json:"CertStoreId"`
	NewPassword interface{} `json:"NewPassword"`
}

CSSCMSDataModelModelsCertStoreNewPasswordRequest struct for CSSCMSDataModelModelsCertStoreNewPasswordRequest

func NewCSSCMSDataModelModelsCertStoreNewPasswordRequest ¶

func NewCSSCMSDataModelModelsCertStoreNewPasswordRequest(certStoreId string, newPassword interface{}) *CSSCMSDataModelModelsCertStoreNewPasswordRequest

NewCSSCMSDataModelModelsCertStoreNewPasswordRequest instantiates a new CSSCMSDataModelModelsCertStoreNewPasswordRequest 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 NewCSSCMSDataModelModelsCertStoreNewPasswordRequestWithDefaults ¶

func NewCSSCMSDataModelModelsCertStoreNewPasswordRequestWithDefaults() *CSSCMSDataModelModelsCertStoreNewPasswordRequest

NewCSSCMSDataModelModelsCertStoreNewPasswordRequestWithDefaults instantiates a new CSSCMSDataModelModelsCertStoreNewPasswordRequest 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 (*CSSCMSDataModelModelsCertStoreNewPasswordRequest) GetCertStoreId ¶

GetCertStoreId returns the CertStoreId field value

func (*CSSCMSDataModelModelsCertStoreNewPasswordRequest) GetCertStoreIdOk ¶

GetCertStoreIdOk returns a tuple with the CertStoreId field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertStoreNewPasswordRequest) GetNewPassword ¶

func (o *CSSCMSDataModelModelsCertStoreNewPasswordRequest) GetNewPassword() interface{}

GetNewPassword returns the NewPassword field value If the value is explicit nil, the zero value for interface{} will be returned

func (*CSSCMSDataModelModelsCertStoreNewPasswordRequest) GetNewPasswordOk ¶

func (o *CSSCMSDataModelModelsCertStoreNewPasswordRequest) GetNewPasswordOk() (*interface{}, bool)

GetNewPasswordOk returns a tuple with the NewPassword field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (CSSCMSDataModelModelsCertStoreNewPasswordRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsCertStoreNewPasswordRequest) SetCertStoreId ¶

SetCertStoreId sets field value

func (*CSSCMSDataModelModelsCertStoreNewPasswordRequest) SetNewPassword ¶

func (o *CSSCMSDataModelModelsCertStoreNewPasswordRequest) SetNewPassword(v interface{})

SetNewPassword sets field value

func (CSSCMSDataModelModelsCertStoreNewPasswordRequest) ToMap ¶

func (o CSSCMSDataModelModelsCertStoreNewPasswordRequest) ToMap() (map[string]interface{}, error)

type CSSCMSDataModelModelsCertStoreTypePasswordOptions ¶

type CSSCMSDataModelModelsCertStoreTypePasswordOptions struct {
	EntrySupported *bool                                             `json:"EntrySupported,omitempty"`
	StoreRequired  *bool                                             `json:"StoreRequired,omitempty"`
	Style          *CSSCMSDataModelEnumsCertStoreTypesPasswordStyles `json:"Style,omitempty"`
}

CSSCMSDataModelModelsCertStoreTypePasswordOptions struct for CSSCMSDataModelModelsCertStoreTypePasswordOptions

func NewCSSCMSDataModelModelsCertStoreTypePasswordOptions ¶

func NewCSSCMSDataModelModelsCertStoreTypePasswordOptions() *CSSCMSDataModelModelsCertStoreTypePasswordOptions

NewCSSCMSDataModelModelsCertStoreTypePasswordOptions instantiates a new CSSCMSDataModelModelsCertStoreTypePasswordOptions 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 NewCSSCMSDataModelModelsCertStoreTypePasswordOptionsWithDefaults ¶

func NewCSSCMSDataModelModelsCertStoreTypePasswordOptionsWithDefaults() *CSSCMSDataModelModelsCertStoreTypePasswordOptions

NewCSSCMSDataModelModelsCertStoreTypePasswordOptionsWithDefaults instantiates a new CSSCMSDataModelModelsCertStoreTypePasswordOptions 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 (*CSSCMSDataModelModelsCertStoreTypePasswordOptions) GetEntrySupported ¶

GetEntrySupported returns the EntrySupported field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertStoreTypePasswordOptions) GetEntrySupportedOk ¶

func (o *CSSCMSDataModelModelsCertStoreTypePasswordOptions) GetEntrySupportedOk() (*bool, bool)

GetEntrySupportedOk returns a tuple with the EntrySupported field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertStoreTypePasswordOptions) GetStoreRequired ¶

GetStoreRequired returns the StoreRequired field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertStoreTypePasswordOptions) GetStoreRequiredOk ¶

func (o *CSSCMSDataModelModelsCertStoreTypePasswordOptions) GetStoreRequiredOk() (*bool, bool)

GetStoreRequiredOk returns a tuple with the StoreRequired field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertStoreTypePasswordOptions) GetStyle ¶

GetStyle returns the Style field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertStoreTypePasswordOptions) GetStyleOk ¶

GetStyleOk returns a tuple with the Style field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertStoreTypePasswordOptions) HasEntrySupported ¶

HasEntrySupported returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertStoreTypePasswordOptions) HasStoreRequired ¶

HasStoreRequired returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertStoreTypePasswordOptions) HasStyle ¶

HasStyle returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCertStoreTypePasswordOptions) MarshalJSON ¶

func (*CSSCMSDataModelModelsCertStoreTypePasswordOptions) SetEntrySupported ¶

SetEntrySupported gets a reference to the given bool and assigns it to the EntrySupported field.

func (*CSSCMSDataModelModelsCertStoreTypePasswordOptions) SetStoreRequired ¶

SetStoreRequired gets a reference to the given bool and assigns it to the StoreRequired field.

func (*CSSCMSDataModelModelsCertStoreTypePasswordOptions) SetStyle ¶

SetStyle gets a reference to the given CSSCMSDataModelEnumsCertStoreTypesPasswordStyles and assigns it to the Style field.

func (CSSCMSDataModelModelsCertStoreTypePasswordOptions) ToMap ¶

func (o CSSCMSDataModelModelsCertStoreTypePasswordOptions) ToMap() (map[string]interface{}, error)

type CSSCMSDataModelModelsCertStoreTypeSupportedOperations ¶

type CSSCMSDataModelModelsCertStoreTypeSupportedOperations struct {
	Add        *bool `json:"Add,omitempty"`
	Create     *bool `json:"Create,omitempty"`
	Discovery  *bool `json:"Discovery,omitempty"`
	Enrollment *bool `json:"Enrollment,omitempty"`
	Remove     *bool `json:"Remove,omitempty"`
}

CSSCMSDataModelModelsCertStoreTypeSupportedOperations struct for CSSCMSDataModelModelsCertStoreTypeSupportedOperations

func NewCSSCMSDataModelModelsCertStoreTypeSupportedOperations ¶

func NewCSSCMSDataModelModelsCertStoreTypeSupportedOperations() *CSSCMSDataModelModelsCertStoreTypeSupportedOperations

NewCSSCMSDataModelModelsCertStoreTypeSupportedOperations instantiates a new CSSCMSDataModelModelsCertStoreTypeSupportedOperations 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 NewCSSCMSDataModelModelsCertStoreTypeSupportedOperationsWithDefaults ¶

func NewCSSCMSDataModelModelsCertStoreTypeSupportedOperationsWithDefaults() *CSSCMSDataModelModelsCertStoreTypeSupportedOperations

NewCSSCMSDataModelModelsCertStoreTypeSupportedOperationsWithDefaults instantiates a new CSSCMSDataModelModelsCertStoreTypeSupportedOperations 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 (*CSSCMSDataModelModelsCertStoreTypeSupportedOperations) GetAdd ¶

GetAdd returns the Add field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertStoreTypeSupportedOperations) GetAddOk ¶

GetAddOk returns a tuple with the Add field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertStoreTypeSupportedOperations) GetCreate ¶

GetCreate returns the Create field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertStoreTypeSupportedOperations) GetCreateOk ¶

GetCreateOk returns a tuple with the Create field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertStoreTypeSupportedOperations) GetDiscovery ¶

GetDiscovery returns the Discovery field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertStoreTypeSupportedOperations) GetDiscoveryOk ¶

GetDiscoveryOk returns a tuple with the Discovery field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertStoreTypeSupportedOperations) GetEnrollment ¶

GetEnrollment returns the Enrollment field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertStoreTypeSupportedOperations) GetEnrollmentOk ¶

GetEnrollmentOk returns a tuple with the Enrollment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertStoreTypeSupportedOperations) GetRemove ¶

GetRemove returns the Remove field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertStoreTypeSupportedOperations) GetRemoveOk ¶

GetRemoveOk returns a tuple with the Remove field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertStoreTypeSupportedOperations) HasAdd ¶

HasAdd returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertStoreTypeSupportedOperations) HasCreate ¶

HasCreate returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertStoreTypeSupportedOperations) HasDiscovery ¶

HasDiscovery returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertStoreTypeSupportedOperations) HasEnrollment ¶

HasEnrollment returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertStoreTypeSupportedOperations) HasRemove ¶

HasRemove returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCertStoreTypeSupportedOperations) MarshalJSON ¶

func (*CSSCMSDataModelModelsCertStoreTypeSupportedOperations) SetAdd ¶

SetAdd gets a reference to the given bool and assigns it to the Add field.

func (*CSSCMSDataModelModelsCertStoreTypeSupportedOperations) SetCreate ¶

SetCreate gets a reference to the given bool and assigns it to the Create field.

func (*CSSCMSDataModelModelsCertStoreTypeSupportedOperations) SetDiscovery ¶

SetDiscovery gets a reference to the given bool and assigns it to the Discovery field.

func (*CSSCMSDataModelModelsCertStoreTypeSupportedOperations) SetEnrollment ¶

SetEnrollment gets a reference to the given bool and assigns it to the Enrollment field.

func (*CSSCMSDataModelModelsCertStoreTypeSupportedOperations) SetRemove ¶

SetRemove gets a reference to the given bool and assigns it to the Remove field.

func (CSSCMSDataModelModelsCertStoreTypeSupportedOperations) ToMap ¶

type CSSCMSDataModelModelsCertStoresSchedule ¶

type CSSCMSDataModelModelsCertStoresSchedule struct {
	StoreIds []string                                    `json:"StoreIds"`
	Schedule *KeyfactorCommonSchedulingKeyfactorSchedule `json:"Schedule,omitempty"`
}

CSSCMSDataModelModelsCertStoresSchedule struct for CSSCMSDataModelModelsCertStoresSchedule

func NewCSSCMSDataModelModelsCertStoresSchedule ¶

func NewCSSCMSDataModelModelsCertStoresSchedule(storeIds []string) *CSSCMSDataModelModelsCertStoresSchedule

NewCSSCMSDataModelModelsCertStoresSchedule instantiates a new CSSCMSDataModelModelsCertStoresSchedule 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 NewCSSCMSDataModelModelsCertStoresScheduleWithDefaults ¶

func NewCSSCMSDataModelModelsCertStoresScheduleWithDefaults() *CSSCMSDataModelModelsCertStoresSchedule

NewCSSCMSDataModelModelsCertStoresScheduleWithDefaults instantiates a new CSSCMSDataModelModelsCertStoresSchedule 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 (*CSSCMSDataModelModelsCertStoresSchedule) GetSchedule ¶

GetSchedule returns the Schedule field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertStoresSchedule) GetScheduleOk ¶

GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertStoresSchedule) GetStoreIds ¶

GetStoreIds returns the StoreIds field value

func (*CSSCMSDataModelModelsCertStoresSchedule) GetStoreIdsOk ¶

func (o *CSSCMSDataModelModelsCertStoresSchedule) GetStoreIdsOk() ([]string, bool)

GetStoreIdsOk returns a tuple with the StoreIds field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertStoresSchedule) HasSchedule ¶

HasSchedule returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCertStoresSchedule) MarshalJSON ¶

func (o CSSCMSDataModelModelsCertStoresSchedule) MarshalJSON() ([]byte, error)

func (*CSSCMSDataModelModelsCertStoresSchedule) SetSchedule ¶

SetSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the Schedule field.

func (*CSSCMSDataModelModelsCertStoresSchedule) SetStoreIds ¶

func (o *CSSCMSDataModelModelsCertStoresSchedule) SetStoreIds(v []string)

SetStoreIds sets field value

func (CSSCMSDataModelModelsCertStoresSchedule) ToMap ¶

func (o CSSCMSDataModelModelsCertStoresSchedule) ToMap() (map[string]interface{}, error)

type CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate ¶

type CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate struct {
	IssuedDN       NullableString `json:"IssuedDN,omitempty"`
	IssuerDN       NullableString `json:"IssuerDN,omitempty"`
	Thumbprint     NullableString `json:"Thumbprint,omitempty"`
	ExpirationDate *time.Time     `json:"ExpirationDate,omitempty"`
}

CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate struct for CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate

func NewCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate ¶

func NewCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate() *CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate

NewCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate instantiates a new CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate 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 NewCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificateWithDefaults ¶

func NewCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificateWithDefaults() *CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate

NewCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificateWithDefaults instantiates a new CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate 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 (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) GetExpirationDate ¶

GetExpirationDate returns the ExpirationDate field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) GetExpirationDateOk ¶

GetExpirationDateOk returns a tuple with the ExpirationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) GetIssuedDN ¶

GetIssuedDN returns the IssuedDN field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) GetIssuedDNOk ¶

GetIssuedDNOk returns a tuple with the IssuedDN field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) GetIssuerDN ¶

GetIssuerDN returns the IssuerDN field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) GetIssuerDNOk ¶

GetIssuerDNOk returns a tuple with the IssuerDN field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) GetThumbprint ¶

GetThumbprint returns the Thumbprint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) GetThumbprintOk ¶

GetThumbprintOk returns a tuple with the Thumbprint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) HasExpirationDate ¶

HasExpirationDate returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) HasIssuedDN ¶

HasIssuedDN returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) HasIssuerDN ¶

HasIssuerDN returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) HasThumbprint ¶

HasThumbprint returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) MarshalJSON ¶

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) SetExpirationDate ¶

SetExpirationDate gets a reference to the given time.Time and assigns it to the ExpirationDate field.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) SetIssuedDN ¶

SetIssuedDN gets a reference to the given NullableString and assigns it to the IssuedDN field.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) SetIssuedDNNil ¶

SetIssuedDNNil sets the value for IssuedDN to be an explicit nil

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) SetIssuerDN ¶

SetIssuerDN gets a reference to the given NullableString and assigns it to the IssuerDN field.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) SetIssuerDNNil ¶

SetIssuerDNNil sets the value for IssuerDN to be an explicit nil

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) SetThumbprint ¶

SetThumbprint gets a reference to the given NullableString and assigns it to the Thumbprint field.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) SetThumbprintNil ¶

SetThumbprintNil sets the value for Thumbprint to be an explicit nil

func (CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) ToMap ¶

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) UnsetIssuedDN ¶

UnsetIssuedDN ensures that no value is present for IssuedDN, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) UnsetIssuerDN ¶

UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) UnsetThumbprint ¶

UnsetThumbprint ensures that no value is present for Thumbprint, not even an explicit nil

type CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest ¶

type CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest struct {
	Id                      *int32                                   `json:"Id,omitempty"`
	CAType                  *CSSCMSCoreEnumsCertificateAuthorityType `json:"CAType,omitempty"`
	ExplicitCredentials     *bool                                    `json:"ExplicitCredentials,omitempty"`
	ExplicitPassword        *CSSCMSDataModelModelsKeyfactorAPISecret `json:"ExplicitPassword,omitempty"`
	ExplicitUser            NullableString                           `json:"ExplicitUser,omitempty"`
	AuthCertificatePassword *CSSCMSDataModelModelsKeyfactorAPISecret `json:"AuthCertificatePassword,omitempty"`
	AuthCertificate         *CSSCMSDataModelModelsKeyfactorAPISecret `json:"AuthCertificate,omitempty"`
	LogicalName             NullableString                           `json:"LogicalName,omitempty"`
	HostName                NullableString                           `json:"HostName,omitempty"`
	ForestRoot              NullableString                           `json:"ForestRoot,omitempty"`
	ConfigurationTenant     NullableString                           `json:"ConfigurationTenant,omitempty"`
	ClientSecret            *CSSCMSDataModelModelsKeyfactorAPISecret `json:"ClientSecret,omitempty"`
	ClientId                NullableString                           `json:"ClientId,omitempty"`
	TokenURL                NullableString                           `json:"TokenURL,omitempty"`
	Scope                   NullableString                           `json:"Scope,omitempty"`
	UseCAConnector          *bool                                    `json:"UseCAConnector,omitempty"`
	ConnectorPool           NullableString                           `json:"ConnectorPool,omitempty"`
	Audience                NullableString                           `json:"Audience,omitempty"`
	Remote                  *bool                                    `json:"Remote,omitempty"`
}

CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest struct for CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest

func NewCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest ¶

func NewCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest() *CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest

NewCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest instantiates a new CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest 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 NewCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequestWithDefaults ¶

func NewCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequestWithDefaults() *CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest

NewCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequestWithDefaults instantiates a new CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest 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 (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetAudience ¶

GetAudience returns the Audience field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetAudienceOk ¶

GetAudienceOk returns a tuple with the Audience field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetAuthCertificate ¶

GetAuthCertificate returns the AuthCertificate field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetAuthCertificateOk ¶

GetAuthCertificateOk returns a tuple with the AuthCertificate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetAuthCertificatePassword ¶

GetAuthCertificatePassword returns the AuthCertificatePassword field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetAuthCertificatePasswordOk ¶

GetAuthCertificatePasswordOk returns a tuple with the AuthCertificatePassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetCAType ¶

GetCAType returns the CAType field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetCATypeOk ¶

GetCATypeOk returns a tuple with the CAType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetClientId ¶

GetClientId returns the ClientId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetClientIdOk ¶

GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetClientSecret ¶

GetClientSecret returns the ClientSecret field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetClientSecretOk ¶

GetClientSecretOk returns a tuple with the ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetConfigurationTenant ¶

GetConfigurationTenant returns the ConfigurationTenant field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetConfigurationTenantOk ¶

GetConfigurationTenantOk returns a tuple with the ConfigurationTenant field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetConnectorPool ¶

GetConnectorPool returns the ConnectorPool field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetConnectorPoolOk ¶

GetConnectorPoolOk returns a tuple with the ConnectorPool field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetExplicitCredentials ¶

GetExplicitCredentials returns the ExplicitCredentials field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetExplicitCredentialsOk ¶

GetExplicitCredentialsOk returns a tuple with the ExplicitCredentials field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetExplicitPassword ¶

GetExplicitPassword returns the ExplicitPassword field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetExplicitPasswordOk ¶

GetExplicitPasswordOk returns a tuple with the ExplicitPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetExplicitUser ¶

GetExplicitUser returns the ExplicitUser field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetExplicitUserOk ¶

GetExplicitUserOk returns a tuple with the ExplicitUser field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetForestRoot ¶

GetForestRoot returns the ForestRoot field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetForestRootOk ¶

GetForestRootOk returns a tuple with the ForestRoot field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetHostName ¶

GetHostName returns the HostName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetHostNameOk ¶

GetHostNameOk returns a tuple with the HostName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetLogicalName ¶

GetLogicalName returns the LogicalName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetLogicalNameOk ¶

GetLogicalNameOk returns a tuple with the LogicalName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetRemote ¶

GetRemote returns the Remote field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetRemoteOk ¶

GetRemoteOk returns a tuple with the Remote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetScope ¶

GetScope returns the Scope field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetScopeOk ¶

GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetTokenURL ¶

GetTokenURL returns the TokenURL field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetTokenURLOk ¶

GetTokenURLOk returns a tuple with the TokenURL field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetUseCAConnector ¶

GetUseCAConnector returns the UseCAConnector field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) GetUseCAConnectorOk ¶

GetUseCAConnectorOk returns a tuple with the UseCAConnector field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) HasAudience ¶

HasAudience returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) HasAuthCertificate ¶

HasAuthCertificate returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) HasAuthCertificatePassword ¶

HasAuthCertificatePassword returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) HasCAType ¶

HasCAType returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) HasClientId ¶

HasClientId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) HasClientSecret ¶

HasClientSecret returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) HasConfigurationTenant ¶

HasConfigurationTenant returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) HasConnectorPool ¶

HasConnectorPool returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) HasExplicitCredentials ¶

HasExplicitCredentials returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) HasExplicitPassword ¶

HasExplicitPassword returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) HasExplicitUser ¶

HasExplicitUser returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) HasForestRoot ¶

HasForestRoot returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) HasHostName ¶

HasHostName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) HasLogicalName ¶

HasLogicalName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) HasRemote ¶

HasRemote returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) HasScope ¶

HasScope returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) HasTokenURL ¶

HasTokenURL returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) HasUseCAConnector ¶

HasUseCAConnector returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetAudience ¶

SetAudience gets a reference to the given NullableString and assigns it to the Audience field.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetAudienceNil ¶

SetAudienceNil sets the value for Audience to be an explicit nil

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetAuthCertificate ¶

SetAuthCertificate gets a reference to the given CSSCMSDataModelModelsKeyfactorAPISecret and assigns it to the AuthCertificate field.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetAuthCertificatePassword ¶

SetAuthCertificatePassword gets a reference to the given CSSCMSDataModelModelsKeyfactorAPISecret and assigns it to the AuthCertificatePassword field.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetCAType ¶

SetCAType gets a reference to the given CSSCMSCoreEnumsCertificateAuthorityType and assigns it to the CAType field.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetClientId ¶

SetClientId gets a reference to the given NullableString and assigns it to the ClientId field.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetClientIdNil ¶

SetClientIdNil sets the value for ClientId to be an explicit nil

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetClientSecret ¶

SetClientSecret gets a reference to the given CSSCMSDataModelModelsKeyfactorAPISecret and assigns it to the ClientSecret field.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetConfigurationTenant ¶

SetConfigurationTenant gets a reference to the given NullableString and assigns it to the ConfigurationTenant field.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetConfigurationTenantNil ¶

SetConfigurationTenantNil sets the value for ConfigurationTenant to be an explicit nil

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetConnectorPool ¶

SetConnectorPool gets a reference to the given NullableString and assigns it to the ConnectorPool field.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetConnectorPoolNil ¶

SetConnectorPoolNil sets the value for ConnectorPool to be an explicit nil

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetExplicitCredentials ¶

SetExplicitCredentials gets a reference to the given bool and assigns it to the ExplicitCredentials field.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetExplicitPassword ¶

SetExplicitPassword gets a reference to the given CSSCMSDataModelModelsKeyfactorAPISecret and assigns it to the ExplicitPassword field.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetExplicitUser ¶

SetExplicitUser gets a reference to the given NullableString and assigns it to the ExplicitUser field.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetExplicitUserNil ¶

SetExplicitUserNil sets the value for ExplicitUser to be an explicit nil

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetForestRoot ¶

SetForestRoot gets a reference to the given NullableString and assigns it to the ForestRoot field.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetForestRootNil ¶

SetForestRootNil sets the value for ForestRoot to be an explicit nil

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetHostName ¶

SetHostName gets a reference to the given NullableString and assigns it to the HostName field.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetHostNameNil ¶

SetHostNameNil sets the value for HostName to be an explicit nil

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetLogicalName ¶

SetLogicalName gets a reference to the given NullableString and assigns it to the LogicalName field.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetLogicalNameNil ¶

SetLogicalNameNil sets the value for LogicalName to be an explicit nil

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetRemote ¶

SetRemote gets a reference to the given bool and assigns it to the Remote field.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetScope ¶

SetScope gets a reference to the given NullableString and assigns it to the Scope field.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetScopeNil ¶

SetScopeNil sets the value for Scope to be an explicit nil

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetTokenURL ¶

SetTokenURL gets a reference to the given NullableString and assigns it to the TokenURL field.

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetTokenURLNil ¶

SetTokenURLNil sets the value for TokenURL to be an explicit nil

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) SetUseCAConnector ¶

SetUseCAConnector gets a reference to the given bool and assigns it to the UseCAConnector field.

func (CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) ToMap ¶

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) UnsetAudience ¶

UnsetAudience ensures that no value is present for Audience, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) UnsetClientId ¶

UnsetClientId ensures that no value is present for ClientId, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) UnsetConfigurationTenant ¶

UnsetConfigurationTenant ensures that no value is present for ConfigurationTenant, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) UnsetConnectorPool ¶

UnsetConnectorPool ensures that no value is present for ConnectorPool, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) UnsetExplicitUser ¶

UnsetExplicitUser ensures that no value is present for ExplicitUser, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) UnsetForestRoot ¶

UnsetForestRoot ensures that no value is present for ForestRoot, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) UnsetHostName ¶

UnsetHostName ensures that no value is present for HostName, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) UnsetLogicalName ¶

UnsetLogicalName ensures that no value is present for LogicalName, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) UnsetScope ¶

UnsetScope ensures that no value is present for Scope, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) UnsetTokenURL ¶

UnsetTokenURL ensures that no value is present for TokenURL, not even an explicit nil

type CSSCMSDataModelModelsCertificateCollectionNavItem ¶

type CSSCMSDataModelModelsCertificateCollectionNavItem struct {
	Id   *int32         `json:"Id,omitempty"`
	Name NullableString `json:"Name,omitempty"`
}

CSSCMSDataModelModelsCertificateCollectionNavItem struct for CSSCMSDataModelModelsCertificateCollectionNavItem

func NewCSSCMSDataModelModelsCertificateCollectionNavItem ¶

func NewCSSCMSDataModelModelsCertificateCollectionNavItem() *CSSCMSDataModelModelsCertificateCollectionNavItem

NewCSSCMSDataModelModelsCertificateCollectionNavItem instantiates a new CSSCMSDataModelModelsCertificateCollectionNavItem 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 NewCSSCMSDataModelModelsCertificateCollectionNavItemWithDefaults ¶

func NewCSSCMSDataModelModelsCertificateCollectionNavItemWithDefaults() *CSSCMSDataModelModelsCertificateCollectionNavItem

NewCSSCMSDataModelModelsCertificateCollectionNavItemWithDefaults instantiates a new CSSCMSDataModelModelsCertificateCollectionNavItem 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 (*CSSCMSDataModelModelsCertificateCollectionNavItem) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateCollectionNavItem) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateCollectionNavItem) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateCollectionNavItem) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateCollectionNavItem) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateCollectionNavItem) HasName ¶

HasName returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCertificateCollectionNavItem) MarshalJSON ¶

func (*CSSCMSDataModelModelsCertificateCollectionNavItem) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsCertificateCollectionNavItem) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CSSCMSDataModelModelsCertificateCollectionNavItem) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (CSSCMSDataModelModelsCertificateCollectionNavItem) ToMap ¶

func (o CSSCMSDataModelModelsCertificateCollectionNavItem) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsCertificateCollectionNavItem) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type CSSCMSDataModelModelsCertificateDetails ¶

type CSSCMSDataModelModelsCertificateDetails struct {
	IssuedDN    NullableString    `json:"IssuedDN,omitempty"`
	IssuerDN    NullableString    `json:"IssuerDN,omitempty"`
	Thumbprint  NullableString    `json:"Thumbprint,omitempty"`
	NotAfter    *time.Time        `json:"NotAfter,omitempty"`
	NotBefore   *time.Time        `json:"NotBefore,omitempty"`
	Metadata    map[string]string `json:"Metadata,omitempty"`
	IsEndEntity *bool             `json:"IsEndEntity,omitempty"`
}

CSSCMSDataModelModelsCertificateDetails struct for CSSCMSDataModelModelsCertificateDetails

func NewCSSCMSDataModelModelsCertificateDetails ¶

func NewCSSCMSDataModelModelsCertificateDetails() *CSSCMSDataModelModelsCertificateDetails

NewCSSCMSDataModelModelsCertificateDetails instantiates a new CSSCMSDataModelModelsCertificateDetails 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 NewCSSCMSDataModelModelsCertificateDetailsWithDefaults ¶

func NewCSSCMSDataModelModelsCertificateDetailsWithDefaults() *CSSCMSDataModelModelsCertificateDetails

NewCSSCMSDataModelModelsCertificateDetailsWithDefaults instantiates a new CSSCMSDataModelModelsCertificateDetails 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 (*CSSCMSDataModelModelsCertificateDetails) GetIsEndEntity ¶

func (o *CSSCMSDataModelModelsCertificateDetails) GetIsEndEntity() bool

GetIsEndEntity returns the IsEndEntity field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateDetails) GetIsEndEntityOk ¶

func (o *CSSCMSDataModelModelsCertificateDetails) GetIsEndEntityOk() (*bool, bool)

GetIsEndEntityOk returns a tuple with the IsEndEntity field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateDetails) GetIssuedDN ¶

GetIssuedDN returns the IssuedDN field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateDetails) GetIssuedDNOk ¶

func (o *CSSCMSDataModelModelsCertificateDetails) GetIssuedDNOk() (*string, bool)

GetIssuedDNOk returns a tuple with the IssuedDN field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateDetails) GetIssuerDN ¶

GetIssuerDN returns the IssuerDN field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateDetails) GetIssuerDNOk ¶

func (o *CSSCMSDataModelModelsCertificateDetails) GetIssuerDNOk() (*string, bool)

GetIssuerDNOk returns a tuple with the IssuerDN field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateDetails) GetMetadata ¶

GetMetadata returns the Metadata field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateDetails) GetMetadataOk ¶

func (o *CSSCMSDataModelModelsCertificateDetails) GetMetadataOk() (*map[string]string, bool)

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateDetails) GetNotAfter ¶

GetNotAfter returns the NotAfter field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateDetails) GetNotAfterOk ¶

func (o *CSSCMSDataModelModelsCertificateDetails) GetNotAfterOk() (*time.Time, bool)

GetNotAfterOk returns a tuple with the NotAfter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateDetails) GetNotBefore ¶

GetNotBefore returns the NotBefore field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateDetails) GetNotBeforeOk ¶

func (o *CSSCMSDataModelModelsCertificateDetails) GetNotBeforeOk() (*time.Time, bool)

GetNotBeforeOk returns a tuple with the NotBefore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateDetails) GetThumbprint ¶

GetThumbprint returns the Thumbprint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateDetails) GetThumbprintOk ¶

func (o *CSSCMSDataModelModelsCertificateDetails) GetThumbprintOk() (*string, bool)

GetThumbprintOk returns a tuple with the Thumbprint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateDetails) HasIsEndEntity ¶

func (o *CSSCMSDataModelModelsCertificateDetails) HasIsEndEntity() bool

HasIsEndEntity returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateDetails) HasIssuedDN ¶

HasIssuedDN returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateDetails) HasIssuerDN ¶

HasIssuerDN returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateDetails) HasMetadata ¶

HasMetadata returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateDetails) HasNotAfter ¶

HasNotAfter returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateDetails) HasNotBefore ¶

HasNotBefore returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateDetails) HasThumbprint ¶

func (o *CSSCMSDataModelModelsCertificateDetails) HasThumbprint() bool

HasThumbprint returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCertificateDetails) MarshalJSON ¶

func (o CSSCMSDataModelModelsCertificateDetails) MarshalJSON() ([]byte, error)

func (*CSSCMSDataModelModelsCertificateDetails) SetIsEndEntity ¶

func (o *CSSCMSDataModelModelsCertificateDetails) SetIsEndEntity(v bool)

SetIsEndEntity gets a reference to the given bool and assigns it to the IsEndEntity field.

func (*CSSCMSDataModelModelsCertificateDetails) SetIssuedDN ¶

SetIssuedDN gets a reference to the given NullableString and assigns it to the IssuedDN field.

func (*CSSCMSDataModelModelsCertificateDetails) SetIssuedDNNil ¶

func (o *CSSCMSDataModelModelsCertificateDetails) SetIssuedDNNil()

SetIssuedDNNil sets the value for IssuedDN to be an explicit nil

func (*CSSCMSDataModelModelsCertificateDetails) SetIssuerDN ¶

SetIssuerDN gets a reference to the given NullableString and assigns it to the IssuerDN field.

func (*CSSCMSDataModelModelsCertificateDetails) SetIssuerDNNil ¶

func (o *CSSCMSDataModelModelsCertificateDetails) SetIssuerDNNil()

SetIssuerDNNil sets the value for IssuerDN to be an explicit nil

func (*CSSCMSDataModelModelsCertificateDetails) SetMetadata ¶

SetMetadata gets a reference to the given map[string]string and assigns it to the Metadata field.

func (*CSSCMSDataModelModelsCertificateDetails) SetNotAfter ¶

SetNotAfter gets a reference to the given time.Time and assigns it to the NotAfter field.

func (*CSSCMSDataModelModelsCertificateDetails) SetNotBefore ¶

SetNotBefore gets a reference to the given time.Time and assigns it to the NotBefore field.

func (*CSSCMSDataModelModelsCertificateDetails) SetThumbprint ¶

func (o *CSSCMSDataModelModelsCertificateDetails) SetThumbprint(v string)

SetThumbprint gets a reference to the given NullableString and assigns it to the Thumbprint field.

func (*CSSCMSDataModelModelsCertificateDetails) SetThumbprintNil ¶

func (o *CSSCMSDataModelModelsCertificateDetails) SetThumbprintNil()

SetThumbprintNil sets the value for Thumbprint to be an explicit nil

func (CSSCMSDataModelModelsCertificateDetails) ToMap ¶

func (o CSSCMSDataModelModelsCertificateDetails) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsCertificateDetails) UnsetIssuedDN ¶

func (o *CSSCMSDataModelModelsCertificateDetails) UnsetIssuedDN()

UnsetIssuedDN ensures that no value is present for IssuedDN, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateDetails) UnsetIssuerDN ¶

func (o *CSSCMSDataModelModelsCertificateDetails) UnsetIssuerDN()

UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateDetails) UnsetThumbprint ¶

func (o *CSSCMSDataModelModelsCertificateDetails) UnsetThumbprint()

UnsetThumbprint ensures that no value is present for Thumbprint, not even an explicit nil

type CSSCMSDataModelModelsCertificateDownloadResponse ¶

type CSSCMSDataModelModelsCertificateDownloadResponse struct {
	Content NullableString `json:"Content,omitempty"`
}

CSSCMSDataModelModelsCertificateDownloadResponse struct for CSSCMSDataModelModelsCertificateDownloadResponse

func NewCSSCMSDataModelModelsCertificateDownloadResponse ¶

func NewCSSCMSDataModelModelsCertificateDownloadResponse() *CSSCMSDataModelModelsCertificateDownloadResponse

NewCSSCMSDataModelModelsCertificateDownloadResponse instantiates a new CSSCMSDataModelModelsCertificateDownloadResponse 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 NewCSSCMSDataModelModelsCertificateDownloadResponseWithDefaults ¶

func NewCSSCMSDataModelModelsCertificateDownloadResponseWithDefaults() *CSSCMSDataModelModelsCertificateDownloadResponse

NewCSSCMSDataModelModelsCertificateDownloadResponseWithDefaults instantiates a new CSSCMSDataModelModelsCertificateDownloadResponse 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 (*CSSCMSDataModelModelsCertificateDownloadResponse) GetContent ¶

GetContent returns the Content field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateDownloadResponse) GetContentOk ¶

GetContentOk returns a tuple with the Content field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateDownloadResponse) HasContent ¶

HasContent returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCertificateDownloadResponse) MarshalJSON ¶

func (*CSSCMSDataModelModelsCertificateDownloadResponse) SetContent ¶

SetContent gets a reference to the given NullableString and assigns it to the Content field.

func (*CSSCMSDataModelModelsCertificateDownloadResponse) SetContentNil ¶

SetContentNil sets the value for Content to be an explicit nil

func (CSSCMSDataModelModelsCertificateDownloadResponse) ToMap ¶

func (o CSSCMSDataModelModelsCertificateDownloadResponse) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsCertificateDownloadResponse) UnsetContent ¶

UnsetContent ensures that no value is present for Content, not even an explicit nil

type CSSCMSDataModelModelsCertificateImportRequestModel ¶

type CSSCMSDataModelModelsCertificateImportRequestModel struct {
	Certificate   string                                               `json:"Certificate"`
	Password      NullableString                                       `json:"Password,omitempty"`
	Metadata      map[string]string                                    `json:"Metadata,omitempty"`
	StoreIds      []string                                             `json:"StoreIds,omitempty"`
	StoreTypes    []CSSCMSDataModelModelsEnrollmentManagementStoreType `json:"StoreTypes,omitempty"`
	Schedule      NullableTime                                         `json:"Schedule,omitempty"`
	OwnerRoleId   NullableInt32                                        `json:"OwnerRoleId,omitempty"`
	OwnerRoleName NullableString                                       `json:"OwnerRoleName,omitempty"`
}

CSSCMSDataModelModelsCertificateImportRequestModel struct for CSSCMSDataModelModelsCertificateImportRequestModel

func NewCSSCMSDataModelModelsCertificateImportRequestModel ¶

func NewCSSCMSDataModelModelsCertificateImportRequestModel(certificate string) *CSSCMSDataModelModelsCertificateImportRequestModel

NewCSSCMSDataModelModelsCertificateImportRequestModel instantiates a new CSSCMSDataModelModelsCertificateImportRequestModel 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 NewCSSCMSDataModelModelsCertificateImportRequestModelWithDefaults ¶

func NewCSSCMSDataModelModelsCertificateImportRequestModelWithDefaults() *CSSCMSDataModelModelsCertificateImportRequestModel

NewCSSCMSDataModelModelsCertificateImportRequestModelWithDefaults instantiates a new CSSCMSDataModelModelsCertificateImportRequestModel 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 (*CSSCMSDataModelModelsCertificateImportRequestModel) GetCertificate ¶

GetCertificate returns the Certificate field value

func (*CSSCMSDataModelModelsCertificateImportRequestModel) GetCertificateOk ¶

GetCertificateOk returns a tuple with the Certificate field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateImportRequestModel) GetMetadata ¶

GetMetadata returns the Metadata field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateImportRequestModel) GetMetadataOk ¶

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateImportRequestModel) GetOwnerRoleId ¶

GetOwnerRoleId returns the OwnerRoleId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateImportRequestModel) GetOwnerRoleIdOk ¶

GetOwnerRoleIdOk returns a tuple with the OwnerRoleId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateImportRequestModel) GetOwnerRoleName ¶

GetOwnerRoleName returns the OwnerRoleName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateImportRequestModel) GetOwnerRoleNameOk ¶

GetOwnerRoleNameOk returns a tuple with the OwnerRoleName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateImportRequestModel) GetPassword ¶

GetPassword returns the Password field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateImportRequestModel) GetPasswordOk ¶

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateImportRequestModel) GetSchedule ¶

GetSchedule returns the Schedule field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateImportRequestModel) GetScheduleOk ¶

GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateImportRequestModel) GetStoreIds ¶

GetStoreIds returns the StoreIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateImportRequestModel) GetStoreIdsOk ¶

GetStoreIdsOk returns a tuple with the StoreIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateImportRequestModel) GetStoreTypes ¶

GetStoreTypes returns the StoreTypes field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateImportRequestModel) GetStoreTypesOk ¶

GetStoreTypesOk returns a tuple with the StoreTypes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateImportRequestModel) HasMetadata ¶

HasMetadata returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateImportRequestModel) HasOwnerRoleId ¶

HasOwnerRoleId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateImportRequestModel) HasOwnerRoleName ¶

HasOwnerRoleName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateImportRequestModel) HasPassword ¶

HasPassword returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateImportRequestModel) HasSchedule ¶

HasSchedule returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateImportRequestModel) HasStoreIds ¶

HasStoreIds returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateImportRequestModel) HasStoreTypes ¶

HasStoreTypes returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCertificateImportRequestModel) MarshalJSON ¶

func (*CSSCMSDataModelModelsCertificateImportRequestModel) SetCertificate ¶

SetCertificate sets field value

func (*CSSCMSDataModelModelsCertificateImportRequestModel) SetMetadata ¶

SetMetadata gets a reference to the given map[string]string and assigns it to the Metadata field.

func (*CSSCMSDataModelModelsCertificateImportRequestModel) SetOwnerRoleId ¶

SetOwnerRoleId gets a reference to the given NullableInt32 and assigns it to the OwnerRoleId field.

func (*CSSCMSDataModelModelsCertificateImportRequestModel) SetOwnerRoleIdNil ¶

SetOwnerRoleIdNil sets the value for OwnerRoleId to be an explicit nil

func (*CSSCMSDataModelModelsCertificateImportRequestModel) SetOwnerRoleName ¶

SetOwnerRoleName gets a reference to the given NullableString and assigns it to the OwnerRoleName field.

func (*CSSCMSDataModelModelsCertificateImportRequestModel) SetOwnerRoleNameNil ¶

func (o *CSSCMSDataModelModelsCertificateImportRequestModel) SetOwnerRoleNameNil()

SetOwnerRoleNameNil sets the value for OwnerRoleName to be an explicit nil

func (*CSSCMSDataModelModelsCertificateImportRequestModel) SetPassword ¶

SetPassword gets a reference to the given NullableString and assigns it to the Password field.

func (*CSSCMSDataModelModelsCertificateImportRequestModel) SetPasswordNil ¶

SetPasswordNil sets the value for Password to be an explicit nil

func (*CSSCMSDataModelModelsCertificateImportRequestModel) SetSchedule ¶

SetSchedule gets a reference to the given NullableTime and assigns it to the Schedule field.

func (*CSSCMSDataModelModelsCertificateImportRequestModel) SetScheduleNil ¶

SetScheduleNil sets the value for Schedule to be an explicit nil

func (*CSSCMSDataModelModelsCertificateImportRequestModel) SetStoreIds ¶

SetStoreIds gets a reference to the given []string and assigns it to the StoreIds field.

func (*CSSCMSDataModelModelsCertificateImportRequestModel) SetStoreTypes ¶

SetStoreTypes gets a reference to the given []CSSCMSDataModelModelsEnrollmentManagementStoreType and assigns it to the StoreTypes field.

func (CSSCMSDataModelModelsCertificateImportRequestModel) ToMap ¶

func (*CSSCMSDataModelModelsCertificateImportRequestModel) UnsetOwnerRoleId ¶

UnsetOwnerRoleId ensures that no value is present for OwnerRoleId, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateImportRequestModel) UnsetOwnerRoleName ¶

UnsetOwnerRoleName ensures that no value is present for OwnerRoleName, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateImportRequestModel) UnsetPassword ¶

UnsetPassword ensures that no value is present for Password, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateImportRequestModel) UnsetSchedule ¶

UnsetSchedule ensures that no value is present for Schedule, not even an explicit nil

type CSSCMSDataModelModelsCertificateImportResponseModel ¶

type CSSCMSDataModelModelsCertificateImportResponseModel struct {
	ImportStatus     *CSSCMSDataModelEnumsCertificateSavedState      `json:"ImportStatus,omitempty"`
	JobStatus        *CSSCMSDataModelEnumsCertificateImportJobStatus `json:"JobStatus,omitempty"`
	InvalidKeystores []CSSCMSDataModelModelsInvalidKeystore          `json:"InvalidKeystores,omitempty"`
	Thumbprint       NullableString                                  `json:"Thumbprint,omitempty"`
}

CSSCMSDataModelModelsCertificateImportResponseModel struct for CSSCMSDataModelModelsCertificateImportResponseModel

func NewCSSCMSDataModelModelsCertificateImportResponseModel ¶

func NewCSSCMSDataModelModelsCertificateImportResponseModel() *CSSCMSDataModelModelsCertificateImportResponseModel

NewCSSCMSDataModelModelsCertificateImportResponseModel instantiates a new CSSCMSDataModelModelsCertificateImportResponseModel 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 NewCSSCMSDataModelModelsCertificateImportResponseModelWithDefaults ¶

func NewCSSCMSDataModelModelsCertificateImportResponseModelWithDefaults() *CSSCMSDataModelModelsCertificateImportResponseModel

NewCSSCMSDataModelModelsCertificateImportResponseModelWithDefaults instantiates a new CSSCMSDataModelModelsCertificateImportResponseModel 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 (*CSSCMSDataModelModelsCertificateImportResponseModel) GetImportStatus ¶

GetImportStatus returns the ImportStatus field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateImportResponseModel) GetImportStatusOk ¶

GetImportStatusOk returns a tuple with the ImportStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateImportResponseModel) GetInvalidKeystores ¶

GetInvalidKeystores returns the InvalidKeystores field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateImportResponseModel) GetInvalidKeystoresOk ¶

GetInvalidKeystoresOk returns a tuple with the InvalidKeystores field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateImportResponseModel) GetJobStatus ¶

GetJobStatus returns the JobStatus field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateImportResponseModel) GetJobStatusOk ¶

GetJobStatusOk returns a tuple with the JobStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateImportResponseModel) GetThumbprint ¶

GetThumbprint returns the Thumbprint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateImportResponseModel) GetThumbprintOk ¶

GetThumbprintOk returns a tuple with the Thumbprint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateImportResponseModel) HasImportStatus ¶

HasImportStatus returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateImportResponseModel) HasInvalidKeystores ¶

HasInvalidKeystores returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateImportResponseModel) HasJobStatus ¶

HasJobStatus returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateImportResponseModel) HasThumbprint ¶

HasThumbprint returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCertificateImportResponseModel) MarshalJSON ¶

func (*CSSCMSDataModelModelsCertificateImportResponseModel) SetImportStatus ¶

SetImportStatus gets a reference to the given CSSCMSDataModelEnumsCertificateSavedState and assigns it to the ImportStatus field.

func (*CSSCMSDataModelModelsCertificateImportResponseModel) SetInvalidKeystores ¶

SetInvalidKeystores gets a reference to the given []CSSCMSDataModelModelsInvalidKeystore and assigns it to the InvalidKeystores field.

func (*CSSCMSDataModelModelsCertificateImportResponseModel) SetJobStatus ¶

SetJobStatus gets a reference to the given CSSCMSDataModelEnumsCertificateImportJobStatus and assigns it to the JobStatus field.

func (*CSSCMSDataModelModelsCertificateImportResponseModel) SetThumbprint ¶

SetThumbprint gets a reference to the given NullableString and assigns it to the Thumbprint field.

func (*CSSCMSDataModelModelsCertificateImportResponseModel) SetThumbprintNil ¶

SetThumbprintNil sets the value for Thumbprint to be an explicit nil

func (CSSCMSDataModelModelsCertificateImportResponseModel) ToMap ¶

func (*CSSCMSDataModelModelsCertificateImportResponseModel) UnsetThumbprint ¶

UnsetThumbprint ensures that no value is present for Thumbprint, not even an explicit nil

type CSSCMSDataModelModelsCertificateLocationSpecifier ¶

type CSSCMSDataModelModelsCertificateLocationSpecifier struct {
	Alias              NullableString         `json:"Alias,omitempty"`
	CertificateStoreId *string                `json:"CertificateStoreId,omitempty"`
	JobFields          map[string]interface{} `json:"JobFields,omitempty"`
}

CSSCMSDataModelModelsCertificateLocationSpecifier struct for CSSCMSDataModelModelsCertificateLocationSpecifier

func NewCSSCMSDataModelModelsCertificateLocationSpecifier ¶

func NewCSSCMSDataModelModelsCertificateLocationSpecifier() *CSSCMSDataModelModelsCertificateLocationSpecifier

NewCSSCMSDataModelModelsCertificateLocationSpecifier instantiates a new CSSCMSDataModelModelsCertificateLocationSpecifier 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 NewCSSCMSDataModelModelsCertificateLocationSpecifierWithDefaults ¶

func NewCSSCMSDataModelModelsCertificateLocationSpecifierWithDefaults() *CSSCMSDataModelModelsCertificateLocationSpecifier

NewCSSCMSDataModelModelsCertificateLocationSpecifierWithDefaults instantiates a new CSSCMSDataModelModelsCertificateLocationSpecifier 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 (*CSSCMSDataModelModelsCertificateLocationSpecifier) GetAlias ¶

GetAlias returns the Alias field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateLocationSpecifier) GetAliasOk ¶

GetAliasOk returns a tuple with the Alias field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateLocationSpecifier) GetCertificateStoreId ¶

func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) GetCertificateStoreId() string

GetCertificateStoreId returns the CertificateStoreId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateLocationSpecifier) GetCertificateStoreIdOk ¶

func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) GetCertificateStoreIdOk() (*string, bool)

GetCertificateStoreIdOk returns a tuple with the CertificateStoreId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateLocationSpecifier) GetJobFields ¶

func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) GetJobFields() map[string]interface{}

GetJobFields returns the JobFields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateLocationSpecifier) GetJobFieldsOk ¶

func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) GetJobFieldsOk() (map[string]interface{}, bool)

GetJobFieldsOk returns a tuple with the JobFields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateLocationSpecifier) HasAlias ¶

HasAlias returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateLocationSpecifier) HasCertificateStoreId ¶

func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) HasCertificateStoreId() bool

HasCertificateStoreId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateLocationSpecifier) HasJobFields ¶

HasJobFields returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCertificateLocationSpecifier) MarshalJSON ¶

func (*CSSCMSDataModelModelsCertificateLocationSpecifier) SetAlias ¶

SetAlias gets a reference to the given NullableString and assigns it to the Alias field.

func (*CSSCMSDataModelModelsCertificateLocationSpecifier) SetAliasNil ¶

SetAliasNil sets the value for Alias to be an explicit nil

func (*CSSCMSDataModelModelsCertificateLocationSpecifier) SetCertificateStoreId ¶

func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) SetCertificateStoreId(v string)

SetCertificateStoreId gets a reference to the given string and assigns it to the CertificateStoreId field.

func (*CSSCMSDataModelModelsCertificateLocationSpecifier) SetJobFields ¶

func (o *CSSCMSDataModelModelsCertificateLocationSpecifier) SetJobFields(v map[string]interface{})

SetJobFields gets a reference to the given map[string]interface{} and assigns it to the JobFields field.

func (CSSCMSDataModelModelsCertificateLocationSpecifier) ToMap ¶

func (o CSSCMSDataModelModelsCertificateLocationSpecifier) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsCertificateLocationSpecifier) UnsetAlias ¶

UnsetAlias ensures that no value is present for Alias, not even an explicit nil

type CSSCMSDataModelModelsCertificateQuery ¶

type CSSCMSDataModelModelsCertificateQuery struct {
	Id                 *int32                               `json:"Id,omitempty"`
	Name               NullableString                       `json:"Name,omitempty"`
	Description        NullableString                       `json:"Description,omitempty"`
	Automated          *bool                                `json:"Automated,omitempty"`
	Content            NullableString                       `json:"Content,omitempty"`
	DuplicationField   *CSSCMSCoreEnumsDuplicateSubjectType `json:"DuplicationField,omitempty"`
	ShowOnDashboard    *bool                                `json:"ShowOnDashboard,omitempty"`
	Favorite           *bool                                `json:"Favorite,omitempty"`
	EstimatedCertCount *int32                               `json:"EstimatedCertCount,omitempty"`
	LastEstimated      NullableTime                         `json:"LastEstimated,omitempty"`
}

CSSCMSDataModelModelsCertificateQuery struct for CSSCMSDataModelModelsCertificateQuery

func NewCSSCMSDataModelModelsCertificateQuery ¶

func NewCSSCMSDataModelModelsCertificateQuery() *CSSCMSDataModelModelsCertificateQuery

NewCSSCMSDataModelModelsCertificateQuery instantiates a new CSSCMSDataModelModelsCertificateQuery 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 NewCSSCMSDataModelModelsCertificateQueryWithDefaults ¶

func NewCSSCMSDataModelModelsCertificateQueryWithDefaults() *CSSCMSDataModelModelsCertificateQuery

NewCSSCMSDataModelModelsCertificateQueryWithDefaults instantiates a new CSSCMSDataModelModelsCertificateQuery 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 (*CSSCMSDataModelModelsCertificateQuery) GetAutomated ¶

func (o *CSSCMSDataModelModelsCertificateQuery) GetAutomated() bool

GetAutomated returns the Automated field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateQuery) GetAutomatedOk ¶

func (o *CSSCMSDataModelModelsCertificateQuery) GetAutomatedOk() (*bool, bool)

GetAutomatedOk returns a tuple with the Automated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateQuery) GetContent ¶

GetContent returns the Content field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateQuery) GetContentOk ¶

func (o *CSSCMSDataModelModelsCertificateQuery) GetContentOk() (*string, bool)

GetContentOk returns a tuple with the Content field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateQuery) GetDescription ¶

func (o *CSSCMSDataModelModelsCertificateQuery) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateQuery) GetDescriptionOk ¶

func (o *CSSCMSDataModelModelsCertificateQuery) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateQuery) GetDuplicationField ¶

GetDuplicationField returns the DuplicationField field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateQuery) GetDuplicationFieldOk ¶

GetDuplicationFieldOk returns a tuple with the DuplicationField field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateQuery) GetEstimatedCertCount ¶

func (o *CSSCMSDataModelModelsCertificateQuery) GetEstimatedCertCount() int32

GetEstimatedCertCount returns the EstimatedCertCount field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateQuery) GetEstimatedCertCountOk ¶

func (o *CSSCMSDataModelModelsCertificateQuery) GetEstimatedCertCountOk() (*int32, bool)

GetEstimatedCertCountOk returns a tuple with the EstimatedCertCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateQuery) GetFavorite ¶

GetFavorite returns the Favorite field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateQuery) GetFavoriteOk ¶

func (o *CSSCMSDataModelModelsCertificateQuery) GetFavoriteOk() (*bool, bool)

GetFavoriteOk returns a tuple with the Favorite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateQuery) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateQuery) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateQuery) GetLastEstimated ¶

func (o *CSSCMSDataModelModelsCertificateQuery) GetLastEstimated() time.Time

GetLastEstimated returns the LastEstimated field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateQuery) GetLastEstimatedOk ¶

func (o *CSSCMSDataModelModelsCertificateQuery) GetLastEstimatedOk() (*time.Time, bool)

GetLastEstimatedOk returns a tuple with the LastEstimated field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateQuery) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateQuery) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateQuery) GetShowOnDashboard ¶

func (o *CSSCMSDataModelModelsCertificateQuery) GetShowOnDashboard() bool

GetShowOnDashboard returns the ShowOnDashboard field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateQuery) GetShowOnDashboardOk ¶

func (o *CSSCMSDataModelModelsCertificateQuery) GetShowOnDashboardOk() (*bool, bool)

GetShowOnDashboardOk returns a tuple with the ShowOnDashboard field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateQuery) HasAutomated ¶

func (o *CSSCMSDataModelModelsCertificateQuery) HasAutomated() bool

HasAutomated returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateQuery) HasContent ¶

HasContent returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateQuery) HasDescription ¶

func (o *CSSCMSDataModelModelsCertificateQuery) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateQuery) HasDuplicationField ¶

func (o *CSSCMSDataModelModelsCertificateQuery) HasDuplicationField() bool

HasDuplicationField returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateQuery) HasEstimatedCertCount ¶

func (o *CSSCMSDataModelModelsCertificateQuery) HasEstimatedCertCount() bool

HasEstimatedCertCount returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateQuery) HasFavorite ¶

HasFavorite returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateQuery) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateQuery) HasLastEstimated ¶

func (o *CSSCMSDataModelModelsCertificateQuery) HasLastEstimated() bool

HasLastEstimated returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateQuery) HasName ¶

HasName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateQuery) HasShowOnDashboard ¶

func (o *CSSCMSDataModelModelsCertificateQuery) HasShowOnDashboard() bool

HasShowOnDashboard returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCertificateQuery) MarshalJSON ¶

func (o CSSCMSDataModelModelsCertificateQuery) MarshalJSON() ([]byte, error)

func (*CSSCMSDataModelModelsCertificateQuery) SetAutomated ¶

func (o *CSSCMSDataModelModelsCertificateQuery) SetAutomated(v bool)

SetAutomated gets a reference to the given bool and assigns it to the Automated field.

func (*CSSCMSDataModelModelsCertificateQuery) SetContent ¶

SetContent gets a reference to the given NullableString and assigns it to the Content field.

func (*CSSCMSDataModelModelsCertificateQuery) SetContentNil ¶

func (o *CSSCMSDataModelModelsCertificateQuery) SetContentNil()

SetContentNil sets the value for Content to be an explicit nil

func (*CSSCMSDataModelModelsCertificateQuery) SetDescription ¶

func (o *CSSCMSDataModelModelsCertificateQuery) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*CSSCMSDataModelModelsCertificateQuery) SetDescriptionNil ¶

func (o *CSSCMSDataModelModelsCertificateQuery) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*CSSCMSDataModelModelsCertificateQuery) SetDuplicationField ¶

SetDuplicationField gets a reference to the given CSSCMSCoreEnumsDuplicateSubjectType and assigns it to the DuplicationField field.

func (*CSSCMSDataModelModelsCertificateQuery) SetEstimatedCertCount ¶

func (o *CSSCMSDataModelModelsCertificateQuery) SetEstimatedCertCount(v int32)

SetEstimatedCertCount gets a reference to the given int32 and assigns it to the EstimatedCertCount field.

func (*CSSCMSDataModelModelsCertificateQuery) SetFavorite ¶

func (o *CSSCMSDataModelModelsCertificateQuery) SetFavorite(v bool)

SetFavorite gets a reference to the given bool and assigns it to the Favorite field.

func (*CSSCMSDataModelModelsCertificateQuery) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsCertificateQuery) SetLastEstimated ¶

func (o *CSSCMSDataModelModelsCertificateQuery) SetLastEstimated(v time.Time)

SetLastEstimated gets a reference to the given NullableTime and assigns it to the LastEstimated field.

func (*CSSCMSDataModelModelsCertificateQuery) SetLastEstimatedNil ¶

func (o *CSSCMSDataModelModelsCertificateQuery) SetLastEstimatedNil()

SetLastEstimatedNil sets the value for LastEstimated to be an explicit nil

func (*CSSCMSDataModelModelsCertificateQuery) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CSSCMSDataModelModelsCertificateQuery) SetNameNil ¶

func (o *CSSCMSDataModelModelsCertificateQuery) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*CSSCMSDataModelModelsCertificateQuery) SetShowOnDashboard ¶

func (o *CSSCMSDataModelModelsCertificateQuery) SetShowOnDashboard(v bool)

SetShowOnDashboard gets a reference to the given bool and assigns it to the ShowOnDashboard field.

func (CSSCMSDataModelModelsCertificateQuery) ToMap ¶

func (o CSSCMSDataModelModelsCertificateQuery) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsCertificateQuery) UnsetContent ¶

func (o *CSSCMSDataModelModelsCertificateQuery) UnsetContent()

UnsetContent ensures that no value is present for Content, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateQuery) UnsetDescription ¶

func (o *CSSCMSDataModelModelsCertificateQuery) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateQuery) UnsetLastEstimated ¶

func (o *CSSCMSDataModelModelsCertificateQuery) UnsetLastEstimated()

UnsetLastEstimated ensures that no value is present for LastEstimated, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateQuery) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type CSSCMSDataModelModelsCertificateStore ¶

type CSSCMSDataModelModelsCertificateStore struct {
	Id                      *string                                     `json:"Id,omitempty"`
	DisplayName             NullableString                              `json:"DisplayName,omitempty"`
	ContainerId             NullableInt32                               `json:"ContainerId,omitempty"`
	ClientMachine           NullableString                              `json:"ClientMachine,omitempty"`
	Storepath               NullableString                              `json:"Storepath,omitempty"`
	CertStoreInventoryJobId NullableString                              `json:"CertStoreInventoryJobId,omitempty"`
	CertStoreType           *int32                                      `json:"CertStoreType,omitempty"`
	Approved                *bool                                       `json:"Approved,omitempty"`
	CreateIfMissing         *bool                                       `json:"CreateIfMissing,omitempty"`
	Properties              NullableString                              `json:"Properties,omitempty"`
	AgentId                 NullableString                              `json:"AgentId,omitempty"`
	AgentAssigned           *bool                                       `json:"AgentAssigned,omitempty"`
	ContainerName           NullableString                              `json:"ContainerName,omitempty"`
	InventorySchedule       *KeyfactorCommonSchedulingKeyfactorSchedule `json:"InventorySchedule,omitempty"`
	ReenrollmentStatus      *CSSCMSDataModelModelsReenrollmentStatus    `json:"ReenrollmentStatus,omitempty"`
	SetNewPasswordAllowed   *bool                                       `json:"SetNewPasswordAllowed,omitempty"`
	Password                *CSSCMSDataModelModelsKeyfactorSecret       `json:"Password,omitempty"`
}

CSSCMSDataModelModelsCertificateStore struct for CSSCMSDataModelModelsCertificateStore

func NewCSSCMSDataModelModelsCertificateStore ¶

func NewCSSCMSDataModelModelsCertificateStore() *CSSCMSDataModelModelsCertificateStore

NewCSSCMSDataModelModelsCertificateStore instantiates a new CSSCMSDataModelModelsCertificateStore 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 NewCSSCMSDataModelModelsCertificateStoreWithDefaults ¶

func NewCSSCMSDataModelModelsCertificateStoreWithDefaults() *CSSCMSDataModelModelsCertificateStore

NewCSSCMSDataModelModelsCertificateStoreWithDefaults instantiates a new CSSCMSDataModelModelsCertificateStore 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 (*CSSCMSDataModelModelsCertificateStore) GetAgentAssigned ¶

func (o *CSSCMSDataModelModelsCertificateStore) GetAgentAssigned() bool

GetAgentAssigned returns the AgentAssigned field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStore) GetAgentAssignedOk ¶

func (o *CSSCMSDataModelModelsCertificateStore) GetAgentAssignedOk() (*bool, bool)

GetAgentAssignedOk returns a tuple with the AgentAssigned field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStore) GetAgentId ¶

GetAgentId returns the AgentId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStore) GetAgentIdOk ¶

func (o *CSSCMSDataModelModelsCertificateStore) GetAgentIdOk() (*string, bool)

GetAgentIdOk returns a tuple with the AgentId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStore) GetApproved ¶

GetApproved returns the Approved field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStore) GetApprovedOk ¶

func (o *CSSCMSDataModelModelsCertificateStore) GetApprovedOk() (*bool, bool)

GetApprovedOk returns a tuple with the Approved field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStore) GetCertStoreInventoryJobId ¶

func (o *CSSCMSDataModelModelsCertificateStore) GetCertStoreInventoryJobId() string

GetCertStoreInventoryJobId returns the CertStoreInventoryJobId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStore) GetCertStoreInventoryJobIdOk ¶

func (o *CSSCMSDataModelModelsCertificateStore) GetCertStoreInventoryJobIdOk() (*string, bool)

GetCertStoreInventoryJobIdOk returns a tuple with the CertStoreInventoryJobId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStore) GetCertStoreType ¶

func (o *CSSCMSDataModelModelsCertificateStore) GetCertStoreType() int32

GetCertStoreType returns the CertStoreType field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStore) GetCertStoreTypeOk ¶

func (o *CSSCMSDataModelModelsCertificateStore) GetCertStoreTypeOk() (*int32, bool)

GetCertStoreTypeOk returns a tuple with the CertStoreType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStore) GetClientMachine ¶

func (o *CSSCMSDataModelModelsCertificateStore) GetClientMachine() string

GetClientMachine returns the ClientMachine field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStore) GetClientMachineOk ¶

func (o *CSSCMSDataModelModelsCertificateStore) GetClientMachineOk() (*string, bool)

GetClientMachineOk returns a tuple with the ClientMachine field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStore) GetContainerId ¶

func (o *CSSCMSDataModelModelsCertificateStore) GetContainerId() int32

GetContainerId returns the ContainerId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStore) GetContainerIdOk ¶

func (o *CSSCMSDataModelModelsCertificateStore) GetContainerIdOk() (*int32, bool)

GetContainerIdOk returns a tuple with the ContainerId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStore) GetContainerName ¶

func (o *CSSCMSDataModelModelsCertificateStore) GetContainerName() string

GetContainerName returns the ContainerName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStore) GetContainerNameOk ¶

func (o *CSSCMSDataModelModelsCertificateStore) GetContainerNameOk() (*string, bool)

GetContainerNameOk returns a tuple with the ContainerName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStore) GetCreateIfMissing ¶

func (o *CSSCMSDataModelModelsCertificateStore) GetCreateIfMissing() bool

GetCreateIfMissing returns the CreateIfMissing field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStore) GetCreateIfMissingOk ¶

func (o *CSSCMSDataModelModelsCertificateStore) GetCreateIfMissingOk() (*bool, bool)

GetCreateIfMissingOk returns a tuple with the CreateIfMissing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStore) GetDisplayName ¶

func (o *CSSCMSDataModelModelsCertificateStore) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStore) GetDisplayNameOk ¶

func (o *CSSCMSDataModelModelsCertificateStore) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStore) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStore) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStore) GetInventorySchedule ¶

GetInventorySchedule returns the InventorySchedule field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStore) GetInventoryScheduleOk ¶

GetInventoryScheduleOk returns a tuple with the InventorySchedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStore) GetPassword ¶

GetPassword returns the Password field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStore) GetPasswordOk ¶

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStore) GetProperties ¶

func (o *CSSCMSDataModelModelsCertificateStore) GetProperties() string

GetProperties returns the Properties field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStore) GetPropertiesOk ¶

func (o *CSSCMSDataModelModelsCertificateStore) GetPropertiesOk() (*string, bool)

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStore) GetReenrollmentStatus ¶

GetReenrollmentStatus returns the ReenrollmentStatus field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStore) GetReenrollmentStatusOk ¶

GetReenrollmentStatusOk returns a tuple with the ReenrollmentStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStore) GetSetNewPasswordAllowed ¶

func (o *CSSCMSDataModelModelsCertificateStore) GetSetNewPasswordAllowed() bool

GetSetNewPasswordAllowed returns the SetNewPasswordAllowed field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStore) GetSetNewPasswordAllowedOk ¶

func (o *CSSCMSDataModelModelsCertificateStore) GetSetNewPasswordAllowedOk() (*bool, bool)

GetSetNewPasswordAllowedOk returns a tuple with the SetNewPasswordAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStore) GetStorepath ¶

GetStorepath returns the Storepath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStore) GetStorepathOk ¶

func (o *CSSCMSDataModelModelsCertificateStore) GetStorepathOk() (*string, bool)

GetStorepathOk returns a tuple with the Storepath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStore) HasAgentAssigned ¶

func (o *CSSCMSDataModelModelsCertificateStore) HasAgentAssigned() bool

HasAgentAssigned returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStore) HasAgentId ¶

HasAgentId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStore) HasApproved ¶

HasApproved returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStore) HasCertStoreInventoryJobId ¶

func (o *CSSCMSDataModelModelsCertificateStore) HasCertStoreInventoryJobId() bool

HasCertStoreInventoryJobId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStore) HasCertStoreType ¶

func (o *CSSCMSDataModelModelsCertificateStore) HasCertStoreType() bool

HasCertStoreType returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStore) HasClientMachine ¶

func (o *CSSCMSDataModelModelsCertificateStore) HasClientMachine() bool

HasClientMachine returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStore) HasContainerId ¶

func (o *CSSCMSDataModelModelsCertificateStore) HasContainerId() bool

HasContainerId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStore) HasContainerName ¶

func (o *CSSCMSDataModelModelsCertificateStore) HasContainerName() bool

HasContainerName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStore) HasCreateIfMissing ¶

func (o *CSSCMSDataModelModelsCertificateStore) HasCreateIfMissing() bool

HasCreateIfMissing returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStore) HasDisplayName ¶

func (o *CSSCMSDataModelModelsCertificateStore) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStore) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStore) HasInventorySchedule ¶

func (o *CSSCMSDataModelModelsCertificateStore) HasInventorySchedule() bool

HasInventorySchedule returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStore) HasPassword ¶

HasPassword returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStore) HasProperties ¶

func (o *CSSCMSDataModelModelsCertificateStore) HasProperties() bool

HasProperties returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStore) HasReenrollmentStatus ¶

func (o *CSSCMSDataModelModelsCertificateStore) HasReenrollmentStatus() bool

HasReenrollmentStatus returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStore) HasSetNewPasswordAllowed ¶

func (o *CSSCMSDataModelModelsCertificateStore) HasSetNewPasswordAllowed() bool

HasSetNewPasswordAllowed returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStore) HasStorepath ¶

func (o *CSSCMSDataModelModelsCertificateStore) HasStorepath() bool

HasStorepath returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCertificateStore) MarshalJSON ¶

func (o CSSCMSDataModelModelsCertificateStore) MarshalJSON() ([]byte, error)

func (*CSSCMSDataModelModelsCertificateStore) SetAgentAssigned ¶

func (o *CSSCMSDataModelModelsCertificateStore) SetAgentAssigned(v bool)

SetAgentAssigned gets a reference to the given bool and assigns it to the AgentAssigned field.

func (*CSSCMSDataModelModelsCertificateStore) SetAgentId ¶

SetAgentId gets a reference to the given NullableString and assigns it to the AgentId field.

func (*CSSCMSDataModelModelsCertificateStore) SetAgentIdNil ¶

func (o *CSSCMSDataModelModelsCertificateStore) SetAgentIdNil()

SetAgentIdNil sets the value for AgentId to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStore) SetApproved ¶

func (o *CSSCMSDataModelModelsCertificateStore) SetApproved(v bool)

SetApproved gets a reference to the given bool and assigns it to the Approved field.

func (*CSSCMSDataModelModelsCertificateStore) SetCertStoreInventoryJobId ¶

func (o *CSSCMSDataModelModelsCertificateStore) SetCertStoreInventoryJobId(v string)

SetCertStoreInventoryJobId gets a reference to the given NullableString and assigns it to the CertStoreInventoryJobId field.

func (*CSSCMSDataModelModelsCertificateStore) SetCertStoreInventoryJobIdNil ¶

func (o *CSSCMSDataModelModelsCertificateStore) SetCertStoreInventoryJobIdNil()

SetCertStoreInventoryJobIdNil sets the value for CertStoreInventoryJobId to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStore) SetCertStoreType ¶

func (o *CSSCMSDataModelModelsCertificateStore) SetCertStoreType(v int32)

SetCertStoreType gets a reference to the given int32 and assigns it to the CertStoreType field.

func (*CSSCMSDataModelModelsCertificateStore) SetClientMachine ¶

func (o *CSSCMSDataModelModelsCertificateStore) SetClientMachine(v string)

SetClientMachine gets a reference to the given NullableString and assigns it to the ClientMachine field.

func (*CSSCMSDataModelModelsCertificateStore) SetClientMachineNil ¶

func (o *CSSCMSDataModelModelsCertificateStore) SetClientMachineNil()

SetClientMachineNil sets the value for ClientMachine to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStore) SetContainerId ¶

func (o *CSSCMSDataModelModelsCertificateStore) SetContainerId(v int32)

SetContainerId gets a reference to the given NullableInt32 and assigns it to the ContainerId field.

func (*CSSCMSDataModelModelsCertificateStore) SetContainerIdNil ¶

func (o *CSSCMSDataModelModelsCertificateStore) SetContainerIdNil()

SetContainerIdNil sets the value for ContainerId to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStore) SetContainerName ¶

func (o *CSSCMSDataModelModelsCertificateStore) SetContainerName(v string)

SetContainerName gets a reference to the given NullableString and assigns it to the ContainerName field.

func (*CSSCMSDataModelModelsCertificateStore) SetContainerNameNil ¶

func (o *CSSCMSDataModelModelsCertificateStore) SetContainerNameNil()

SetContainerNameNil sets the value for ContainerName to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStore) SetCreateIfMissing ¶

func (o *CSSCMSDataModelModelsCertificateStore) SetCreateIfMissing(v bool)

SetCreateIfMissing gets a reference to the given bool and assigns it to the CreateIfMissing field.

func (*CSSCMSDataModelModelsCertificateStore) SetDisplayName ¶

func (o *CSSCMSDataModelModelsCertificateStore) SetDisplayName(v string)

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*CSSCMSDataModelModelsCertificateStore) SetDisplayNameNil ¶

func (o *CSSCMSDataModelModelsCertificateStore) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStore) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*CSSCMSDataModelModelsCertificateStore) SetInventorySchedule ¶

SetInventorySchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the InventorySchedule field.

func (*CSSCMSDataModelModelsCertificateStore) SetPassword ¶

SetPassword gets a reference to the given CSSCMSDataModelModelsKeyfactorSecret and assigns it to the Password field.

func (*CSSCMSDataModelModelsCertificateStore) SetProperties ¶

func (o *CSSCMSDataModelModelsCertificateStore) SetProperties(v string)

SetProperties gets a reference to the given NullableString and assigns it to the Properties field.

func (*CSSCMSDataModelModelsCertificateStore) SetPropertiesNil ¶

func (o *CSSCMSDataModelModelsCertificateStore) SetPropertiesNil()

SetPropertiesNil sets the value for Properties to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStore) SetReenrollmentStatus ¶

SetReenrollmentStatus gets a reference to the given CSSCMSDataModelModelsReenrollmentStatus and assigns it to the ReenrollmentStatus field.

func (*CSSCMSDataModelModelsCertificateStore) SetSetNewPasswordAllowed ¶

func (o *CSSCMSDataModelModelsCertificateStore) SetSetNewPasswordAllowed(v bool)

SetSetNewPasswordAllowed gets a reference to the given bool and assigns it to the SetNewPasswordAllowed field.

func (*CSSCMSDataModelModelsCertificateStore) SetStorepath ¶

func (o *CSSCMSDataModelModelsCertificateStore) SetStorepath(v string)

SetStorepath gets a reference to the given NullableString and assigns it to the Storepath field.

func (*CSSCMSDataModelModelsCertificateStore) SetStorepathNil ¶

func (o *CSSCMSDataModelModelsCertificateStore) SetStorepathNil()

SetStorepathNil sets the value for Storepath to be an explicit nil

func (CSSCMSDataModelModelsCertificateStore) ToMap ¶

func (o CSSCMSDataModelModelsCertificateStore) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsCertificateStore) UnsetAgentId ¶

func (o *CSSCMSDataModelModelsCertificateStore) UnsetAgentId()

UnsetAgentId ensures that no value is present for AgentId, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateStore) UnsetCertStoreInventoryJobId ¶

func (o *CSSCMSDataModelModelsCertificateStore) UnsetCertStoreInventoryJobId()

UnsetCertStoreInventoryJobId ensures that no value is present for CertStoreInventoryJobId, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateStore) UnsetClientMachine ¶

func (o *CSSCMSDataModelModelsCertificateStore) UnsetClientMachine()

UnsetClientMachine ensures that no value is present for ClientMachine, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateStore) UnsetContainerId ¶

func (o *CSSCMSDataModelModelsCertificateStore) UnsetContainerId()

UnsetContainerId ensures that no value is present for ContainerId, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateStore) UnsetContainerName ¶

func (o *CSSCMSDataModelModelsCertificateStore) UnsetContainerName()

UnsetContainerName ensures that no value is present for ContainerName, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateStore) UnsetDisplayName ¶

func (o *CSSCMSDataModelModelsCertificateStore) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateStore) UnsetProperties ¶

func (o *CSSCMSDataModelModelsCertificateStore) UnsetProperties()

UnsetProperties ensures that no value is present for Properties, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateStore) UnsetStorepath ¶

func (o *CSSCMSDataModelModelsCertificateStore) UnsetStorepath()

UnsetStorepath ensures that no value is present for Storepath, not even an explicit nil

type CSSCMSDataModelModelsCertificateStoreContainerListResponse ¶

type CSSCMSDataModelModelsCertificateStoreContainerListResponse struct {
	Id                 *int32         `json:"Id,omitempty"`
	Name               NullableString `json:"Name,omitempty"`
	OverwriteSchedules *bool          `json:"OverwriteSchedules,omitempty"`
	Schedule           NullableString `json:"Schedule,omitempty"`
	CertStoreType      *int32         `json:"CertStoreType,omitempty"`
	StoreCount         NullableInt32  `json:"StoreCount,omitempty"`
}

CSSCMSDataModelModelsCertificateStoreContainerListResponse struct for CSSCMSDataModelModelsCertificateStoreContainerListResponse

func NewCSSCMSDataModelModelsCertificateStoreContainerListResponse ¶

func NewCSSCMSDataModelModelsCertificateStoreContainerListResponse() *CSSCMSDataModelModelsCertificateStoreContainerListResponse

NewCSSCMSDataModelModelsCertificateStoreContainerListResponse instantiates a new CSSCMSDataModelModelsCertificateStoreContainerListResponse 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 NewCSSCMSDataModelModelsCertificateStoreContainerListResponseWithDefaults ¶

func NewCSSCMSDataModelModelsCertificateStoreContainerListResponseWithDefaults() *CSSCMSDataModelModelsCertificateStoreContainerListResponse

NewCSSCMSDataModelModelsCertificateStoreContainerListResponseWithDefaults instantiates a new CSSCMSDataModelModelsCertificateStoreContainerListResponse 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 (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) GetCertStoreType ¶

GetCertStoreType returns the CertStoreType field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) GetCertStoreTypeOk ¶

GetCertStoreTypeOk returns a tuple with the CertStoreType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) GetOverwriteSchedules ¶

GetOverwriteSchedules returns the OverwriteSchedules field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) GetOverwriteSchedulesOk ¶

func (o *CSSCMSDataModelModelsCertificateStoreContainerListResponse) GetOverwriteSchedulesOk() (*bool, bool)

GetOverwriteSchedulesOk returns a tuple with the OverwriteSchedules field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) GetSchedule ¶

GetSchedule returns the Schedule field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) GetScheduleOk ¶

GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) GetStoreCount ¶

GetStoreCount returns the StoreCount field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) GetStoreCountOk ¶

GetStoreCountOk returns a tuple with the StoreCount field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) HasCertStoreType ¶

HasCertStoreType returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) HasName ¶

HasName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) HasOverwriteSchedules ¶

HasOverwriteSchedules returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) HasSchedule ¶

HasSchedule returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) HasStoreCount ¶

HasStoreCount returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCertificateStoreContainerListResponse) MarshalJSON ¶

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) SetCertStoreType ¶

SetCertStoreType gets a reference to the given int32 and assigns it to the CertStoreType field.

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) SetOverwriteSchedules ¶

SetOverwriteSchedules gets a reference to the given bool and assigns it to the OverwriteSchedules field.

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) SetSchedule ¶

SetSchedule gets a reference to the given NullableString and assigns it to the Schedule field.

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) SetScheduleNil ¶

SetScheduleNil sets the value for Schedule to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) SetStoreCount ¶

SetStoreCount gets a reference to the given NullableInt32 and assigns it to the StoreCount field.

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) SetStoreCountNil ¶

SetStoreCountNil sets the value for StoreCount to be an explicit nil

func (CSSCMSDataModelModelsCertificateStoreContainerListResponse) ToMap ¶

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) UnsetSchedule ¶

UnsetSchedule ensures that no value is present for Schedule, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateStoreContainerListResponse) UnsetStoreCount ¶

UnsetStoreCount ensures that no value is present for StoreCount, not even an explicit nil

type CSSCMSDataModelModelsCertificateStoreContainerPermissions ¶

type CSSCMSDataModelModelsCertificateStoreContainerPermissions struct {
	SecurityRoleId *int32         `json:"SecurityRoleId,omitempty"`
	Name           NullableString `json:"Name,omitempty"`
	Permissions    []string       `json:"Permissions,omitempty"`
}

CSSCMSDataModelModelsCertificateStoreContainerPermissions struct for CSSCMSDataModelModelsCertificateStoreContainerPermissions

func NewCSSCMSDataModelModelsCertificateStoreContainerPermissions ¶

func NewCSSCMSDataModelModelsCertificateStoreContainerPermissions() *CSSCMSDataModelModelsCertificateStoreContainerPermissions

NewCSSCMSDataModelModelsCertificateStoreContainerPermissions instantiates a new CSSCMSDataModelModelsCertificateStoreContainerPermissions 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 NewCSSCMSDataModelModelsCertificateStoreContainerPermissionsWithDefaults ¶

func NewCSSCMSDataModelModelsCertificateStoreContainerPermissionsWithDefaults() *CSSCMSDataModelModelsCertificateStoreContainerPermissions

NewCSSCMSDataModelModelsCertificateStoreContainerPermissionsWithDefaults instantiates a new CSSCMSDataModelModelsCertificateStoreContainerPermissions 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 (*CSSCMSDataModelModelsCertificateStoreContainerPermissions) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStoreContainerPermissions) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStoreContainerPermissions) GetPermissions ¶

GetPermissions returns the Permissions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStoreContainerPermissions) GetPermissionsOk ¶

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStoreContainerPermissions) GetSecurityRoleId ¶

GetSecurityRoleId returns the SecurityRoleId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStoreContainerPermissions) GetSecurityRoleIdOk ¶

GetSecurityRoleIdOk returns a tuple with the SecurityRoleId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStoreContainerPermissions) HasName ¶

HasName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreContainerPermissions) HasPermissions ¶

HasPermissions returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreContainerPermissions) HasSecurityRoleId ¶

HasSecurityRoleId returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCertificateStoreContainerPermissions) MarshalJSON ¶

func (*CSSCMSDataModelModelsCertificateStoreContainerPermissions) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CSSCMSDataModelModelsCertificateStoreContainerPermissions) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStoreContainerPermissions) SetPermissions ¶

SetPermissions gets a reference to the given []string and assigns it to the Permissions field.

func (*CSSCMSDataModelModelsCertificateStoreContainerPermissions) SetSecurityRoleId ¶

SetSecurityRoleId gets a reference to the given int32 and assigns it to the SecurityRoleId field.

func (CSSCMSDataModelModelsCertificateStoreContainerPermissions) ToMap ¶

func (*CSSCMSDataModelModelsCertificateStoreContainerPermissions) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type CSSCMSDataModelModelsCertificateStoreEntry ¶

type CSSCMSDataModelModelsCertificateStoreEntry struct {
	CertificateStoreId string                                   `json:"CertificateStoreId"`
	Alias              NullableString                           `json:"Alias,omitempty"`
	JobFields          map[string]interface{}                   `json:"JobFields,omitempty"`
	Overwrite          *bool                                    `json:"Overwrite,omitempty"`
	EntryPassword      *CSSCMSDataModelModelsKeyfactorAPISecret `json:"EntryPassword,omitempty"`
	PfxPassword        NullableString                           `json:"PfxPassword,omitempty"`
	IncludePrivateKey  *bool                                    `json:"IncludePrivateKey,omitempty"`
}

CSSCMSDataModelModelsCertificateStoreEntry struct for CSSCMSDataModelModelsCertificateStoreEntry

func NewCSSCMSDataModelModelsCertificateStoreEntry ¶

func NewCSSCMSDataModelModelsCertificateStoreEntry(certificateStoreId string) *CSSCMSDataModelModelsCertificateStoreEntry

NewCSSCMSDataModelModelsCertificateStoreEntry instantiates a new CSSCMSDataModelModelsCertificateStoreEntry 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 NewCSSCMSDataModelModelsCertificateStoreEntryWithDefaults ¶

func NewCSSCMSDataModelModelsCertificateStoreEntryWithDefaults() *CSSCMSDataModelModelsCertificateStoreEntry

NewCSSCMSDataModelModelsCertificateStoreEntryWithDefaults instantiates a new CSSCMSDataModelModelsCertificateStoreEntry 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 (*CSSCMSDataModelModelsCertificateStoreEntry) GetAlias ¶

GetAlias returns the Alias field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStoreEntry) GetAliasOk ¶

GetAliasOk returns a tuple with the Alias field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStoreEntry) GetCertificateStoreId ¶

func (o *CSSCMSDataModelModelsCertificateStoreEntry) GetCertificateStoreId() string

GetCertificateStoreId returns the CertificateStoreId field value

func (*CSSCMSDataModelModelsCertificateStoreEntry) GetCertificateStoreIdOk ¶

func (o *CSSCMSDataModelModelsCertificateStoreEntry) GetCertificateStoreIdOk() (*string, bool)

GetCertificateStoreIdOk returns a tuple with the CertificateStoreId field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStoreEntry) GetEntryPassword ¶

GetEntryPassword returns the EntryPassword field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStoreEntry) GetEntryPasswordOk ¶

GetEntryPasswordOk returns a tuple with the EntryPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStoreEntry) GetIncludePrivateKey ¶

func (o *CSSCMSDataModelModelsCertificateStoreEntry) GetIncludePrivateKey() bool

GetIncludePrivateKey returns the IncludePrivateKey field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStoreEntry) GetIncludePrivateKeyOk ¶

func (o *CSSCMSDataModelModelsCertificateStoreEntry) GetIncludePrivateKeyOk() (*bool, bool)

GetIncludePrivateKeyOk returns a tuple with the IncludePrivateKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStoreEntry) GetJobFields ¶

func (o *CSSCMSDataModelModelsCertificateStoreEntry) GetJobFields() map[string]interface{}

GetJobFields returns the JobFields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStoreEntry) GetJobFieldsOk ¶

func (o *CSSCMSDataModelModelsCertificateStoreEntry) GetJobFieldsOk() (map[string]interface{}, bool)

GetJobFieldsOk returns a tuple with the JobFields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStoreEntry) GetOverwrite ¶

GetOverwrite returns the Overwrite field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStoreEntry) GetOverwriteOk ¶

func (o *CSSCMSDataModelModelsCertificateStoreEntry) GetOverwriteOk() (*bool, bool)

GetOverwriteOk returns a tuple with the Overwrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStoreEntry) GetPfxPassword ¶

GetPfxPassword returns the PfxPassword field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStoreEntry) GetPfxPasswordOk ¶

func (o *CSSCMSDataModelModelsCertificateStoreEntry) GetPfxPasswordOk() (*string, bool)

GetPfxPasswordOk returns a tuple with the PfxPassword field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStoreEntry) HasAlias ¶

HasAlias returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreEntry) HasEntryPassword ¶

func (o *CSSCMSDataModelModelsCertificateStoreEntry) HasEntryPassword() bool

HasEntryPassword returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreEntry) HasIncludePrivateKey ¶

func (o *CSSCMSDataModelModelsCertificateStoreEntry) HasIncludePrivateKey() bool

HasIncludePrivateKey returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreEntry) HasJobFields ¶

HasJobFields returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreEntry) HasOverwrite ¶

HasOverwrite returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreEntry) HasPfxPassword ¶

HasPfxPassword returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCertificateStoreEntry) MarshalJSON ¶

func (*CSSCMSDataModelModelsCertificateStoreEntry) SetAlias ¶

SetAlias gets a reference to the given NullableString and assigns it to the Alias field.

func (*CSSCMSDataModelModelsCertificateStoreEntry) SetAliasNil ¶

SetAliasNil sets the value for Alias to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStoreEntry) SetCertificateStoreId ¶

func (o *CSSCMSDataModelModelsCertificateStoreEntry) SetCertificateStoreId(v string)

SetCertificateStoreId sets field value

func (*CSSCMSDataModelModelsCertificateStoreEntry) SetEntryPassword ¶

SetEntryPassword gets a reference to the given CSSCMSDataModelModelsKeyfactorAPISecret and assigns it to the EntryPassword field.

func (*CSSCMSDataModelModelsCertificateStoreEntry) SetIncludePrivateKey ¶

func (o *CSSCMSDataModelModelsCertificateStoreEntry) SetIncludePrivateKey(v bool)

SetIncludePrivateKey gets a reference to the given bool and assigns it to the IncludePrivateKey field.

func (*CSSCMSDataModelModelsCertificateStoreEntry) SetJobFields ¶

func (o *CSSCMSDataModelModelsCertificateStoreEntry) SetJobFields(v map[string]interface{})

SetJobFields gets a reference to the given map[string]interface{} and assigns it to the JobFields field.

func (*CSSCMSDataModelModelsCertificateStoreEntry) SetOverwrite ¶

SetOverwrite gets a reference to the given bool and assigns it to the Overwrite field.

func (*CSSCMSDataModelModelsCertificateStoreEntry) SetPfxPassword ¶

SetPfxPassword gets a reference to the given NullableString and assigns it to the PfxPassword field.

func (*CSSCMSDataModelModelsCertificateStoreEntry) SetPfxPasswordNil ¶

func (o *CSSCMSDataModelModelsCertificateStoreEntry) SetPfxPasswordNil()

SetPfxPasswordNil sets the value for PfxPassword to be an explicit nil

func (CSSCMSDataModelModelsCertificateStoreEntry) ToMap ¶

func (o CSSCMSDataModelModelsCertificateStoreEntry) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsCertificateStoreEntry) UnsetAlias ¶

UnsetAlias ensures that no value is present for Alias, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateStoreEntry) UnsetPfxPassword ¶

func (o *CSSCMSDataModelModelsCertificateStoreEntry) UnsetPfxPassword()

UnsetPfxPassword ensures that no value is present for PfxPassword, not even an explicit nil

type CSSCMSDataModelModelsCertificateStoreTypeProperty ¶

type CSSCMSDataModelModelsCertificateStoreTypeProperty struct {
	StoreTypeId  *int32                                           `json:"StoreTypeId,omitempty"`
	Name         NullableString                                   `json:"Name,omitempty"`
	DisplayName  NullableString                                   `json:"DisplayName,omitempty"`
	Type         *CSSCMSCoreEnumsCertificateStoreTypePropertyType `json:"Type,omitempty"`
	DependsOn    NullableString                                   `json:"DependsOn,omitempty"`
	DefaultValue NullableString                                   `json:"DefaultValue,omitempty"`
	Required     *bool                                            `json:"Required,omitempty"`
	Id           *int32                                           `json:"Id,omitempty"`
}

CSSCMSDataModelModelsCertificateStoreTypeProperty struct for CSSCMSDataModelModelsCertificateStoreTypeProperty

func NewCSSCMSDataModelModelsCertificateStoreTypeProperty ¶

func NewCSSCMSDataModelModelsCertificateStoreTypeProperty() *CSSCMSDataModelModelsCertificateStoreTypeProperty

NewCSSCMSDataModelModelsCertificateStoreTypeProperty instantiates a new CSSCMSDataModelModelsCertificateStoreTypeProperty 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 NewCSSCMSDataModelModelsCertificateStoreTypePropertyWithDefaults ¶

func NewCSSCMSDataModelModelsCertificateStoreTypePropertyWithDefaults() *CSSCMSDataModelModelsCertificateStoreTypeProperty

NewCSSCMSDataModelModelsCertificateStoreTypePropertyWithDefaults instantiates a new CSSCMSDataModelModelsCertificateStoreTypeProperty 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 (*CSSCMSDataModelModelsCertificateStoreTypeProperty) GetDefaultValue ¶

GetDefaultValue returns the DefaultValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) GetDefaultValueOk ¶

GetDefaultValueOk returns a tuple with the DefaultValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) GetDependsOn ¶

GetDependsOn returns the DependsOn field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) GetDependsOnOk ¶

GetDependsOnOk returns a tuple with the DependsOn field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) GetDisplayNameOk ¶

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) GetRequired ¶

GetRequired returns the Required field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) GetRequiredOk ¶

GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) GetStoreTypeId ¶

GetStoreTypeId returns the StoreTypeId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) GetStoreTypeIdOk ¶

GetStoreTypeIdOk returns a tuple with the StoreTypeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) HasDefaultValue ¶

HasDefaultValue returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) HasDependsOn ¶

HasDependsOn returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) HasDisplayName ¶

HasDisplayName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) HasName ¶

HasName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) HasRequired ¶

HasRequired returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) HasStoreTypeId ¶

HasStoreTypeId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) HasType ¶

HasType returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCertificateStoreTypeProperty) MarshalJSON ¶

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) SetDefaultValue ¶

SetDefaultValue gets a reference to the given NullableString and assigns it to the DefaultValue field.

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) SetDefaultValueNil ¶

func (o *CSSCMSDataModelModelsCertificateStoreTypeProperty) SetDefaultValueNil()

SetDefaultValueNil sets the value for DefaultValue to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) SetDependsOn ¶

SetDependsOn gets a reference to the given NullableString and assigns it to the DependsOn field.

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) SetDependsOnNil ¶

SetDependsOnNil sets the value for DependsOn to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) SetDisplayName ¶

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) SetDisplayNameNil ¶

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) SetRequired ¶

SetRequired gets a reference to the given bool and assigns it to the Required field.

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) SetStoreTypeId ¶

SetStoreTypeId gets a reference to the given int32 and assigns it to the StoreTypeId field.

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) SetType ¶

SetType gets a reference to the given CSSCMSCoreEnumsCertificateStoreTypePropertyType and assigns it to the Type field.

func (CSSCMSDataModelModelsCertificateStoreTypeProperty) ToMap ¶

func (o CSSCMSDataModelModelsCertificateStoreTypeProperty) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) UnsetDefaultValue ¶

UnsetDefaultValue ensures that no value is present for DefaultValue, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) UnsetDependsOn ¶

UnsetDependsOn ensures that no value is present for DependsOn, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) UnsetDisplayName ¶

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateStoreTypeProperty) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter ¶

type CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter struct {
	StoreTypeId  *int32                                      `json:"StoreTypeId,omitempty"`
	Name         NullableString                              `json:"Name,omitempty"`
	DisplayName  NullableString                              `json:"DisplayName,omitempty"`
	Type         *CSSCMSCoreEnumsCertStoreEntryParameterType `json:"Type,omitempty"`
	RequiredWhen *CSSCMSCoreEnumsEntryParameterUsageFlags    `json:"RequiredWhen,omitempty"`
	DependsOn    NullableString                              `json:"DependsOn,omitempty"`
	DefaultValue NullableString                              `json:"DefaultValue,omitempty"`
	Options      NullableString                              `json:"Options,omitempty"`
	Id           *int32                                      `json:"Id,omitempty"`
}

CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter struct for CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter

func NewCSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter ¶

func NewCSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter() *CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter

NewCSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter instantiates a new CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter 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 NewCSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameterWithDefaults ¶

func NewCSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameterWithDefaults() *CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter

NewCSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameterWithDefaults instantiates a new CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter 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 (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetDefaultValue ¶

GetDefaultValue returns the DefaultValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetDefaultValueOk ¶

GetDefaultValueOk returns a tuple with the DefaultValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetDependsOn ¶

GetDependsOn returns the DependsOn field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetDependsOnOk ¶

GetDependsOnOk returns a tuple with the DependsOn field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetDisplayNameOk ¶

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetOptions ¶

GetOptions returns the Options field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetOptionsOk ¶

GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetRequiredWhen ¶

GetRequiredWhen returns the RequiredWhen field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetRequiredWhenOk ¶

GetRequiredWhenOk returns a tuple with the RequiredWhen field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetStoreTypeId ¶

GetStoreTypeId returns the StoreTypeId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetStoreTypeIdOk ¶

GetStoreTypeIdOk returns a tuple with the StoreTypeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) HasDefaultValue ¶

HasDefaultValue returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) HasDependsOn ¶

HasDependsOn returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) HasDisplayName ¶

HasDisplayName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) HasName ¶

HasName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) HasOptions ¶

HasOptions returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) HasRequiredWhen ¶

HasRequiredWhen returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) HasStoreTypeId ¶

HasStoreTypeId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) HasType ¶

HasType returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) MarshalJSON ¶

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) SetDefaultValue ¶

SetDefaultValue gets a reference to the given NullableString and assigns it to the DefaultValue field.

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) SetDefaultValueNil ¶

SetDefaultValueNil sets the value for DefaultValue to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) SetDependsOn ¶

SetDependsOn gets a reference to the given NullableString and assigns it to the DependsOn field.

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) SetDependsOnNil ¶

SetDependsOnNil sets the value for DependsOn to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) SetDisplayName ¶

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) SetDisplayNameNil ¶

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) SetOptions ¶

SetOptions gets a reference to the given NullableString and assigns it to the Options field.

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) SetOptionsNil ¶

SetOptionsNil sets the value for Options to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) SetRequiredWhen ¶

SetRequiredWhen gets a reference to the given CSSCMSCoreEnumsEntryParameterUsageFlags and assigns it to the RequiredWhen field.

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) SetStoreTypeId ¶

SetStoreTypeId gets a reference to the given int32 and assigns it to the StoreTypeId field.

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) SetType ¶

SetType gets a reference to the given CSSCMSCoreEnumsCertStoreEntryParameterType and assigns it to the Type field.

func (CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) ToMap ¶

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) UnsetDefaultValue ¶

UnsetDefaultValue ensures that no value is present for DefaultValue, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) UnsetDependsOn ¶

UnsetDependsOn ensures that no value is present for DependsOn, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) UnsetDisplayName ¶

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) UnsetOptions ¶

UnsetOptions ensures that no value is present for Options, not even an explicit nil

type CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest ¶

type CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest struct {
	ContainerId       NullableInt32                               `json:"ContainerId,omitempty"`
	ClientMachine     NullableString                              `json:"ClientMachine,omitempty"`
	Storepath         NullableString                              `json:"Storepath,omitempty"`
	CertStoreType     *int32                                      `json:"CertStoreType,omitempty"`
	CreateIfMissing   *bool                                       `json:"CreateIfMissing,omitempty"`
	Properties        NullableString                              `json:"Properties,omitempty"`
	AgentId           NullableString                              `json:"AgentId,omitempty"`
	AgentAssigned     *bool                                       `json:"AgentAssigned,omitempty"`
	InventorySchedule *KeyfactorCommonSchedulingKeyfactorSchedule `json:"InventorySchedule,omitempty"`
	Password          *CSSCMSDataModelModelsKeyfactorAPISecret    `json:"Password,omitempty"`
}

CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest struct for CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest

func NewCSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest ¶

func NewCSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest() *CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest

NewCSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest instantiates a new CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest 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 NewCSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequestWithDefaults ¶

func NewCSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequestWithDefaults() *CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest

NewCSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequestWithDefaults instantiates a new CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest 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 (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) GetAgentAssigned ¶

GetAgentAssigned returns the AgentAssigned field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) GetAgentAssignedOk ¶

GetAgentAssignedOk returns a tuple with the AgentAssigned field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) GetAgentId ¶

GetAgentId returns the AgentId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) GetAgentIdOk ¶

GetAgentIdOk returns a tuple with the AgentId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) GetCertStoreType ¶

GetCertStoreType returns the CertStoreType field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) GetCertStoreTypeOk ¶

GetCertStoreTypeOk returns a tuple with the CertStoreType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) GetClientMachine ¶

GetClientMachine returns the ClientMachine field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) GetClientMachineOk ¶

GetClientMachineOk returns a tuple with the ClientMachine field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) GetContainerId ¶

GetContainerId returns the ContainerId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) GetContainerIdOk ¶

GetContainerIdOk returns a tuple with the ContainerId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) GetCreateIfMissing ¶

GetCreateIfMissing returns the CreateIfMissing field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) GetCreateIfMissingOk ¶

GetCreateIfMissingOk returns a tuple with the CreateIfMissing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) GetInventorySchedule ¶

GetInventorySchedule returns the InventorySchedule field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) GetInventoryScheduleOk ¶

GetInventoryScheduleOk returns a tuple with the InventorySchedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) GetPassword ¶

GetPassword returns the Password field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) GetPasswordOk ¶

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) GetProperties ¶

GetProperties returns the Properties field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) GetPropertiesOk ¶

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) GetStorepath ¶

GetStorepath returns the Storepath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) GetStorepathOk ¶

GetStorepathOk returns a tuple with the Storepath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) HasAgentAssigned ¶

HasAgentAssigned returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) HasAgentId ¶

HasAgentId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) HasCertStoreType ¶

HasCertStoreType returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) HasClientMachine ¶

HasClientMachine returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) HasContainerId ¶

HasContainerId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) HasCreateIfMissing ¶

HasCreateIfMissing returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) HasInventorySchedule ¶

HasInventorySchedule returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) HasPassword ¶

HasPassword returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) HasProperties ¶

HasProperties returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) HasStorepath ¶

HasStorepath returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) SetAgentAssigned ¶

SetAgentAssigned gets a reference to the given bool and assigns it to the AgentAssigned field.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) SetAgentId ¶

SetAgentId gets a reference to the given NullableString and assigns it to the AgentId field.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) SetAgentIdNil ¶

SetAgentIdNil sets the value for AgentId to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) SetCertStoreType ¶

SetCertStoreType gets a reference to the given int32 and assigns it to the CertStoreType field.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) SetClientMachine ¶

SetClientMachine gets a reference to the given NullableString and assigns it to the ClientMachine field.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) SetClientMachineNil ¶

SetClientMachineNil sets the value for ClientMachine to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) SetContainerId ¶

SetContainerId gets a reference to the given NullableInt32 and assigns it to the ContainerId field.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) SetContainerIdNil ¶

SetContainerIdNil sets the value for ContainerId to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) SetCreateIfMissing ¶

SetCreateIfMissing gets a reference to the given bool and assigns it to the CreateIfMissing field.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) SetInventorySchedule ¶

SetInventorySchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the InventorySchedule field.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) SetPassword ¶

SetPassword gets a reference to the given CSSCMSDataModelModelsKeyfactorAPISecret and assigns it to the Password field.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) SetProperties ¶

SetProperties gets a reference to the given NullableString and assigns it to the Properties field.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) SetPropertiesNil ¶

SetPropertiesNil sets the value for Properties to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) SetStorepath ¶

SetStorepath gets a reference to the given NullableString and assigns it to the Storepath field.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) SetStorepathNil ¶

SetStorepathNil sets the value for Storepath to be an explicit nil

func (CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) ToMap ¶

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) UnsetAgentId ¶

UnsetAgentId ensures that no value is present for AgentId, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) UnsetClientMachine ¶

UnsetClientMachine ensures that no value is present for ClientMachine, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) UnsetContainerId ¶

UnsetContainerId ensures that no value is present for ContainerId, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) UnsetProperties ¶

UnsetProperties ensures that no value is present for Properties, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) UnsetStorepath ¶

UnsetStorepath ensures that no value is present for Storepath, not even an explicit nil

type CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest ¶

type CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest struct {
	Id                *string                                     `json:"Id,omitempty"`
	ContainerId       NullableInt32                               `json:"ContainerId,omitempty"`
	CreateIfMissing   *bool                                       `json:"CreateIfMissing,omitempty"`
	Properties        NullableString                              `json:"Properties,omitempty"`
	AgentId           NullableString                              `json:"AgentId,omitempty"`
	InventorySchedule *KeyfactorCommonSchedulingKeyfactorSchedule `json:"InventorySchedule,omitempty"`
	Password          *CSSCMSDataModelModelsKeyfactorAPISecret    `json:"Password,omitempty"`
}

CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest struct for CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest

func NewCSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest ¶

func NewCSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest() *CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest

NewCSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest instantiates a new CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest 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 NewCSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequestWithDefaults ¶

func NewCSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequestWithDefaults() *CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest

NewCSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequestWithDefaults instantiates a new CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest 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 (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) GetAgentId ¶

GetAgentId returns the AgentId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) GetAgentIdOk ¶

GetAgentIdOk returns a tuple with the AgentId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) GetContainerId ¶

GetContainerId returns the ContainerId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) GetContainerIdOk ¶

GetContainerIdOk returns a tuple with the ContainerId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) GetCreateIfMissing ¶

GetCreateIfMissing returns the CreateIfMissing field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) GetCreateIfMissingOk ¶

GetCreateIfMissingOk returns a tuple with the CreateIfMissing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) GetInventorySchedule ¶

GetInventorySchedule returns the InventorySchedule field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) GetInventoryScheduleOk ¶

GetInventoryScheduleOk returns a tuple with the InventorySchedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) GetPassword ¶

GetPassword returns the Password field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) GetPasswordOk ¶

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) GetProperties ¶

GetProperties returns the Properties field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) GetPropertiesOk ¶

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) HasAgentId ¶

HasAgentId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) HasContainerId ¶

HasContainerId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) HasCreateIfMissing ¶

HasCreateIfMissing returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) HasInventorySchedule ¶

HasInventorySchedule returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) HasPassword ¶

HasPassword returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) HasProperties ¶

HasProperties returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) SetAgentId ¶

SetAgentId gets a reference to the given NullableString and assigns it to the AgentId field.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) SetAgentIdNil ¶

SetAgentIdNil sets the value for AgentId to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) SetContainerId ¶

SetContainerId gets a reference to the given NullableInt32 and assigns it to the ContainerId field.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) SetContainerIdNil ¶

SetContainerIdNil sets the value for ContainerId to be an explicit nil

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) SetCreateIfMissing ¶

SetCreateIfMissing gets a reference to the given bool and assigns it to the CreateIfMissing field.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) SetInventorySchedule ¶

SetInventorySchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the InventorySchedule field.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) SetPassword ¶

SetPassword gets a reference to the given CSSCMSDataModelModelsKeyfactorAPISecret and assigns it to the Password field.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) SetProperties ¶

SetProperties gets a reference to the given NullableString and assigns it to the Properties field.

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) SetPropertiesNil ¶

SetPropertiesNil sets the value for Properties to be an explicit nil

func (CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) ToMap ¶

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) UnsetAgentId ¶

UnsetAgentId ensures that no value is present for AgentId, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) UnsetContainerId ¶

UnsetContainerId ensures that no value is present for ContainerId, not even an explicit nil

func (*CSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) UnsetProperties ¶

UnsetProperties ensures that no value is present for Properties, not even an explicit nil

type CSSCMSDataModelModelsCertificateValidationResponse ¶

type CSSCMSDataModelModelsCertificateValidationResponse struct {
	Valid   *bool             `json:"Valid,omitempty"`
	Results map[string]string `json:"Results,omitempty"`
}

CSSCMSDataModelModelsCertificateValidationResponse struct for CSSCMSDataModelModelsCertificateValidationResponse

func NewCSSCMSDataModelModelsCertificateValidationResponse ¶

func NewCSSCMSDataModelModelsCertificateValidationResponse() *CSSCMSDataModelModelsCertificateValidationResponse

NewCSSCMSDataModelModelsCertificateValidationResponse instantiates a new CSSCMSDataModelModelsCertificateValidationResponse 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 NewCSSCMSDataModelModelsCertificateValidationResponseWithDefaults ¶

func NewCSSCMSDataModelModelsCertificateValidationResponseWithDefaults() *CSSCMSDataModelModelsCertificateValidationResponse

NewCSSCMSDataModelModelsCertificateValidationResponseWithDefaults instantiates a new CSSCMSDataModelModelsCertificateValidationResponse 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 (*CSSCMSDataModelModelsCertificateValidationResponse) GetResults ¶

GetResults returns the Results field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsCertificateValidationResponse) GetResultsOk ¶

GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsCertificateValidationResponse) GetValid ¶

GetValid returns the Valid field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsCertificateValidationResponse) GetValidOk ¶

GetValidOk returns a tuple with the Valid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsCertificateValidationResponse) HasResults ¶

HasResults returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsCertificateValidationResponse) HasValid ¶

HasValid returns a boolean if a field has been set.

func (CSSCMSDataModelModelsCertificateValidationResponse) MarshalJSON ¶

func (*CSSCMSDataModelModelsCertificateValidationResponse) SetResults ¶

SetResults gets a reference to the given map[string]string and assigns it to the Results field.

func (*CSSCMSDataModelModelsCertificateValidationResponse) SetValid ¶

SetValid gets a reference to the given bool and assigns it to the Valid field.

func (CSSCMSDataModelModelsCertificateValidationResponse) ToMap ¶

type CSSCMSDataModelModelsContainerAssignment ¶

type CSSCMSDataModelModelsContainerAssignment struct {
	CertStoreContainerId *int32         `json:"CertStoreContainerId,omitempty"`
	NewContainerName     NullableString `json:"NewContainerName,omitempty"`
	NewContainerType     *int32         `json:"NewContainerType,omitempty"`
	KeystoreIds          []string       `json:"KeystoreIds"`
}

CSSCMSDataModelModelsContainerAssignment struct for CSSCMSDataModelModelsContainerAssignment

func NewCSSCMSDataModelModelsContainerAssignment ¶

func NewCSSCMSDataModelModelsContainerAssignment(keystoreIds []string) *CSSCMSDataModelModelsContainerAssignment

NewCSSCMSDataModelModelsContainerAssignment instantiates a new CSSCMSDataModelModelsContainerAssignment 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 NewCSSCMSDataModelModelsContainerAssignmentWithDefaults ¶

func NewCSSCMSDataModelModelsContainerAssignmentWithDefaults() *CSSCMSDataModelModelsContainerAssignment

NewCSSCMSDataModelModelsContainerAssignmentWithDefaults instantiates a new CSSCMSDataModelModelsContainerAssignment 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 (*CSSCMSDataModelModelsContainerAssignment) GetCertStoreContainerId ¶

func (o *CSSCMSDataModelModelsContainerAssignment) GetCertStoreContainerId() int32

GetCertStoreContainerId returns the CertStoreContainerId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsContainerAssignment) GetCertStoreContainerIdOk ¶

func (o *CSSCMSDataModelModelsContainerAssignment) GetCertStoreContainerIdOk() (*int32, bool)

GetCertStoreContainerIdOk returns a tuple with the CertStoreContainerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsContainerAssignment) GetKeystoreIds ¶

func (o *CSSCMSDataModelModelsContainerAssignment) GetKeystoreIds() []string

GetKeystoreIds returns the KeystoreIds field value

func (*CSSCMSDataModelModelsContainerAssignment) GetKeystoreIdsOk ¶

func (o *CSSCMSDataModelModelsContainerAssignment) GetKeystoreIdsOk() ([]string, bool)

GetKeystoreIdsOk returns a tuple with the KeystoreIds field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsContainerAssignment) GetNewContainerName ¶

func (o *CSSCMSDataModelModelsContainerAssignment) GetNewContainerName() string

GetNewContainerName returns the NewContainerName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsContainerAssignment) GetNewContainerNameOk ¶

func (o *CSSCMSDataModelModelsContainerAssignment) GetNewContainerNameOk() (*string, bool)

GetNewContainerNameOk returns a tuple with the NewContainerName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsContainerAssignment) GetNewContainerType ¶

func (o *CSSCMSDataModelModelsContainerAssignment) GetNewContainerType() int32

GetNewContainerType returns the NewContainerType field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsContainerAssignment) GetNewContainerTypeOk ¶

func (o *CSSCMSDataModelModelsContainerAssignment) GetNewContainerTypeOk() (*int32, bool)

GetNewContainerTypeOk returns a tuple with the NewContainerType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsContainerAssignment) HasCertStoreContainerId ¶

func (o *CSSCMSDataModelModelsContainerAssignment) HasCertStoreContainerId() bool

HasCertStoreContainerId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsContainerAssignment) HasNewContainerName ¶

func (o *CSSCMSDataModelModelsContainerAssignment) HasNewContainerName() bool

HasNewContainerName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsContainerAssignment) HasNewContainerType ¶

func (o *CSSCMSDataModelModelsContainerAssignment) HasNewContainerType() bool

HasNewContainerType returns a boolean if a field has been set.

func (CSSCMSDataModelModelsContainerAssignment) MarshalJSON ¶

func (*CSSCMSDataModelModelsContainerAssignment) SetCertStoreContainerId ¶

func (o *CSSCMSDataModelModelsContainerAssignment) SetCertStoreContainerId(v int32)

SetCertStoreContainerId gets a reference to the given int32 and assigns it to the CertStoreContainerId field.

func (*CSSCMSDataModelModelsContainerAssignment) SetKeystoreIds ¶

func (o *CSSCMSDataModelModelsContainerAssignment) SetKeystoreIds(v []string)

SetKeystoreIds sets field value

func (*CSSCMSDataModelModelsContainerAssignment) SetNewContainerName ¶

func (o *CSSCMSDataModelModelsContainerAssignment) SetNewContainerName(v string)

SetNewContainerName gets a reference to the given NullableString and assigns it to the NewContainerName field.

func (*CSSCMSDataModelModelsContainerAssignment) SetNewContainerNameNil ¶

func (o *CSSCMSDataModelModelsContainerAssignment) SetNewContainerNameNil()

SetNewContainerNameNil sets the value for NewContainerName to be an explicit nil

func (*CSSCMSDataModelModelsContainerAssignment) SetNewContainerType ¶

func (o *CSSCMSDataModelModelsContainerAssignment) SetNewContainerType(v int32)

SetNewContainerType gets a reference to the given int32 and assigns it to the NewContainerType field.

func (CSSCMSDataModelModelsContainerAssignment) ToMap ¶

func (o CSSCMSDataModelModelsContainerAssignment) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsContainerAssignment) UnsetNewContainerName ¶

func (o *CSSCMSDataModelModelsContainerAssignment) UnsetNewContainerName()

UnsetNewContainerName ensures that no value is present for NewContainerName, not even an explicit nil

type CSSCMSDataModelModelsDiscoveryJobRequest ¶

type CSSCMSDataModelModelsDiscoveryJobRequest struct {
	ClientMachine         NullableString                           `json:"ClientMachine,omitempty"`
	AgentId               NullableString                           `json:"AgentId,omitempty"`
	Type                  int32                                    `json:"Type"`
	JobExecutionTimestamp NullableTime                             `json:"JobExecutionTimestamp,omitempty"`
	Dirs                  NullableString                           `json:"Dirs,omitempty"`
	IgnoredDirs           NullableString                           `json:"IgnoredDirs,omitempty"`
	Extensions            NullableString                           `json:"Extensions,omitempty"`
	NamePatterns          NullableString                           `json:"NamePatterns,omitempty"`
	SymLinks              *bool                                    `json:"SymLinks,omitempty"`
	Compatibility         *bool                                    `json:"Compatibility,omitempty"`
	ServerUsername        *CSSCMSDataModelModelsKeyfactorAPISecret `json:"ServerUsername,omitempty"`
	ServerPassword        *CSSCMSDataModelModelsKeyfactorAPISecret `json:"ServerPassword,omitempty"`
	ServerUseSsl          *bool                                    `json:"ServerUseSsl,omitempty"`
}

CSSCMSDataModelModelsDiscoveryJobRequest struct for CSSCMSDataModelModelsDiscoveryJobRequest

func NewCSSCMSDataModelModelsDiscoveryJobRequest ¶

func NewCSSCMSDataModelModelsDiscoveryJobRequest(type_ int32) *CSSCMSDataModelModelsDiscoveryJobRequest

NewCSSCMSDataModelModelsDiscoveryJobRequest instantiates a new CSSCMSDataModelModelsDiscoveryJobRequest 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 NewCSSCMSDataModelModelsDiscoveryJobRequestWithDefaults ¶

func NewCSSCMSDataModelModelsDiscoveryJobRequestWithDefaults() *CSSCMSDataModelModelsDiscoveryJobRequest

NewCSSCMSDataModelModelsDiscoveryJobRequestWithDefaults instantiates a new CSSCMSDataModelModelsDiscoveryJobRequest 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 (*CSSCMSDataModelModelsDiscoveryJobRequest) GetAgentId ¶

GetAgentId returns the AgentId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsDiscoveryJobRequest) GetAgentIdOk ¶

GetAgentIdOk returns a tuple with the AgentId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsDiscoveryJobRequest) GetClientMachine ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetClientMachine() string

GetClientMachine returns the ClientMachine field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsDiscoveryJobRequest) GetClientMachineOk ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetClientMachineOk() (*string, bool)

GetClientMachineOk returns a tuple with the ClientMachine field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsDiscoveryJobRequest) GetCompatibility ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetCompatibility() bool

GetCompatibility returns the Compatibility field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) GetCompatibilityOk ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetCompatibilityOk() (*bool, bool)

GetCompatibilityOk returns a tuple with the Compatibility field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) GetDirs ¶

GetDirs returns the Dirs field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsDiscoveryJobRequest) GetDirsOk ¶

GetDirsOk returns a tuple with the Dirs field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsDiscoveryJobRequest) GetExtensions ¶

GetExtensions returns the Extensions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsDiscoveryJobRequest) GetExtensionsOk ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetExtensionsOk() (*string, bool)

GetExtensionsOk returns a tuple with the Extensions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsDiscoveryJobRequest) GetIgnoredDirs ¶

GetIgnoredDirs returns the IgnoredDirs field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsDiscoveryJobRequest) GetIgnoredDirsOk ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetIgnoredDirsOk() (*string, bool)

GetIgnoredDirsOk returns a tuple with the IgnoredDirs field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsDiscoveryJobRequest) GetJobExecutionTimestamp ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetJobExecutionTimestamp() time.Time

GetJobExecutionTimestamp returns the JobExecutionTimestamp field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsDiscoveryJobRequest) GetJobExecutionTimestampOk ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetJobExecutionTimestampOk() (*time.Time, bool)

GetJobExecutionTimestampOk returns a tuple with the JobExecutionTimestamp field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsDiscoveryJobRequest) GetNamePatterns ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetNamePatterns() string

GetNamePatterns returns the NamePatterns field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsDiscoveryJobRequest) GetNamePatternsOk ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetNamePatternsOk() (*string, bool)

GetNamePatternsOk returns a tuple with the NamePatterns field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsDiscoveryJobRequest) GetServerPassword ¶

GetServerPassword returns the ServerPassword field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) GetServerPasswordOk ¶

GetServerPasswordOk returns a tuple with the ServerPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) GetServerUseSsl ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetServerUseSsl() bool

GetServerUseSsl returns the ServerUseSsl field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) GetServerUseSslOk ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetServerUseSslOk() (*bool, bool)

GetServerUseSslOk returns a tuple with the ServerUseSsl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) GetServerUsername ¶

GetServerUsername returns the ServerUsername field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) GetServerUsernameOk ¶

GetServerUsernameOk returns a tuple with the ServerUsername field value if set, nil otherwise and a boolean to check if the value has been set.

GetSymLinks returns the SymLinks field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) GetSymLinksOk ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) GetSymLinksOk() (*bool, bool)

GetSymLinksOk returns a tuple with the SymLinks field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) GetType ¶

GetType returns the Type field value

func (*CSSCMSDataModelModelsDiscoveryJobRequest) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) HasAgentId ¶

HasAgentId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) HasClientMachine ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) HasClientMachine() bool

HasClientMachine returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) HasCompatibility ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) HasCompatibility() bool

HasCompatibility returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) HasDirs ¶

HasDirs returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) HasExtensions ¶

HasExtensions returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) HasIgnoredDirs ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) HasIgnoredDirs() bool

HasIgnoredDirs returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) HasJobExecutionTimestamp ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) HasJobExecutionTimestamp() bool

HasJobExecutionTimestamp returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) HasNamePatterns ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) HasNamePatterns() bool

HasNamePatterns returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) HasServerPassword ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) HasServerPassword() bool

HasServerPassword returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) HasServerUseSsl ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) HasServerUseSsl() bool

HasServerUseSsl returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) HasServerUsername ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) HasServerUsername() bool

HasServerUsername returns a boolean if a field has been set.

HasSymLinks returns a boolean if a field has been set.

func (CSSCMSDataModelModelsDiscoveryJobRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsDiscoveryJobRequest) SetAgentId ¶

SetAgentId gets a reference to the given NullableString and assigns it to the AgentId field.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) SetAgentIdNil ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetAgentIdNil()

SetAgentIdNil sets the value for AgentId to be an explicit nil

func (*CSSCMSDataModelModelsDiscoveryJobRequest) SetClientMachine ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetClientMachine(v string)

SetClientMachine gets a reference to the given NullableString and assigns it to the ClientMachine field.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) SetClientMachineNil ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetClientMachineNil()

SetClientMachineNil sets the value for ClientMachine to be an explicit nil

func (*CSSCMSDataModelModelsDiscoveryJobRequest) SetCompatibility ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetCompatibility(v bool)

SetCompatibility gets a reference to the given bool and assigns it to the Compatibility field.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) SetDirs ¶

SetDirs gets a reference to the given NullableString and assigns it to the Dirs field.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) SetDirsNil ¶

SetDirsNil sets the value for Dirs to be an explicit nil

func (*CSSCMSDataModelModelsDiscoveryJobRequest) SetExtensions ¶

SetExtensions gets a reference to the given NullableString and assigns it to the Extensions field.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) SetExtensionsNil ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetExtensionsNil()

SetExtensionsNil sets the value for Extensions to be an explicit nil

func (*CSSCMSDataModelModelsDiscoveryJobRequest) SetIgnoredDirs ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetIgnoredDirs(v string)

SetIgnoredDirs gets a reference to the given NullableString and assigns it to the IgnoredDirs field.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) SetIgnoredDirsNil ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetIgnoredDirsNil()

SetIgnoredDirsNil sets the value for IgnoredDirs to be an explicit nil

func (*CSSCMSDataModelModelsDiscoveryJobRequest) SetJobExecutionTimestamp ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetJobExecutionTimestamp(v time.Time)

SetJobExecutionTimestamp gets a reference to the given NullableTime and assigns it to the JobExecutionTimestamp field.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) SetJobExecutionTimestampNil ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetJobExecutionTimestampNil()

SetJobExecutionTimestampNil sets the value for JobExecutionTimestamp to be an explicit nil

func (*CSSCMSDataModelModelsDiscoveryJobRequest) SetNamePatterns ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetNamePatterns(v string)

SetNamePatterns gets a reference to the given NullableString and assigns it to the NamePatterns field.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) SetNamePatternsNil ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetNamePatternsNil()

SetNamePatternsNil sets the value for NamePatterns to be an explicit nil

func (*CSSCMSDataModelModelsDiscoveryJobRequest) SetServerPassword ¶

SetServerPassword gets a reference to the given CSSCMSDataModelModelsKeyfactorAPISecret and assigns it to the ServerPassword field.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) SetServerUseSsl ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) SetServerUseSsl(v bool)

SetServerUseSsl gets a reference to the given bool and assigns it to the ServerUseSsl field.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) SetServerUsername ¶

SetServerUsername gets a reference to the given CSSCMSDataModelModelsKeyfactorAPISecret and assigns it to the ServerUsername field.

SetSymLinks gets a reference to the given bool and assigns it to the SymLinks field.

func (*CSSCMSDataModelModelsDiscoveryJobRequest) SetType ¶

SetType sets field value

func (CSSCMSDataModelModelsDiscoveryJobRequest) ToMap ¶

func (o CSSCMSDataModelModelsDiscoveryJobRequest) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsDiscoveryJobRequest) UnsetAgentId ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) UnsetAgentId()

UnsetAgentId ensures that no value is present for AgentId, not even an explicit nil

func (*CSSCMSDataModelModelsDiscoveryJobRequest) UnsetClientMachine ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) UnsetClientMachine()

UnsetClientMachine ensures that no value is present for ClientMachine, not even an explicit nil

func (*CSSCMSDataModelModelsDiscoveryJobRequest) UnsetDirs ¶

UnsetDirs ensures that no value is present for Dirs, not even an explicit nil

func (*CSSCMSDataModelModelsDiscoveryJobRequest) UnsetExtensions ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) UnsetExtensions()

UnsetExtensions ensures that no value is present for Extensions, not even an explicit nil

func (*CSSCMSDataModelModelsDiscoveryJobRequest) UnsetIgnoredDirs ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) UnsetIgnoredDirs()

UnsetIgnoredDirs ensures that no value is present for IgnoredDirs, not even an explicit nil

func (*CSSCMSDataModelModelsDiscoveryJobRequest) UnsetJobExecutionTimestamp ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) UnsetJobExecutionTimestamp()

UnsetJobExecutionTimestamp ensures that no value is present for JobExecutionTimestamp, not even an explicit nil

func (*CSSCMSDataModelModelsDiscoveryJobRequest) UnsetNamePatterns ¶

func (o *CSSCMSDataModelModelsDiscoveryJobRequest) UnsetNamePatterns()

UnsetNamePatterns ensures that no value is present for NamePatterns, not even an explicit nil

type CSSCMSDataModelModelsEnrollmentAvailableRenewal ¶

type CSSCMSDataModelModelsEnrollmentAvailableRenewal struct {
	AvailableRenewalType *CSSCMSDataModelEnumsRenewalType `json:"AvailableRenewalType,omitempty"`
	Message              NullableString                   `json:"Message,omitempty"`
}

CSSCMSDataModelModelsEnrollmentAvailableRenewal struct for CSSCMSDataModelModelsEnrollmentAvailableRenewal

func NewCSSCMSDataModelModelsEnrollmentAvailableRenewal ¶

func NewCSSCMSDataModelModelsEnrollmentAvailableRenewal() *CSSCMSDataModelModelsEnrollmentAvailableRenewal

NewCSSCMSDataModelModelsEnrollmentAvailableRenewal instantiates a new CSSCMSDataModelModelsEnrollmentAvailableRenewal 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 NewCSSCMSDataModelModelsEnrollmentAvailableRenewalWithDefaults ¶

func NewCSSCMSDataModelModelsEnrollmentAvailableRenewalWithDefaults() *CSSCMSDataModelModelsEnrollmentAvailableRenewal

NewCSSCMSDataModelModelsEnrollmentAvailableRenewalWithDefaults instantiates a new CSSCMSDataModelModelsEnrollmentAvailableRenewal 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 (*CSSCMSDataModelModelsEnrollmentAvailableRenewal) GetAvailableRenewalType ¶

GetAvailableRenewalType returns the AvailableRenewalType field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsEnrollmentAvailableRenewal) GetAvailableRenewalTypeOk ¶

GetAvailableRenewalTypeOk returns a tuple with the AvailableRenewalType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsEnrollmentAvailableRenewal) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsEnrollmentAvailableRenewal) GetMessageOk ¶

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsEnrollmentAvailableRenewal) HasAvailableRenewalType ¶

func (o *CSSCMSDataModelModelsEnrollmentAvailableRenewal) HasAvailableRenewalType() bool

HasAvailableRenewalType returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsEnrollmentAvailableRenewal) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (CSSCMSDataModelModelsEnrollmentAvailableRenewal) MarshalJSON ¶

func (*CSSCMSDataModelModelsEnrollmentAvailableRenewal) SetAvailableRenewalType ¶

SetAvailableRenewalType gets a reference to the given CSSCMSDataModelEnumsRenewalType and assigns it to the AvailableRenewalType field.

func (*CSSCMSDataModelModelsEnrollmentAvailableRenewal) SetMessage ¶

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*CSSCMSDataModelModelsEnrollmentAvailableRenewal) SetMessageNil ¶

SetMessageNil sets the value for Message to be an explicit nil

func (CSSCMSDataModelModelsEnrollmentAvailableRenewal) ToMap ¶

func (o CSSCMSDataModelModelsEnrollmentAvailableRenewal) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsEnrollmentAvailableRenewal) UnsetMessage ¶

UnsetMessage ensures that no value is present for Message, not even an explicit nil

type CSSCMSDataModelModelsEnrollmentCSREnrollmentResponse ¶

type CSSCMSDataModelModelsEnrollmentCSREnrollmentResponse struct {
	CertificateInformation *CSSCMSDataModelModelsPkcs10CertificateResponse `json:"CertificateInformation,omitempty"`
	Metadata               map[string]string                               `json:"Metadata,omitempty"`
}

CSSCMSDataModelModelsEnrollmentCSREnrollmentResponse struct for CSSCMSDataModelModelsEnrollmentCSREnrollmentResponse

func NewCSSCMSDataModelModelsEnrollmentCSREnrollmentResponse ¶

func NewCSSCMSDataModelModelsEnrollmentCSREnrollmentResponse() *CSSCMSDataModelModelsEnrollmentCSREnrollmentResponse

NewCSSCMSDataModelModelsEnrollmentCSREnrollmentResponse instantiates a new CSSCMSDataModelModelsEnrollmentCSREnrollmentResponse 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 NewCSSCMSDataModelModelsEnrollmentCSREnrollmentResponseWithDefaults ¶

func NewCSSCMSDataModelModelsEnrollmentCSREnrollmentResponseWithDefaults() *CSSCMSDataModelModelsEnrollmentCSREnrollmentResponse

NewCSSCMSDataModelModelsEnrollmentCSREnrollmentResponseWithDefaults instantiates a new CSSCMSDataModelModelsEnrollmentCSREnrollmentResponse 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 (*CSSCMSDataModelModelsEnrollmentCSREnrollmentResponse) GetCertificateInformation ¶

GetCertificateInformation returns the CertificateInformation field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsEnrollmentCSREnrollmentResponse) GetCertificateInformationOk ¶

GetCertificateInformationOk returns a tuple with the CertificateInformation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsEnrollmentCSREnrollmentResponse) GetMetadata ¶

GetMetadata returns the Metadata field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsEnrollmentCSREnrollmentResponse) GetMetadataOk ¶

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsEnrollmentCSREnrollmentResponse) HasCertificateInformation ¶

func (o *CSSCMSDataModelModelsEnrollmentCSREnrollmentResponse) HasCertificateInformation() bool

HasCertificateInformation returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsEnrollmentCSREnrollmentResponse) HasMetadata ¶

HasMetadata returns a boolean if a field has been set.

func (CSSCMSDataModelModelsEnrollmentCSREnrollmentResponse) MarshalJSON ¶

func (*CSSCMSDataModelModelsEnrollmentCSREnrollmentResponse) SetCertificateInformation ¶

SetCertificateInformation gets a reference to the given CSSCMSDataModelModelsPkcs10CertificateResponse and assigns it to the CertificateInformation field.

func (*CSSCMSDataModelModelsEnrollmentCSREnrollmentResponse) SetMetadata ¶

SetMetadata gets a reference to the given map[string]string and assigns it to the Metadata field.

func (CSSCMSDataModelModelsEnrollmentCSREnrollmentResponse) ToMap ¶

type CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest ¶

type CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest struct {
	ExistingCertificateId *int32         `json:"ExistingCertificateId,omitempty"`
	CertificateId         *int32         `json:"CertificateId,omitempty"`
	RequestId             *int32         `json:"RequestId,omitempty"`
	Password              NullableString `json:"Password,omitempty"`
	JobTime               *time.Time     `json:"JobTime,omitempty"`
}

CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest struct for CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest

func NewCSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest ¶

func NewCSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest() *CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest

NewCSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest instantiates a new CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest 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 NewCSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequestWithDefaults ¶

func NewCSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequestWithDefaults() *CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest

NewCSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequestWithDefaults instantiates a new CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest 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 (*CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) GetCertificateId ¶

GetCertificateId returns the CertificateId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) GetCertificateIdOk ¶

GetCertificateIdOk returns a tuple with the CertificateId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) GetExistingCertificateId ¶

GetExistingCertificateId returns the ExistingCertificateId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) GetExistingCertificateIdOk ¶

GetExistingCertificateIdOk returns a tuple with the ExistingCertificateId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) GetJobTime ¶

GetJobTime returns the JobTime field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) GetJobTimeOk ¶

GetJobTimeOk returns a tuple with the JobTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) GetPassword ¶

GetPassword returns the Password field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) GetPasswordOk ¶

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) GetRequestId ¶

GetRequestId returns the RequestId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) GetRequestIdOk ¶

GetRequestIdOk returns a tuple with the RequestId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) HasCertificateId ¶

HasCertificateId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) HasExistingCertificateId ¶

HasExistingCertificateId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) HasJobTime ¶

HasJobTime returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) HasPassword ¶

HasPassword returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) HasRequestId ¶

HasRequestId returns a boolean if a field has been set.

func (CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) SetCertificateId ¶

SetCertificateId gets a reference to the given int32 and assigns it to the CertificateId field.

func (*CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) SetExistingCertificateId ¶

SetExistingCertificateId gets a reference to the given int32 and assigns it to the ExistingCertificateId field.

func (*CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) SetJobTime ¶

SetJobTime gets a reference to the given time.Time and assigns it to the JobTime field.

func (*CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) SetPassword ¶

SetPassword gets a reference to the given NullableString and assigns it to the Password field.

func (*CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) SetPasswordNil ¶

SetPasswordNil sets the value for Password to be an explicit nil

func (*CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) SetRequestId ¶

SetRequestId gets a reference to the given int32 and assigns it to the RequestId field.

func (CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) ToMap ¶

func (*CSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) UnsetPassword ¶

UnsetPassword ensures that no value is present for Password, not even an explicit nil

type CSSCMSDataModelModelsEnrollmentManagementStoreType ¶

type CSSCMSDataModelModelsEnrollmentManagementStoreType struct {
	StoreTypeId *int32         `json:"StoreTypeId,omitempty"`
	Alias       NullableString `json:"Alias,omitempty"`
	Overwrite   *bool          `json:"Overwrite,omitempty"`
	Properties  []interface{}  `json:"Properties,omitempty"`
}

CSSCMSDataModelModelsEnrollmentManagementStoreType struct for CSSCMSDataModelModelsEnrollmentManagementStoreType

func NewCSSCMSDataModelModelsEnrollmentManagementStoreType ¶

func NewCSSCMSDataModelModelsEnrollmentManagementStoreType() *CSSCMSDataModelModelsEnrollmentManagementStoreType

NewCSSCMSDataModelModelsEnrollmentManagementStoreType instantiates a new CSSCMSDataModelModelsEnrollmentManagementStoreType 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 NewCSSCMSDataModelModelsEnrollmentManagementStoreTypeWithDefaults ¶

func NewCSSCMSDataModelModelsEnrollmentManagementStoreTypeWithDefaults() *CSSCMSDataModelModelsEnrollmentManagementStoreType

NewCSSCMSDataModelModelsEnrollmentManagementStoreTypeWithDefaults instantiates a new CSSCMSDataModelModelsEnrollmentManagementStoreType 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 (*CSSCMSDataModelModelsEnrollmentManagementStoreType) GetAlias ¶

GetAlias returns the Alias field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsEnrollmentManagementStoreType) GetAliasOk ¶

GetAliasOk returns a tuple with the Alias field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsEnrollmentManagementStoreType) GetOverwrite ¶

GetOverwrite returns the Overwrite field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsEnrollmentManagementStoreType) GetOverwriteOk ¶

GetOverwriteOk returns a tuple with the Overwrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsEnrollmentManagementStoreType) GetProperties ¶

func (o *CSSCMSDataModelModelsEnrollmentManagementStoreType) GetProperties() []interface{}

GetProperties returns the Properties field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsEnrollmentManagementStoreType) GetPropertiesOk ¶

func (o *CSSCMSDataModelModelsEnrollmentManagementStoreType) GetPropertiesOk() ([]interface{}, bool)

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsEnrollmentManagementStoreType) GetStoreTypeId ¶

GetStoreTypeId returns the StoreTypeId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsEnrollmentManagementStoreType) GetStoreTypeIdOk ¶

GetStoreTypeIdOk returns a tuple with the StoreTypeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsEnrollmentManagementStoreType) HasAlias ¶

HasAlias returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsEnrollmentManagementStoreType) HasOverwrite ¶

HasOverwrite returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsEnrollmentManagementStoreType) HasProperties ¶

HasProperties returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsEnrollmentManagementStoreType) HasStoreTypeId ¶

HasStoreTypeId returns a boolean if a field has been set.

func (CSSCMSDataModelModelsEnrollmentManagementStoreType) MarshalJSON ¶

func (*CSSCMSDataModelModelsEnrollmentManagementStoreType) SetAlias ¶

SetAlias gets a reference to the given NullableString and assigns it to the Alias field.

func (*CSSCMSDataModelModelsEnrollmentManagementStoreType) SetAliasNil ¶

SetAliasNil sets the value for Alias to be an explicit nil

func (*CSSCMSDataModelModelsEnrollmentManagementStoreType) SetOverwrite ¶

SetOverwrite gets a reference to the given bool and assigns it to the Overwrite field.

func (*CSSCMSDataModelModelsEnrollmentManagementStoreType) SetProperties ¶

func (o *CSSCMSDataModelModelsEnrollmentManagementStoreType) SetProperties(v []interface{})

SetProperties gets a reference to the given []interface{} and assigns it to the Properties field.

func (*CSSCMSDataModelModelsEnrollmentManagementStoreType) SetStoreTypeId ¶

SetStoreTypeId gets a reference to the given int32 and assigns it to the StoreTypeId field.

func (CSSCMSDataModelModelsEnrollmentManagementStoreType) ToMap ¶

func (*CSSCMSDataModelModelsEnrollmentManagementStoreType) UnsetAlias ¶

UnsetAlias ensures that no value is present for Alias, not even an explicit nil

type CSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse ¶

type CSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse struct {
	CertificateInformation *CSSCMSDataModelModelsPkcs12CertificateResponse `json:"CertificateInformation,omitempty"`
	Metadata               map[string]string                               `json:"Metadata,omitempty"`
}

CSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse struct for CSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse

func NewCSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse ¶

func NewCSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse() *CSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse

NewCSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse instantiates a new CSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse 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 NewCSSCMSDataModelModelsEnrollmentPFXEnrollmentResponseWithDefaults ¶

func NewCSSCMSDataModelModelsEnrollmentPFXEnrollmentResponseWithDefaults() *CSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse

NewCSSCMSDataModelModelsEnrollmentPFXEnrollmentResponseWithDefaults instantiates a new CSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse 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 (*CSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse) GetCertificateInformation ¶

GetCertificateInformation returns the CertificateInformation field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse) GetCertificateInformationOk ¶

GetCertificateInformationOk returns a tuple with the CertificateInformation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse) GetMetadata ¶

GetMetadata returns the Metadata field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse) GetMetadataOk ¶

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse) HasCertificateInformation ¶

func (o *CSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse) HasCertificateInformation() bool

HasCertificateInformation returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse) HasMetadata ¶

HasMetadata returns a boolean if a field has been set.

func (CSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse) MarshalJSON ¶

func (*CSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse) SetCertificateInformation ¶

SetCertificateInformation gets a reference to the given CSSCMSDataModelModelsPkcs12CertificateResponse and assigns it to the CertificateInformation field.

func (*CSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse) SetMetadata ¶

SetMetadata gets a reference to the given map[string]string and assigns it to the Metadata field.

func (CSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse) ToMap ¶

type CSSCMSDataModelModelsEnrollmentRenewalRequest ¶

type CSSCMSDataModelModelsEnrollmentRenewalRequest struct {
	CertificateId        NullableInt32  `json:"CertificateId,omitempty"`
	Thumbprint           NullableString `json:"Thumbprint,omitempty"`
	CertificateAuthority NullableString `json:"CertificateAuthority,omitempty"`
	Template             NullableString `json:"Template,omitempty"`
	Timestamp            *time.Time     `json:"Timestamp,omitempty"`
}

CSSCMSDataModelModelsEnrollmentRenewalRequest struct for CSSCMSDataModelModelsEnrollmentRenewalRequest

func NewCSSCMSDataModelModelsEnrollmentRenewalRequest ¶

func NewCSSCMSDataModelModelsEnrollmentRenewalRequest() *CSSCMSDataModelModelsEnrollmentRenewalRequest

NewCSSCMSDataModelModelsEnrollmentRenewalRequest instantiates a new CSSCMSDataModelModelsEnrollmentRenewalRequest 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 NewCSSCMSDataModelModelsEnrollmentRenewalRequestWithDefaults ¶

func NewCSSCMSDataModelModelsEnrollmentRenewalRequestWithDefaults() *CSSCMSDataModelModelsEnrollmentRenewalRequest

NewCSSCMSDataModelModelsEnrollmentRenewalRequestWithDefaults instantiates a new CSSCMSDataModelModelsEnrollmentRenewalRequest 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 (*CSSCMSDataModelModelsEnrollmentRenewalRequest) GetCertificateAuthority ¶

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) GetCertificateAuthority() string

GetCertificateAuthority returns the CertificateAuthority field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) GetCertificateAuthorityOk ¶

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) GetCertificateAuthorityOk() (*string, bool)

GetCertificateAuthorityOk returns a tuple with the CertificateAuthority field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) GetCertificateId ¶

GetCertificateId returns the CertificateId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) GetCertificateIdOk ¶

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) GetCertificateIdOk() (*int32, bool)

GetCertificateIdOk returns a tuple with the CertificateId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) GetTemplate ¶

GetTemplate returns the Template field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) GetTemplateOk ¶

GetTemplateOk returns a tuple with the Template field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) GetThumbprint ¶

GetThumbprint returns the Thumbprint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) GetThumbprintOk ¶

GetThumbprintOk returns a tuple with the Thumbprint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) GetTimestamp ¶

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) GetTimestampOk ¶

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) HasCertificateAuthority ¶

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) HasCertificateAuthority() bool

HasCertificateAuthority returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) HasCertificateId ¶

HasCertificateId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) HasTemplate ¶

HasTemplate returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) HasThumbprint ¶

HasThumbprint returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) HasTimestamp ¶

HasTimestamp returns a boolean if a field has been set.

func (CSSCMSDataModelModelsEnrollmentRenewalRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) SetCertificateAuthority ¶

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) SetCertificateAuthority(v string)

SetCertificateAuthority gets a reference to the given NullableString and assigns it to the CertificateAuthority field.

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) SetCertificateAuthorityNil ¶

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) SetCertificateAuthorityNil()

SetCertificateAuthorityNil sets the value for CertificateAuthority to be an explicit nil

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) SetCertificateId ¶

SetCertificateId gets a reference to the given NullableInt32 and assigns it to the CertificateId field.

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) SetCertificateIdNil ¶

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) SetCertificateIdNil()

SetCertificateIdNil sets the value for CertificateId to be an explicit nil

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) SetTemplate ¶

SetTemplate gets a reference to the given NullableString and assigns it to the Template field.

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) SetTemplateNil ¶

SetTemplateNil sets the value for Template to be an explicit nil

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) SetThumbprint ¶

SetThumbprint gets a reference to the given NullableString and assigns it to the Thumbprint field.

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) SetThumbprintNil ¶

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) SetThumbprintNil()

SetThumbprintNil sets the value for Thumbprint to be an explicit nil

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) SetTimestamp ¶

SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field.

func (CSSCMSDataModelModelsEnrollmentRenewalRequest) ToMap ¶

func (o CSSCMSDataModelModelsEnrollmentRenewalRequest) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) UnsetCertificateAuthority ¶

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) UnsetCertificateAuthority()

UnsetCertificateAuthority ensures that no value is present for CertificateAuthority, not even an explicit nil

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) UnsetCertificateId ¶

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) UnsetCertificateId()

UnsetCertificateId ensures that no value is present for CertificateId, not even an explicit nil

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) UnsetTemplate ¶

UnsetTemplate ensures that no value is present for Template, not even an explicit nil

func (*CSSCMSDataModelModelsEnrollmentRenewalRequest) UnsetThumbprint ¶

func (o *CSSCMSDataModelModelsEnrollmentRenewalRequest) UnsetThumbprint()

UnsetThumbprint ensures that no value is present for Thumbprint, not even an explicit nil

type CSSCMSDataModelModelsExtendedKeyUsage ¶

type CSSCMSDataModelModelsExtendedKeyUsage struct {
	Id          *int32         `json:"Id,omitempty"`
	Oid         NullableString `json:"Oid,omitempty"`
	DisplayName NullableString `json:"DisplayName,omitempty"`
}

CSSCMSDataModelModelsExtendedKeyUsage struct for CSSCMSDataModelModelsExtendedKeyUsage

func NewCSSCMSDataModelModelsExtendedKeyUsage ¶

func NewCSSCMSDataModelModelsExtendedKeyUsage() *CSSCMSDataModelModelsExtendedKeyUsage

NewCSSCMSDataModelModelsExtendedKeyUsage instantiates a new CSSCMSDataModelModelsExtendedKeyUsage 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 NewCSSCMSDataModelModelsExtendedKeyUsageWithDefaults ¶

func NewCSSCMSDataModelModelsExtendedKeyUsageWithDefaults() *CSSCMSDataModelModelsExtendedKeyUsage

NewCSSCMSDataModelModelsExtendedKeyUsageWithDefaults instantiates a new CSSCMSDataModelModelsExtendedKeyUsage 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 (*CSSCMSDataModelModelsExtendedKeyUsage) GetDisplayName ¶

func (o *CSSCMSDataModelModelsExtendedKeyUsage) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsExtendedKeyUsage) GetDisplayNameOk ¶

func (o *CSSCMSDataModelModelsExtendedKeyUsage) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsExtendedKeyUsage) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsExtendedKeyUsage) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsExtendedKeyUsage) GetOid ¶

GetOid returns the Oid field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsExtendedKeyUsage) GetOidOk ¶

GetOidOk returns a tuple with the Oid field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsExtendedKeyUsage) HasDisplayName ¶

func (o *CSSCMSDataModelModelsExtendedKeyUsage) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsExtendedKeyUsage) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsExtendedKeyUsage) HasOid ¶

HasOid returns a boolean if a field has been set.

func (CSSCMSDataModelModelsExtendedKeyUsage) MarshalJSON ¶

func (o CSSCMSDataModelModelsExtendedKeyUsage) MarshalJSON() ([]byte, error)

func (*CSSCMSDataModelModelsExtendedKeyUsage) SetDisplayName ¶

func (o *CSSCMSDataModelModelsExtendedKeyUsage) SetDisplayName(v string)

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*CSSCMSDataModelModelsExtendedKeyUsage) SetDisplayNameNil ¶

func (o *CSSCMSDataModelModelsExtendedKeyUsage) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*CSSCMSDataModelModelsExtendedKeyUsage) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsExtendedKeyUsage) SetOid ¶

SetOid gets a reference to the given NullableString and assigns it to the Oid field.

func (*CSSCMSDataModelModelsExtendedKeyUsage) SetOidNil ¶

SetOidNil sets the value for Oid to be an explicit nil

func (CSSCMSDataModelModelsExtendedKeyUsage) ToMap ¶

func (o CSSCMSDataModelModelsExtendedKeyUsage) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsExtendedKeyUsage) UnsetDisplayName ¶

func (o *CSSCMSDataModelModelsExtendedKeyUsage) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*CSSCMSDataModelModelsExtendedKeyUsage) UnsetOid ¶

UnsetOid ensures that no value is present for Oid, not even an explicit nil

type CSSCMSDataModelModelsInvalidKeystore ¶

type CSSCMSDataModelModelsInvalidKeystore struct {
	KeystoreId    *string                          `json:"KeystoreId,omitempty"`
	ClientMachine NullableString                   `json:"ClientMachine,omitempty"`
	StorePath     NullableString                   `json:"StorePath,omitempty"`
	Alias         NullableString                   `json:"Alias,omitempty"`
	Reason        *CSSCMSDataModelEnumsFailureType `json:"Reason,omitempty"`
	Explanation   NullableString                   `json:"Explanation,omitempty"`
}

CSSCMSDataModelModelsInvalidKeystore struct for CSSCMSDataModelModelsInvalidKeystore

func NewCSSCMSDataModelModelsInvalidKeystore ¶

func NewCSSCMSDataModelModelsInvalidKeystore() *CSSCMSDataModelModelsInvalidKeystore

NewCSSCMSDataModelModelsInvalidKeystore instantiates a new CSSCMSDataModelModelsInvalidKeystore 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 NewCSSCMSDataModelModelsInvalidKeystoreWithDefaults ¶

func NewCSSCMSDataModelModelsInvalidKeystoreWithDefaults() *CSSCMSDataModelModelsInvalidKeystore

NewCSSCMSDataModelModelsInvalidKeystoreWithDefaults instantiates a new CSSCMSDataModelModelsInvalidKeystore 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 (*CSSCMSDataModelModelsInvalidKeystore) GetAlias ¶

GetAlias returns the Alias field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsInvalidKeystore) GetAliasOk ¶

func (o *CSSCMSDataModelModelsInvalidKeystore) GetAliasOk() (*string, bool)

GetAliasOk returns a tuple with the Alias field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsInvalidKeystore) GetClientMachine ¶

func (o *CSSCMSDataModelModelsInvalidKeystore) GetClientMachine() string

GetClientMachine returns the ClientMachine field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsInvalidKeystore) GetClientMachineOk ¶

func (o *CSSCMSDataModelModelsInvalidKeystore) GetClientMachineOk() (*string, bool)

GetClientMachineOk returns a tuple with the ClientMachine field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsInvalidKeystore) GetExplanation ¶

func (o *CSSCMSDataModelModelsInvalidKeystore) GetExplanation() string

GetExplanation returns the Explanation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsInvalidKeystore) GetExplanationOk ¶

func (o *CSSCMSDataModelModelsInvalidKeystore) GetExplanationOk() (*string, bool)

GetExplanationOk returns a tuple with the Explanation field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsInvalidKeystore) GetKeystoreId ¶

func (o *CSSCMSDataModelModelsInvalidKeystore) GetKeystoreId() string

GetKeystoreId returns the KeystoreId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsInvalidKeystore) GetKeystoreIdOk ¶

func (o *CSSCMSDataModelModelsInvalidKeystore) GetKeystoreIdOk() (*string, bool)

GetKeystoreIdOk returns a tuple with the KeystoreId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsInvalidKeystore) GetReason ¶

GetReason returns the Reason field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsInvalidKeystore) GetReasonOk ¶

GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsInvalidKeystore) GetStorePath ¶

func (o *CSSCMSDataModelModelsInvalidKeystore) GetStorePath() string

GetStorePath returns the StorePath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsInvalidKeystore) GetStorePathOk ¶

func (o *CSSCMSDataModelModelsInvalidKeystore) GetStorePathOk() (*string, bool)

GetStorePathOk returns a tuple with the StorePath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsInvalidKeystore) HasAlias ¶

HasAlias returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsInvalidKeystore) HasClientMachine ¶

func (o *CSSCMSDataModelModelsInvalidKeystore) HasClientMachine() bool

HasClientMachine returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsInvalidKeystore) HasExplanation ¶

func (o *CSSCMSDataModelModelsInvalidKeystore) HasExplanation() bool

HasExplanation returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsInvalidKeystore) HasKeystoreId ¶

func (o *CSSCMSDataModelModelsInvalidKeystore) HasKeystoreId() bool

HasKeystoreId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsInvalidKeystore) HasReason ¶

HasReason returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsInvalidKeystore) HasStorePath ¶

func (o *CSSCMSDataModelModelsInvalidKeystore) HasStorePath() bool

HasStorePath returns a boolean if a field has been set.

func (CSSCMSDataModelModelsInvalidKeystore) MarshalJSON ¶

func (o CSSCMSDataModelModelsInvalidKeystore) MarshalJSON() ([]byte, error)

func (*CSSCMSDataModelModelsInvalidKeystore) SetAlias ¶

SetAlias gets a reference to the given NullableString and assigns it to the Alias field.

func (*CSSCMSDataModelModelsInvalidKeystore) SetAliasNil ¶

func (o *CSSCMSDataModelModelsInvalidKeystore) SetAliasNil()

SetAliasNil sets the value for Alias to be an explicit nil

func (*CSSCMSDataModelModelsInvalidKeystore) SetClientMachine ¶

func (o *CSSCMSDataModelModelsInvalidKeystore) SetClientMachine(v string)

SetClientMachine gets a reference to the given NullableString and assigns it to the ClientMachine field.

func (*CSSCMSDataModelModelsInvalidKeystore) SetClientMachineNil ¶

func (o *CSSCMSDataModelModelsInvalidKeystore) SetClientMachineNil()

SetClientMachineNil sets the value for ClientMachine to be an explicit nil

func (*CSSCMSDataModelModelsInvalidKeystore) SetExplanation ¶

func (o *CSSCMSDataModelModelsInvalidKeystore) SetExplanation(v string)

SetExplanation gets a reference to the given NullableString and assigns it to the Explanation field.

func (*CSSCMSDataModelModelsInvalidKeystore) SetExplanationNil ¶

func (o *CSSCMSDataModelModelsInvalidKeystore) SetExplanationNil()

SetExplanationNil sets the value for Explanation to be an explicit nil

func (*CSSCMSDataModelModelsInvalidKeystore) SetKeystoreId ¶

func (o *CSSCMSDataModelModelsInvalidKeystore) SetKeystoreId(v string)

SetKeystoreId gets a reference to the given string and assigns it to the KeystoreId field.

func (*CSSCMSDataModelModelsInvalidKeystore) SetReason ¶

SetReason gets a reference to the given CSSCMSDataModelEnumsFailureType and assigns it to the Reason field.

func (*CSSCMSDataModelModelsInvalidKeystore) SetStorePath ¶

func (o *CSSCMSDataModelModelsInvalidKeystore) SetStorePath(v string)

SetStorePath gets a reference to the given NullableString and assigns it to the StorePath field.

func (*CSSCMSDataModelModelsInvalidKeystore) SetStorePathNil ¶

func (o *CSSCMSDataModelModelsInvalidKeystore) SetStorePathNil()

SetStorePathNil sets the value for StorePath to be an explicit nil

func (CSSCMSDataModelModelsInvalidKeystore) ToMap ¶

func (o CSSCMSDataModelModelsInvalidKeystore) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsInvalidKeystore) UnsetAlias ¶

func (o *CSSCMSDataModelModelsInvalidKeystore) UnsetAlias()

UnsetAlias ensures that no value is present for Alias, not even an explicit nil

func (*CSSCMSDataModelModelsInvalidKeystore) UnsetClientMachine ¶

func (o *CSSCMSDataModelModelsInvalidKeystore) UnsetClientMachine()

UnsetClientMachine ensures that no value is present for ClientMachine, not even an explicit nil

func (*CSSCMSDataModelModelsInvalidKeystore) UnsetExplanation ¶

func (o *CSSCMSDataModelModelsInvalidKeystore) UnsetExplanation()

UnsetExplanation ensures that no value is present for Explanation, not even an explicit nil

func (*CSSCMSDataModelModelsInvalidKeystore) UnsetStorePath ¶

func (o *CSSCMSDataModelModelsInvalidKeystore) UnsetStorePath()

UnsetStorePath ensures that no value is present for StorePath, not even an explicit nil

type CSSCMSDataModelModelsKeyfactorAPISecret ¶

type CSSCMSDataModelModelsKeyfactorAPISecret struct {
	SecretValue NullableString    `json:"SecretValue,omitempty"`
	Parameters  map[string]string `json:"Parameters,omitempty"`
	Provider    NullableInt32     `json:"Provider,omitempty"`
}

CSSCMSDataModelModelsKeyfactorAPISecret struct for CSSCMSDataModelModelsKeyfactorAPISecret

func NewCSSCMSDataModelModelsKeyfactorAPISecret ¶

func NewCSSCMSDataModelModelsKeyfactorAPISecret() *CSSCMSDataModelModelsKeyfactorAPISecret

NewCSSCMSDataModelModelsKeyfactorAPISecret instantiates a new CSSCMSDataModelModelsKeyfactorAPISecret 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 NewCSSCMSDataModelModelsKeyfactorAPISecretWithDefaults ¶

func NewCSSCMSDataModelModelsKeyfactorAPISecretWithDefaults() *CSSCMSDataModelModelsKeyfactorAPISecret

NewCSSCMSDataModelModelsKeyfactorAPISecretWithDefaults instantiates a new CSSCMSDataModelModelsKeyfactorAPISecret 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 (*CSSCMSDataModelModelsKeyfactorAPISecret) GetParameters ¶

func (o *CSSCMSDataModelModelsKeyfactorAPISecret) GetParameters() map[string]string

GetParameters returns the Parameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsKeyfactorAPISecret) GetParametersOk ¶

func (o *CSSCMSDataModelModelsKeyfactorAPISecret) GetParametersOk() (*map[string]string, bool)

GetParametersOk returns a tuple with the Parameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsKeyfactorAPISecret) GetProvider ¶

GetProvider returns the Provider field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsKeyfactorAPISecret) GetProviderOk ¶

func (o *CSSCMSDataModelModelsKeyfactorAPISecret) GetProviderOk() (*int32, bool)

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsKeyfactorAPISecret) GetSecretValue ¶

func (o *CSSCMSDataModelModelsKeyfactorAPISecret) GetSecretValue() string

GetSecretValue returns the SecretValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsKeyfactorAPISecret) GetSecretValueOk ¶

func (o *CSSCMSDataModelModelsKeyfactorAPISecret) GetSecretValueOk() (*string, bool)

GetSecretValueOk returns a tuple with the SecretValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsKeyfactorAPISecret) HasParameters ¶

func (o *CSSCMSDataModelModelsKeyfactorAPISecret) HasParameters() bool

HasParameters returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsKeyfactorAPISecret) HasProvider ¶

HasProvider returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsKeyfactorAPISecret) HasSecretValue ¶

func (o *CSSCMSDataModelModelsKeyfactorAPISecret) HasSecretValue() bool

HasSecretValue returns a boolean if a field has been set.

func (CSSCMSDataModelModelsKeyfactorAPISecret) MarshalJSON ¶

func (o CSSCMSDataModelModelsKeyfactorAPISecret) MarshalJSON() ([]byte, error)

func (*CSSCMSDataModelModelsKeyfactorAPISecret) SetParameters ¶

func (o *CSSCMSDataModelModelsKeyfactorAPISecret) SetParameters(v map[string]string)

SetParameters gets a reference to the given map[string]string and assigns it to the Parameters field.

func (*CSSCMSDataModelModelsKeyfactorAPISecret) SetProvider ¶

SetProvider gets a reference to the given NullableInt32 and assigns it to the Provider field.

func (*CSSCMSDataModelModelsKeyfactorAPISecret) SetProviderNil ¶

func (o *CSSCMSDataModelModelsKeyfactorAPISecret) SetProviderNil()

SetProviderNil sets the value for Provider to be an explicit nil

func (*CSSCMSDataModelModelsKeyfactorAPISecret) SetSecretValue ¶

func (o *CSSCMSDataModelModelsKeyfactorAPISecret) SetSecretValue(v string)

SetSecretValue gets a reference to the given NullableString and assigns it to the SecretValue field.

func (*CSSCMSDataModelModelsKeyfactorAPISecret) SetSecretValueNil ¶

func (o *CSSCMSDataModelModelsKeyfactorAPISecret) SetSecretValueNil()

SetSecretValueNil sets the value for SecretValue to be an explicit nil

func (CSSCMSDataModelModelsKeyfactorAPISecret) ToMap ¶

func (o CSSCMSDataModelModelsKeyfactorAPISecret) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsKeyfactorAPISecret) UnsetProvider ¶

func (o *CSSCMSDataModelModelsKeyfactorAPISecret) UnsetProvider()

UnsetProvider ensures that no value is present for Provider, not even an explicit nil

func (*CSSCMSDataModelModelsKeyfactorAPISecret) UnsetSecretValue ¶

func (o *CSSCMSDataModelModelsKeyfactorAPISecret) UnsetSecretValue()

UnsetSecretValue ensures that no value is present for SecretValue, not even an explicit nil

type CSSCMSDataModelModelsKeyfactorSecret ¶

type CSSCMSDataModelModelsKeyfactorSecret struct {
	Value                       interface{}                                      `json:"Value,omitempty"`
	SecretTypeGuid              *string                                          `json:"SecretTypeGuid,omitempty"`
	InstanceId                  NullableInt32                                    `json:"InstanceId,omitempty"`
	InstanceGuid                NullableString                                   `json:"InstanceGuid,omitempty"`
	ProviderTypeParameterValues []CSSCMSDataModelModelsPamProviderTypeParamValue `json:"ProviderTypeParameterValues,omitempty"`
	ProviderId                  NullableInt32                                    `json:"ProviderId,omitempty"`
	IsManaged                   *bool                                            `json:"IsManaged,omitempty"`
	SecretType                  *CSSCMSDataModelEnumsSecretType                  `json:"SecretType,omitempty"`
	RemoteProviderName          NullableString                                   `json:"RemoteProviderName,omitempty"`
	DoesHaveValue               *bool                                            `json:"HasValue,omitempty"`
}

CSSCMSDataModelModelsKeyfactorSecret struct for CSSCMSDataModelModelsKeyfactorSecret

func NewCSSCMSDataModelModelsKeyfactorSecret ¶

func NewCSSCMSDataModelModelsKeyfactorSecret() *CSSCMSDataModelModelsKeyfactorSecret

NewCSSCMSDataModelModelsKeyfactorSecret instantiates a new CSSCMSDataModelModelsKeyfactorSecret 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 NewCSSCMSDataModelModelsKeyfactorSecretWithDefaults ¶

func NewCSSCMSDataModelModelsKeyfactorSecretWithDefaults() *CSSCMSDataModelModelsKeyfactorSecret

NewCSSCMSDataModelModelsKeyfactorSecretWithDefaults instantiates a new CSSCMSDataModelModelsKeyfactorSecret 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 (*CSSCMSDataModelModelsKeyfactorSecret) GetDoesHaveValue ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) GetDoesHaveValue() bool

GetDoesHaveValue returns the DoesHaveValue field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsKeyfactorSecret) GetDoesHaveValueOk ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) GetDoesHaveValueOk() (*bool, bool)

GetDoesHaveValueOk returns a tuple with the DoesHaveValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsKeyfactorSecret) GetInstanceGuid ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) GetInstanceGuid() string

GetInstanceGuid returns the InstanceGuid field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsKeyfactorSecret) GetInstanceGuidOk ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) GetInstanceGuidOk() (*string, bool)

GetInstanceGuidOk returns a tuple with the InstanceGuid field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsKeyfactorSecret) GetInstanceId ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) GetInstanceId() int32

GetInstanceId returns the InstanceId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsKeyfactorSecret) GetInstanceIdOk ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) GetInstanceIdOk() (*int32, bool)

GetInstanceIdOk returns a tuple with the InstanceId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsKeyfactorSecret) GetIsManaged ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) GetIsManaged() bool

GetIsManaged returns the IsManaged field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsKeyfactorSecret) GetIsManagedOk ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) GetIsManagedOk() (*bool, bool)

GetIsManagedOk returns a tuple with the IsManaged field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsKeyfactorSecret) GetProviderId ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) GetProviderId() int32

GetProviderId returns the ProviderId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsKeyfactorSecret) GetProviderIdOk ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) GetProviderIdOk() (*int32, bool)

GetProviderIdOk returns a tuple with the ProviderId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsKeyfactorSecret) GetProviderTypeParameterValues ¶

GetProviderTypeParameterValues returns the ProviderTypeParameterValues field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsKeyfactorSecret) GetProviderTypeParameterValuesOk ¶

GetProviderTypeParameterValuesOk returns a tuple with the ProviderTypeParameterValues field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsKeyfactorSecret) GetRemoteProviderName ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) GetRemoteProviderName() string

GetRemoteProviderName returns the RemoteProviderName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsKeyfactorSecret) GetRemoteProviderNameOk ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) GetRemoteProviderNameOk() (*string, bool)

GetRemoteProviderNameOk returns a tuple with the RemoteProviderName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsKeyfactorSecret) GetSecretType ¶

GetSecretType returns the SecretType field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsKeyfactorSecret) GetSecretTypeGuid ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) GetSecretTypeGuid() string

GetSecretTypeGuid returns the SecretTypeGuid field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsKeyfactorSecret) GetSecretTypeGuidOk ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) GetSecretTypeGuidOk() (*string, bool)

GetSecretTypeGuidOk returns a tuple with the SecretTypeGuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsKeyfactorSecret) GetSecretTypeOk ¶

GetSecretTypeOk returns a tuple with the SecretType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsKeyfactorSecret) GetValue ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) GetValue() interface{}

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsKeyfactorSecret) GetValueOk ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) GetValueOk() (*interface{}, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsKeyfactorSecret) HasDoesHaveValue ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) HasDoesHaveValue() bool

HasDoesHaveValue returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsKeyfactorSecret) HasInstanceGuid ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) HasInstanceGuid() bool

HasInstanceGuid returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsKeyfactorSecret) HasInstanceId ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) HasInstanceId() bool

HasInstanceId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsKeyfactorSecret) HasIsManaged ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) HasIsManaged() bool

HasIsManaged returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsKeyfactorSecret) HasProviderId ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) HasProviderId() bool

HasProviderId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsKeyfactorSecret) HasProviderTypeParameterValues ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) HasProviderTypeParameterValues() bool

HasProviderTypeParameterValues returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsKeyfactorSecret) HasRemoteProviderName ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) HasRemoteProviderName() bool

HasRemoteProviderName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsKeyfactorSecret) HasSecretType ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) HasSecretType() bool

HasSecretType returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsKeyfactorSecret) HasSecretTypeGuid ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) HasSecretTypeGuid() bool

HasSecretTypeGuid returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsKeyfactorSecret) HasValue ¶

HasValue returns a boolean if a field has been set.

func (CSSCMSDataModelModelsKeyfactorSecret) MarshalJSON ¶

func (o CSSCMSDataModelModelsKeyfactorSecret) MarshalJSON() ([]byte, error)

func (*CSSCMSDataModelModelsKeyfactorSecret) SetDoesHaveValue ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) SetDoesHaveValue(v bool)

SetDoesHaveValue gets a reference to the given bool and assigns it to the DoesHaveValue field.

func (*CSSCMSDataModelModelsKeyfactorSecret) SetInstanceGuid ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) SetInstanceGuid(v string)

SetInstanceGuid gets a reference to the given NullableString and assigns it to the InstanceGuid field.

func (*CSSCMSDataModelModelsKeyfactorSecret) SetInstanceGuidNil ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) SetInstanceGuidNil()

SetInstanceGuidNil sets the value for InstanceGuid to be an explicit nil

func (*CSSCMSDataModelModelsKeyfactorSecret) SetInstanceId ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) SetInstanceId(v int32)

SetInstanceId gets a reference to the given NullableInt32 and assigns it to the InstanceId field.

func (*CSSCMSDataModelModelsKeyfactorSecret) SetInstanceIdNil ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) SetInstanceIdNil()

SetInstanceIdNil sets the value for InstanceId to be an explicit nil

func (*CSSCMSDataModelModelsKeyfactorSecret) SetIsManaged ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) SetIsManaged(v bool)

SetIsManaged gets a reference to the given bool and assigns it to the IsManaged field.

func (*CSSCMSDataModelModelsKeyfactorSecret) SetProviderId ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) SetProviderId(v int32)

SetProviderId gets a reference to the given NullableInt32 and assigns it to the ProviderId field.

func (*CSSCMSDataModelModelsKeyfactorSecret) SetProviderIdNil ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) SetProviderIdNil()

SetProviderIdNil sets the value for ProviderId to be an explicit nil

func (*CSSCMSDataModelModelsKeyfactorSecret) SetProviderTypeParameterValues ¶

SetProviderTypeParameterValues gets a reference to the given []CSSCMSDataModelModelsPamProviderTypeParamValue and assigns it to the ProviderTypeParameterValues field.

func (*CSSCMSDataModelModelsKeyfactorSecret) SetRemoteProviderName ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) SetRemoteProviderName(v string)

SetRemoteProviderName gets a reference to the given NullableString and assigns it to the RemoteProviderName field.

func (*CSSCMSDataModelModelsKeyfactorSecret) SetRemoteProviderNameNil ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) SetRemoteProviderNameNil()

SetRemoteProviderNameNil sets the value for RemoteProviderName to be an explicit nil

func (*CSSCMSDataModelModelsKeyfactorSecret) SetSecretType ¶

SetSecretType gets a reference to the given CSSCMSDataModelEnumsSecretType and assigns it to the SecretType field.

func (*CSSCMSDataModelModelsKeyfactorSecret) SetSecretTypeGuid ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) SetSecretTypeGuid(v string)

SetSecretTypeGuid gets a reference to the given string and assigns it to the SecretTypeGuid field.

func (*CSSCMSDataModelModelsKeyfactorSecret) SetValue ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) SetValue(v interface{})

SetValue gets a reference to the given interface{} and assigns it to the Value field.

func (CSSCMSDataModelModelsKeyfactorSecret) ToMap ¶

func (o CSSCMSDataModelModelsKeyfactorSecret) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsKeyfactorSecret) UnsetInstanceGuid ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) UnsetInstanceGuid()

UnsetInstanceGuid ensures that no value is present for InstanceGuid, not even an explicit nil

func (*CSSCMSDataModelModelsKeyfactorSecret) UnsetInstanceId ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) UnsetInstanceId()

UnsetInstanceId ensures that no value is present for InstanceId, not even an explicit nil

func (*CSSCMSDataModelModelsKeyfactorSecret) UnsetProviderId ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) UnsetProviderId()

UnsetProviderId ensures that no value is present for ProviderId, not even an explicit nil

func (*CSSCMSDataModelModelsKeyfactorSecret) UnsetRemoteProviderName ¶

func (o *CSSCMSDataModelModelsKeyfactorSecret) UnsetRemoteProviderName()

UnsetRemoteProviderName ensures that no value is present for RemoteProviderName, not even an explicit nil

type CSSCMSDataModelModelsMetadataAllUpdateRequest ¶

type CSSCMSDataModelModelsMetadataAllUpdateRequest struct {
	Query          NullableString                                     `json:"Query,omitempty"`
	CertificateIds []int32                                            `json:"CertificateIds,omitempty"`
	Metadata       []CSSCMSDataModelModelsMetadataSingleUpdateRequest `json:"Metadata"`
}

CSSCMSDataModelModelsMetadataAllUpdateRequest struct for CSSCMSDataModelModelsMetadataAllUpdateRequest

func NewCSSCMSDataModelModelsMetadataAllUpdateRequest ¶

func NewCSSCMSDataModelModelsMetadataAllUpdateRequest(metadata []CSSCMSDataModelModelsMetadataSingleUpdateRequest) *CSSCMSDataModelModelsMetadataAllUpdateRequest

NewCSSCMSDataModelModelsMetadataAllUpdateRequest instantiates a new CSSCMSDataModelModelsMetadataAllUpdateRequest 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 NewCSSCMSDataModelModelsMetadataAllUpdateRequestWithDefaults ¶

func NewCSSCMSDataModelModelsMetadataAllUpdateRequestWithDefaults() *CSSCMSDataModelModelsMetadataAllUpdateRequest

NewCSSCMSDataModelModelsMetadataAllUpdateRequestWithDefaults instantiates a new CSSCMSDataModelModelsMetadataAllUpdateRequest 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 (*CSSCMSDataModelModelsMetadataAllUpdateRequest) GetCertificateIds ¶

func (o *CSSCMSDataModelModelsMetadataAllUpdateRequest) GetCertificateIds() []int32

GetCertificateIds returns the CertificateIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsMetadataAllUpdateRequest) GetCertificateIdsOk ¶

func (o *CSSCMSDataModelModelsMetadataAllUpdateRequest) GetCertificateIdsOk() ([]int32, bool)

GetCertificateIdsOk returns a tuple with the CertificateIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsMetadataAllUpdateRequest) GetMetadata ¶

GetMetadata returns the Metadata field value

func (*CSSCMSDataModelModelsMetadataAllUpdateRequest) GetMetadataOk ¶

GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsMetadataAllUpdateRequest) GetQuery ¶

GetQuery returns the Query field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsMetadataAllUpdateRequest) GetQueryOk ¶

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsMetadataAllUpdateRequest) HasCertificateIds ¶

func (o *CSSCMSDataModelModelsMetadataAllUpdateRequest) HasCertificateIds() bool

HasCertificateIds returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsMetadataAllUpdateRequest) HasQuery ¶

HasQuery returns a boolean if a field has been set.

func (CSSCMSDataModelModelsMetadataAllUpdateRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsMetadataAllUpdateRequest) SetCertificateIds ¶

func (o *CSSCMSDataModelModelsMetadataAllUpdateRequest) SetCertificateIds(v []int32)

SetCertificateIds gets a reference to the given []int32 and assigns it to the CertificateIds field.

func (*CSSCMSDataModelModelsMetadataAllUpdateRequest) SetMetadata ¶

SetMetadata sets field value

func (*CSSCMSDataModelModelsMetadataAllUpdateRequest) SetQuery ¶

SetQuery gets a reference to the given NullableString and assigns it to the Query field.

func (*CSSCMSDataModelModelsMetadataAllUpdateRequest) SetQueryNil ¶

SetQueryNil sets the value for Query to be an explicit nil

func (CSSCMSDataModelModelsMetadataAllUpdateRequest) ToMap ¶

func (o CSSCMSDataModelModelsMetadataAllUpdateRequest) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsMetadataAllUpdateRequest) UnsetQuery ¶

UnsetQuery ensures that no value is present for Query, not even an explicit nil

type CSSCMSDataModelModelsMetadataSingleUpdateRequest ¶

type CSSCMSDataModelModelsMetadataSingleUpdateRequest struct {
	MetadataName      NullableString `json:"MetadataName,omitempty"`
	Value             NullableString `json:"Value,omitempty"`
	OverwriteExisting *bool          `json:"OverwriteExisting,omitempty"`
}

CSSCMSDataModelModelsMetadataSingleUpdateRequest struct for CSSCMSDataModelModelsMetadataSingleUpdateRequest

func NewCSSCMSDataModelModelsMetadataSingleUpdateRequest ¶

func NewCSSCMSDataModelModelsMetadataSingleUpdateRequest() *CSSCMSDataModelModelsMetadataSingleUpdateRequest

NewCSSCMSDataModelModelsMetadataSingleUpdateRequest instantiates a new CSSCMSDataModelModelsMetadataSingleUpdateRequest 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 NewCSSCMSDataModelModelsMetadataSingleUpdateRequestWithDefaults ¶

func NewCSSCMSDataModelModelsMetadataSingleUpdateRequestWithDefaults() *CSSCMSDataModelModelsMetadataSingleUpdateRequest

NewCSSCMSDataModelModelsMetadataSingleUpdateRequestWithDefaults instantiates a new CSSCMSDataModelModelsMetadataSingleUpdateRequest 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 (*CSSCMSDataModelModelsMetadataSingleUpdateRequest) GetMetadataName ¶

GetMetadataName returns the MetadataName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsMetadataSingleUpdateRequest) GetMetadataNameOk ¶

GetMetadataNameOk returns a tuple with the MetadataName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsMetadataSingleUpdateRequest) GetOverwriteExisting ¶

func (o *CSSCMSDataModelModelsMetadataSingleUpdateRequest) GetOverwriteExisting() bool

GetOverwriteExisting returns the OverwriteExisting field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsMetadataSingleUpdateRequest) GetOverwriteExistingOk ¶

func (o *CSSCMSDataModelModelsMetadataSingleUpdateRequest) GetOverwriteExistingOk() (*bool, bool)

GetOverwriteExistingOk returns a tuple with the OverwriteExisting field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsMetadataSingleUpdateRequest) GetValue ¶

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsMetadataSingleUpdateRequest) GetValueOk ¶

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsMetadataSingleUpdateRequest) HasMetadataName ¶

HasMetadataName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsMetadataSingleUpdateRequest) HasOverwriteExisting ¶

func (o *CSSCMSDataModelModelsMetadataSingleUpdateRequest) HasOverwriteExisting() bool

HasOverwriteExisting returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsMetadataSingleUpdateRequest) HasValue ¶

HasValue returns a boolean if a field has been set.

func (CSSCMSDataModelModelsMetadataSingleUpdateRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsMetadataSingleUpdateRequest) SetMetadataName ¶

SetMetadataName gets a reference to the given NullableString and assigns it to the MetadataName field.

func (*CSSCMSDataModelModelsMetadataSingleUpdateRequest) SetMetadataNameNil ¶

func (o *CSSCMSDataModelModelsMetadataSingleUpdateRequest) SetMetadataNameNil()

SetMetadataNameNil sets the value for MetadataName to be an explicit nil

func (*CSSCMSDataModelModelsMetadataSingleUpdateRequest) SetOverwriteExisting ¶

func (o *CSSCMSDataModelModelsMetadataSingleUpdateRequest) SetOverwriteExisting(v bool)

SetOverwriteExisting gets a reference to the given bool and assigns it to the OverwriteExisting field.

func (*CSSCMSDataModelModelsMetadataSingleUpdateRequest) SetValue ¶

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*CSSCMSDataModelModelsMetadataSingleUpdateRequest) SetValueNil ¶

SetValueNil sets the value for Value to be an explicit nil

func (CSSCMSDataModelModelsMetadataSingleUpdateRequest) ToMap ¶

func (o CSSCMSDataModelModelsMetadataSingleUpdateRequest) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsMetadataSingleUpdateRequest) UnsetMetadataName ¶

func (o *CSSCMSDataModelModelsMetadataSingleUpdateRequest) UnsetMetadataName()

UnsetMetadataName ensures that no value is present for MetadataName, not even an explicit nil

func (*CSSCMSDataModelModelsMetadataSingleUpdateRequest) UnsetValue ¶

UnsetValue ensures that no value is present for Value, not even an explicit nil

type CSSCMSDataModelModelsMetadataType ¶

type CSSCMSDataModelModelsMetadataType struct {
	Id           *int32                                 `json:"Id,omitempty"`
	Name         NullableString                         `json:"Name,omitempty"`
	Description  NullableString                         `json:"Description,omitempty"`
	DataType     *CSSCMSCoreEnumsMetadataDataType       `json:"DataType,omitempty"`
	Hint         NullableString                         `json:"Hint,omitempty"`
	Validation   NullableString                         `json:"Validation,omitempty"`
	Enrollment   *CSSCMSCoreEnumsMetadataTypeEnrollment `json:"Enrollment,omitempty"`
	Message      NullableString                         `json:"Message,omitempty"`
	Options      NullableString                         `json:"Options,omitempty"`
	DefaultValue NullableString                         `json:"DefaultValue,omitempty"`
	// Deprecated
	AllowAPI *bool `json:"AllowAPI,omitempty"`
	// Deprecated
	ExplicitUpdate          *bool         `json:"ExplicitUpdate,omitempty"`
	DisplayOrder            NullableInt32 `json:"DisplayOrder,omitempty"`
	CaseSensitive           *bool         `json:"CaseSensitive,omitempty"`
	ExemptFromActionedCount *bool         `json:"ExemptFromActionedCount,omitempty"`
}

CSSCMSDataModelModelsMetadataType struct for CSSCMSDataModelModelsMetadataType

func NewCSSCMSDataModelModelsMetadataType ¶

func NewCSSCMSDataModelModelsMetadataType() *CSSCMSDataModelModelsMetadataType

NewCSSCMSDataModelModelsMetadataType instantiates a new CSSCMSDataModelModelsMetadataType 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 NewCSSCMSDataModelModelsMetadataTypeWithDefaults ¶

func NewCSSCMSDataModelModelsMetadataTypeWithDefaults() *CSSCMSDataModelModelsMetadataType

NewCSSCMSDataModelModelsMetadataTypeWithDefaults instantiates a new CSSCMSDataModelModelsMetadataType 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 (*CSSCMSDataModelModelsMetadataType) GetAllowAPI ¶

func (o *CSSCMSDataModelModelsMetadataType) GetAllowAPI() bool

GetAllowAPI returns the AllowAPI field value if set, zero value otherwise. Deprecated

func (*CSSCMSDataModelModelsMetadataType) GetAllowAPIOk ¶

func (o *CSSCMSDataModelModelsMetadataType) GetAllowAPIOk() (*bool, bool)

GetAllowAPIOk returns a tuple with the AllowAPI field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*CSSCMSDataModelModelsMetadataType) GetCaseSensitive ¶

func (o *CSSCMSDataModelModelsMetadataType) GetCaseSensitive() bool

GetCaseSensitive returns the CaseSensitive field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsMetadataType) GetCaseSensitiveOk ¶

func (o *CSSCMSDataModelModelsMetadataType) GetCaseSensitiveOk() (*bool, bool)

GetCaseSensitiveOk returns a tuple with the CaseSensitive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsMetadataType) GetDataType ¶

GetDataType returns the DataType field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsMetadataType) GetDataTypeOk ¶

GetDataTypeOk returns a tuple with the DataType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsMetadataType) GetDefaultValue ¶

func (o *CSSCMSDataModelModelsMetadataType) GetDefaultValue() string

GetDefaultValue returns the DefaultValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsMetadataType) GetDefaultValueOk ¶

func (o *CSSCMSDataModelModelsMetadataType) GetDefaultValueOk() (*string, bool)

GetDefaultValueOk returns a tuple with the DefaultValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsMetadataType) GetDescription ¶

func (o *CSSCMSDataModelModelsMetadataType) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsMetadataType) GetDescriptionOk ¶

func (o *CSSCMSDataModelModelsMetadataType) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsMetadataType) GetDisplayOrder ¶

func (o *CSSCMSDataModelModelsMetadataType) GetDisplayOrder() int32

GetDisplayOrder returns the DisplayOrder field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsMetadataType) GetDisplayOrderOk ¶

func (o *CSSCMSDataModelModelsMetadataType) GetDisplayOrderOk() (*int32, bool)

GetDisplayOrderOk returns a tuple with the DisplayOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsMetadataType) GetEnrollment ¶

GetEnrollment returns the Enrollment field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsMetadataType) GetEnrollmentOk ¶

GetEnrollmentOk returns a tuple with the Enrollment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsMetadataType) GetExemptFromActionedCount ¶

func (o *CSSCMSDataModelModelsMetadataType) GetExemptFromActionedCount() bool

GetExemptFromActionedCount returns the ExemptFromActionedCount field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsMetadataType) GetExemptFromActionedCountOk ¶

func (o *CSSCMSDataModelModelsMetadataType) GetExemptFromActionedCountOk() (*bool, bool)

GetExemptFromActionedCountOk returns a tuple with the ExemptFromActionedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsMetadataType) GetExplicitUpdate ¶

func (o *CSSCMSDataModelModelsMetadataType) GetExplicitUpdate() bool

GetExplicitUpdate returns the ExplicitUpdate field value if set, zero value otherwise. Deprecated

func (*CSSCMSDataModelModelsMetadataType) GetExplicitUpdateOk ¶

func (o *CSSCMSDataModelModelsMetadataType) GetExplicitUpdateOk() (*bool, bool)

GetExplicitUpdateOk returns a tuple with the ExplicitUpdate field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*CSSCMSDataModelModelsMetadataType) GetHint ¶

GetHint returns the Hint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsMetadataType) GetHintOk ¶

func (o *CSSCMSDataModelModelsMetadataType) GetHintOk() (*string, bool)

GetHintOk returns a tuple with the Hint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsMetadataType) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsMetadataType) GetIdOk ¶

func (o *CSSCMSDataModelModelsMetadataType) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsMetadataType) GetMessage ¶

func (o *CSSCMSDataModelModelsMetadataType) GetMessage() string

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsMetadataType) GetMessageOk ¶

func (o *CSSCMSDataModelModelsMetadataType) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsMetadataType) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsMetadataType) GetNameOk ¶

func (o *CSSCMSDataModelModelsMetadataType) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsMetadataType) GetOptions ¶

func (o *CSSCMSDataModelModelsMetadataType) GetOptions() string

GetOptions returns the Options field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsMetadataType) GetOptionsOk ¶

func (o *CSSCMSDataModelModelsMetadataType) GetOptionsOk() (*string, bool)

GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsMetadataType) GetValidation ¶

func (o *CSSCMSDataModelModelsMetadataType) GetValidation() string

GetValidation returns the Validation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsMetadataType) GetValidationOk ¶

func (o *CSSCMSDataModelModelsMetadataType) GetValidationOk() (*string, bool)

GetValidationOk returns a tuple with the Validation field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsMetadataType) HasAllowAPI ¶

func (o *CSSCMSDataModelModelsMetadataType) HasAllowAPI() bool

HasAllowAPI returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsMetadataType) HasCaseSensitive ¶

func (o *CSSCMSDataModelModelsMetadataType) HasCaseSensitive() bool

HasCaseSensitive returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsMetadataType) HasDataType ¶

func (o *CSSCMSDataModelModelsMetadataType) HasDataType() bool

HasDataType returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsMetadataType) HasDefaultValue ¶

func (o *CSSCMSDataModelModelsMetadataType) HasDefaultValue() bool

HasDefaultValue returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsMetadataType) HasDescription ¶

func (o *CSSCMSDataModelModelsMetadataType) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsMetadataType) HasDisplayOrder ¶

func (o *CSSCMSDataModelModelsMetadataType) HasDisplayOrder() bool

HasDisplayOrder returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsMetadataType) HasEnrollment ¶

func (o *CSSCMSDataModelModelsMetadataType) HasEnrollment() bool

HasEnrollment returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsMetadataType) HasExemptFromActionedCount ¶

func (o *CSSCMSDataModelModelsMetadataType) HasExemptFromActionedCount() bool

HasExemptFromActionedCount returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsMetadataType) HasExplicitUpdate ¶

func (o *CSSCMSDataModelModelsMetadataType) HasExplicitUpdate() bool

HasExplicitUpdate returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsMetadataType) HasHint ¶

HasHint returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsMetadataType) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsMetadataType) HasMessage ¶

func (o *CSSCMSDataModelModelsMetadataType) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsMetadataType) HasName ¶

HasName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsMetadataType) HasOptions ¶

func (o *CSSCMSDataModelModelsMetadataType) HasOptions() bool

HasOptions returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsMetadataType) HasValidation ¶

func (o *CSSCMSDataModelModelsMetadataType) HasValidation() bool

HasValidation returns a boolean if a field has been set.

func (CSSCMSDataModelModelsMetadataType) MarshalJSON ¶

func (o CSSCMSDataModelModelsMetadataType) MarshalJSON() ([]byte, error)

func (*CSSCMSDataModelModelsMetadataType) SetAllowAPI ¶

func (o *CSSCMSDataModelModelsMetadataType) SetAllowAPI(v bool)

SetAllowAPI gets a reference to the given bool and assigns it to the AllowAPI field. Deprecated

func (*CSSCMSDataModelModelsMetadataType) SetCaseSensitive ¶

func (o *CSSCMSDataModelModelsMetadataType) SetCaseSensitive(v bool)

SetCaseSensitive gets a reference to the given bool and assigns it to the CaseSensitive field.

func (*CSSCMSDataModelModelsMetadataType) SetDataType ¶

SetDataType gets a reference to the given CSSCMSCoreEnumsMetadataDataType and assigns it to the DataType field.

func (*CSSCMSDataModelModelsMetadataType) SetDefaultValue ¶

func (o *CSSCMSDataModelModelsMetadataType) SetDefaultValue(v string)

SetDefaultValue gets a reference to the given NullableString and assigns it to the DefaultValue field.

func (*CSSCMSDataModelModelsMetadataType) SetDefaultValueNil ¶

func (o *CSSCMSDataModelModelsMetadataType) SetDefaultValueNil()

SetDefaultValueNil sets the value for DefaultValue to be an explicit nil

func (*CSSCMSDataModelModelsMetadataType) SetDescription ¶

func (o *CSSCMSDataModelModelsMetadataType) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*CSSCMSDataModelModelsMetadataType) SetDescriptionNil ¶

func (o *CSSCMSDataModelModelsMetadataType) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*CSSCMSDataModelModelsMetadataType) SetDisplayOrder ¶

func (o *CSSCMSDataModelModelsMetadataType) SetDisplayOrder(v int32)

SetDisplayOrder gets a reference to the given NullableInt32 and assigns it to the DisplayOrder field.

func (*CSSCMSDataModelModelsMetadataType) SetDisplayOrderNil ¶

func (o *CSSCMSDataModelModelsMetadataType) SetDisplayOrderNil()

SetDisplayOrderNil sets the value for DisplayOrder to be an explicit nil

func (*CSSCMSDataModelModelsMetadataType) SetEnrollment ¶

SetEnrollment gets a reference to the given CSSCMSCoreEnumsMetadataTypeEnrollment and assigns it to the Enrollment field.

func (*CSSCMSDataModelModelsMetadataType) SetExemptFromActionedCount ¶

func (o *CSSCMSDataModelModelsMetadataType) SetExemptFromActionedCount(v bool)

SetExemptFromActionedCount gets a reference to the given bool and assigns it to the ExemptFromActionedCount field.

func (*CSSCMSDataModelModelsMetadataType) SetExplicitUpdate ¶

func (o *CSSCMSDataModelModelsMetadataType) SetExplicitUpdate(v bool)

SetExplicitUpdate gets a reference to the given bool and assigns it to the ExplicitUpdate field. Deprecated

func (*CSSCMSDataModelModelsMetadataType) SetHint ¶

SetHint gets a reference to the given NullableString and assigns it to the Hint field.

func (*CSSCMSDataModelModelsMetadataType) SetHintNil ¶

func (o *CSSCMSDataModelModelsMetadataType) SetHintNil()

SetHintNil sets the value for Hint to be an explicit nil

func (*CSSCMSDataModelModelsMetadataType) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsMetadataType) SetMessage ¶

func (o *CSSCMSDataModelModelsMetadataType) SetMessage(v string)

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*CSSCMSDataModelModelsMetadataType) SetMessageNil ¶

func (o *CSSCMSDataModelModelsMetadataType) SetMessageNil()

SetMessageNil sets the value for Message to be an explicit nil

func (*CSSCMSDataModelModelsMetadataType) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CSSCMSDataModelModelsMetadataType) SetNameNil ¶

func (o *CSSCMSDataModelModelsMetadataType) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*CSSCMSDataModelModelsMetadataType) SetOptions ¶

func (o *CSSCMSDataModelModelsMetadataType) SetOptions(v string)

SetOptions gets a reference to the given NullableString and assigns it to the Options field.

func (*CSSCMSDataModelModelsMetadataType) SetOptionsNil ¶

func (o *CSSCMSDataModelModelsMetadataType) SetOptionsNil()

SetOptionsNil sets the value for Options to be an explicit nil

func (*CSSCMSDataModelModelsMetadataType) SetValidation ¶

func (o *CSSCMSDataModelModelsMetadataType) SetValidation(v string)

SetValidation gets a reference to the given NullableString and assigns it to the Validation field.

func (*CSSCMSDataModelModelsMetadataType) SetValidationNil ¶

func (o *CSSCMSDataModelModelsMetadataType) SetValidationNil()

SetValidationNil sets the value for Validation to be an explicit nil

func (CSSCMSDataModelModelsMetadataType) ToMap ¶

func (o CSSCMSDataModelModelsMetadataType) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsMetadataType) UnsetDefaultValue ¶

func (o *CSSCMSDataModelModelsMetadataType) UnsetDefaultValue()

UnsetDefaultValue ensures that no value is present for DefaultValue, not even an explicit nil

func (*CSSCMSDataModelModelsMetadataType) UnsetDescription ¶

func (o *CSSCMSDataModelModelsMetadataType) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

func (*CSSCMSDataModelModelsMetadataType) UnsetDisplayOrder ¶

func (o *CSSCMSDataModelModelsMetadataType) UnsetDisplayOrder()

UnsetDisplayOrder ensures that no value is present for DisplayOrder, not even an explicit nil

func (*CSSCMSDataModelModelsMetadataType) UnsetHint ¶

func (o *CSSCMSDataModelModelsMetadataType) UnsetHint()

UnsetHint ensures that no value is present for Hint, not even an explicit nil

func (*CSSCMSDataModelModelsMetadataType) UnsetMessage ¶

func (o *CSSCMSDataModelModelsMetadataType) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*CSSCMSDataModelModelsMetadataType) UnsetName ¶

func (o *CSSCMSDataModelModelsMetadataType) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*CSSCMSDataModelModelsMetadataType) UnsetOptions ¶

func (o *CSSCMSDataModelModelsMetadataType) UnsetOptions()

UnsetOptions ensures that no value is present for Options, not even an explicit nil

func (*CSSCMSDataModelModelsMetadataType) UnsetValidation ¶

func (o *CSSCMSDataModelModelsMetadataType) UnsetValidation()

UnsetValidation ensures that no value is present for Validation, not even an explicit nil

type CSSCMSDataModelModelsMetadataUpdateRequest ¶

type CSSCMSDataModelModelsMetadataUpdateRequest struct {
	Id       *int32            `json:"Id,omitempty"`
	Metadata map[string]string `json:"Metadata"`
}

CSSCMSDataModelModelsMetadataUpdateRequest struct for CSSCMSDataModelModelsMetadataUpdateRequest

func NewCSSCMSDataModelModelsMetadataUpdateRequest ¶

func NewCSSCMSDataModelModelsMetadataUpdateRequest(metadata map[string]string) *CSSCMSDataModelModelsMetadataUpdateRequest

NewCSSCMSDataModelModelsMetadataUpdateRequest instantiates a new CSSCMSDataModelModelsMetadataUpdateRequest 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 NewCSSCMSDataModelModelsMetadataUpdateRequestWithDefaults ¶

func NewCSSCMSDataModelModelsMetadataUpdateRequestWithDefaults() *CSSCMSDataModelModelsMetadataUpdateRequest

NewCSSCMSDataModelModelsMetadataUpdateRequestWithDefaults instantiates a new CSSCMSDataModelModelsMetadataUpdateRequest 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 (*CSSCMSDataModelModelsMetadataUpdateRequest) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsMetadataUpdateRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsMetadataUpdateRequest) GetMetadata ¶

GetMetadata returns the Metadata field value

func (*CSSCMSDataModelModelsMetadataUpdateRequest) GetMetadataOk ¶

func (o *CSSCMSDataModelModelsMetadataUpdateRequest) GetMetadataOk() (*map[string]string, bool)

GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsMetadataUpdateRequest) HasId ¶

HasId returns a boolean if a field has been set.

func (CSSCMSDataModelModelsMetadataUpdateRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsMetadataUpdateRequest) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsMetadataUpdateRequest) SetMetadata ¶

SetMetadata sets field value

func (CSSCMSDataModelModelsMetadataUpdateRequest) ToMap ¶

func (o CSSCMSDataModelModelsMetadataUpdateRequest) ToMap() (map[string]interface{}, error)

type CSSCMSDataModelModelsMonitoringCRLTestRequest ¶

type CSSCMSDataModelModelsMonitoringCRLTestRequest struct {
	Url NullableString `json:"Url,omitempty"`
}

CSSCMSDataModelModelsMonitoringCRLTestRequest struct for CSSCMSDataModelModelsMonitoringCRLTestRequest

func NewCSSCMSDataModelModelsMonitoringCRLTestRequest ¶

func NewCSSCMSDataModelModelsMonitoringCRLTestRequest() *CSSCMSDataModelModelsMonitoringCRLTestRequest

NewCSSCMSDataModelModelsMonitoringCRLTestRequest instantiates a new CSSCMSDataModelModelsMonitoringCRLTestRequest 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 NewCSSCMSDataModelModelsMonitoringCRLTestRequestWithDefaults ¶

func NewCSSCMSDataModelModelsMonitoringCRLTestRequestWithDefaults() *CSSCMSDataModelModelsMonitoringCRLTestRequest

NewCSSCMSDataModelModelsMonitoringCRLTestRequestWithDefaults instantiates a new CSSCMSDataModelModelsMonitoringCRLTestRequest 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 (*CSSCMSDataModelModelsMonitoringCRLTestRequest) GetUrl ¶

GetUrl returns the Url field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsMonitoringCRLTestRequest) GetUrlOk ¶

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsMonitoringCRLTestRequest) HasUrl ¶

HasUrl returns a boolean if a field has been set.

func (CSSCMSDataModelModelsMonitoringCRLTestRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsMonitoringCRLTestRequest) SetUrl ¶

SetUrl gets a reference to the given NullableString and assigns it to the Url field.

func (*CSSCMSDataModelModelsMonitoringCRLTestRequest) SetUrlNil ¶

SetUrlNil sets the value for Url to be an explicit nil

func (CSSCMSDataModelModelsMonitoringCRLTestRequest) ToMap ¶

func (o CSSCMSDataModelModelsMonitoringCRLTestRequest) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsMonitoringCRLTestRequest) UnsetUrl ¶

UnsetUrl ensures that no value is present for Url, not even an explicit nil

type CSSCMSDataModelModelsMonitoringCRLTestResponse ¶

type CSSCMSDataModelModelsMonitoringCRLTestResponse struct {
	Success *bool          `json:"Success,omitempty"`
	Message NullableString `json:"Message,omitempty"`
}

CSSCMSDataModelModelsMonitoringCRLTestResponse struct for CSSCMSDataModelModelsMonitoringCRLTestResponse

func NewCSSCMSDataModelModelsMonitoringCRLTestResponse ¶

func NewCSSCMSDataModelModelsMonitoringCRLTestResponse() *CSSCMSDataModelModelsMonitoringCRLTestResponse

NewCSSCMSDataModelModelsMonitoringCRLTestResponse instantiates a new CSSCMSDataModelModelsMonitoringCRLTestResponse 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 NewCSSCMSDataModelModelsMonitoringCRLTestResponseWithDefaults ¶

func NewCSSCMSDataModelModelsMonitoringCRLTestResponseWithDefaults() *CSSCMSDataModelModelsMonitoringCRLTestResponse

NewCSSCMSDataModelModelsMonitoringCRLTestResponseWithDefaults instantiates a new CSSCMSDataModelModelsMonitoringCRLTestResponse 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 (*CSSCMSDataModelModelsMonitoringCRLTestResponse) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsMonitoringCRLTestResponse) GetMessageOk ¶

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsMonitoringCRLTestResponse) GetSuccess ¶

GetSuccess returns the Success field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsMonitoringCRLTestResponse) GetSuccessOk ¶

GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsMonitoringCRLTestResponse) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsMonitoringCRLTestResponse) HasSuccess ¶

HasSuccess returns a boolean if a field has been set.

func (CSSCMSDataModelModelsMonitoringCRLTestResponse) MarshalJSON ¶

func (*CSSCMSDataModelModelsMonitoringCRLTestResponse) SetMessage ¶

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*CSSCMSDataModelModelsMonitoringCRLTestResponse) SetMessageNil ¶

SetMessageNil sets the value for Message to be an explicit nil

func (*CSSCMSDataModelModelsMonitoringCRLTestResponse) SetSuccess ¶

SetSuccess gets a reference to the given bool and assigns it to the Success field.

func (CSSCMSDataModelModelsMonitoringCRLTestResponse) ToMap ¶

func (o CSSCMSDataModelModelsMonitoringCRLTestResponse) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsMonitoringCRLTestResponse) UnsetMessage ¶

UnsetMessage ensures that no value is present for Message, not even an explicit nil

type CSSCMSDataModelModelsMonitoringOCSPTestRequest ¶

type CSSCMSDataModelModelsMonitoringOCSPTestRequest struct {
	AuthorityName      NullableString `json:"AuthorityName,omitempty"`
	AuthorityNameId    NullableString `json:"AuthorityNameId,omitempty"`
	AuthorityKeyId     NullableString `json:"AuthorityKeyId,omitempty"`
	SampleSerialNumber NullableString `json:"SampleSerialNumber,omitempty"`
	Url                NullableString `json:"Url,omitempty"`
}

CSSCMSDataModelModelsMonitoringOCSPTestRequest struct for CSSCMSDataModelModelsMonitoringOCSPTestRequest

func NewCSSCMSDataModelModelsMonitoringOCSPTestRequest ¶

func NewCSSCMSDataModelModelsMonitoringOCSPTestRequest() *CSSCMSDataModelModelsMonitoringOCSPTestRequest

NewCSSCMSDataModelModelsMonitoringOCSPTestRequest instantiates a new CSSCMSDataModelModelsMonitoringOCSPTestRequest 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 NewCSSCMSDataModelModelsMonitoringOCSPTestRequestWithDefaults ¶

func NewCSSCMSDataModelModelsMonitoringOCSPTestRequestWithDefaults() *CSSCMSDataModelModelsMonitoringOCSPTestRequest

NewCSSCMSDataModelModelsMonitoringOCSPTestRequestWithDefaults instantiates a new CSSCMSDataModelModelsMonitoringOCSPTestRequest 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 (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) GetAuthorityKeyId ¶

GetAuthorityKeyId returns the AuthorityKeyId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) GetAuthorityKeyIdOk ¶

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) GetAuthorityKeyIdOk() (*string, bool)

GetAuthorityKeyIdOk returns a tuple with the AuthorityKeyId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) GetAuthorityName ¶

GetAuthorityName returns the AuthorityName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) GetAuthorityNameId ¶

GetAuthorityNameId returns the AuthorityNameId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) GetAuthorityNameIdOk ¶

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) GetAuthorityNameIdOk() (*string, bool)

GetAuthorityNameIdOk returns a tuple with the AuthorityNameId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) GetAuthorityNameOk ¶

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) GetAuthorityNameOk() (*string, bool)

GetAuthorityNameOk returns a tuple with the AuthorityName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) GetSampleSerialNumber ¶

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) GetSampleSerialNumber() string

GetSampleSerialNumber returns the SampleSerialNumber field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) GetSampleSerialNumberOk ¶

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) GetSampleSerialNumberOk() (*string, bool)

GetSampleSerialNumberOk returns a tuple with the SampleSerialNumber field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) GetUrl ¶

GetUrl returns the Url field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) GetUrlOk ¶

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) HasAuthorityKeyId ¶

HasAuthorityKeyId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) HasAuthorityName ¶

HasAuthorityName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) HasAuthorityNameId ¶

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) HasAuthorityNameId() bool

HasAuthorityNameId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) HasSampleSerialNumber ¶

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) HasSampleSerialNumber() bool

HasSampleSerialNumber returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) HasUrl ¶

HasUrl returns a boolean if a field has been set.

func (CSSCMSDataModelModelsMonitoringOCSPTestRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetAuthorityKeyId ¶

SetAuthorityKeyId gets a reference to the given NullableString and assigns it to the AuthorityKeyId field.

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetAuthorityKeyIdNil ¶

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetAuthorityKeyIdNil()

SetAuthorityKeyIdNil sets the value for AuthorityKeyId to be an explicit nil

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetAuthorityName ¶

SetAuthorityName gets a reference to the given NullableString and assigns it to the AuthorityName field.

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetAuthorityNameId ¶

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetAuthorityNameId(v string)

SetAuthorityNameId gets a reference to the given NullableString and assigns it to the AuthorityNameId field.

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetAuthorityNameIdNil ¶

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetAuthorityNameIdNil()

SetAuthorityNameIdNil sets the value for AuthorityNameId to be an explicit nil

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetAuthorityNameNil ¶

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetAuthorityNameNil()

SetAuthorityNameNil sets the value for AuthorityName to be an explicit nil

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetSampleSerialNumber ¶

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetSampleSerialNumber(v string)

SetSampleSerialNumber gets a reference to the given NullableString and assigns it to the SampleSerialNumber field.

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetSampleSerialNumberNil ¶

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetSampleSerialNumberNil()

SetSampleSerialNumberNil sets the value for SampleSerialNumber to be an explicit nil

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetUrl ¶

SetUrl gets a reference to the given NullableString and assigns it to the Url field.

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) SetUrlNil ¶

SetUrlNil sets the value for Url to be an explicit nil

func (CSSCMSDataModelModelsMonitoringOCSPTestRequest) ToMap ¶

func (o CSSCMSDataModelModelsMonitoringOCSPTestRequest) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) UnsetAuthorityKeyId ¶

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) UnsetAuthorityKeyId()

UnsetAuthorityKeyId ensures that no value is present for AuthorityKeyId, not even an explicit nil

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) UnsetAuthorityName ¶

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) UnsetAuthorityName()

UnsetAuthorityName ensures that no value is present for AuthorityName, not even an explicit nil

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) UnsetAuthorityNameId ¶

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) UnsetAuthorityNameId()

UnsetAuthorityNameId ensures that no value is present for AuthorityNameId, not even an explicit nil

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) UnsetSampleSerialNumber ¶

func (o *CSSCMSDataModelModelsMonitoringOCSPTestRequest) UnsetSampleSerialNumber()

UnsetSampleSerialNumber ensures that no value is present for SampleSerialNumber, not even an explicit nil

func (*CSSCMSDataModelModelsMonitoringOCSPTestRequest) UnsetUrl ¶

UnsetUrl ensures that no value is present for Url, not even an explicit nil

type CSSCMSDataModelModelsMonitoringOCSPTestResponse ¶

type CSSCMSDataModelModelsMonitoringOCSPTestResponse struct {
	Success *bool          `json:"Success,omitempty"`
	Message NullableString `json:"Message,omitempty"`
}

CSSCMSDataModelModelsMonitoringOCSPTestResponse struct for CSSCMSDataModelModelsMonitoringOCSPTestResponse

func NewCSSCMSDataModelModelsMonitoringOCSPTestResponse ¶

func NewCSSCMSDataModelModelsMonitoringOCSPTestResponse() *CSSCMSDataModelModelsMonitoringOCSPTestResponse

NewCSSCMSDataModelModelsMonitoringOCSPTestResponse instantiates a new CSSCMSDataModelModelsMonitoringOCSPTestResponse 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 NewCSSCMSDataModelModelsMonitoringOCSPTestResponseWithDefaults ¶

func NewCSSCMSDataModelModelsMonitoringOCSPTestResponseWithDefaults() *CSSCMSDataModelModelsMonitoringOCSPTestResponse

NewCSSCMSDataModelModelsMonitoringOCSPTestResponseWithDefaults instantiates a new CSSCMSDataModelModelsMonitoringOCSPTestResponse 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 (*CSSCMSDataModelModelsMonitoringOCSPTestResponse) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsMonitoringOCSPTestResponse) GetMessageOk ¶

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsMonitoringOCSPTestResponse) GetSuccess ¶

GetSuccess returns the Success field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsMonitoringOCSPTestResponse) GetSuccessOk ¶

GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsMonitoringOCSPTestResponse) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsMonitoringOCSPTestResponse) HasSuccess ¶

HasSuccess returns a boolean if a field has been set.

func (CSSCMSDataModelModelsMonitoringOCSPTestResponse) MarshalJSON ¶

func (*CSSCMSDataModelModelsMonitoringOCSPTestResponse) SetMessage ¶

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*CSSCMSDataModelModelsMonitoringOCSPTestResponse) SetMessageNil ¶

SetMessageNil sets the value for Message to be an explicit nil

func (*CSSCMSDataModelModelsMonitoringOCSPTestResponse) SetSuccess ¶

SetSuccess gets a reference to the given bool and assigns it to the Success field.

func (CSSCMSDataModelModelsMonitoringOCSPTestResponse) ToMap ¶

func (o CSSCMSDataModelModelsMonitoringOCSPTestResponse) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsMonitoringOCSPTestResponse) UnsetMessage ¶

UnsetMessage ensures that no value is present for Message, not even an explicit nil

type CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse ¶

type CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse struct {
	Subject    NullableString `json:"Subject,omitempty"`
	Message    NullableString `json:"Message,omitempty"`
	Recipients []string       `json:"Recipients,omitempty"`
}

CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse struct for CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse

func NewCSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse ¶

func NewCSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse() *CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse

NewCSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse instantiates a new CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse 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 NewCSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponseWithDefaults ¶

func NewCSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponseWithDefaults() *CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse

NewCSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponseWithDefaults instantiates a new CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse 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 (*CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse) GetMessageOk ¶

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse) GetRecipients ¶

GetRecipients returns the Recipients field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse) GetRecipientsOk ¶

GetRecipientsOk returns a tuple with the Recipients field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse) GetSubject ¶

GetSubject returns the Subject field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse) GetSubjectOk ¶

GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse) HasRecipients ¶

HasRecipients returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse) HasSubject ¶

HasSubject returns a boolean if a field has been set.

func (CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse) MarshalJSON ¶

func (*CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse) SetMessage ¶

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse) SetMessageNil ¶

SetMessageNil sets the value for Message to be an explicit nil

func (*CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse) SetRecipients ¶

SetRecipients gets a reference to the given []string and assigns it to the Recipients field.

func (*CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse) SetSubject ¶

SetSubject gets a reference to the given NullableString and assigns it to the Subject field.

func (*CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse) SetSubjectNil ¶

SetSubjectNil sets the value for Subject to be an explicit nil

func (CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse) ToMap ¶

func (*CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse) UnsetMessage ¶

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse) UnsetSubject ¶

UnsetSubject ensures that no value is present for Subject, not even an explicit nil

type CSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair ¶

type CSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair struct {
	JobId          *string `json:"JobId,omitempty"`
	OrchestratorId *string `json:"OrchestratorId,omitempty"`
}

CSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair struct for CSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair

func NewCSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair ¶

func NewCSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair() *CSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair

NewCSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair instantiates a new CSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair 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 NewCSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPairWithDefaults ¶

func NewCSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPairWithDefaults() *CSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair

NewCSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPairWithDefaults instantiates a new CSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair 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 (*CSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair) GetJobId ¶

GetJobId returns the JobId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair) GetJobIdOk ¶

GetJobIdOk returns a tuple with the JobId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair) GetOrchestratorId ¶

GetOrchestratorId returns the OrchestratorId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair) GetOrchestratorIdOk ¶

GetOrchestratorIdOk returns a tuple with the OrchestratorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair) HasJobId ¶

HasJobId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair) HasOrchestratorId ¶

HasOrchestratorId returns a boolean if a field has been set.

func (CSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair) MarshalJSON ¶

func (*CSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair) SetJobId ¶

SetJobId gets a reference to the given string and assigns it to the JobId field.

func (*CSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair) SetOrchestratorId ¶

SetOrchestratorId gets a reference to the given string and assigns it to the OrchestratorId field.

func (CSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair) ToMap ¶

type CSSCMSDataModelModelsOrchestratorJobsJob ¶

type CSSCMSDataModelModelsOrchestratorJobsJob struct {
	Id            *string                                     `json:"Id,omitempty"`
	ClientMachine NullableString                              `json:"ClientMachine,omitempty"`
	Target        NullableString                              `json:"Target,omitempty"`
	Schedule      *KeyfactorCommonSchedulingKeyfactorSchedule `json:"Schedule,omitempty"`
	Requested     NullableString                              `json:"Requested,omitempty"`
	JobType       NullableString                              `json:"JobType,omitempty"`
}

CSSCMSDataModelModelsOrchestratorJobsJob struct for CSSCMSDataModelModelsOrchestratorJobsJob

func NewCSSCMSDataModelModelsOrchestratorJobsJob ¶

func NewCSSCMSDataModelModelsOrchestratorJobsJob() *CSSCMSDataModelModelsOrchestratorJobsJob

NewCSSCMSDataModelModelsOrchestratorJobsJob instantiates a new CSSCMSDataModelModelsOrchestratorJobsJob 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 NewCSSCMSDataModelModelsOrchestratorJobsJobWithDefaults ¶

func NewCSSCMSDataModelModelsOrchestratorJobsJobWithDefaults() *CSSCMSDataModelModelsOrchestratorJobsJob

NewCSSCMSDataModelModelsOrchestratorJobsJobWithDefaults instantiates a new CSSCMSDataModelModelsOrchestratorJobsJob 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 (*CSSCMSDataModelModelsOrchestratorJobsJob) GetClientMachine ¶

func (o *CSSCMSDataModelModelsOrchestratorJobsJob) GetClientMachine() string

GetClientMachine returns the ClientMachine field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsOrchestratorJobsJob) GetClientMachineOk ¶

func (o *CSSCMSDataModelModelsOrchestratorJobsJob) GetClientMachineOk() (*string, bool)

GetClientMachineOk returns a tuple with the ClientMachine field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsOrchestratorJobsJob) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsOrchestratorJobsJob) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsJob) GetJobType ¶

GetJobType returns the JobType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsOrchestratorJobsJob) GetJobTypeOk ¶

GetJobTypeOk returns a tuple with the JobType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsOrchestratorJobsJob) GetRequested ¶

GetRequested returns the Requested field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsOrchestratorJobsJob) GetRequestedOk ¶

func (o *CSSCMSDataModelModelsOrchestratorJobsJob) GetRequestedOk() (*string, bool)

GetRequestedOk returns a tuple with the Requested field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsOrchestratorJobsJob) GetSchedule ¶

GetSchedule returns the Schedule field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsOrchestratorJobsJob) GetScheduleOk ¶

GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsJob) GetTarget ¶

GetTarget returns the Target field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsOrchestratorJobsJob) GetTargetOk ¶

GetTargetOk returns a tuple with the Target field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsOrchestratorJobsJob) HasClientMachine ¶

func (o *CSSCMSDataModelModelsOrchestratorJobsJob) HasClientMachine() bool

HasClientMachine returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsJob) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsJob) HasJobType ¶

HasJobType returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsJob) HasRequested ¶

HasRequested returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsJob) HasSchedule ¶

HasSchedule returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsJob) HasTarget ¶

HasTarget returns a boolean if a field has been set.

func (CSSCMSDataModelModelsOrchestratorJobsJob) MarshalJSON ¶

func (*CSSCMSDataModelModelsOrchestratorJobsJob) SetClientMachine ¶

func (o *CSSCMSDataModelModelsOrchestratorJobsJob) SetClientMachine(v string)

SetClientMachine gets a reference to the given NullableString and assigns it to the ClientMachine field.

func (*CSSCMSDataModelModelsOrchestratorJobsJob) SetClientMachineNil ¶

func (o *CSSCMSDataModelModelsOrchestratorJobsJob) SetClientMachineNil()

SetClientMachineNil sets the value for ClientMachine to be an explicit nil

func (*CSSCMSDataModelModelsOrchestratorJobsJob) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*CSSCMSDataModelModelsOrchestratorJobsJob) SetJobType ¶

SetJobType gets a reference to the given NullableString and assigns it to the JobType field.

func (*CSSCMSDataModelModelsOrchestratorJobsJob) SetJobTypeNil ¶

func (o *CSSCMSDataModelModelsOrchestratorJobsJob) SetJobTypeNil()

SetJobTypeNil sets the value for JobType to be an explicit nil

func (*CSSCMSDataModelModelsOrchestratorJobsJob) SetRequested ¶

SetRequested gets a reference to the given NullableString and assigns it to the Requested field.

func (*CSSCMSDataModelModelsOrchestratorJobsJob) SetRequestedNil ¶

func (o *CSSCMSDataModelModelsOrchestratorJobsJob) SetRequestedNil()

SetRequestedNil sets the value for Requested to be an explicit nil

func (*CSSCMSDataModelModelsOrchestratorJobsJob) SetSchedule ¶

SetSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the Schedule field.

func (*CSSCMSDataModelModelsOrchestratorJobsJob) SetTarget ¶

SetTarget gets a reference to the given NullableString and assigns it to the Target field.

func (*CSSCMSDataModelModelsOrchestratorJobsJob) SetTargetNil ¶

func (o *CSSCMSDataModelModelsOrchestratorJobsJob) SetTargetNil()

SetTargetNil sets the value for Target to be an explicit nil

func (CSSCMSDataModelModelsOrchestratorJobsJob) ToMap ¶

func (o CSSCMSDataModelModelsOrchestratorJobsJob) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsOrchestratorJobsJob) UnsetClientMachine ¶

func (o *CSSCMSDataModelModelsOrchestratorJobsJob) UnsetClientMachine()

UnsetClientMachine ensures that no value is present for ClientMachine, not even an explicit nil

func (*CSSCMSDataModelModelsOrchestratorJobsJob) UnsetJobType ¶

func (o *CSSCMSDataModelModelsOrchestratorJobsJob) UnsetJobType()

UnsetJobType ensures that no value is present for JobType, not even an explicit nil

func (*CSSCMSDataModelModelsOrchestratorJobsJob) UnsetRequested ¶

func (o *CSSCMSDataModelModelsOrchestratorJobsJob) UnsetRequested()

UnsetRequested ensures that no value is present for Requested, not even an explicit nil

func (*CSSCMSDataModelModelsOrchestratorJobsJob) UnsetTarget ¶

UnsetTarget ensures that no value is present for Target, not even an explicit nil

type CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest ¶

type CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest struct {
	JobTypeName   string                                                     `json:"JobTypeName"`
	Description   NullableString                                             `json:"Description,omitempty"`
	JobTypeFields []CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest `json:"JobTypeFields,omitempty"`
}

CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest struct for CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest

func NewCSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest ¶

func NewCSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest(jobTypeName string) *CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest

NewCSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest instantiates a new CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest 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 NewCSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequestWithDefaults ¶

func NewCSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequestWithDefaults() *CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest

NewCSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequestWithDefaults instantiates a new CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest 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 (*CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest) GetDescription ¶

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest) GetJobTypeFields ¶

GetJobTypeFields returns the JobTypeFields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest) GetJobTypeFieldsOk ¶

GetJobTypeFieldsOk returns a tuple with the JobTypeFields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest) GetJobTypeName ¶

GetJobTypeName returns the JobTypeName field value

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest) GetJobTypeNameOk ¶

GetJobTypeNameOk returns a tuple with the JobTypeName field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest) HasDescription ¶

HasDescription returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest) HasJobTypeFields ¶

HasJobTypeFields returns a boolean if a field has been set.

func (CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest) SetDescription ¶

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest) SetDescriptionNil ¶

SetDescriptionNil sets the value for Description to be an explicit nil

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest) SetJobTypeFields ¶

SetJobTypeFields gets a reference to the given []CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest and assigns it to the JobTypeFields field.

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest) SetJobTypeName ¶

SetJobTypeName sets field value

func (CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest) ToMap ¶

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest) UnsetDescription ¶

UnsetDescription ensures that no value is present for Description, not even an explicit nil

type CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest ¶

type CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest struct {
	Name         string                       `json:"Name"`
	Type         CSSCMSDataModelEnumsDataType `json:"Type"`
	DefaultValue NullableString               `json:"DefaultValue,omitempty"`
	Required     *bool                        `json:"Required,omitempty"`
}

CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest struct for CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest

func NewCSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest ¶

func NewCSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest(name string, type_ CSSCMSDataModelEnumsDataType) *CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest

NewCSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest instantiates a new CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest 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 NewCSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequestWithDefaults ¶

func NewCSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequestWithDefaults() *CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest

NewCSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequestWithDefaults instantiates a new CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest 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 (*CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest) GetDefaultValue ¶

GetDefaultValue returns the DefaultValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest) GetDefaultValueOk ¶

GetDefaultValueOk returns a tuple with the DefaultValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest) GetName ¶

GetName returns the Name field value

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest) GetRequired ¶

GetRequired returns the Required field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest) GetRequiredOk ¶

GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest) GetType ¶

GetType returns the Type field value

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest) HasDefaultValue ¶

HasDefaultValue returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest) HasRequired ¶

HasRequired returns a boolean if a field has been set.

func (CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest) SetDefaultValue ¶

SetDefaultValue gets a reference to the given NullableString and assigns it to the DefaultValue field.

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest) SetDefaultValueNil ¶

SetDefaultValueNil sets the value for DefaultValue to be an explicit nil

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest) SetName ¶

SetName sets field value

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest) SetRequired ¶

SetRequired gets a reference to the given bool and assigns it to the Required field.

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest) SetType ¶

SetType sets field value

func (CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest) ToMap ¶

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest) UnsetDefaultValue ¶

UnsetDefaultValue ensures that no value is present for DefaultValue, not even an explicit nil

type CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest ¶

type CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest struct {
	Id            string                                                     `json:"Id"`
	JobTypeName   string                                                     `json:"JobTypeName"`
	Description   NullableString                                             `json:"Description,omitempty"`
	JobTypeFields []CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest `json:"JobTypeFields,omitempty"`
}

CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest struct for CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest

func NewCSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest ¶

func NewCSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest(id string, jobTypeName string) *CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest

NewCSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest instantiates a new CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest 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 NewCSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequestWithDefaults ¶

func NewCSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequestWithDefaults() *CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest

NewCSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequestWithDefaults instantiates a new CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest 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 (*CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest) GetDescription ¶

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest) GetId ¶

GetId returns the Id field value

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest) GetJobTypeFields ¶

GetJobTypeFields returns the JobTypeFields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest) GetJobTypeFieldsOk ¶

GetJobTypeFieldsOk returns a tuple with the JobTypeFields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest) GetJobTypeName ¶

GetJobTypeName returns the JobTypeName field value

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest) GetJobTypeNameOk ¶

GetJobTypeNameOk returns a tuple with the JobTypeName field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest) HasDescription ¶

HasDescription returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest) HasJobTypeFields ¶

HasJobTypeFields returns a boolean if a field has been set.

func (CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest) SetDescription ¶

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest) SetDescriptionNil ¶

SetDescriptionNil sets the value for Description to be an explicit nil

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest) SetId ¶

SetId sets field value

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest) SetJobTypeFields ¶

SetJobTypeFields gets a reference to the given []CSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest and assigns it to the JobTypeFields field.

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest) SetJobTypeName ¶

SetJobTypeName sets field value

func (CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest) ToMap ¶

func (*CSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest) UnsetDescription ¶

UnsetDescription ensures that no value is present for Description, not even an explicit nil

type CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest ¶

type CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest struct {
	OrchestratorIds []string                                    `json:"OrchestratorIds"`
	JobTypeName     string                                      `json:"JobTypeName"`
	Schedule        *KeyfactorCommonSchedulingKeyfactorSchedule `json:"Schedule,omitempty"`
	JobFields       map[string]string                           `json:"JobFields,omitempty"`
}

CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest struct for CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest

func NewCSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest ¶

func NewCSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest(orchestratorIds []string, jobTypeName string) *CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest

NewCSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest instantiates a new CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest 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 NewCSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequestWithDefaults ¶

func NewCSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequestWithDefaults() *CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest

NewCSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequestWithDefaults instantiates a new CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest 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 (*CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest) GetJobFields ¶

GetJobFields returns the JobFields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest) GetJobFieldsOk ¶

GetJobFieldsOk returns a tuple with the JobFields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest) GetJobTypeName ¶

GetJobTypeName returns the JobTypeName field value

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest) GetJobTypeNameOk ¶

GetJobTypeNameOk returns a tuple with the JobTypeName field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest) GetOrchestratorIds ¶

GetOrchestratorIds returns the OrchestratorIds field value

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest) GetOrchestratorIdsOk ¶

GetOrchestratorIdsOk returns a tuple with the OrchestratorIds field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest) GetSchedule ¶

GetSchedule returns the Schedule field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest) GetScheduleOk ¶

GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest) HasJobFields ¶

HasJobFields returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest) HasSchedule ¶

HasSchedule returns a boolean if a field has been set.

func (CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest) SetJobFields ¶

SetJobFields gets a reference to the given map[string]string and assigns it to the JobFields field.

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest) SetJobTypeName ¶

SetJobTypeName sets field value

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest) SetOrchestratorIds ¶

SetOrchestratorIds sets field value

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest) SetSchedule ¶

SetSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the Schedule field.

func (CSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest) ToMap ¶

type CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest ¶

type CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest struct {
	AgentId     string                                      `json:"AgentId"`
	JobTypeName string                                      `json:"JobTypeName"`
	Schedule    *KeyfactorCommonSchedulingKeyfactorSchedule `json:"Schedule,omitempty"`
	JobFields   map[string]string                           `json:"JobFields,omitempty"`
}

CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest struct for CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest

func NewCSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest ¶

func NewCSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest(agentId string, jobTypeName string) *CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest

NewCSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest instantiates a new CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest 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 NewCSSCMSDataModelModelsOrchestratorJobsScheduleJobRequestWithDefaults ¶

func NewCSSCMSDataModelModelsOrchestratorJobsScheduleJobRequestWithDefaults() *CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest

NewCSSCMSDataModelModelsOrchestratorJobsScheduleJobRequestWithDefaults instantiates a new CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest 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 (*CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest) GetAgentId ¶

GetAgentId returns the AgentId field value

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest) GetAgentIdOk ¶

GetAgentIdOk returns a tuple with the AgentId field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest) GetJobFields ¶

GetJobFields returns the JobFields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest) GetJobFieldsOk ¶

GetJobFieldsOk returns a tuple with the JobFields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest) GetJobTypeName ¶

GetJobTypeName returns the JobTypeName field value

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest) GetJobTypeNameOk ¶

GetJobTypeNameOk returns a tuple with the JobTypeName field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest) GetSchedule ¶

GetSchedule returns the Schedule field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest) GetScheduleOk ¶

GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest) HasJobFields ¶

HasJobFields returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest) HasSchedule ¶

HasSchedule returns a boolean if a field has been set.

func (CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest) SetAgentId ¶

SetAgentId sets field value

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest) SetJobFields ¶

SetJobFields gets a reference to the given map[string]string and assigns it to the JobFields field.

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest) SetJobTypeName ¶

SetJobTypeName sets field value

func (*CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest) SetSchedule ¶

SetSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the Schedule field.

func (CSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest) ToMap ¶

type CSSCMSDataModelModelsPKICertificateOperation ¶

type CSSCMSDataModelModelsPKICertificateOperation struct {
	Id             *int64         `json:"Id,omitempty"`
	OperationStart NullableTime   `json:"OperationStart,omitempty"`
	OperationEnd   NullableTime   `json:"OperationEnd,omitempty"`
	Username       NullableString `json:"Username,omitempty"`
	Comment        NullableString `json:"Comment,omitempty"`
	Action         NullableString `json:"Action,omitempty"`
}

CSSCMSDataModelModelsPKICertificateOperation struct for CSSCMSDataModelModelsPKICertificateOperation

func NewCSSCMSDataModelModelsPKICertificateOperation ¶

func NewCSSCMSDataModelModelsPKICertificateOperation() *CSSCMSDataModelModelsPKICertificateOperation

NewCSSCMSDataModelModelsPKICertificateOperation instantiates a new CSSCMSDataModelModelsPKICertificateOperation 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 NewCSSCMSDataModelModelsPKICertificateOperationWithDefaults ¶

func NewCSSCMSDataModelModelsPKICertificateOperationWithDefaults() *CSSCMSDataModelModelsPKICertificateOperation

NewCSSCMSDataModelModelsPKICertificateOperationWithDefaults instantiates a new CSSCMSDataModelModelsPKICertificateOperation 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 (*CSSCMSDataModelModelsPKICertificateOperation) GetAction ¶

GetAction returns the Action field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPKICertificateOperation) GetActionOk ¶

GetActionOk returns a tuple with the Action field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPKICertificateOperation) GetComment ¶

GetComment returns the Comment field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPKICertificateOperation) GetCommentOk ¶

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPKICertificateOperation) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsPKICertificateOperation) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsPKICertificateOperation) GetOperationEnd ¶

GetOperationEnd returns the OperationEnd field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPKICertificateOperation) GetOperationEndOk ¶

func (o *CSSCMSDataModelModelsPKICertificateOperation) GetOperationEndOk() (*time.Time, bool)

GetOperationEndOk returns a tuple with the OperationEnd field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPKICertificateOperation) GetOperationStart ¶

GetOperationStart returns the OperationStart field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPKICertificateOperation) GetOperationStartOk ¶

func (o *CSSCMSDataModelModelsPKICertificateOperation) GetOperationStartOk() (*time.Time, bool)

GetOperationStartOk returns a tuple with the OperationStart field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPKICertificateOperation) GetUsername ¶

GetUsername returns the Username field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPKICertificateOperation) GetUsernameOk ¶

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPKICertificateOperation) HasAction ¶

HasAction returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPKICertificateOperation) HasComment ¶

HasComment returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPKICertificateOperation) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPKICertificateOperation) HasOperationEnd ¶

HasOperationEnd returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPKICertificateOperation) HasOperationStart ¶

func (o *CSSCMSDataModelModelsPKICertificateOperation) HasOperationStart() bool

HasOperationStart returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPKICertificateOperation) HasUsername ¶

HasUsername returns a boolean if a field has been set.

func (CSSCMSDataModelModelsPKICertificateOperation) MarshalJSON ¶

func (*CSSCMSDataModelModelsPKICertificateOperation) SetAction ¶

SetAction gets a reference to the given NullableString and assigns it to the Action field.

func (*CSSCMSDataModelModelsPKICertificateOperation) SetActionNil ¶

SetActionNil sets the value for Action to be an explicit nil

func (*CSSCMSDataModelModelsPKICertificateOperation) SetComment ¶

SetComment gets a reference to the given NullableString and assigns it to the Comment field.

func (*CSSCMSDataModelModelsPKICertificateOperation) SetCommentNil ¶

SetCommentNil sets the value for Comment to be an explicit nil

func (*CSSCMSDataModelModelsPKICertificateOperation) SetId ¶

SetId gets a reference to the given int64 and assigns it to the Id field.

func (*CSSCMSDataModelModelsPKICertificateOperation) SetOperationEnd ¶

SetOperationEnd gets a reference to the given NullableTime and assigns it to the OperationEnd field.

func (*CSSCMSDataModelModelsPKICertificateOperation) SetOperationEndNil ¶

func (o *CSSCMSDataModelModelsPKICertificateOperation) SetOperationEndNil()

SetOperationEndNil sets the value for OperationEnd to be an explicit nil

func (*CSSCMSDataModelModelsPKICertificateOperation) SetOperationStart ¶

func (o *CSSCMSDataModelModelsPKICertificateOperation) SetOperationStart(v time.Time)

SetOperationStart gets a reference to the given NullableTime and assigns it to the OperationStart field.

func (*CSSCMSDataModelModelsPKICertificateOperation) SetOperationStartNil ¶

func (o *CSSCMSDataModelModelsPKICertificateOperation) SetOperationStartNil()

SetOperationStartNil sets the value for OperationStart to be an explicit nil

func (*CSSCMSDataModelModelsPKICertificateOperation) SetUsername ¶

SetUsername gets a reference to the given NullableString and assigns it to the Username field.

func (*CSSCMSDataModelModelsPKICertificateOperation) SetUsernameNil ¶

SetUsernameNil sets the value for Username to be an explicit nil

func (CSSCMSDataModelModelsPKICertificateOperation) ToMap ¶

func (o CSSCMSDataModelModelsPKICertificateOperation) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsPKICertificateOperation) UnsetAction ¶

UnsetAction ensures that no value is present for Action, not even an explicit nil

func (*CSSCMSDataModelModelsPKICertificateOperation) UnsetComment ¶

UnsetComment ensures that no value is present for Comment, not even an explicit nil

func (*CSSCMSDataModelModelsPKICertificateOperation) UnsetOperationEnd ¶

func (o *CSSCMSDataModelModelsPKICertificateOperation) UnsetOperationEnd()

UnsetOperationEnd ensures that no value is present for OperationEnd, not even an explicit nil

func (*CSSCMSDataModelModelsPKICertificateOperation) UnsetOperationStart ¶

func (o *CSSCMSDataModelModelsPKICertificateOperation) UnsetOperationStart()

UnsetOperationStart ensures that no value is present for OperationStart, not even an explicit nil

func (*CSSCMSDataModelModelsPKICertificateOperation) UnsetUsername ¶

UnsetUsername ensures that no value is present for Username, not even an explicit nil

type CSSCMSDataModelModelsPamProviderTypeParamValue ¶

type CSSCMSDataModelModelsPamProviderTypeParamValue struct {
	Id                *int32                                  `json:"Id,omitempty"`
	Value             NullableString                          `json:"Value,omitempty"`
	ParameterId       *int32                                  `json:"ParameterId,omitempty"`
	InstanceId        NullableInt32                           `json:"InstanceId,omitempty"`
	InstanceGuid      NullableString                          `json:"InstanceGuid,omitempty"`
	Provider          *CSSCMSDataModelModelsProvider          `json:"Provider,omitempty"`
	ProviderTypeParam *CSSCMSDataModelModelsProviderTypeParam `json:"ProviderTypeParam,omitempty"`
}

CSSCMSDataModelModelsPamProviderTypeParamValue struct for CSSCMSDataModelModelsPamProviderTypeParamValue

func NewCSSCMSDataModelModelsPamProviderTypeParamValue ¶

func NewCSSCMSDataModelModelsPamProviderTypeParamValue() *CSSCMSDataModelModelsPamProviderTypeParamValue

NewCSSCMSDataModelModelsPamProviderTypeParamValue instantiates a new CSSCMSDataModelModelsPamProviderTypeParamValue 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 NewCSSCMSDataModelModelsPamProviderTypeParamValueWithDefaults ¶

func NewCSSCMSDataModelModelsPamProviderTypeParamValueWithDefaults() *CSSCMSDataModelModelsPamProviderTypeParamValue

NewCSSCMSDataModelModelsPamProviderTypeParamValueWithDefaults instantiates a new CSSCMSDataModelModelsPamProviderTypeParamValue 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 (*CSSCMSDataModelModelsPamProviderTypeParamValue) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) GetInstanceGuid ¶

GetInstanceGuid returns the InstanceGuid field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) GetInstanceGuidOk ¶

func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) GetInstanceGuidOk() (*string, bool)

GetInstanceGuidOk returns a tuple with the InstanceGuid field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) GetInstanceId ¶

GetInstanceId returns the InstanceId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) GetInstanceIdOk ¶

GetInstanceIdOk returns a tuple with the InstanceId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) GetParameterId ¶

GetParameterId returns the ParameterId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) GetParameterIdOk ¶

func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) GetParameterIdOk() (*int32, bool)

GetParameterIdOk returns a tuple with the ParameterId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) GetProvider ¶

GetProvider returns the Provider field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) GetProviderOk ¶

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) GetProviderTypeParam ¶

GetProviderTypeParam returns the ProviderTypeParam field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) GetProviderTypeParamOk ¶

GetProviderTypeParamOk returns a tuple with the ProviderTypeParam field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) GetValue ¶

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) GetValueOk ¶

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) HasInstanceGuid ¶

HasInstanceGuid returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) HasInstanceId ¶

HasInstanceId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) HasParameterId ¶

HasParameterId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) HasProvider ¶

HasProvider returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) HasProviderTypeParam ¶

func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) HasProviderTypeParam() bool

HasProviderTypeParam returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) HasValue ¶

HasValue returns a boolean if a field has been set.

func (CSSCMSDataModelModelsPamProviderTypeParamValue) MarshalJSON ¶

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) SetInstanceGuid ¶

SetInstanceGuid gets a reference to the given NullableString and assigns it to the InstanceGuid field.

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) SetInstanceGuidNil ¶

func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) SetInstanceGuidNil()

SetInstanceGuidNil sets the value for InstanceGuid to be an explicit nil

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) SetInstanceId ¶

SetInstanceId gets a reference to the given NullableInt32 and assigns it to the InstanceId field.

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) SetInstanceIdNil ¶

func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) SetInstanceIdNil()

SetInstanceIdNil sets the value for InstanceId to be an explicit nil

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) SetParameterId ¶

SetParameterId gets a reference to the given int32 and assigns it to the ParameterId field.

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) SetProvider ¶

SetProvider gets a reference to the given CSSCMSDataModelModelsProvider and assigns it to the Provider field.

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) SetProviderTypeParam ¶

SetProviderTypeParam gets a reference to the given CSSCMSDataModelModelsProviderTypeParam and assigns it to the ProviderTypeParam field.

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) SetValue ¶

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) SetValueNil ¶

SetValueNil sets the value for Value to be an explicit nil

func (CSSCMSDataModelModelsPamProviderTypeParamValue) ToMap ¶

func (o CSSCMSDataModelModelsPamProviderTypeParamValue) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) UnsetInstanceGuid ¶

func (o *CSSCMSDataModelModelsPamProviderTypeParamValue) UnsetInstanceGuid()

UnsetInstanceGuid ensures that no value is present for InstanceGuid, not even an explicit nil

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) UnsetInstanceId ¶

UnsetInstanceId ensures that no value is present for InstanceId, not even an explicit nil

func (*CSSCMSDataModelModelsPamProviderTypeParamValue) UnsetValue ¶

UnsetValue ensures that no value is present for Value, not even an explicit nil

type CSSCMSDataModelModelsPendingCSRResponse ¶

type CSSCMSDataModelModelsPendingCSRResponse struct {
	Id          *int32         `json:"Id,omitempty"`
	CSR         NullableString `json:"CSR,omitempty"`
	RequestTime *time.Time     `json:"RequestTime,omitempty"`
	Subject     []string       `json:"Subject,omitempty"`
}

CSSCMSDataModelModelsPendingCSRResponse struct for CSSCMSDataModelModelsPendingCSRResponse

func NewCSSCMSDataModelModelsPendingCSRResponse ¶

func NewCSSCMSDataModelModelsPendingCSRResponse() *CSSCMSDataModelModelsPendingCSRResponse

NewCSSCMSDataModelModelsPendingCSRResponse instantiates a new CSSCMSDataModelModelsPendingCSRResponse 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 NewCSSCMSDataModelModelsPendingCSRResponseWithDefaults ¶

func NewCSSCMSDataModelModelsPendingCSRResponseWithDefaults() *CSSCMSDataModelModelsPendingCSRResponse

NewCSSCMSDataModelModelsPendingCSRResponseWithDefaults instantiates a new CSSCMSDataModelModelsPendingCSRResponse 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 (*CSSCMSDataModelModelsPendingCSRResponse) GetCSR ¶

GetCSR returns the CSR field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPendingCSRResponse) GetCSROk ¶

GetCSROk returns a tuple with the CSR field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPendingCSRResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsPendingCSRResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsPendingCSRResponse) GetRequestTime ¶

GetRequestTime returns the RequestTime field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsPendingCSRResponse) GetRequestTimeOk ¶

func (o *CSSCMSDataModelModelsPendingCSRResponse) GetRequestTimeOk() (*time.Time, bool)

GetRequestTimeOk returns a tuple with the RequestTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsPendingCSRResponse) GetSubject ¶

GetSubject returns the Subject field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPendingCSRResponse) GetSubjectOk ¶

func (o *CSSCMSDataModelModelsPendingCSRResponse) GetSubjectOk() ([]string, bool)

GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPendingCSRResponse) HasCSR ¶

HasCSR returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPendingCSRResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPendingCSRResponse) HasRequestTime ¶

func (o *CSSCMSDataModelModelsPendingCSRResponse) HasRequestTime() bool

HasRequestTime returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPendingCSRResponse) HasSubject ¶

HasSubject returns a boolean if a field has been set.

func (CSSCMSDataModelModelsPendingCSRResponse) MarshalJSON ¶

func (o CSSCMSDataModelModelsPendingCSRResponse) MarshalJSON() ([]byte, error)

func (*CSSCMSDataModelModelsPendingCSRResponse) SetCSR ¶

SetCSR gets a reference to the given NullableString and assigns it to the CSR field.

func (*CSSCMSDataModelModelsPendingCSRResponse) SetCSRNil ¶

SetCSRNil sets the value for CSR to be an explicit nil

func (*CSSCMSDataModelModelsPendingCSRResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsPendingCSRResponse) SetRequestTime ¶

func (o *CSSCMSDataModelModelsPendingCSRResponse) SetRequestTime(v time.Time)

SetRequestTime gets a reference to the given time.Time and assigns it to the RequestTime field.

func (*CSSCMSDataModelModelsPendingCSRResponse) SetSubject ¶

SetSubject gets a reference to the given []string and assigns it to the Subject field.

func (CSSCMSDataModelModelsPendingCSRResponse) ToMap ¶

func (o CSSCMSDataModelModelsPendingCSRResponse) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsPendingCSRResponse) UnsetCSR ¶

UnsetCSR ensures that no value is present for CSR, not even an explicit nil

type CSSCMSDataModelModelsPkcs10CertificateResponse ¶

type CSSCMSDataModelModelsPkcs10CertificateResponse struct {
	SerialNumber        NullableString    `json:"SerialNumber,omitempty"`
	IssuerDN            NullableString    `json:"IssuerDN,omitempty"`
	Thumbprint          NullableString    `json:"Thumbprint,omitempty"`
	KeyfactorID         *int32            `json:"KeyfactorID,omitempty"`
	Certificates        []string          `json:"Certificates,omitempty"`
	WorkflowInstanceId  *string           `json:"WorkflowInstanceId,omitempty"`
	WorkflowReferenceId *int64            `json:"WorkflowReferenceId,omitempty"`
	KeyfactorRequestId  *int32            `json:"KeyfactorRequestId,omitempty"`
	RequestDisposition  NullableString    `json:"RequestDisposition,omitempty"`
	DispositionMessage  NullableString    `json:"DispositionMessage,omitempty"`
	EnrollmentContext   map[string]string `json:"EnrollmentContext,omitempty"`
}

CSSCMSDataModelModelsPkcs10CertificateResponse struct for CSSCMSDataModelModelsPkcs10CertificateResponse

func NewCSSCMSDataModelModelsPkcs10CertificateResponse ¶

func NewCSSCMSDataModelModelsPkcs10CertificateResponse() *CSSCMSDataModelModelsPkcs10CertificateResponse

NewCSSCMSDataModelModelsPkcs10CertificateResponse instantiates a new CSSCMSDataModelModelsPkcs10CertificateResponse 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 NewCSSCMSDataModelModelsPkcs10CertificateResponseWithDefaults ¶

func NewCSSCMSDataModelModelsPkcs10CertificateResponseWithDefaults() *CSSCMSDataModelModelsPkcs10CertificateResponse

NewCSSCMSDataModelModelsPkcs10CertificateResponseWithDefaults instantiates a new CSSCMSDataModelModelsPkcs10CertificateResponse 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 (*CSSCMSDataModelModelsPkcs10CertificateResponse) GetCertificates ¶

GetCertificates returns the Certificates field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) GetCertificatesOk ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetCertificatesOk() ([]string, bool)

GetCertificatesOk returns a tuple with the Certificates field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) GetDispositionMessage ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetDispositionMessage() string

GetDispositionMessage returns the DispositionMessage field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) GetDispositionMessageOk ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetDispositionMessageOk() (*string, bool)

GetDispositionMessageOk returns a tuple with the DispositionMessage field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) GetEnrollmentContext ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetEnrollmentContext() map[string]string

GetEnrollmentContext returns the EnrollmentContext field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) GetEnrollmentContextOk ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetEnrollmentContextOk() (*map[string]string, bool)

GetEnrollmentContextOk returns a tuple with the EnrollmentContext field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) GetIssuerDN ¶

GetIssuerDN returns the IssuerDN field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) GetIssuerDNOk ¶

GetIssuerDNOk returns a tuple with the IssuerDN field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) GetKeyfactorID ¶

GetKeyfactorID returns the KeyfactorID field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) GetKeyfactorIDOk ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetKeyfactorIDOk() (*int32, bool)

GetKeyfactorIDOk returns a tuple with the KeyfactorID field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) GetKeyfactorRequestId ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetKeyfactorRequestId() int32

GetKeyfactorRequestId returns the KeyfactorRequestId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) GetKeyfactorRequestIdOk ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetKeyfactorRequestIdOk() (*int32, bool)

GetKeyfactorRequestIdOk returns a tuple with the KeyfactorRequestId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) GetRequestDisposition ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetRequestDisposition() string

GetRequestDisposition returns the RequestDisposition field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) GetRequestDispositionOk ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetRequestDispositionOk() (*string, bool)

GetRequestDispositionOk returns a tuple with the RequestDisposition field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) GetSerialNumber ¶

GetSerialNumber returns the SerialNumber field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) GetSerialNumberOk ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetSerialNumberOk() (*string, bool)

GetSerialNumberOk returns a tuple with the SerialNumber field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) GetThumbprint ¶

GetThumbprint returns the Thumbprint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) GetThumbprintOk ¶

GetThumbprintOk returns a tuple with the Thumbprint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) GetWorkflowInstanceId ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetWorkflowInstanceId() string

GetWorkflowInstanceId returns the WorkflowInstanceId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) GetWorkflowInstanceIdOk ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetWorkflowInstanceIdOk() (*string, bool)

GetWorkflowInstanceIdOk returns a tuple with the WorkflowInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) GetWorkflowReferenceId ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetWorkflowReferenceId() int64

GetWorkflowReferenceId returns the WorkflowReferenceId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) GetWorkflowReferenceIdOk ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) GetWorkflowReferenceIdOk() (*int64, bool)

GetWorkflowReferenceIdOk returns a tuple with the WorkflowReferenceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) HasCertificates ¶

HasCertificates returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) HasDispositionMessage ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) HasDispositionMessage() bool

HasDispositionMessage returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) HasEnrollmentContext ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) HasEnrollmentContext() bool

HasEnrollmentContext returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) HasIssuerDN ¶

HasIssuerDN returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) HasKeyfactorID ¶

HasKeyfactorID returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) HasKeyfactorRequestId ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) HasKeyfactorRequestId() bool

HasKeyfactorRequestId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) HasRequestDisposition ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) HasRequestDisposition() bool

HasRequestDisposition returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) HasSerialNumber ¶

HasSerialNumber returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) HasThumbprint ¶

HasThumbprint returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) HasWorkflowInstanceId ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) HasWorkflowInstanceId() bool

HasWorkflowInstanceId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) HasWorkflowReferenceId ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) HasWorkflowReferenceId() bool

HasWorkflowReferenceId returns a boolean if a field has been set.

func (CSSCMSDataModelModelsPkcs10CertificateResponse) MarshalJSON ¶

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) SetCertificates ¶

SetCertificates gets a reference to the given []string and assigns it to the Certificates field.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) SetDispositionMessage ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetDispositionMessage(v string)

SetDispositionMessage gets a reference to the given NullableString and assigns it to the DispositionMessage field.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) SetDispositionMessageNil ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetDispositionMessageNil()

SetDispositionMessageNil sets the value for DispositionMessage to be an explicit nil

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) SetEnrollmentContext ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetEnrollmentContext(v map[string]string)

SetEnrollmentContext gets a reference to the given map[string]string and assigns it to the EnrollmentContext field.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) SetIssuerDN ¶

SetIssuerDN gets a reference to the given NullableString and assigns it to the IssuerDN field.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) SetIssuerDNNil ¶

SetIssuerDNNil sets the value for IssuerDN to be an explicit nil

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) SetKeyfactorID ¶

SetKeyfactorID gets a reference to the given int32 and assigns it to the KeyfactorID field.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) SetKeyfactorRequestId ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetKeyfactorRequestId(v int32)

SetKeyfactorRequestId gets a reference to the given int32 and assigns it to the KeyfactorRequestId field.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) SetRequestDisposition ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetRequestDisposition(v string)

SetRequestDisposition gets a reference to the given NullableString and assigns it to the RequestDisposition field.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) SetRequestDispositionNil ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetRequestDispositionNil()

SetRequestDispositionNil sets the value for RequestDisposition to be an explicit nil

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) SetSerialNumber ¶

SetSerialNumber gets a reference to the given NullableString and assigns it to the SerialNumber field.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) SetSerialNumberNil ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetSerialNumberNil()

SetSerialNumberNil sets the value for SerialNumber to be an explicit nil

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) SetThumbprint ¶

SetThumbprint gets a reference to the given NullableString and assigns it to the Thumbprint field.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) SetThumbprintNil ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetThumbprintNil()

SetThumbprintNil sets the value for Thumbprint to be an explicit nil

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) SetWorkflowInstanceId ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetWorkflowInstanceId(v string)

SetWorkflowInstanceId gets a reference to the given string and assigns it to the WorkflowInstanceId field.

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) SetWorkflowReferenceId ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) SetWorkflowReferenceId(v int64)

SetWorkflowReferenceId gets a reference to the given int64 and assigns it to the WorkflowReferenceId field.

func (CSSCMSDataModelModelsPkcs10CertificateResponse) ToMap ¶

func (o CSSCMSDataModelModelsPkcs10CertificateResponse) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) UnsetDispositionMessage ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) UnsetDispositionMessage()

UnsetDispositionMessage ensures that no value is present for DispositionMessage, not even an explicit nil

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) UnsetIssuerDN ¶

UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) UnsetRequestDisposition ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) UnsetRequestDisposition()

UnsetRequestDisposition ensures that no value is present for RequestDisposition, not even an explicit nil

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) UnsetSerialNumber ¶

func (o *CSSCMSDataModelModelsPkcs10CertificateResponse) UnsetSerialNumber()

UnsetSerialNumber ensures that no value is present for SerialNumber, not even an explicit nil

func (*CSSCMSDataModelModelsPkcs10CertificateResponse) UnsetThumbprint ¶

UnsetThumbprint ensures that no value is present for Thumbprint, not even an explicit nil

type CSSCMSDataModelModelsPkcs12CertificateResponse ¶

type CSSCMSDataModelModelsPkcs12CertificateResponse struct {
	SerialNumber              NullableString    `json:"SerialNumber,omitempty"`
	IssuerDN                  NullableString    `json:"IssuerDN,omitempty"`
	Thumbprint                NullableString    `json:"Thumbprint,omitempty"`
	KeyfactorId               *int32            `json:"KeyfactorId,omitempty"`
	Pkcs12Blob                NullableString    `json:"Pkcs12Blob,omitempty"`
	Password                  NullableString    `json:"Password,omitempty"`
	WorkflowInstanceId        *string           `json:"WorkflowInstanceId,omitempty"`
	WorkflowReferenceId       *int64            `json:"WorkflowReferenceId,omitempty"`
	StoreIdsInvalidForRenewal []string          `json:"StoreIdsInvalidForRenewal,omitempty"`
	KeyfactorRequestId        *int32            `json:"KeyfactorRequestId,omitempty"`
	RequestDisposition        NullableString    `json:"RequestDisposition,omitempty"`
	DispositionMessage        NullableString    `json:"DispositionMessage,omitempty"`
	EnrollmentContext         map[string]string `json:"EnrollmentContext,omitempty"`
}

CSSCMSDataModelModelsPkcs12CertificateResponse struct for CSSCMSDataModelModelsPkcs12CertificateResponse

func NewCSSCMSDataModelModelsPkcs12CertificateResponse ¶

func NewCSSCMSDataModelModelsPkcs12CertificateResponse() *CSSCMSDataModelModelsPkcs12CertificateResponse

NewCSSCMSDataModelModelsPkcs12CertificateResponse instantiates a new CSSCMSDataModelModelsPkcs12CertificateResponse 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 NewCSSCMSDataModelModelsPkcs12CertificateResponseWithDefaults ¶

func NewCSSCMSDataModelModelsPkcs12CertificateResponseWithDefaults() *CSSCMSDataModelModelsPkcs12CertificateResponse

NewCSSCMSDataModelModelsPkcs12CertificateResponseWithDefaults instantiates a new CSSCMSDataModelModelsPkcs12CertificateResponse 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 (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetDispositionMessage ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) GetDispositionMessage() string

GetDispositionMessage returns the DispositionMessage field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetDispositionMessageOk ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) GetDispositionMessageOk() (*string, bool)

GetDispositionMessageOk returns a tuple with the DispositionMessage field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetEnrollmentContext ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) GetEnrollmentContext() map[string]string

GetEnrollmentContext returns the EnrollmentContext field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetEnrollmentContextOk ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) GetEnrollmentContextOk() (*map[string]string, bool)

GetEnrollmentContextOk returns a tuple with the EnrollmentContext field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetIssuerDN ¶

GetIssuerDN returns the IssuerDN field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetIssuerDNOk ¶

GetIssuerDNOk returns a tuple with the IssuerDN field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetKeyfactorId ¶

GetKeyfactorId returns the KeyfactorId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetKeyfactorIdOk ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) GetKeyfactorIdOk() (*int32, bool)

GetKeyfactorIdOk returns a tuple with the KeyfactorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetKeyfactorRequestId ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) GetKeyfactorRequestId() int32

GetKeyfactorRequestId returns the KeyfactorRequestId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetKeyfactorRequestIdOk ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) GetKeyfactorRequestIdOk() (*int32, bool)

GetKeyfactorRequestIdOk returns a tuple with the KeyfactorRequestId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetPassword ¶

GetPassword returns the Password field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetPasswordOk ¶

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetPkcs12Blob ¶

GetPkcs12Blob returns the Pkcs12Blob field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetPkcs12BlobOk ¶

GetPkcs12BlobOk returns a tuple with the Pkcs12Blob field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetRequestDisposition ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) GetRequestDisposition() string

GetRequestDisposition returns the RequestDisposition field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetRequestDispositionOk ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) GetRequestDispositionOk() (*string, bool)

GetRequestDispositionOk returns a tuple with the RequestDisposition field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetSerialNumber ¶

GetSerialNumber returns the SerialNumber field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetSerialNumberOk ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) GetSerialNumberOk() (*string, bool)

GetSerialNumberOk returns a tuple with the SerialNumber field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetStoreIdsInvalidForRenewal ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) GetStoreIdsInvalidForRenewal() []string

GetStoreIdsInvalidForRenewal returns the StoreIdsInvalidForRenewal field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetStoreIdsInvalidForRenewalOk ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) GetStoreIdsInvalidForRenewalOk() ([]string, bool)

GetStoreIdsInvalidForRenewalOk returns a tuple with the StoreIdsInvalidForRenewal field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetThumbprint ¶

GetThumbprint returns the Thumbprint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetThumbprintOk ¶

GetThumbprintOk returns a tuple with the Thumbprint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetWorkflowInstanceId ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) GetWorkflowInstanceId() string

GetWorkflowInstanceId returns the WorkflowInstanceId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetWorkflowInstanceIdOk ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) GetWorkflowInstanceIdOk() (*string, bool)

GetWorkflowInstanceIdOk returns a tuple with the WorkflowInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetWorkflowReferenceId ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) GetWorkflowReferenceId() int64

GetWorkflowReferenceId returns the WorkflowReferenceId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) GetWorkflowReferenceIdOk ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) GetWorkflowReferenceIdOk() (*int64, bool)

GetWorkflowReferenceIdOk returns a tuple with the WorkflowReferenceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) HasDispositionMessage ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) HasDispositionMessage() bool

HasDispositionMessage returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) HasEnrollmentContext ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) HasEnrollmentContext() bool

HasEnrollmentContext returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) HasIssuerDN ¶

HasIssuerDN returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) HasKeyfactorId ¶

HasKeyfactorId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) HasKeyfactorRequestId ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) HasKeyfactorRequestId() bool

HasKeyfactorRequestId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) HasPassword ¶

HasPassword returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) HasPkcs12Blob ¶

HasPkcs12Blob returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) HasRequestDisposition ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) HasRequestDisposition() bool

HasRequestDisposition returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) HasSerialNumber ¶

HasSerialNumber returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) HasStoreIdsInvalidForRenewal ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) HasStoreIdsInvalidForRenewal() bool

HasStoreIdsInvalidForRenewal returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) HasThumbprint ¶

HasThumbprint returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) HasWorkflowInstanceId ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) HasWorkflowInstanceId() bool

HasWorkflowInstanceId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) HasWorkflowReferenceId ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) HasWorkflowReferenceId() bool

HasWorkflowReferenceId returns a boolean if a field has been set.

func (CSSCMSDataModelModelsPkcs12CertificateResponse) MarshalJSON ¶

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) SetDispositionMessage ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) SetDispositionMessage(v string)

SetDispositionMessage gets a reference to the given NullableString and assigns it to the DispositionMessage field.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) SetDispositionMessageNil ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) SetDispositionMessageNil()

SetDispositionMessageNil sets the value for DispositionMessage to be an explicit nil

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) SetEnrollmentContext ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) SetEnrollmentContext(v map[string]string)

SetEnrollmentContext gets a reference to the given map[string]string and assigns it to the EnrollmentContext field.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) SetIssuerDN ¶

SetIssuerDN gets a reference to the given NullableString and assigns it to the IssuerDN field.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) SetIssuerDNNil ¶

SetIssuerDNNil sets the value for IssuerDN to be an explicit nil

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) SetKeyfactorId ¶

SetKeyfactorId gets a reference to the given int32 and assigns it to the KeyfactorId field.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) SetKeyfactorRequestId ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) SetKeyfactorRequestId(v int32)

SetKeyfactorRequestId gets a reference to the given int32 and assigns it to the KeyfactorRequestId field.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) SetPassword ¶

SetPassword gets a reference to the given NullableString and assigns it to the Password field.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) SetPasswordNil ¶

SetPasswordNil sets the value for Password to be an explicit nil

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) SetPkcs12Blob ¶

SetPkcs12Blob gets a reference to the given NullableString and assigns it to the Pkcs12Blob field.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) SetPkcs12BlobNil ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) SetPkcs12BlobNil()

SetPkcs12BlobNil sets the value for Pkcs12Blob to be an explicit nil

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) SetRequestDisposition ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) SetRequestDisposition(v string)

SetRequestDisposition gets a reference to the given NullableString and assigns it to the RequestDisposition field.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) SetRequestDispositionNil ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) SetRequestDispositionNil()

SetRequestDispositionNil sets the value for RequestDisposition to be an explicit nil

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) SetSerialNumber ¶

SetSerialNumber gets a reference to the given NullableString and assigns it to the SerialNumber field.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) SetSerialNumberNil ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) SetSerialNumberNil()

SetSerialNumberNil sets the value for SerialNumber to be an explicit nil

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) SetStoreIdsInvalidForRenewal ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) SetStoreIdsInvalidForRenewal(v []string)

SetStoreIdsInvalidForRenewal gets a reference to the given []string and assigns it to the StoreIdsInvalidForRenewal field.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) SetThumbprint ¶

SetThumbprint gets a reference to the given NullableString and assigns it to the Thumbprint field.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) SetThumbprintNil ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) SetThumbprintNil()

SetThumbprintNil sets the value for Thumbprint to be an explicit nil

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) SetWorkflowInstanceId ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) SetWorkflowInstanceId(v string)

SetWorkflowInstanceId gets a reference to the given string and assigns it to the WorkflowInstanceId field.

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) SetWorkflowReferenceId ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) SetWorkflowReferenceId(v int64)

SetWorkflowReferenceId gets a reference to the given int64 and assigns it to the WorkflowReferenceId field.

func (CSSCMSDataModelModelsPkcs12CertificateResponse) ToMap ¶

func (o CSSCMSDataModelModelsPkcs12CertificateResponse) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) UnsetDispositionMessage ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) UnsetDispositionMessage()

UnsetDispositionMessage ensures that no value is present for DispositionMessage, not even an explicit nil

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) UnsetIssuerDN ¶

UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) UnsetPassword ¶

UnsetPassword ensures that no value is present for Password, not even an explicit nil

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) UnsetPkcs12Blob ¶

UnsetPkcs12Blob ensures that no value is present for Pkcs12Blob, not even an explicit nil

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) UnsetRequestDisposition ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) UnsetRequestDisposition()

UnsetRequestDisposition ensures that no value is present for RequestDisposition, not even an explicit nil

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) UnsetSerialNumber ¶

func (o *CSSCMSDataModelModelsPkcs12CertificateResponse) UnsetSerialNumber()

UnsetSerialNumber ensures that no value is present for SerialNumber, not even an explicit nil

func (*CSSCMSDataModelModelsPkcs12CertificateResponse) UnsetThumbprint ¶

UnsetThumbprint ensures that no value is present for Thumbprint, not even an explicit nil

type CSSCMSDataModelModelsProvider ¶

type CSSCMSDataModelModelsProvider struct {
	Id                      *int32                                           `json:"Id,omitempty"`
	Name                    string                                           `json:"Name"`
	Area                    *int32                                           `json:"Area,omitempty"`
	ProviderType            CSSCMSDataModelModelsProviderType                `json:"ProviderType"`
	ProviderTypeParamValues []CSSCMSDataModelModelsPamProviderTypeParamValue `json:"ProviderTypeParamValues,omitempty"`
	SecuredAreaId           NullableInt32                                    `json:"SecuredAreaId,omitempty"`
	Remote                  *bool                                            `json:"Remote,omitempty"`
	IsInUse                 *bool                                            `json:"IsInUse,omitempty"`
	IsLocalDB               *bool                                            `json:"IsLocalDB,omitempty"`
}

CSSCMSDataModelModelsProvider struct for CSSCMSDataModelModelsProvider

func NewCSSCMSDataModelModelsProvider ¶

func NewCSSCMSDataModelModelsProvider(name string, providerType CSSCMSDataModelModelsProviderType) *CSSCMSDataModelModelsProvider

NewCSSCMSDataModelModelsProvider instantiates a new CSSCMSDataModelModelsProvider 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 NewCSSCMSDataModelModelsProviderWithDefaults ¶

func NewCSSCMSDataModelModelsProviderWithDefaults() *CSSCMSDataModelModelsProvider

NewCSSCMSDataModelModelsProviderWithDefaults instantiates a new CSSCMSDataModelModelsProvider 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 (*CSSCMSDataModelModelsProvider) GetArea ¶

func (o *CSSCMSDataModelModelsProvider) GetArea() int32

GetArea returns the Area field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsProvider) GetAreaOk ¶

func (o *CSSCMSDataModelModelsProvider) GetAreaOk() (*int32, bool)

GetAreaOk returns a tuple with the Area field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsProvider) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsProvider) GetIdOk ¶

func (o *CSSCMSDataModelModelsProvider) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsProvider) GetIsInUse ¶

func (o *CSSCMSDataModelModelsProvider) GetIsInUse() bool

GetIsInUse returns the IsInUse field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsProvider) GetIsInUseOk ¶

func (o *CSSCMSDataModelModelsProvider) GetIsInUseOk() (*bool, bool)

GetIsInUseOk returns a tuple with the IsInUse field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsProvider) GetIsLocalDB ¶

func (o *CSSCMSDataModelModelsProvider) GetIsLocalDB() bool

GetIsLocalDB returns the IsLocalDB field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsProvider) GetIsLocalDBOk ¶

func (o *CSSCMSDataModelModelsProvider) GetIsLocalDBOk() (*bool, bool)

GetIsLocalDBOk returns a tuple with the IsLocalDB field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsProvider) GetName ¶

GetName returns the Name field value

func (*CSSCMSDataModelModelsProvider) GetNameOk ¶

func (o *CSSCMSDataModelModelsProvider) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsProvider) GetProviderType ¶

GetProviderType returns the ProviderType field value

func (*CSSCMSDataModelModelsProvider) GetProviderTypeOk ¶

GetProviderTypeOk returns a tuple with the ProviderType field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsProvider) GetProviderTypeParamValues ¶

GetProviderTypeParamValues returns the ProviderTypeParamValues field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsProvider) GetProviderTypeParamValuesOk ¶

GetProviderTypeParamValuesOk returns a tuple with the ProviderTypeParamValues field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsProvider) GetRemote ¶

func (o *CSSCMSDataModelModelsProvider) GetRemote() bool

GetRemote returns the Remote field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsProvider) GetRemoteOk ¶

func (o *CSSCMSDataModelModelsProvider) GetRemoteOk() (*bool, bool)

GetRemoteOk returns a tuple with the Remote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsProvider) GetSecuredAreaId ¶

func (o *CSSCMSDataModelModelsProvider) GetSecuredAreaId() int32

GetSecuredAreaId returns the SecuredAreaId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsProvider) GetSecuredAreaIdOk ¶

func (o *CSSCMSDataModelModelsProvider) GetSecuredAreaIdOk() (*int32, bool)

GetSecuredAreaIdOk returns a tuple with the SecuredAreaId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsProvider) HasArea ¶

func (o *CSSCMSDataModelModelsProvider) HasArea() bool

HasArea returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsProvider) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsProvider) HasIsInUse ¶

func (o *CSSCMSDataModelModelsProvider) HasIsInUse() bool

HasIsInUse returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsProvider) HasIsLocalDB ¶

func (o *CSSCMSDataModelModelsProvider) HasIsLocalDB() bool

HasIsLocalDB returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsProvider) HasProviderTypeParamValues ¶

func (o *CSSCMSDataModelModelsProvider) HasProviderTypeParamValues() bool

HasProviderTypeParamValues returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsProvider) HasRemote ¶

func (o *CSSCMSDataModelModelsProvider) HasRemote() bool

HasRemote returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsProvider) HasSecuredAreaId ¶

func (o *CSSCMSDataModelModelsProvider) HasSecuredAreaId() bool

HasSecuredAreaId returns a boolean if a field has been set.

func (CSSCMSDataModelModelsProvider) MarshalJSON ¶

func (o CSSCMSDataModelModelsProvider) MarshalJSON() ([]byte, error)

func (*CSSCMSDataModelModelsProvider) SetArea ¶

func (o *CSSCMSDataModelModelsProvider) SetArea(v int32)

SetArea gets a reference to the given int32 and assigns it to the Area field.

func (*CSSCMSDataModelModelsProvider) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsProvider) SetIsInUse ¶

func (o *CSSCMSDataModelModelsProvider) SetIsInUse(v bool)

SetIsInUse gets a reference to the given bool and assigns it to the IsInUse field.

func (*CSSCMSDataModelModelsProvider) SetIsLocalDB ¶

func (o *CSSCMSDataModelModelsProvider) SetIsLocalDB(v bool)

SetIsLocalDB gets a reference to the given bool and assigns it to the IsLocalDB field.

func (*CSSCMSDataModelModelsProvider) SetName ¶

func (o *CSSCMSDataModelModelsProvider) SetName(v string)

SetName sets field value

func (*CSSCMSDataModelModelsProvider) SetProviderType ¶

SetProviderType sets field value

func (*CSSCMSDataModelModelsProvider) SetProviderTypeParamValues ¶

SetProviderTypeParamValues gets a reference to the given []CSSCMSDataModelModelsPamProviderTypeParamValue and assigns it to the ProviderTypeParamValues field.

func (*CSSCMSDataModelModelsProvider) SetRemote ¶

func (o *CSSCMSDataModelModelsProvider) SetRemote(v bool)

SetRemote gets a reference to the given bool and assigns it to the Remote field.

func (*CSSCMSDataModelModelsProvider) SetSecuredAreaId ¶

func (o *CSSCMSDataModelModelsProvider) SetSecuredAreaId(v int32)

SetSecuredAreaId gets a reference to the given NullableInt32 and assigns it to the SecuredAreaId field.

func (*CSSCMSDataModelModelsProvider) SetSecuredAreaIdNil ¶

func (o *CSSCMSDataModelModelsProvider) SetSecuredAreaIdNil()

SetSecuredAreaIdNil sets the value for SecuredAreaId to be an explicit nil

func (CSSCMSDataModelModelsProvider) ToMap ¶

func (o CSSCMSDataModelModelsProvider) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsProvider) UnsetSecuredAreaId ¶

func (o *CSSCMSDataModelModelsProvider) UnsetSecuredAreaId()

UnsetSecuredAreaId ensures that no value is present for SecuredAreaId, not even an explicit nil

type CSSCMSDataModelModelsProviderType ¶

type CSSCMSDataModelModelsProviderType struct {
	Id                 *string                                  `json:"Id,omitempty"`
	Name               NullableString                           `json:"Name,omitempty"`
	ProviderTypeParams []CSSCMSDataModelModelsProviderTypeParam `json:"ProviderTypeParams,omitempty"`
}

CSSCMSDataModelModelsProviderType struct for CSSCMSDataModelModelsProviderType

func NewCSSCMSDataModelModelsProviderType ¶

func NewCSSCMSDataModelModelsProviderType() *CSSCMSDataModelModelsProviderType

NewCSSCMSDataModelModelsProviderType instantiates a new CSSCMSDataModelModelsProviderType 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 NewCSSCMSDataModelModelsProviderTypeWithDefaults ¶

func NewCSSCMSDataModelModelsProviderTypeWithDefaults() *CSSCMSDataModelModelsProviderType

NewCSSCMSDataModelModelsProviderTypeWithDefaults instantiates a new CSSCMSDataModelModelsProviderType 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 (*CSSCMSDataModelModelsProviderType) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsProviderType) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsProviderType) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsProviderType) GetNameOk ¶

func (o *CSSCMSDataModelModelsProviderType) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsProviderType) GetProviderTypeParams ¶

GetProviderTypeParams returns the ProviderTypeParams field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsProviderType) GetProviderTypeParamsOk ¶

GetProviderTypeParamsOk returns a tuple with the ProviderTypeParams field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsProviderType) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsProviderType) HasName ¶

HasName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsProviderType) HasProviderTypeParams ¶

func (o *CSSCMSDataModelModelsProviderType) HasProviderTypeParams() bool

HasProviderTypeParams returns a boolean if a field has been set.

func (CSSCMSDataModelModelsProviderType) MarshalJSON ¶

func (o CSSCMSDataModelModelsProviderType) MarshalJSON() ([]byte, error)

func (*CSSCMSDataModelModelsProviderType) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*CSSCMSDataModelModelsProviderType) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CSSCMSDataModelModelsProviderType) SetNameNil ¶

func (o *CSSCMSDataModelModelsProviderType) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*CSSCMSDataModelModelsProviderType) SetProviderTypeParams ¶

SetProviderTypeParams gets a reference to the given []CSSCMSDataModelModelsProviderTypeParam and assigns it to the ProviderTypeParams field.

func (CSSCMSDataModelModelsProviderType) ToMap ¶

func (o CSSCMSDataModelModelsProviderType) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsProviderType) UnsetName ¶

func (o *CSSCMSDataModelModelsProviderType) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type CSSCMSDataModelModelsProviderTypeParam ¶

type CSSCMSDataModelModelsProviderTypeParam struct {
	Id            *int32                                    `json:"Id,omitempty"`
	Name          NullableString                            `json:"Name,omitempty"`
	DisplayName   NullableString                            `json:"DisplayName,omitempty"`
	DataType      *CSSCMSDataModelEnumsPamParameterDataType `json:"DataType,omitempty"`
	InstanceLevel *bool                                     `json:"InstanceLevel,omitempty"`
	ProviderType  *CSSCMSDataModelModelsProviderType        `json:"ProviderType,omitempty"`
}

CSSCMSDataModelModelsProviderTypeParam struct for CSSCMSDataModelModelsProviderTypeParam

func NewCSSCMSDataModelModelsProviderTypeParam ¶

func NewCSSCMSDataModelModelsProviderTypeParam() *CSSCMSDataModelModelsProviderTypeParam

NewCSSCMSDataModelModelsProviderTypeParam instantiates a new CSSCMSDataModelModelsProviderTypeParam 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 NewCSSCMSDataModelModelsProviderTypeParamWithDefaults ¶

func NewCSSCMSDataModelModelsProviderTypeParamWithDefaults() *CSSCMSDataModelModelsProviderTypeParam

NewCSSCMSDataModelModelsProviderTypeParamWithDefaults instantiates a new CSSCMSDataModelModelsProviderTypeParam 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 (*CSSCMSDataModelModelsProviderTypeParam) GetDataType ¶

GetDataType returns the DataType field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsProviderTypeParam) GetDataTypeOk ¶

GetDataTypeOk returns a tuple with the DataType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsProviderTypeParam) GetDisplayName ¶

func (o *CSSCMSDataModelModelsProviderTypeParam) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsProviderTypeParam) GetDisplayNameOk ¶

func (o *CSSCMSDataModelModelsProviderTypeParam) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsProviderTypeParam) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsProviderTypeParam) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsProviderTypeParam) GetInstanceLevel ¶

func (o *CSSCMSDataModelModelsProviderTypeParam) GetInstanceLevel() bool

GetInstanceLevel returns the InstanceLevel field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsProviderTypeParam) GetInstanceLevelOk ¶

func (o *CSSCMSDataModelModelsProviderTypeParam) GetInstanceLevelOk() (*bool, bool)

GetInstanceLevelOk returns a tuple with the InstanceLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsProviderTypeParam) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsProviderTypeParam) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsProviderTypeParam) GetProviderType ¶

GetProviderType returns the ProviderType field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsProviderTypeParam) GetProviderTypeOk ¶

GetProviderTypeOk returns a tuple with the ProviderType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsProviderTypeParam) HasDataType ¶

HasDataType returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsProviderTypeParam) HasDisplayName ¶

func (o *CSSCMSDataModelModelsProviderTypeParam) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsProviderTypeParam) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsProviderTypeParam) HasInstanceLevel ¶

func (o *CSSCMSDataModelModelsProviderTypeParam) HasInstanceLevel() bool

HasInstanceLevel returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsProviderTypeParam) HasName ¶

HasName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsProviderTypeParam) HasProviderType ¶

func (o *CSSCMSDataModelModelsProviderTypeParam) HasProviderType() bool

HasProviderType returns a boolean if a field has been set.

func (CSSCMSDataModelModelsProviderTypeParam) MarshalJSON ¶

func (o CSSCMSDataModelModelsProviderTypeParam) MarshalJSON() ([]byte, error)

func (*CSSCMSDataModelModelsProviderTypeParam) SetDataType ¶

SetDataType gets a reference to the given CSSCMSDataModelEnumsPamParameterDataType and assigns it to the DataType field.

func (*CSSCMSDataModelModelsProviderTypeParam) SetDisplayName ¶

func (o *CSSCMSDataModelModelsProviderTypeParam) SetDisplayName(v string)

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*CSSCMSDataModelModelsProviderTypeParam) SetDisplayNameNil ¶

func (o *CSSCMSDataModelModelsProviderTypeParam) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*CSSCMSDataModelModelsProviderTypeParam) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsProviderTypeParam) SetInstanceLevel ¶

func (o *CSSCMSDataModelModelsProviderTypeParam) SetInstanceLevel(v bool)

SetInstanceLevel gets a reference to the given bool and assigns it to the InstanceLevel field.

func (*CSSCMSDataModelModelsProviderTypeParam) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CSSCMSDataModelModelsProviderTypeParam) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*CSSCMSDataModelModelsProviderTypeParam) SetProviderType ¶

SetProviderType gets a reference to the given CSSCMSDataModelModelsProviderType and assigns it to the ProviderType field.

func (CSSCMSDataModelModelsProviderTypeParam) ToMap ¶

func (o CSSCMSDataModelModelsProviderTypeParam) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsProviderTypeParam) UnsetDisplayName ¶

func (o *CSSCMSDataModelModelsProviderTypeParam) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*CSSCMSDataModelModelsProviderTypeParam) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type CSSCMSDataModelModelsRecoveryResponse ¶

type CSSCMSDataModelModelsRecoveryResponse struct {
	PFX      NullableString `json:"PFX,omitempty"`
	FileName NullableString `json:"FileName,omitempty"`
}

CSSCMSDataModelModelsRecoveryResponse struct for CSSCMSDataModelModelsRecoveryResponse

func NewCSSCMSDataModelModelsRecoveryResponse ¶

func NewCSSCMSDataModelModelsRecoveryResponse() *CSSCMSDataModelModelsRecoveryResponse

NewCSSCMSDataModelModelsRecoveryResponse instantiates a new CSSCMSDataModelModelsRecoveryResponse 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 NewCSSCMSDataModelModelsRecoveryResponseWithDefaults ¶

func NewCSSCMSDataModelModelsRecoveryResponseWithDefaults() *CSSCMSDataModelModelsRecoveryResponse

NewCSSCMSDataModelModelsRecoveryResponseWithDefaults instantiates a new CSSCMSDataModelModelsRecoveryResponse 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 (*CSSCMSDataModelModelsRecoveryResponse) GetFileName ¶

GetFileName returns the FileName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsRecoveryResponse) GetFileNameOk ¶

func (o *CSSCMSDataModelModelsRecoveryResponse) GetFileNameOk() (*string, bool)

GetFileNameOk returns a tuple with the FileName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsRecoveryResponse) GetPFX ¶

GetPFX returns the PFX field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsRecoveryResponse) GetPFXOk ¶

GetPFXOk returns a tuple with the PFX field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsRecoveryResponse) HasFileName ¶

HasFileName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsRecoveryResponse) HasPFX ¶

HasPFX returns a boolean if a field has been set.

func (CSSCMSDataModelModelsRecoveryResponse) MarshalJSON ¶

func (o CSSCMSDataModelModelsRecoveryResponse) MarshalJSON() ([]byte, error)

func (*CSSCMSDataModelModelsRecoveryResponse) SetFileName ¶

SetFileName gets a reference to the given NullableString and assigns it to the FileName field.

func (*CSSCMSDataModelModelsRecoveryResponse) SetFileNameNil ¶

func (o *CSSCMSDataModelModelsRecoveryResponse) SetFileNameNil()

SetFileNameNil sets the value for FileName to be an explicit nil

func (*CSSCMSDataModelModelsRecoveryResponse) SetPFX ¶

SetPFX gets a reference to the given NullableString and assigns it to the PFX field.

func (*CSSCMSDataModelModelsRecoveryResponse) SetPFXNil ¶

SetPFXNil sets the value for PFX to be an explicit nil

func (CSSCMSDataModelModelsRecoveryResponse) ToMap ¶

func (o CSSCMSDataModelModelsRecoveryResponse) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsRecoveryResponse) UnsetFileName ¶

func (o *CSSCMSDataModelModelsRecoveryResponse) UnsetFileName()

UnsetFileName ensures that no value is present for FileName, not even an explicit nil

func (*CSSCMSDataModelModelsRecoveryResponse) UnsetPFX ¶

UnsetPFX ensures that no value is present for PFX, not even an explicit nil

type CSSCMSDataModelModelsReenrollmentStatus ¶

type CSSCMSDataModelModelsReenrollmentStatus struct {
	Data               *bool                                                                          `json:"Data,omitempty"`
	AgentId            NullableString                                                                 `json:"AgentId,omitempty"`
	Message            NullableString                                                                 `json:"Message,omitempty"`
	JobProperties      NullableString                                                                 `json:"JobProperties,omitempty"`
	CustomAliasAllowed *int32                                                                         `json:"CustomAliasAllowed,omitempty"`
	EntryParameters    []CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter `json:"EntryParameters,omitempty"`
}

CSSCMSDataModelModelsReenrollmentStatus struct for CSSCMSDataModelModelsReenrollmentStatus

func NewCSSCMSDataModelModelsReenrollmentStatus ¶

func NewCSSCMSDataModelModelsReenrollmentStatus() *CSSCMSDataModelModelsReenrollmentStatus

NewCSSCMSDataModelModelsReenrollmentStatus instantiates a new CSSCMSDataModelModelsReenrollmentStatus 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 NewCSSCMSDataModelModelsReenrollmentStatusWithDefaults ¶

func NewCSSCMSDataModelModelsReenrollmentStatusWithDefaults() *CSSCMSDataModelModelsReenrollmentStatus

NewCSSCMSDataModelModelsReenrollmentStatusWithDefaults instantiates a new CSSCMSDataModelModelsReenrollmentStatus 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 (*CSSCMSDataModelModelsReenrollmentStatus) GetAgentId ¶

GetAgentId returns the AgentId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReenrollmentStatus) GetAgentIdOk ¶

func (o *CSSCMSDataModelModelsReenrollmentStatus) GetAgentIdOk() (*string, bool)

GetAgentIdOk returns a tuple with the AgentId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReenrollmentStatus) GetCustomAliasAllowed ¶

func (o *CSSCMSDataModelModelsReenrollmentStatus) GetCustomAliasAllowed() int32

GetCustomAliasAllowed returns the CustomAliasAllowed field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsReenrollmentStatus) GetCustomAliasAllowedOk ¶

func (o *CSSCMSDataModelModelsReenrollmentStatus) GetCustomAliasAllowedOk() (*int32, bool)

GetCustomAliasAllowedOk returns a tuple with the CustomAliasAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsReenrollmentStatus) GetData ¶

GetData returns the Data field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsReenrollmentStatus) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsReenrollmentStatus) GetEntryParameters ¶

GetEntryParameters returns the EntryParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReenrollmentStatus) GetEntryParametersOk ¶

GetEntryParametersOk returns a tuple with the EntryParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReenrollmentStatus) GetJobProperties ¶

func (o *CSSCMSDataModelModelsReenrollmentStatus) GetJobProperties() string

GetJobProperties returns the JobProperties field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReenrollmentStatus) GetJobPropertiesOk ¶

func (o *CSSCMSDataModelModelsReenrollmentStatus) GetJobPropertiesOk() (*string, bool)

GetJobPropertiesOk returns a tuple with the JobProperties field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReenrollmentStatus) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReenrollmentStatus) GetMessageOk ¶

func (o *CSSCMSDataModelModelsReenrollmentStatus) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReenrollmentStatus) HasAgentId ¶

HasAgentId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReenrollmentStatus) HasCustomAliasAllowed ¶

func (o *CSSCMSDataModelModelsReenrollmentStatus) HasCustomAliasAllowed() bool

HasCustomAliasAllowed returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReenrollmentStatus) HasData ¶

HasData returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReenrollmentStatus) HasEntryParameters ¶

func (o *CSSCMSDataModelModelsReenrollmentStatus) HasEntryParameters() bool

HasEntryParameters returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReenrollmentStatus) HasJobProperties ¶

func (o *CSSCMSDataModelModelsReenrollmentStatus) HasJobProperties() bool

HasJobProperties returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReenrollmentStatus) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (CSSCMSDataModelModelsReenrollmentStatus) MarshalJSON ¶

func (o CSSCMSDataModelModelsReenrollmentStatus) MarshalJSON() ([]byte, error)

func (*CSSCMSDataModelModelsReenrollmentStatus) SetAgentId ¶

SetAgentId gets a reference to the given NullableString and assigns it to the AgentId field.

func (*CSSCMSDataModelModelsReenrollmentStatus) SetAgentIdNil ¶

func (o *CSSCMSDataModelModelsReenrollmentStatus) SetAgentIdNil()

SetAgentIdNil sets the value for AgentId to be an explicit nil

func (*CSSCMSDataModelModelsReenrollmentStatus) SetCustomAliasAllowed ¶

func (o *CSSCMSDataModelModelsReenrollmentStatus) SetCustomAliasAllowed(v int32)

SetCustomAliasAllowed gets a reference to the given int32 and assigns it to the CustomAliasAllowed field.

func (*CSSCMSDataModelModelsReenrollmentStatus) SetData ¶

SetData gets a reference to the given bool and assigns it to the Data field.

func (*CSSCMSDataModelModelsReenrollmentStatus) SetEntryParameters ¶

SetEntryParameters gets a reference to the given []CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter and assigns it to the EntryParameters field.

func (*CSSCMSDataModelModelsReenrollmentStatus) SetJobProperties ¶

func (o *CSSCMSDataModelModelsReenrollmentStatus) SetJobProperties(v string)

SetJobProperties gets a reference to the given NullableString and assigns it to the JobProperties field.

func (*CSSCMSDataModelModelsReenrollmentStatus) SetJobPropertiesNil ¶

func (o *CSSCMSDataModelModelsReenrollmentStatus) SetJobPropertiesNil()

SetJobPropertiesNil sets the value for JobProperties to be an explicit nil

func (*CSSCMSDataModelModelsReenrollmentStatus) SetMessage ¶

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*CSSCMSDataModelModelsReenrollmentStatus) SetMessageNil ¶

func (o *CSSCMSDataModelModelsReenrollmentStatus) SetMessageNil()

SetMessageNil sets the value for Message to be an explicit nil

func (CSSCMSDataModelModelsReenrollmentStatus) ToMap ¶

func (o CSSCMSDataModelModelsReenrollmentStatus) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsReenrollmentStatus) UnsetAgentId ¶

func (o *CSSCMSDataModelModelsReenrollmentStatus) UnsetAgentId()

UnsetAgentId ensures that no value is present for AgentId, not even an explicit nil

func (*CSSCMSDataModelModelsReenrollmentStatus) UnsetJobProperties ¶

func (o *CSSCMSDataModelModelsReenrollmentStatus) UnsetJobProperties()

UnsetJobProperties ensures that no value is present for JobProperties, not even an explicit nil

func (*CSSCMSDataModelModelsReenrollmentStatus) UnsetMessage ¶

func (o *CSSCMSDataModelModelsReenrollmentStatus) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

type CSSCMSDataModelModelsReport ¶

type CSSCMSDataModelModelsReport struct {
	Id                      *int32                                  `json:"Id,omitempty"`
	Scheduled               NullableInt32                           `json:"Scheduled,omitempty"`
	DisplayName             NullableString                          `json:"DisplayName,omitempty"`
	Description             NullableString                          `json:"Description,omitempty"`
	ReportPath              NullableString                          `json:"ReportPath,omitempty"`
	VersionNumber           NullableString                          `json:"VersionNumber,omitempty"`
	Categories              NullableString                          `json:"Categories,omitempty"`
	ShortName               NullableString                          `json:"ShortName,omitempty"`
	InNavigator             *bool                                   `json:"InNavigator,omitempty"`
	Favorite                *bool                                   `json:"Favorite,omitempty"`
	RemoveDuplicates        *bool                                   `json:"RemoveDuplicates,omitempty"`
	UsesCollection          *bool                                   `json:"UsesCollection,omitempty"`
	ReportParameter         []CSSCMSDataModelModelsReportParameters `json:"ReportParameter,omitempty"`
	Schedules               []CSSCMSDataModelModelsReportSchedule   `json:"Schedules,omitempty"`
	AcceptedScheduleFormats []string                                `json:"AcceptedScheduleFormats,omitempty"`
}

CSSCMSDataModelModelsReport struct for CSSCMSDataModelModelsReport

func NewCSSCMSDataModelModelsReport ¶

func NewCSSCMSDataModelModelsReport() *CSSCMSDataModelModelsReport

NewCSSCMSDataModelModelsReport instantiates a new CSSCMSDataModelModelsReport 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 NewCSSCMSDataModelModelsReportWithDefaults ¶

func NewCSSCMSDataModelModelsReportWithDefaults() *CSSCMSDataModelModelsReport

NewCSSCMSDataModelModelsReportWithDefaults instantiates a new CSSCMSDataModelModelsReport 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 (*CSSCMSDataModelModelsReport) GetAcceptedScheduleFormats ¶

func (o *CSSCMSDataModelModelsReport) GetAcceptedScheduleFormats() []string

GetAcceptedScheduleFormats returns the AcceptedScheduleFormats field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReport) GetAcceptedScheduleFormatsOk ¶

func (o *CSSCMSDataModelModelsReport) GetAcceptedScheduleFormatsOk() ([]string, bool)

GetAcceptedScheduleFormatsOk returns a tuple with the AcceptedScheduleFormats field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReport) GetCategories ¶

func (o *CSSCMSDataModelModelsReport) GetCategories() string

GetCategories returns the Categories field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReport) GetCategoriesOk ¶

func (o *CSSCMSDataModelModelsReport) GetCategoriesOk() (*string, bool)

GetCategoriesOk returns a tuple with the Categories field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReport) GetDescription ¶

func (o *CSSCMSDataModelModelsReport) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReport) GetDescriptionOk ¶

func (o *CSSCMSDataModelModelsReport) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReport) GetDisplayName ¶

func (o *CSSCMSDataModelModelsReport) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReport) GetDisplayNameOk ¶

func (o *CSSCMSDataModelModelsReport) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReport) GetFavorite ¶

func (o *CSSCMSDataModelModelsReport) GetFavorite() bool

GetFavorite returns the Favorite field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsReport) GetFavoriteOk ¶

func (o *CSSCMSDataModelModelsReport) GetFavoriteOk() (*bool, bool)

GetFavoriteOk returns a tuple with the Favorite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsReport) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsReport) GetIdOk ¶

func (o *CSSCMSDataModelModelsReport) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsReport) GetInNavigator ¶

func (o *CSSCMSDataModelModelsReport) GetInNavigator() bool

GetInNavigator returns the InNavigator field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsReport) GetInNavigatorOk ¶

func (o *CSSCMSDataModelModelsReport) GetInNavigatorOk() (*bool, bool)

GetInNavigatorOk returns a tuple with the InNavigator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsReport) GetRemoveDuplicates ¶

func (o *CSSCMSDataModelModelsReport) GetRemoveDuplicates() bool

GetRemoveDuplicates returns the RemoveDuplicates field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsReport) GetRemoveDuplicatesOk ¶

func (o *CSSCMSDataModelModelsReport) GetRemoveDuplicatesOk() (*bool, bool)

GetRemoveDuplicatesOk returns a tuple with the RemoveDuplicates field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsReport) GetReportParameter ¶

GetReportParameter returns the ReportParameter field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReport) GetReportParameterOk ¶

GetReportParameterOk returns a tuple with the ReportParameter field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReport) GetReportPath ¶

func (o *CSSCMSDataModelModelsReport) GetReportPath() string

GetReportPath returns the ReportPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReport) GetReportPathOk ¶

func (o *CSSCMSDataModelModelsReport) GetReportPathOk() (*string, bool)

GetReportPathOk returns a tuple with the ReportPath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReport) GetScheduled ¶

func (o *CSSCMSDataModelModelsReport) GetScheduled() int32

GetScheduled returns the Scheduled field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReport) GetScheduledOk ¶

func (o *CSSCMSDataModelModelsReport) GetScheduledOk() (*int32, bool)

GetScheduledOk returns a tuple with the Scheduled field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReport) GetSchedules ¶

GetSchedules returns the Schedules field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReport) GetSchedulesOk ¶

GetSchedulesOk returns a tuple with the Schedules field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReport) GetShortName ¶

func (o *CSSCMSDataModelModelsReport) GetShortName() string

GetShortName returns the ShortName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReport) GetShortNameOk ¶

func (o *CSSCMSDataModelModelsReport) GetShortNameOk() (*string, bool)

GetShortNameOk returns a tuple with the ShortName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReport) GetUsesCollection ¶

func (o *CSSCMSDataModelModelsReport) GetUsesCollection() bool

GetUsesCollection returns the UsesCollection field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsReport) GetUsesCollectionOk ¶

func (o *CSSCMSDataModelModelsReport) GetUsesCollectionOk() (*bool, bool)

GetUsesCollectionOk returns a tuple with the UsesCollection field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsReport) GetVersionNumber ¶

func (o *CSSCMSDataModelModelsReport) GetVersionNumber() string

GetVersionNumber returns the VersionNumber field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReport) GetVersionNumberOk ¶

func (o *CSSCMSDataModelModelsReport) GetVersionNumberOk() (*string, bool)

GetVersionNumberOk returns a tuple with the VersionNumber field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReport) HasAcceptedScheduleFormats ¶

func (o *CSSCMSDataModelModelsReport) HasAcceptedScheduleFormats() bool

HasAcceptedScheduleFormats returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReport) HasCategories ¶

func (o *CSSCMSDataModelModelsReport) HasCategories() bool

HasCategories returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReport) HasDescription ¶

func (o *CSSCMSDataModelModelsReport) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReport) HasDisplayName ¶

func (o *CSSCMSDataModelModelsReport) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReport) HasFavorite ¶

func (o *CSSCMSDataModelModelsReport) HasFavorite() bool

HasFavorite returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReport) HasId ¶

func (o *CSSCMSDataModelModelsReport) HasId() bool

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReport) HasInNavigator ¶

func (o *CSSCMSDataModelModelsReport) HasInNavigator() bool

HasInNavigator returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReport) HasRemoveDuplicates ¶

func (o *CSSCMSDataModelModelsReport) HasRemoveDuplicates() bool

HasRemoveDuplicates returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReport) HasReportParameter ¶

func (o *CSSCMSDataModelModelsReport) HasReportParameter() bool

HasReportParameter returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReport) HasReportPath ¶

func (o *CSSCMSDataModelModelsReport) HasReportPath() bool

HasReportPath returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReport) HasScheduled ¶

func (o *CSSCMSDataModelModelsReport) HasScheduled() bool

HasScheduled returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReport) HasSchedules ¶

func (o *CSSCMSDataModelModelsReport) HasSchedules() bool

HasSchedules returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReport) HasShortName ¶

func (o *CSSCMSDataModelModelsReport) HasShortName() bool

HasShortName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReport) HasUsesCollection ¶

func (o *CSSCMSDataModelModelsReport) HasUsesCollection() bool

HasUsesCollection returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReport) HasVersionNumber ¶

func (o *CSSCMSDataModelModelsReport) HasVersionNumber() bool

HasVersionNumber returns a boolean if a field has been set.

func (CSSCMSDataModelModelsReport) MarshalJSON ¶

func (o CSSCMSDataModelModelsReport) MarshalJSON() ([]byte, error)

func (*CSSCMSDataModelModelsReport) SetAcceptedScheduleFormats ¶

func (o *CSSCMSDataModelModelsReport) SetAcceptedScheduleFormats(v []string)

SetAcceptedScheduleFormats gets a reference to the given []string and assigns it to the AcceptedScheduleFormats field.

func (*CSSCMSDataModelModelsReport) SetCategories ¶

func (o *CSSCMSDataModelModelsReport) SetCategories(v string)

SetCategories gets a reference to the given NullableString and assigns it to the Categories field.

func (*CSSCMSDataModelModelsReport) SetCategoriesNil ¶

func (o *CSSCMSDataModelModelsReport) SetCategoriesNil()

SetCategoriesNil sets the value for Categories to be an explicit nil

func (*CSSCMSDataModelModelsReport) SetDescription ¶

func (o *CSSCMSDataModelModelsReport) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*CSSCMSDataModelModelsReport) SetDescriptionNil ¶

func (o *CSSCMSDataModelModelsReport) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*CSSCMSDataModelModelsReport) SetDisplayName ¶

func (o *CSSCMSDataModelModelsReport) SetDisplayName(v string)

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*CSSCMSDataModelModelsReport) SetDisplayNameNil ¶

func (o *CSSCMSDataModelModelsReport) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*CSSCMSDataModelModelsReport) SetFavorite ¶

func (o *CSSCMSDataModelModelsReport) SetFavorite(v bool)

SetFavorite gets a reference to the given bool and assigns it to the Favorite field.

func (*CSSCMSDataModelModelsReport) SetId ¶

func (o *CSSCMSDataModelModelsReport) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsReport) SetInNavigator ¶

func (o *CSSCMSDataModelModelsReport) SetInNavigator(v bool)

SetInNavigator gets a reference to the given bool and assigns it to the InNavigator field.

func (*CSSCMSDataModelModelsReport) SetRemoveDuplicates ¶

func (o *CSSCMSDataModelModelsReport) SetRemoveDuplicates(v bool)

SetRemoveDuplicates gets a reference to the given bool and assigns it to the RemoveDuplicates field.

func (*CSSCMSDataModelModelsReport) SetReportParameter ¶

SetReportParameter gets a reference to the given []CSSCMSDataModelModelsReportParameters and assigns it to the ReportParameter field.

func (*CSSCMSDataModelModelsReport) SetReportPath ¶

func (o *CSSCMSDataModelModelsReport) SetReportPath(v string)

SetReportPath gets a reference to the given NullableString and assigns it to the ReportPath field.

func (*CSSCMSDataModelModelsReport) SetReportPathNil ¶

func (o *CSSCMSDataModelModelsReport) SetReportPathNil()

SetReportPathNil sets the value for ReportPath to be an explicit nil

func (*CSSCMSDataModelModelsReport) SetScheduled ¶

func (o *CSSCMSDataModelModelsReport) SetScheduled(v int32)

SetScheduled gets a reference to the given NullableInt32 and assigns it to the Scheduled field.

func (*CSSCMSDataModelModelsReport) SetScheduledNil ¶

func (o *CSSCMSDataModelModelsReport) SetScheduledNil()

SetScheduledNil sets the value for Scheduled to be an explicit nil

func (*CSSCMSDataModelModelsReport) SetSchedules ¶

SetSchedules gets a reference to the given []CSSCMSDataModelModelsReportSchedule and assigns it to the Schedules field.

func (*CSSCMSDataModelModelsReport) SetShortName ¶

func (o *CSSCMSDataModelModelsReport) SetShortName(v string)

SetShortName gets a reference to the given NullableString and assigns it to the ShortName field.

func (*CSSCMSDataModelModelsReport) SetShortNameNil ¶

func (o *CSSCMSDataModelModelsReport) SetShortNameNil()

SetShortNameNil sets the value for ShortName to be an explicit nil

func (*CSSCMSDataModelModelsReport) SetUsesCollection ¶

func (o *CSSCMSDataModelModelsReport) SetUsesCollection(v bool)

SetUsesCollection gets a reference to the given bool and assigns it to the UsesCollection field.

func (*CSSCMSDataModelModelsReport) SetVersionNumber ¶

func (o *CSSCMSDataModelModelsReport) SetVersionNumber(v string)

SetVersionNumber gets a reference to the given NullableString and assigns it to the VersionNumber field.

func (*CSSCMSDataModelModelsReport) SetVersionNumberNil ¶

func (o *CSSCMSDataModelModelsReport) SetVersionNumberNil()

SetVersionNumberNil sets the value for VersionNumber to be an explicit nil

func (CSSCMSDataModelModelsReport) ToMap ¶

func (o CSSCMSDataModelModelsReport) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsReport) UnsetCategories ¶

func (o *CSSCMSDataModelModelsReport) UnsetCategories()

UnsetCategories ensures that no value is present for Categories, not even an explicit nil

func (*CSSCMSDataModelModelsReport) UnsetDescription ¶

func (o *CSSCMSDataModelModelsReport) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

func (*CSSCMSDataModelModelsReport) UnsetDisplayName ¶

func (o *CSSCMSDataModelModelsReport) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*CSSCMSDataModelModelsReport) UnsetReportPath ¶

func (o *CSSCMSDataModelModelsReport) UnsetReportPath()

UnsetReportPath ensures that no value is present for ReportPath, not even an explicit nil

func (*CSSCMSDataModelModelsReport) UnsetScheduled ¶

func (o *CSSCMSDataModelModelsReport) UnsetScheduled()

UnsetScheduled ensures that no value is present for Scheduled, not even an explicit nil

func (*CSSCMSDataModelModelsReport) UnsetShortName ¶

func (o *CSSCMSDataModelModelsReport) UnsetShortName()

UnsetShortName ensures that no value is present for ShortName, not even an explicit nil

func (*CSSCMSDataModelModelsReport) UnsetVersionNumber ¶

func (o *CSSCMSDataModelModelsReport) UnsetVersionNumber()

UnsetVersionNumber ensures that no value is present for VersionNumber, not even an explicit nil

type CSSCMSDataModelModelsReportParameters ¶

type CSSCMSDataModelModelsReportParameters struct {
	Id                  *int32                                    `json:"Id,omitempty"`
	ParameterName       NullableString                            `json:"ParameterName,omitempty"`
	ParameterType       *CSSCMSCoreEnumsReportParameterType       `json:"ParameterType,omitempty"`
	DisplayName         NullableString                            `json:"DisplayName,omitempty"`
	Description         NullableString                            `json:"Description,omitempty"`
	DefaultValue        NullableString                            `json:"DefaultValue,omitempty"`
	DisplayOrder        *int32                                    `json:"DisplayOrder,omitempty"`
	ParameterVisibility *CSSCMSCoreEnumsReportParameterVisibility `json:"ParameterVisibility,omitempty"`
}

CSSCMSDataModelModelsReportParameters struct for CSSCMSDataModelModelsReportParameters

func NewCSSCMSDataModelModelsReportParameters ¶

func NewCSSCMSDataModelModelsReportParameters() *CSSCMSDataModelModelsReportParameters

NewCSSCMSDataModelModelsReportParameters instantiates a new CSSCMSDataModelModelsReportParameters 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 NewCSSCMSDataModelModelsReportParametersWithDefaults ¶

func NewCSSCMSDataModelModelsReportParametersWithDefaults() *CSSCMSDataModelModelsReportParameters

NewCSSCMSDataModelModelsReportParametersWithDefaults instantiates a new CSSCMSDataModelModelsReportParameters 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 (*CSSCMSDataModelModelsReportParameters) GetDefaultValue ¶

func (o *CSSCMSDataModelModelsReportParameters) GetDefaultValue() string

GetDefaultValue returns the DefaultValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReportParameters) GetDefaultValueOk ¶

func (o *CSSCMSDataModelModelsReportParameters) GetDefaultValueOk() (*string, bool)

GetDefaultValueOk returns a tuple with the DefaultValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReportParameters) GetDescription ¶

func (o *CSSCMSDataModelModelsReportParameters) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReportParameters) GetDescriptionOk ¶

func (o *CSSCMSDataModelModelsReportParameters) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReportParameters) GetDisplayName ¶

func (o *CSSCMSDataModelModelsReportParameters) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReportParameters) GetDisplayNameOk ¶

func (o *CSSCMSDataModelModelsReportParameters) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReportParameters) GetDisplayOrder ¶

func (o *CSSCMSDataModelModelsReportParameters) GetDisplayOrder() int32

GetDisplayOrder returns the DisplayOrder field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsReportParameters) GetDisplayOrderOk ¶

func (o *CSSCMSDataModelModelsReportParameters) GetDisplayOrderOk() (*int32, bool)

GetDisplayOrderOk returns a tuple with the DisplayOrder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsReportParameters) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsReportParameters) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsReportParameters) GetParameterName ¶

func (o *CSSCMSDataModelModelsReportParameters) GetParameterName() string

GetParameterName returns the ParameterName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReportParameters) GetParameterNameOk ¶

func (o *CSSCMSDataModelModelsReportParameters) GetParameterNameOk() (*string, bool)

GetParameterNameOk returns a tuple with the ParameterName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReportParameters) GetParameterType ¶

GetParameterType returns the ParameterType field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsReportParameters) GetParameterTypeOk ¶

GetParameterTypeOk returns a tuple with the ParameterType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsReportParameters) GetParameterVisibility ¶

GetParameterVisibility returns the ParameterVisibility field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsReportParameters) GetParameterVisibilityOk ¶

GetParameterVisibilityOk returns a tuple with the ParameterVisibility field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsReportParameters) HasDefaultValue ¶

func (o *CSSCMSDataModelModelsReportParameters) HasDefaultValue() bool

HasDefaultValue returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReportParameters) HasDescription ¶

func (o *CSSCMSDataModelModelsReportParameters) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReportParameters) HasDisplayName ¶

func (o *CSSCMSDataModelModelsReportParameters) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReportParameters) HasDisplayOrder ¶

func (o *CSSCMSDataModelModelsReportParameters) HasDisplayOrder() bool

HasDisplayOrder returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReportParameters) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReportParameters) HasParameterName ¶

func (o *CSSCMSDataModelModelsReportParameters) HasParameterName() bool

HasParameterName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReportParameters) HasParameterType ¶

func (o *CSSCMSDataModelModelsReportParameters) HasParameterType() bool

HasParameterType returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReportParameters) HasParameterVisibility ¶

func (o *CSSCMSDataModelModelsReportParameters) HasParameterVisibility() bool

HasParameterVisibility returns a boolean if a field has been set.

func (CSSCMSDataModelModelsReportParameters) MarshalJSON ¶

func (o CSSCMSDataModelModelsReportParameters) MarshalJSON() ([]byte, error)

func (*CSSCMSDataModelModelsReportParameters) SetDefaultValue ¶

func (o *CSSCMSDataModelModelsReportParameters) SetDefaultValue(v string)

SetDefaultValue gets a reference to the given NullableString and assigns it to the DefaultValue field.

func (*CSSCMSDataModelModelsReportParameters) SetDefaultValueNil ¶

func (o *CSSCMSDataModelModelsReportParameters) SetDefaultValueNil()

SetDefaultValueNil sets the value for DefaultValue to be an explicit nil

func (*CSSCMSDataModelModelsReportParameters) SetDescription ¶

func (o *CSSCMSDataModelModelsReportParameters) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*CSSCMSDataModelModelsReportParameters) SetDescriptionNil ¶

func (o *CSSCMSDataModelModelsReportParameters) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*CSSCMSDataModelModelsReportParameters) SetDisplayName ¶

func (o *CSSCMSDataModelModelsReportParameters) SetDisplayName(v string)

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*CSSCMSDataModelModelsReportParameters) SetDisplayNameNil ¶

func (o *CSSCMSDataModelModelsReportParameters) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*CSSCMSDataModelModelsReportParameters) SetDisplayOrder ¶

func (o *CSSCMSDataModelModelsReportParameters) SetDisplayOrder(v int32)

SetDisplayOrder gets a reference to the given int32 and assigns it to the DisplayOrder field.

func (*CSSCMSDataModelModelsReportParameters) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsReportParameters) SetParameterName ¶

func (o *CSSCMSDataModelModelsReportParameters) SetParameterName(v string)

SetParameterName gets a reference to the given NullableString and assigns it to the ParameterName field.

func (*CSSCMSDataModelModelsReportParameters) SetParameterNameNil ¶

func (o *CSSCMSDataModelModelsReportParameters) SetParameterNameNil()

SetParameterNameNil sets the value for ParameterName to be an explicit nil

func (*CSSCMSDataModelModelsReportParameters) SetParameterType ¶

SetParameterType gets a reference to the given CSSCMSCoreEnumsReportParameterType and assigns it to the ParameterType field.

func (*CSSCMSDataModelModelsReportParameters) SetParameterVisibility ¶

SetParameterVisibility gets a reference to the given CSSCMSCoreEnumsReportParameterVisibility and assigns it to the ParameterVisibility field.

func (CSSCMSDataModelModelsReportParameters) ToMap ¶

func (o CSSCMSDataModelModelsReportParameters) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsReportParameters) UnsetDefaultValue ¶

func (o *CSSCMSDataModelModelsReportParameters) UnsetDefaultValue()

UnsetDefaultValue ensures that no value is present for DefaultValue, not even an explicit nil

func (*CSSCMSDataModelModelsReportParameters) UnsetDescription ¶

func (o *CSSCMSDataModelModelsReportParameters) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

func (*CSSCMSDataModelModelsReportParameters) UnsetDisplayName ¶

func (o *CSSCMSDataModelModelsReportParameters) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*CSSCMSDataModelModelsReportParameters) UnsetParameterName ¶

func (o *CSSCMSDataModelModelsReportParameters) UnsetParameterName()

UnsetParameterName ensures that no value is present for ParameterName, not even an explicit nil

type CSSCMSDataModelModelsReportParametersRequest ¶

type CSSCMSDataModelModelsReportParametersRequest struct {
	Id           *int32         `json:"Id,omitempty"`
	DisplayName  NullableString `json:"DisplayName,omitempty"`
	Description  NullableString `json:"Description,omitempty"`
	DefaultValue NullableString `json:"DefaultValue,omitempty"`
}

CSSCMSDataModelModelsReportParametersRequest struct for CSSCMSDataModelModelsReportParametersRequest

func NewCSSCMSDataModelModelsReportParametersRequest ¶

func NewCSSCMSDataModelModelsReportParametersRequest() *CSSCMSDataModelModelsReportParametersRequest

NewCSSCMSDataModelModelsReportParametersRequest instantiates a new CSSCMSDataModelModelsReportParametersRequest 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 NewCSSCMSDataModelModelsReportParametersRequestWithDefaults ¶

func NewCSSCMSDataModelModelsReportParametersRequestWithDefaults() *CSSCMSDataModelModelsReportParametersRequest

NewCSSCMSDataModelModelsReportParametersRequestWithDefaults instantiates a new CSSCMSDataModelModelsReportParametersRequest 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 (*CSSCMSDataModelModelsReportParametersRequest) GetDefaultValue ¶

GetDefaultValue returns the DefaultValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReportParametersRequest) GetDefaultValueOk ¶

func (o *CSSCMSDataModelModelsReportParametersRequest) GetDefaultValueOk() (*string, bool)

GetDefaultValueOk returns a tuple with the DefaultValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReportParametersRequest) GetDescription ¶

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReportParametersRequest) GetDescriptionOk ¶

func (o *CSSCMSDataModelModelsReportParametersRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReportParametersRequest) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReportParametersRequest) GetDisplayNameOk ¶

func (o *CSSCMSDataModelModelsReportParametersRequest) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReportParametersRequest) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsReportParametersRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsReportParametersRequest) HasDefaultValue ¶

HasDefaultValue returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReportParametersRequest) HasDescription ¶

HasDescription returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReportParametersRequest) HasDisplayName ¶

HasDisplayName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReportParametersRequest) HasId ¶

HasId returns a boolean if a field has been set.

func (CSSCMSDataModelModelsReportParametersRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsReportParametersRequest) SetDefaultValue ¶

SetDefaultValue gets a reference to the given NullableString and assigns it to the DefaultValue field.

func (*CSSCMSDataModelModelsReportParametersRequest) SetDefaultValueNil ¶

func (o *CSSCMSDataModelModelsReportParametersRequest) SetDefaultValueNil()

SetDefaultValueNil sets the value for DefaultValue to be an explicit nil

func (*CSSCMSDataModelModelsReportParametersRequest) SetDescription ¶

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*CSSCMSDataModelModelsReportParametersRequest) SetDescriptionNil ¶

func (o *CSSCMSDataModelModelsReportParametersRequest) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*CSSCMSDataModelModelsReportParametersRequest) SetDisplayName ¶

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*CSSCMSDataModelModelsReportParametersRequest) SetDisplayNameNil ¶

func (o *CSSCMSDataModelModelsReportParametersRequest) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*CSSCMSDataModelModelsReportParametersRequest) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (CSSCMSDataModelModelsReportParametersRequest) ToMap ¶

func (o CSSCMSDataModelModelsReportParametersRequest) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsReportParametersRequest) UnsetDefaultValue ¶

func (o *CSSCMSDataModelModelsReportParametersRequest) UnsetDefaultValue()

UnsetDefaultValue ensures that no value is present for DefaultValue, not even an explicit nil

func (*CSSCMSDataModelModelsReportParametersRequest) UnsetDescription ¶

func (o *CSSCMSDataModelModelsReportParametersRequest) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

func (*CSSCMSDataModelModelsReportParametersRequest) UnsetDisplayName ¶

func (o *CSSCMSDataModelModelsReportParametersRequest) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

type CSSCMSDataModelModelsReportRequestModel ¶

type CSSCMSDataModelModelsReportRequestModel struct {
	Id               NullableInt32 `json:"Id,omitempty"`
	InNavigator      NullableBool  `json:"InNavigator,omitempty"`
	Favorite         NullableBool  `json:"Favorite,omitempty"`
	RemoveDuplicates NullableBool  `json:"RemoveDuplicates,omitempty"`
}

CSSCMSDataModelModelsReportRequestModel struct for CSSCMSDataModelModelsReportRequestModel

func NewCSSCMSDataModelModelsReportRequestModel ¶

func NewCSSCMSDataModelModelsReportRequestModel() *CSSCMSDataModelModelsReportRequestModel

NewCSSCMSDataModelModelsReportRequestModel instantiates a new CSSCMSDataModelModelsReportRequestModel 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 NewCSSCMSDataModelModelsReportRequestModelWithDefaults ¶

func NewCSSCMSDataModelModelsReportRequestModelWithDefaults() *CSSCMSDataModelModelsReportRequestModel

NewCSSCMSDataModelModelsReportRequestModelWithDefaults instantiates a new CSSCMSDataModelModelsReportRequestModel 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 (*CSSCMSDataModelModelsReportRequestModel) GetFavorite ¶

GetFavorite returns the Favorite field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReportRequestModel) GetFavoriteOk ¶

func (o *CSSCMSDataModelModelsReportRequestModel) GetFavoriteOk() (*bool, bool)

GetFavoriteOk returns a tuple with the Favorite field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReportRequestModel) GetId ¶

GetId returns the Id field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReportRequestModel) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReportRequestModel) GetInNavigator ¶

func (o *CSSCMSDataModelModelsReportRequestModel) GetInNavigator() bool

GetInNavigator returns the InNavigator field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReportRequestModel) GetInNavigatorOk ¶

func (o *CSSCMSDataModelModelsReportRequestModel) GetInNavigatorOk() (*bool, bool)

GetInNavigatorOk returns a tuple with the InNavigator field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReportRequestModel) GetRemoveDuplicates ¶

func (o *CSSCMSDataModelModelsReportRequestModel) GetRemoveDuplicates() bool

GetRemoveDuplicates returns the RemoveDuplicates field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReportRequestModel) GetRemoveDuplicatesOk ¶

func (o *CSSCMSDataModelModelsReportRequestModel) GetRemoveDuplicatesOk() (*bool, bool)

GetRemoveDuplicatesOk returns a tuple with the RemoveDuplicates field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReportRequestModel) HasFavorite ¶

HasFavorite returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReportRequestModel) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReportRequestModel) HasInNavigator ¶

func (o *CSSCMSDataModelModelsReportRequestModel) HasInNavigator() bool

HasInNavigator returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReportRequestModel) HasRemoveDuplicates ¶

func (o *CSSCMSDataModelModelsReportRequestModel) HasRemoveDuplicates() bool

HasRemoveDuplicates returns a boolean if a field has been set.

func (CSSCMSDataModelModelsReportRequestModel) MarshalJSON ¶

func (o CSSCMSDataModelModelsReportRequestModel) MarshalJSON() ([]byte, error)

func (*CSSCMSDataModelModelsReportRequestModel) SetFavorite ¶

SetFavorite gets a reference to the given NullableBool and assigns it to the Favorite field.

func (*CSSCMSDataModelModelsReportRequestModel) SetFavoriteNil ¶

func (o *CSSCMSDataModelModelsReportRequestModel) SetFavoriteNil()

SetFavoriteNil sets the value for Favorite to be an explicit nil

func (*CSSCMSDataModelModelsReportRequestModel) SetId ¶

SetId gets a reference to the given NullableInt32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsReportRequestModel) SetIdNil ¶

SetIdNil sets the value for Id to be an explicit nil

func (*CSSCMSDataModelModelsReportRequestModel) SetInNavigator ¶

func (o *CSSCMSDataModelModelsReportRequestModel) SetInNavigator(v bool)

SetInNavigator gets a reference to the given NullableBool and assigns it to the InNavigator field.

func (*CSSCMSDataModelModelsReportRequestModel) SetInNavigatorNil ¶

func (o *CSSCMSDataModelModelsReportRequestModel) SetInNavigatorNil()

SetInNavigatorNil sets the value for InNavigator to be an explicit nil

func (*CSSCMSDataModelModelsReportRequestModel) SetRemoveDuplicates ¶

func (o *CSSCMSDataModelModelsReportRequestModel) SetRemoveDuplicates(v bool)

SetRemoveDuplicates gets a reference to the given NullableBool and assigns it to the RemoveDuplicates field.

func (*CSSCMSDataModelModelsReportRequestModel) SetRemoveDuplicatesNil ¶

func (o *CSSCMSDataModelModelsReportRequestModel) SetRemoveDuplicatesNil()

SetRemoveDuplicatesNil sets the value for RemoveDuplicates to be an explicit nil

func (CSSCMSDataModelModelsReportRequestModel) ToMap ¶

func (o CSSCMSDataModelModelsReportRequestModel) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsReportRequestModel) UnsetFavorite ¶

func (o *CSSCMSDataModelModelsReportRequestModel) UnsetFavorite()

UnsetFavorite ensures that no value is present for Favorite, not even an explicit nil

func (*CSSCMSDataModelModelsReportRequestModel) UnsetId ¶

UnsetId ensures that no value is present for Id, not even an explicit nil

func (*CSSCMSDataModelModelsReportRequestModel) UnsetInNavigator ¶

func (o *CSSCMSDataModelModelsReportRequestModel) UnsetInNavigator()

UnsetInNavigator ensures that no value is present for InNavigator, not even an explicit nil

func (*CSSCMSDataModelModelsReportRequestModel) UnsetRemoveDuplicates ¶

func (o *CSSCMSDataModelModelsReportRequestModel) UnsetRemoveDuplicates()

UnsetRemoveDuplicates ensures that no value is present for RemoveDuplicates, not even an explicit nil

type CSSCMSDataModelModelsReportSchedule ¶

type CSSCMSDataModelModelsReportSchedule struct {
	Id                      *int32                                      `json:"Id,omitempty"`
	SendReport              *bool                                       `json:"SendReport,omitempty"`
	SaveReport              *bool                                       `json:"SaveReport,omitempty"`
	SaveReportPath          NullableString                              `json:"SaveReportPath,omitempty"`
	ReportFormat            NullableString                              `json:"ReportFormat,omitempty"`
	KeyfactorSchedule       *KeyfactorCommonSchedulingKeyfactorSchedule `json:"KeyfactorSchedule,omitempty"`
	CertificateCollectionId NullableInt32                               `json:"CertificateCollectionId,omitempty"`
	EmailRecipients         []string                                    `json:"EmailRecipients,omitempty"`
	RuntimeParameters       map[string]string                           `json:"RuntimeParameters,omitempty"`
}

CSSCMSDataModelModelsReportSchedule struct for CSSCMSDataModelModelsReportSchedule

func NewCSSCMSDataModelModelsReportSchedule ¶

func NewCSSCMSDataModelModelsReportSchedule() *CSSCMSDataModelModelsReportSchedule

NewCSSCMSDataModelModelsReportSchedule instantiates a new CSSCMSDataModelModelsReportSchedule 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 NewCSSCMSDataModelModelsReportScheduleWithDefaults ¶

func NewCSSCMSDataModelModelsReportScheduleWithDefaults() *CSSCMSDataModelModelsReportSchedule

NewCSSCMSDataModelModelsReportScheduleWithDefaults instantiates a new CSSCMSDataModelModelsReportSchedule 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 (*CSSCMSDataModelModelsReportSchedule) GetCertificateCollectionId ¶

func (o *CSSCMSDataModelModelsReportSchedule) GetCertificateCollectionId() int32

GetCertificateCollectionId returns the CertificateCollectionId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReportSchedule) GetCertificateCollectionIdOk ¶

func (o *CSSCMSDataModelModelsReportSchedule) GetCertificateCollectionIdOk() (*int32, bool)

GetCertificateCollectionIdOk returns a tuple with the CertificateCollectionId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReportSchedule) GetEmailRecipients ¶

func (o *CSSCMSDataModelModelsReportSchedule) GetEmailRecipients() []string

GetEmailRecipients returns the EmailRecipients field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReportSchedule) GetEmailRecipientsOk ¶

func (o *CSSCMSDataModelModelsReportSchedule) GetEmailRecipientsOk() ([]string, bool)

GetEmailRecipientsOk returns a tuple with the EmailRecipients field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReportSchedule) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsReportSchedule) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsReportSchedule) GetKeyfactorSchedule ¶

GetKeyfactorSchedule returns the KeyfactorSchedule field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsReportSchedule) GetKeyfactorScheduleOk ¶

GetKeyfactorScheduleOk returns a tuple with the KeyfactorSchedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsReportSchedule) GetReportFormat ¶

func (o *CSSCMSDataModelModelsReportSchedule) GetReportFormat() string

GetReportFormat returns the ReportFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReportSchedule) GetReportFormatOk ¶

func (o *CSSCMSDataModelModelsReportSchedule) GetReportFormatOk() (*string, bool)

GetReportFormatOk returns a tuple with the ReportFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReportSchedule) GetRuntimeParameters ¶

func (o *CSSCMSDataModelModelsReportSchedule) GetRuntimeParameters() map[string]string

GetRuntimeParameters returns the RuntimeParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReportSchedule) GetRuntimeParametersOk ¶

func (o *CSSCMSDataModelModelsReportSchedule) GetRuntimeParametersOk() (*map[string]string, bool)

GetRuntimeParametersOk returns a tuple with the RuntimeParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReportSchedule) GetSaveReport ¶

func (o *CSSCMSDataModelModelsReportSchedule) GetSaveReport() bool

GetSaveReport returns the SaveReport field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsReportSchedule) GetSaveReportOk ¶

func (o *CSSCMSDataModelModelsReportSchedule) GetSaveReportOk() (*bool, bool)

GetSaveReportOk returns a tuple with the SaveReport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsReportSchedule) GetSaveReportPath ¶

func (o *CSSCMSDataModelModelsReportSchedule) GetSaveReportPath() string

GetSaveReportPath returns the SaveReportPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsReportSchedule) GetSaveReportPathOk ¶

func (o *CSSCMSDataModelModelsReportSchedule) GetSaveReportPathOk() (*string, bool)

GetSaveReportPathOk returns a tuple with the SaveReportPath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsReportSchedule) GetSendReport ¶

func (o *CSSCMSDataModelModelsReportSchedule) GetSendReport() bool

GetSendReport returns the SendReport field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsReportSchedule) GetSendReportOk ¶

func (o *CSSCMSDataModelModelsReportSchedule) GetSendReportOk() (*bool, bool)

GetSendReportOk returns a tuple with the SendReport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsReportSchedule) HasCertificateCollectionId ¶

func (o *CSSCMSDataModelModelsReportSchedule) HasCertificateCollectionId() bool

HasCertificateCollectionId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReportSchedule) HasEmailRecipients ¶

func (o *CSSCMSDataModelModelsReportSchedule) HasEmailRecipients() bool

HasEmailRecipients returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReportSchedule) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReportSchedule) HasKeyfactorSchedule ¶

func (o *CSSCMSDataModelModelsReportSchedule) HasKeyfactorSchedule() bool

HasKeyfactorSchedule returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReportSchedule) HasReportFormat ¶

func (o *CSSCMSDataModelModelsReportSchedule) HasReportFormat() bool

HasReportFormat returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReportSchedule) HasRuntimeParameters ¶

func (o *CSSCMSDataModelModelsReportSchedule) HasRuntimeParameters() bool

HasRuntimeParameters returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReportSchedule) HasSaveReport ¶

func (o *CSSCMSDataModelModelsReportSchedule) HasSaveReport() bool

HasSaveReport returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReportSchedule) HasSaveReportPath ¶

func (o *CSSCMSDataModelModelsReportSchedule) HasSaveReportPath() bool

HasSaveReportPath returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsReportSchedule) HasSendReport ¶

func (o *CSSCMSDataModelModelsReportSchedule) HasSendReport() bool

HasSendReport returns a boolean if a field has been set.

func (CSSCMSDataModelModelsReportSchedule) MarshalJSON ¶

func (o CSSCMSDataModelModelsReportSchedule) MarshalJSON() ([]byte, error)

func (*CSSCMSDataModelModelsReportSchedule) SetCertificateCollectionId ¶

func (o *CSSCMSDataModelModelsReportSchedule) SetCertificateCollectionId(v int32)

SetCertificateCollectionId gets a reference to the given NullableInt32 and assigns it to the CertificateCollectionId field.

func (*CSSCMSDataModelModelsReportSchedule) SetCertificateCollectionIdNil ¶

func (o *CSSCMSDataModelModelsReportSchedule) SetCertificateCollectionIdNil()

SetCertificateCollectionIdNil sets the value for CertificateCollectionId to be an explicit nil

func (*CSSCMSDataModelModelsReportSchedule) SetEmailRecipients ¶

func (o *CSSCMSDataModelModelsReportSchedule) SetEmailRecipients(v []string)

SetEmailRecipients gets a reference to the given []string and assigns it to the EmailRecipients field.

func (*CSSCMSDataModelModelsReportSchedule) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsReportSchedule) SetKeyfactorSchedule ¶

SetKeyfactorSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the KeyfactorSchedule field.

func (*CSSCMSDataModelModelsReportSchedule) SetReportFormat ¶

func (o *CSSCMSDataModelModelsReportSchedule) SetReportFormat(v string)

SetReportFormat gets a reference to the given NullableString and assigns it to the ReportFormat field.

func (*CSSCMSDataModelModelsReportSchedule) SetReportFormatNil ¶

func (o *CSSCMSDataModelModelsReportSchedule) SetReportFormatNil()

SetReportFormatNil sets the value for ReportFormat to be an explicit nil

func (*CSSCMSDataModelModelsReportSchedule) SetRuntimeParameters ¶

func (o *CSSCMSDataModelModelsReportSchedule) SetRuntimeParameters(v map[string]string)

SetRuntimeParameters gets a reference to the given map[string]string and assigns it to the RuntimeParameters field.

func (*CSSCMSDataModelModelsReportSchedule) SetSaveReport ¶

func (o *CSSCMSDataModelModelsReportSchedule) SetSaveReport(v bool)

SetSaveReport gets a reference to the given bool and assigns it to the SaveReport field.

func (*CSSCMSDataModelModelsReportSchedule) SetSaveReportPath ¶

func (o *CSSCMSDataModelModelsReportSchedule) SetSaveReportPath(v string)

SetSaveReportPath gets a reference to the given NullableString and assigns it to the SaveReportPath field.

func (*CSSCMSDataModelModelsReportSchedule) SetSaveReportPathNil ¶

func (o *CSSCMSDataModelModelsReportSchedule) SetSaveReportPathNil()

SetSaveReportPathNil sets the value for SaveReportPath to be an explicit nil

func (*CSSCMSDataModelModelsReportSchedule) SetSendReport ¶

func (o *CSSCMSDataModelModelsReportSchedule) SetSendReport(v bool)

SetSendReport gets a reference to the given bool and assigns it to the SendReport field.

func (CSSCMSDataModelModelsReportSchedule) ToMap ¶

func (o CSSCMSDataModelModelsReportSchedule) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsReportSchedule) UnsetCertificateCollectionId ¶

func (o *CSSCMSDataModelModelsReportSchedule) UnsetCertificateCollectionId()

UnsetCertificateCollectionId ensures that no value is present for CertificateCollectionId, not even an explicit nil

func (*CSSCMSDataModelModelsReportSchedule) UnsetReportFormat ¶

func (o *CSSCMSDataModelModelsReportSchedule) UnsetReportFormat()

UnsetReportFormat ensures that no value is present for ReportFormat, not even an explicit nil

func (*CSSCMSDataModelModelsReportSchedule) UnsetSaveReportPath ¶

func (o *CSSCMSDataModelModelsReportSchedule) UnsetSaveReportPath()

UnsetSaveReportPath ensures that no value is present for SaveReportPath, not even an explicit nil

type CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest ¶

type CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest struct {
	LogonName NullableString `json:"LogonName,omitempty"`
	Users     []string       `json:"Users,omitempty"`
}

CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest struct for CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest

func NewCSSCMSDataModelModelsSSHAccessLogonUserAccessRequest ¶

func NewCSSCMSDataModelModelsSSHAccessLogonUserAccessRequest() *CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest

NewCSSCMSDataModelModelsSSHAccessLogonUserAccessRequest instantiates a new CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest 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 NewCSSCMSDataModelModelsSSHAccessLogonUserAccessRequestWithDefaults ¶

func NewCSSCMSDataModelModelsSSHAccessLogonUserAccessRequestWithDefaults() *CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest

NewCSSCMSDataModelModelsSSHAccessLogonUserAccessRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest 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 (*CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) GetLogonName ¶

GetLogonName returns the LogonName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) GetLogonNameOk ¶

GetLogonNameOk returns a tuple with the LogonName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) GetUsers ¶

GetUsers returns the Users field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) GetUsersOk ¶

GetUsersOk returns a tuple with the Users field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) HasLogonName ¶

HasLogonName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) HasUsers ¶

HasUsers returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) SetLogonName ¶

SetLogonName gets a reference to the given NullableString and assigns it to the LogonName field.

func (*CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) SetLogonNameNil ¶

SetLogonNameNil sets the value for LogonName to be an explicit nil

func (*CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) SetUsers ¶

SetUsers gets a reference to the given []string and assigns it to the Users field.

func (CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) ToMap ¶

func (*CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) UnsetLogonName ¶

UnsetLogonName ensures that no value is present for LogonName, not even an explicit nil

type CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse ¶

type CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse struct {
	LogonId   NullableInt32                                  `json:"LogonId,omitempty"`
	LogonName NullableString                                 `json:"LogonName,omitempty"`
	Users     []CSSCMSDataModelModelsSSHUsersSshUserResponse `json:"Users,omitempty"`
}

CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse struct for CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse

func NewCSSCMSDataModelModelsSSHAccessLogonUserAccessResponse ¶

func NewCSSCMSDataModelModelsSSHAccessLogonUserAccessResponse() *CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse

NewCSSCMSDataModelModelsSSHAccessLogonUserAccessResponse instantiates a new CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse 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 NewCSSCMSDataModelModelsSSHAccessLogonUserAccessResponseWithDefaults ¶

func NewCSSCMSDataModelModelsSSHAccessLogonUserAccessResponseWithDefaults() *CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse

NewCSSCMSDataModelModelsSSHAccessLogonUserAccessResponseWithDefaults instantiates a new CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse 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 (*CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse) GetLogonId ¶

GetLogonId returns the LogonId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse) GetLogonIdOk ¶

GetLogonIdOk returns a tuple with the LogonId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse) GetLogonName ¶

GetLogonName returns the LogonName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse) GetLogonNameOk ¶

GetLogonNameOk returns a tuple with the LogonName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse) GetUsers ¶

GetUsers returns the Users field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse) GetUsersOk ¶

GetUsersOk returns a tuple with the Users field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse) HasLogonId ¶

HasLogonId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse) HasLogonName ¶

HasLogonName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse) HasUsers ¶

HasUsers returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse) SetLogonId ¶

SetLogonId gets a reference to the given NullableInt32 and assigns it to the LogonId field.

func (*CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse) SetLogonIdNil ¶

SetLogonIdNil sets the value for LogonId to be an explicit nil

func (*CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse) SetLogonName ¶

SetLogonName gets a reference to the given NullableString and assigns it to the LogonName field.

func (*CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse) SetLogonNameNil ¶

SetLogonNameNil sets the value for LogonName to be an explicit nil

func (*CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse) SetUsers ¶

SetUsers gets a reference to the given []CSSCMSDataModelModelsSSHUsersSshUserResponse and assigns it to the Users field.

func (CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse) ToMap ¶

func (*CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse) UnsetLogonId ¶

UnsetLogonId ensures that no value is present for LogonId, not even an explicit nil

func (*CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse) UnsetLogonName ¶

UnsetLogonName ensures that no value is present for LogonName, not even an explicit nil

type CSSCMSDataModelModelsSSHAccessServerAccessRequest ¶

type CSSCMSDataModelModelsSSHAccessServerAccessRequest struct {
	ServerId   int32                                                  `json:"ServerId"`
	LogonUsers []CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest `json:"LogonUsers"`
}

CSSCMSDataModelModelsSSHAccessServerAccessRequest struct for CSSCMSDataModelModelsSSHAccessServerAccessRequest

func NewCSSCMSDataModelModelsSSHAccessServerAccessRequest ¶

func NewCSSCMSDataModelModelsSSHAccessServerAccessRequest(serverId int32, logonUsers []CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) *CSSCMSDataModelModelsSSHAccessServerAccessRequest

NewCSSCMSDataModelModelsSSHAccessServerAccessRequest instantiates a new CSSCMSDataModelModelsSSHAccessServerAccessRequest 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 NewCSSCMSDataModelModelsSSHAccessServerAccessRequestWithDefaults ¶

func NewCSSCMSDataModelModelsSSHAccessServerAccessRequestWithDefaults() *CSSCMSDataModelModelsSSHAccessServerAccessRequest

NewCSSCMSDataModelModelsSSHAccessServerAccessRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSHAccessServerAccessRequest 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 (*CSSCMSDataModelModelsSSHAccessServerAccessRequest) GetLogonUsers ¶

GetLogonUsers returns the LogonUsers field value

func (*CSSCMSDataModelModelsSSHAccessServerAccessRequest) GetLogonUsersOk ¶

GetLogonUsersOk returns a tuple with the LogonUsers field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHAccessServerAccessRequest) GetServerId ¶

GetServerId returns the ServerId field value

func (*CSSCMSDataModelModelsSSHAccessServerAccessRequest) GetServerIdOk ¶

GetServerIdOk returns a tuple with the ServerId field value and a boolean to check if the value has been set.

func (CSSCMSDataModelModelsSSHAccessServerAccessRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHAccessServerAccessRequest) SetLogonUsers ¶

SetLogonUsers sets field value

func (*CSSCMSDataModelModelsSSHAccessServerAccessRequest) SetServerId ¶

SetServerId sets field value

func (CSSCMSDataModelModelsSSHAccessServerAccessRequest) ToMap ¶

func (o CSSCMSDataModelModelsSSHAccessServerAccessRequest) ToMap() (map[string]interface{}, error)

type CSSCMSDataModelModelsSSHAccessServerAccessResponse ¶

type CSSCMSDataModelModelsSSHAccessServerAccessResponse struct {
	ServerId   *int32                                                  `json:"ServerId,omitempty"`
	LogonUsers []CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse `json:"LogonUsers,omitempty"`
}

CSSCMSDataModelModelsSSHAccessServerAccessResponse struct for CSSCMSDataModelModelsSSHAccessServerAccessResponse

func NewCSSCMSDataModelModelsSSHAccessServerAccessResponse ¶

func NewCSSCMSDataModelModelsSSHAccessServerAccessResponse() *CSSCMSDataModelModelsSSHAccessServerAccessResponse

NewCSSCMSDataModelModelsSSHAccessServerAccessResponse instantiates a new CSSCMSDataModelModelsSSHAccessServerAccessResponse 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 NewCSSCMSDataModelModelsSSHAccessServerAccessResponseWithDefaults ¶

func NewCSSCMSDataModelModelsSSHAccessServerAccessResponseWithDefaults() *CSSCMSDataModelModelsSSHAccessServerAccessResponse

NewCSSCMSDataModelModelsSSHAccessServerAccessResponseWithDefaults instantiates a new CSSCMSDataModelModelsSSHAccessServerAccessResponse 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 (*CSSCMSDataModelModelsSSHAccessServerAccessResponse) GetLogonUsers ¶

GetLogonUsers returns the LogonUsers field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHAccessServerAccessResponse) GetLogonUsersOk ¶

GetLogonUsersOk returns a tuple with the LogonUsers field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHAccessServerAccessResponse) GetServerId ¶

GetServerId returns the ServerId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHAccessServerAccessResponse) GetServerIdOk ¶

GetServerIdOk returns a tuple with the ServerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHAccessServerAccessResponse) HasLogonUsers ¶

HasLogonUsers returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHAccessServerAccessResponse) HasServerId ¶

HasServerId returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSHAccessServerAccessResponse) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHAccessServerAccessResponse) SetLogonUsers ¶

SetLogonUsers gets a reference to the given []CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse and assigns it to the LogonUsers field.

func (*CSSCMSDataModelModelsSSHAccessServerAccessResponse) SetServerId ¶

SetServerId gets a reference to the given int32 and assigns it to the ServerId field.

func (CSSCMSDataModelModelsSSHAccessServerAccessResponse) ToMap ¶

type CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest ¶

type CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest struct {
	ServerGroupId string                                                 `json:"ServerGroupId"`
	LogonUsers    []CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest `json:"LogonUsers"`
}

CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest struct for CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest

func NewCSSCMSDataModelModelsSSHAccessServerGroupAccessRequest ¶

func NewCSSCMSDataModelModelsSSHAccessServerGroupAccessRequest(serverGroupId string, logonUsers []CSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) *CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest

NewCSSCMSDataModelModelsSSHAccessServerGroupAccessRequest instantiates a new CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest 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 NewCSSCMSDataModelModelsSSHAccessServerGroupAccessRequestWithDefaults ¶

func NewCSSCMSDataModelModelsSSHAccessServerGroupAccessRequestWithDefaults() *CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest

NewCSSCMSDataModelModelsSSHAccessServerGroupAccessRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest 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 (*CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest) GetLogonUsers ¶

GetLogonUsers returns the LogonUsers field value

func (*CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest) GetLogonUsersOk ¶

GetLogonUsersOk returns a tuple with the LogonUsers field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest) GetServerGroupId ¶

GetServerGroupId returns the ServerGroupId field value

func (*CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest) GetServerGroupIdOk ¶

GetServerGroupIdOk returns a tuple with the ServerGroupId field value and a boolean to check if the value has been set.

func (CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest) SetLogonUsers ¶

SetLogonUsers sets field value

func (*CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest) SetServerGroupId ¶

SetServerGroupId sets field value

func (CSSCMSDataModelModelsSSHAccessServerGroupAccessRequest) ToMap ¶

type CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse ¶

type CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse struct {
	ServerGroupId *string                                                 `json:"ServerGroupId,omitempty"`
	LogonUsers    []CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse `json:"LogonUsers,omitempty"`
}

CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse struct for CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse

func NewCSSCMSDataModelModelsSSHAccessServerGroupAccessResponse ¶

func NewCSSCMSDataModelModelsSSHAccessServerGroupAccessResponse() *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse

NewCSSCMSDataModelModelsSSHAccessServerGroupAccessResponse instantiates a new CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse 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 NewCSSCMSDataModelModelsSSHAccessServerGroupAccessResponseWithDefaults ¶

func NewCSSCMSDataModelModelsSSHAccessServerGroupAccessResponseWithDefaults() *CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse

NewCSSCMSDataModelModelsSSHAccessServerGroupAccessResponseWithDefaults instantiates a new CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse 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 (*CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) GetLogonUsers ¶

GetLogonUsers returns the LogonUsers field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) GetLogonUsersOk ¶

GetLogonUsersOk returns a tuple with the LogonUsers field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) GetServerGroupId ¶

GetServerGroupId returns the ServerGroupId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) GetServerGroupIdOk ¶

GetServerGroupIdOk returns a tuple with the ServerGroupId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) HasLogonUsers ¶

HasLogonUsers returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) HasServerGroupId ¶

HasServerGroupId returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) SetLogonUsers ¶

SetLogonUsers gets a reference to the given []CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse and assigns it to the LogonUsers field.

func (*CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) SetServerGroupId ¶

SetServerGroupId gets a reference to the given string and assigns it to the ServerGroupId field.

func (CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) ToMap ¶

type CSSCMSDataModelModelsSSHKeysKeyGenerationRequest ¶

type CSSCMSDataModelModelsSSHKeysKeyGenerationRequest struct {
	KeyType          string         `json:"KeyType"`
	PrivateKeyFormat string         `json:"PrivateKeyFormat"`
	KeyLength        int32          `json:"KeyLength"`
	Email            string         `json:"Email"`
	Password         string         `json:"Password"`
	Comment          NullableString `json:"Comment,omitempty"`
}

CSSCMSDataModelModelsSSHKeysKeyGenerationRequest struct for CSSCMSDataModelModelsSSHKeysKeyGenerationRequest

func NewCSSCMSDataModelModelsSSHKeysKeyGenerationRequest ¶

func NewCSSCMSDataModelModelsSSHKeysKeyGenerationRequest(keyType string, privateKeyFormat string, keyLength int32, email string, password string) *CSSCMSDataModelModelsSSHKeysKeyGenerationRequest

NewCSSCMSDataModelModelsSSHKeysKeyGenerationRequest instantiates a new CSSCMSDataModelModelsSSHKeysKeyGenerationRequest 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 NewCSSCMSDataModelModelsSSHKeysKeyGenerationRequestWithDefaults ¶

func NewCSSCMSDataModelModelsSSHKeysKeyGenerationRequestWithDefaults() *CSSCMSDataModelModelsSSHKeysKeyGenerationRequest

NewCSSCMSDataModelModelsSSHKeysKeyGenerationRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSHKeysKeyGenerationRequest 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 (*CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) GetComment ¶

GetComment returns the Comment field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) GetCommentOk ¶

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) GetEmail ¶

GetEmail returns the Email field value

func (*CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) GetEmailOk ¶

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) GetKeyLength ¶

GetKeyLength returns the KeyLength field value

func (*CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) GetKeyLengthOk ¶

GetKeyLengthOk returns a tuple with the KeyLength field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) GetKeyType ¶

GetKeyType returns the KeyType field value

func (*CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) GetKeyTypeOk ¶

GetKeyTypeOk returns a tuple with the KeyType field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) GetPassword ¶

GetPassword returns the Password field value

func (*CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) GetPasswordOk ¶

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) GetPrivateKeyFormat ¶

GetPrivateKeyFormat returns the PrivateKeyFormat field value

func (*CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) GetPrivateKeyFormatOk ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) GetPrivateKeyFormatOk() (*string, bool)

GetPrivateKeyFormatOk returns a tuple with the PrivateKeyFormat field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) HasComment ¶

HasComment returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) SetComment ¶

SetComment gets a reference to the given NullableString and assigns it to the Comment field.

func (*CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) SetCommentNil ¶

SetCommentNil sets the value for Comment to be an explicit nil

func (*CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) SetEmail ¶

SetEmail sets field value

func (*CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) SetKeyLength ¶

SetKeyLength sets field value

func (*CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) SetKeyType ¶

SetKeyType sets field value

func (*CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) SetPassword ¶

SetPassword sets field value

func (*CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) SetPrivateKeyFormat ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) SetPrivateKeyFormat(v string)

SetPrivateKeyFormat sets field value

func (CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) ToMap ¶

func (o CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsSSHKeysKeyGenerationRequest) UnsetComment ¶

UnsetComment ensures that no value is present for Comment, not even an explicit nil

type CSSCMSDataModelModelsSSHKeysKeyResponse ¶

type CSSCMSDataModelModelsSSHKeysKeyResponse struct {
	Id           *int32         `json:"Id,omitempty"`
	Fingerprint  NullableString `json:"Fingerprint,omitempty"`
	PublicKey    NullableString `json:"PublicKey,omitempty"`
	PrivateKey   NullableString `json:"PrivateKey,omitempty"`
	KeyType      NullableString `json:"KeyType,omitempty"`
	KeyLength    *int32         `json:"KeyLength,omitempty"`
	CreationDate NullableTime   `json:"CreationDate,omitempty"`
	StaleDate    NullableTime   `json:"StaleDate,omitempty"`
	Email        NullableString `json:"Email,omitempty"`
	Comments     []string       `json:"Comments,omitempty"`
	LogonCount   *int32         `json:"LogonCount,omitempty"`
}

CSSCMSDataModelModelsSSHKeysKeyResponse struct for CSSCMSDataModelModelsSSHKeysKeyResponse

func NewCSSCMSDataModelModelsSSHKeysKeyResponse ¶

func NewCSSCMSDataModelModelsSSHKeysKeyResponse() *CSSCMSDataModelModelsSSHKeysKeyResponse

NewCSSCMSDataModelModelsSSHKeysKeyResponse instantiates a new CSSCMSDataModelModelsSSHKeysKeyResponse 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 NewCSSCMSDataModelModelsSSHKeysKeyResponseWithDefaults ¶

func NewCSSCMSDataModelModelsSSHKeysKeyResponseWithDefaults() *CSSCMSDataModelModelsSSHKeysKeyResponse

NewCSSCMSDataModelModelsSSHKeysKeyResponseWithDefaults instantiates a new CSSCMSDataModelModelsSSHKeysKeyResponse 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 (*CSSCMSDataModelModelsSSHKeysKeyResponse) GetComments ¶

GetComments returns the Comments field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) GetCommentsOk ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) GetCommentsOk() ([]string, bool)

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) GetCreationDate ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) GetCreationDate() time.Time

GetCreationDate returns the CreationDate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) GetCreationDateOk ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) GetCreationDateOk() (*time.Time, bool)

GetCreationDateOk returns a tuple with the CreationDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) GetEmail ¶

GetEmail returns the Email field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) GetEmailOk ¶

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) GetFingerprint ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) GetFingerprint() string

GetFingerprint returns the Fingerprint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) GetFingerprintOk ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) GetFingerprintOk() (*string, bool)

GetFingerprintOk returns a tuple with the Fingerprint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) GetKeyLength ¶

GetKeyLength returns the KeyLength field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) GetKeyLengthOk ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) GetKeyLengthOk() (*int32, bool)

GetKeyLengthOk returns a tuple with the KeyLength field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) GetKeyType ¶

GetKeyType returns the KeyType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) GetKeyTypeOk ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) GetKeyTypeOk() (*string, bool)

GetKeyTypeOk returns a tuple with the KeyType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) GetLogonCount ¶

GetLogonCount returns the LogonCount field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) GetLogonCountOk ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) GetLogonCountOk() (*int32, bool)

GetLogonCountOk returns a tuple with the LogonCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) GetPrivateKey ¶

GetPrivateKey returns the PrivateKey field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) GetPrivateKeyOk ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) GetPrivateKeyOk() (*string, bool)

GetPrivateKeyOk returns a tuple with the PrivateKey field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) GetPublicKey ¶

GetPublicKey returns the PublicKey field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) GetPublicKeyOk ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) GetPublicKeyOk() (*string, bool)

GetPublicKeyOk returns a tuple with the PublicKey field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) GetStaleDate ¶

GetStaleDate returns the StaleDate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) GetStaleDateOk ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) GetStaleDateOk() (*time.Time, bool)

GetStaleDateOk returns a tuple with the StaleDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) HasComments ¶

HasComments returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) HasCreationDate ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) HasCreationDate() bool

HasCreationDate returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) HasEmail ¶

HasEmail returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) HasFingerprint ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) HasFingerprint() bool

HasFingerprint returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) HasKeyLength ¶

HasKeyLength returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) HasKeyType ¶

HasKeyType returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) HasLogonCount ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) HasLogonCount() bool

HasLogonCount returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) HasPrivateKey ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) HasPrivateKey() bool

HasPrivateKey returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) HasPublicKey ¶

HasPublicKey returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) HasStaleDate ¶

HasStaleDate returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSHKeysKeyResponse) MarshalJSON ¶

func (o CSSCMSDataModelModelsSSHKeysKeyResponse) MarshalJSON() ([]byte, error)

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) SetComments ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) SetComments(v []string)

SetComments gets a reference to the given []string and assigns it to the Comments field.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) SetCreationDate ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) SetCreationDate(v time.Time)

SetCreationDate gets a reference to the given NullableTime and assigns it to the CreationDate field.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) SetCreationDateNil ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) SetCreationDateNil()

SetCreationDateNil sets the value for CreationDate to be an explicit nil

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) SetEmail ¶

SetEmail gets a reference to the given NullableString and assigns it to the Email field.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) SetEmailNil ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) SetEmailNil()

SetEmailNil sets the value for Email to be an explicit nil

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) SetFingerprint ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) SetFingerprint(v string)

SetFingerprint gets a reference to the given NullableString and assigns it to the Fingerprint field.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) SetFingerprintNil ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) SetFingerprintNil()

SetFingerprintNil sets the value for Fingerprint to be an explicit nil

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) SetKeyLength ¶

SetKeyLength gets a reference to the given int32 and assigns it to the KeyLength field.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) SetKeyType ¶

SetKeyType gets a reference to the given NullableString and assigns it to the KeyType field.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) SetKeyTypeNil ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) SetKeyTypeNil()

SetKeyTypeNil sets the value for KeyType to be an explicit nil

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) SetLogonCount ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) SetLogonCount(v int32)

SetLogonCount gets a reference to the given int32 and assigns it to the LogonCount field.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) SetPrivateKey ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) SetPrivateKey(v string)

SetPrivateKey gets a reference to the given NullableString and assigns it to the PrivateKey field.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) SetPrivateKeyNil ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) SetPrivateKeyNil()

SetPrivateKeyNil sets the value for PrivateKey to be an explicit nil

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) SetPublicKey ¶

SetPublicKey gets a reference to the given NullableString and assigns it to the PublicKey field.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) SetPublicKeyNil ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) SetPublicKeyNil()

SetPublicKeyNil sets the value for PublicKey to be an explicit nil

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) SetStaleDate ¶

SetStaleDate gets a reference to the given NullableTime and assigns it to the StaleDate field.

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) SetStaleDateNil ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) SetStaleDateNil()

SetStaleDateNil sets the value for StaleDate to be an explicit nil

func (CSSCMSDataModelModelsSSHKeysKeyResponse) ToMap ¶

func (o CSSCMSDataModelModelsSSHKeysKeyResponse) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) UnsetCreationDate ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) UnsetCreationDate()

UnsetCreationDate ensures that no value is present for CreationDate, not even an explicit nil

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) UnsetEmail ¶

UnsetEmail ensures that no value is present for Email, not even an explicit nil

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) UnsetFingerprint ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) UnsetFingerprint()

UnsetFingerprint ensures that no value is present for Fingerprint, not even an explicit nil

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) UnsetKeyType ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) UnsetKeyType()

UnsetKeyType ensures that no value is present for KeyType, not even an explicit nil

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) UnsetPrivateKey ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) UnsetPrivateKey()

UnsetPrivateKey ensures that no value is present for PrivateKey, not even an explicit nil

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) UnsetPublicKey ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) UnsetPublicKey()

UnsetPublicKey ensures that no value is present for PublicKey, not even an explicit nil

func (*CSSCMSDataModelModelsSSHKeysKeyResponse) UnsetStaleDate ¶

func (o *CSSCMSDataModelModelsSSHKeysKeyResponse) UnsetStaleDate()

UnsetStaleDate ensures that no value is present for StaleDate, not even an explicit nil

type CSSCMSDataModelModelsSSHKeysKeyUpdateRequest ¶

type CSSCMSDataModelModelsSSHKeysKeyUpdateRequest struct {
	Id      int32          `json:"Id"`
	Email   string         `json:"Email"`
	Comment NullableString `json:"Comment,omitempty"`
}

CSSCMSDataModelModelsSSHKeysKeyUpdateRequest struct for CSSCMSDataModelModelsSSHKeysKeyUpdateRequest

func NewCSSCMSDataModelModelsSSHKeysKeyUpdateRequest ¶

func NewCSSCMSDataModelModelsSSHKeysKeyUpdateRequest(id int32, email string) *CSSCMSDataModelModelsSSHKeysKeyUpdateRequest

NewCSSCMSDataModelModelsSSHKeysKeyUpdateRequest instantiates a new CSSCMSDataModelModelsSSHKeysKeyUpdateRequest 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 NewCSSCMSDataModelModelsSSHKeysKeyUpdateRequestWithDefaults ¶

func NewCSSCMSDataModelModelsSSHKeysKeyUpdateRequestWithDefaults() *CSSCMSDataModelModelsSSHKeysKeyUpdateRequest

NewCSSCMSDataModelModelsSSHKeysKeyUpdateRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSHKeysKeyUpdateRequest 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 (*CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) GetComment ¶

GetComment returns the Comment field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) GetCommentOk ¶

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) GetEmail ¶

GetEmail returns the Email field value

func (*CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) GetEmailOk ¶

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) GetId ¶

GetId returns the Id field value

func (*CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) HasComment ¶

HasComment returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) SetComment ¶

SetComment gets a reference to the given NullableString and assigns it to the Comment field.

func (*CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) SetCommentNil ¶

SetCommentNil sets the value for Comment to be an explicit nil

func (*CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) SetEmail ¶

SetEmail sets field value

func (*CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) SetId ¶

SetId sets field value

func (CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) ToMap ¶

func (o CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsSSHKeysKeyUpdateRequest) UnsetComment ¶

UnsetComment ensures that no value is present for Comment, not even an explicit nil

type CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse ¶

type CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse struct {
	Id             *int32         `json:"Id,omitempty"`
	Fingerprint    NullableString `json:"Fingerprint,omitempty"`
	PublicKey      NullableString `json:"PublicKey,omitempty"`
	PrivateKey     NullableString `json:"PrivateKey,omitempty"`
	KeyType        NullableString `json:"KeyType,omitempty"`
	KeyLength      *int32         `json:"KeyLength,omitempty"`
	DiscoveredDate NullableTime   `json:"DiscoveredDate,omitempty"`
	Email          NullableString `json:"Email,omitempty"`
	Comments       []string       `json:"Comments,omitempty"`
	Username       NullableString `json:"Username,omitempty"`
	LogonCount     *int32         `json:"LogonCount,omitempty"`
}

CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse struct for CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse

func NewCSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse ¶

func NewCSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse() *CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse

NewCSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse instantiates a new CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse 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 NewCSSCMSDataModelModelsSSHKeysUnmanagedKeyResponseWithDefaults ¶

func NewCSSCMSDataModelModelsSSHKeysUnmanagedKeyResponseWithDefaults() *CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse

NewCSSCMSDataModelModelsSSHKeysUnmanagedKeyResponseWithDefaults instantiates a new CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse 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 (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) GetComments ¶

GetComments returns the Comments field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) GetCommentsOk ¶

GetCommentsOk returns a tuple with the Comments field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) GetDiscoveredDate ¶

GetDiscoveredDate returns the DiscoveredDate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) GetDiscoveredDateOk ¶

func (o *CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) GetDiscoveredDateOk() (*time.Time, bool)

GetDiscoveredDateOk returns a tuple with the DiscoveredDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) GetEmail ¶

GetEmail returns the Email field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) GetEmailOk ¶

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) GetFingerprint ¶

GetFingerprint returns the Fingerprint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) GetFingerprintOk ¶

GetFingerprintOk returns a tuple with the Fingerprint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) GetKeyLength ¶

GetKeyLength returns the KeyLength field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) GetKeyLengthOk ¶

GetKeyLengthOk returns a tuple with the KeyLength field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) GetKeyType ¶

GetKeyType returns the KeyType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) GetKeyTypeOk ¶

GetKeyTypeOk returns a tuple with the KeyType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) GetLogonCount ¶

GetLogonCount returns the LogonCount field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) GetLogonCountOk ¶

GetLogonCountOk returns a tuple with the LogonCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) GetPrivateKey ¶

GetPrivateKey returns the PrivateKey field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) GetPrivateKeyOk ¶

GetPrivateKeyOk returns a tuple with the PrivateKey field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) GetPublicKey ¶

GetPublicKey returns the PublicKey field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) GetPublicKeyOk ¶

GetPublicKeyOk returns a tuple with the PublicKey field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) GetUsername ¶

GetUsername returns the Username field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) GetUsernameOk ¶

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) HasComments ¶

HasComments returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) HasDiscoveredDate ¶

HasDiscoveredDate returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) HasEmail ¶

HasEmail returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) HasFingerprint ¶

HasFingerprint returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) HasKeyLength ¶

HasKeyLength returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) HasKeyType ¶

HasKeyType returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) HasLogonCount ¶

HasLogonCount returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) HasPrivateKey ¶

HasPrivateKey returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) HasPublicKey ¶

HasPublicKey returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) HasUsername ¶

HasUsername returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) SetComments ¶

SetComments gets a reference to the given []string and assigns it to the Comments field.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) SetDiscoveredDate ¶

SetDiscoveredDate gets a reference to the given NullableTime and assigns it to the DiscoveredDate field.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) SetDiscoveredDateNil ¶

func (o *CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) SetDiscoveredDateNil()

SetDiscoveredDateNil sets the value for DiscoveredDate to be an explicit nil

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) SetEmail ¶

SetEmail gets a reference to the given NullableString and assigns it to the Email field.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) SetEmailNil ¶

SetEmailNil sets the value for Email to be an explicit nil

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) SetFingerprint ¶

SetFingerprint gets a reference to the given NullableString and assigns it to the Fingerprint field.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) SetFingerprintNil ¶

func (o *CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) SetFingerprintNil()

SetFingerprintNil sets the value for Fingerprint to be an explicit nil

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) SetKeyLength ¶

SetKeyLength gets a reference to the given int32 and assigns it to the KeyLength field.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) SetKeyType ¶

SetKeyType gets a reference to the given NullableString and assigns it to the KeyType field.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) SetKeyTypeNil ¶

SetKeyTypeNil sets the value for KeyType to be an explicit nil

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) SetLogonCount ¶

SetLogonCount gets a reference to the given int32 and assigns it to the LogonCount field.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) SetPrivateKey ¶

SetPrivateKey gets a reference to the given NullableString and assigns it to the PrivateKey field.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) SetPrivateKeyNil ¶

SetPrivateKeyNil sets the value for PrivateKey to be an explicit nil

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) SetPublicKey ¶

SetPublicKey gets a reference to the given NullableString and assigns it to the PublicKey field.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) SetPublicKeyNil ¶

SetPublicKeyNil sets the value for PublicKey to be an explicit nil

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) SetUsername ¶

SetUsername gets a reference to the given NullableString and assigns it to the Username field.

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) SetUsernameNil ¶

SetUsernameNil sets the value for Username to be an explicit nil

func (CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) ToMap ¶

func (o CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) UnsetDiscoveredDate ¶

func (o *CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) UnsetDiscoveredDate()

UnsetDiscoveredDate ensures that no value is present for DiscoveredDate, not even an explicit nil

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) UnsetEmail ¶

UnsetEmail ensures that no value is present for Email, not even an explicit nil

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) UnsetFingerprint ¶

UnsetFingerprint ensures that no value is present for Fingerprint, not even an explicit nil

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) UnsetKeyType ¶

UnsetKeyType ensures that no value is present for KeyType, not even an explicit nil

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) UnsetPrivateKey ¶

UnsetPrivateKey ensures that no value is present for PrivateKey, not even an explicit nil

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) UnsetPublicKey ¶

UnsetPublicKey ensures that no value is present for PublicKey, not even an explicit nil

func (*CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) UnsetUsername ¶

UnsetUsername ensures that no value is present for Username, not even an explicit nil

type CSSCMSDataModelModelsSSHLogonsLogonAccessRequest ¶

type CSSCMSDataModelModelsSSHLogonsLogonAccessRequest struct {
	LogonId int32   `json:"LogonId"`
	UserIds []int32 `json:"UserIds,omitempty"`
}

CSSCMSDataModelModelsSSHLogonsLogonAccessRequest struct for CSSCMSDataModelModelsSSHLogonsLogonAccessRequest

func NewCSSCMSDataModelModelsSSHLogonsLogonAccessRequest ¶

func NewCSSCMSDataModelModelsSSHLogonsLogonAccessRequest(logonId int32) *CSSCMSDataModelModelsSSHLogonsLogonAccessRequest

NewCSSCMSDataModelModelsSSHLogonsLogonAccessRequest instantiates a new CSSCMSDataModelModelsSSHLogonsLogonAccessRequest 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 NewCSSCMSDataModelModelsSSHLogonsLogonAccessRequestWithDefaults ¶

func NewCSSCMSDataModelModelsSSHLogonsLogonAccessRequestWithDefaults() *CSSCMSDataModelModelsSSHLogonsLogonAccessRequest

NewCSSCMSDataModelModelsSSHLogonsLogonAccessRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSHLogonsLogonAccessRequest 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 (*CSSCMSDataModelModelsSSHLogonsLogonAccessRequest) GetLogonId ¶

GetLogonId returns the LogonId field value

func (*CSSCMSDataModelModelsSSHLogonsLogonAccessRequest) GetLogonIdOk ¶

GetLogonIdOk returns a tuple with the LogonId field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHLogonsLogonAccessRequest) GetUserIds ¶

GetUserIds returns the UserIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHLogonsLogonAccessRequest) GetUserIdsOk ¶

GetUserIdsOk returns a tuple with the UserIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHLogonsLogonAccessRequest) HasUserIds ¶

HasUserIds returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSHLogonsLogonAccessRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHLogonsLogonAccessRequest) SetLogonId ¶

SetLogonId sets field value

func (*CSSCMSDataModelModelsSSHLogonsLogonAccessRequest) SetUserIds ¶

SetUserIds gets a reference to the given []int32 and assigns it to the UserIds field.

func (CSSCMSDataModelModelsSSHLogonsLogonAccessRequest) ToMap ¶

func (o CSSCMSDataModelModelsSSHLogonsLogonAccessRequest) ToMap() (map[string]interface{}, error)

type CSSCMSDataModelModelsSSHLogonsLogonCreationRequest ¶

type CSSCMSDataModelModelsSSHLogonsLogonCreationRequest struct {
	Username string  `json:"Username"`
	ServerId int32   `json:"ServerId"`
	UserIds  []int32 `json:"UserIds,omitempty"`
}

CSSCMSDataModelModelsSSHLogonsLogonCreationRequest struct for CSSCMSDataModelModelsSSHLogonsLogonCreationRequest

func NewCSSCMSDataModelModelsSSHLogonsLogonCreationRequest ¶

func NewCSSCMSDataModelModelsSSHLogonsLogonCreationRequest(username string, serverId int32) *CSSCMSDataModelModelsSSHLogonsLogonCreationRequest

NewCSSCMSDataModelModelsSSHLogonsLogonCreationRequest instantiates a new CSSCMSDataModelModelsSSHLogonsLogonCreationRequest 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 NewCSSCMSDataModelModelsSSHLogonsLogonCreationRequestWithDefaults ¶

func NewCSSCMSDataModelModelsSSHLogonsLogonCreationRequestWithDefaults() *CSSCMSDataModelModelsSSHLogonsLogonCreationRequest

NewCSSCMSDataModelModelsSSHLogonsLogonCreationRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSHLogonsLogonCreationRequest 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 (*CSSCMSDataModelModelsSSHLogonsLogonCreationRequest) GetServerId ¶

GetServerId returns the ServerId field value

func (*CSSCMSDataModelModelsSSHLogonsLogonCreationRequest) GetServerIdOk ¶

GetServerIdOk returns a tuple with the ServerId field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHLogonsLogonCreationRequest) GetUserIds ¶

GetUserIds returns the UserIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHLogonsLogonCreationRequest) GetUserIdsOk ¶

GetUserIdsOk returns a tuple with the UserIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHLogonsLogonCreationRequest) GetUsername ¶

GetUsername returns the Username field value

func (*CSSCMSDataModelModelsSSHLogonsLogonCreationRequest) GetUsernameOk ¶

GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHLogonsLogonCreationRequest) HasUserIds ¶

HasUserIds returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSHLogonsLogonCreationRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHLogonsLogonCreationRequest) SetServerId ¶

SetServerId sets field value

func (*CSSCMSDataModelModelsSSHLogonsLogonCreationRequest) SetUserIds ¶

SetUserIds gets a reference to the given []int32 and assigns it to the UserIds field.

func (*CSSCMSDataModelModelsSSHLogonsLogonCreationRequest) SetUsername ¶

SetUsername sets field value

func (CSSCMSDataModelModelsSSHLogonsLogonCreationRequest) ToMap ¶

type CSSCMSDataModelModelsSSHLogonsLogonQueryResponse ¶

type CSSCMSDataModelModelsSSHLogonsLogonQueryResponse struct {
	Id                    *int32         `json:"Id,omitempty"`
	Username              NullableString `json:"Username,omitempty"`
	LastLogon             NullableTime   `json:"LastLogon,omitempty"`
	ServerId              *int32         `json:"ServerId,omitempty"`
	ServerName            NullableString `json:"ServerName,omitempty"`
	GroupName             NullableString `json:"GroupName,omitempty"`
	KeyCount              *int32         `json:"KeyCount,omitempty"`
	ServerUnderManagement *bool          `json:"ServerUnderManagement,omitempty"`
}

CSSCMSDataModelModelsSSHLogonsLogonQueryResponse struct for CSSCMSDataModelModelsSSHLogonsLogonQueryResponse

func NewCSSCMSDataModelModelsSSHLogonsLogonQueryResponse ¶

func NewCSSCMSDataModelModelsSSHLogonsLogonQueryResponse() *CSSCMSDataModelModelsSSHLogonsLogonQueryResponse

NewCSSCMSDataModelModelsSSHLogonsLogonQueryResponse instantiates a new CSSCMSDataModelModelsSSHLogonsLogonQueryResponse 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 NewCSSCMSDataModelModelsSSHLogonsLogonQueryResponseWithDefaults ¶

func NewCSSCMSDataModelModelsSSHLogonsLogonQueryResponseWithDefaults() *CSSCMSDataModelModelsSSHLogonsLogonQueryResponse

NewCSSCMSDataModelModelsSSHLogonsLogonQueryResponseWithDefaults instantiates a new CSSCMSDataModelModelsSSHLogonsLogonQueryResponse 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 (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) GetGroupName ¶

GetGroupName returns the GroupName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) GetGroupNameOk ¶

GetGroupNameOk returns a tuple with the GroupName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) GetKeyCount ¶

GetKeyCount returns the KeyCount field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) GetKeyCountOk ¶

GetKeyCountOk returns a tuple with the KeyCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) GetLastLogon ¶

GetLastLogon returns the LastLogon field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) GetLastLogonOk ¶

GetLastLogonOk returns a tuple with the LastLogon field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) GetServerId ¶

GetServerId returns the ServerId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) GetServerIdOk ¶

GetServerIdOk returns a tuple with the ServerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) GetServerName ¶

GetServerName returns the ServerName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) GetServerNameOk ¶

GetServerNameOk returns a tuple with the ServerName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) GetServerUnderManagement ¶

func (o *CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) GetServerUnderManagement() bool

GetServerUnderManagement returns the ServerUnderManagement field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) GetServerUnderManagementOk ¶

func (o *CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) GetServerUnderManagementOk() (*bool, bool)

GetServerUnderManagementOk returns a tuple with the ServerUnderManagement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) GetUsername ¶

GetUsername returns the Username field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) GetUsernameOk ¶

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) HasGroupName ¶

HasGroupName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) HasKeyCount ¶

HasKeyCount returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) HasLastLogon ¶

HasLastLogon returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) HasServerId ¶

HasServerId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) HasServerName ¶

HasServerName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) HasServerUnderManagement ¶

func (o *CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) HasServerUnderManagement() bool

HasServerUnderManagement returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) HasUsername ¶

HasUsername returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) SetGroupName ¶

SetGroupName gets a reference to the given NullableString and assigns it to the GroupName field.

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) SetGroupNameNil ¶

SetGroupNameNil sets the value for GroupName to be an explicit nil

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) SetKeyCount ¶

SetKeyCount gets a reference to the given int32 and assigns it to the KeyCount field.

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) SetLastLogon ¶

SetLastLogon gets a reference to the given NullableTime and assigns it to the LastLogon field.

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) SetLastLogonNil ¶

SetLastLogonNil sets the value for LastLogon to be an explicit nil

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) SetServerId ¶

SetServerId gets a reference to the given int32 and assigns it to the ServerId field.

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) SetServerName ¶

SetServerName gets a reference to the given NullableString and assigns it to the ServerName field.

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) SetServerNameNil ¶

SetServerNameNil sets the value for ServerName to be an explicit nil

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) SetServerUnderManagement ¶

func (o *CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) SetServerUnderManagement(v bool)

SetServerUnderManagement gets a reference to the given bool and assigns it to the ServerUnderManagement field.

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) SetUsername ¶

SetUsername gets a reference to the given NullableString and assigns it to the Username field.

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) SetUsernameNil ¶

SetUsernameNil sets the value for Username to be an explicit nil

func (CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) ToMap ¶

func (o CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) UnsetGroupName ¶

UnsetGroupName ensures that no value is present for GroupName, not even an explicit nil

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) UnsetLastLogon ¶

UnsetLastLogon ensures that no value is present for LastLogon, not even an explicit nil

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) UnsetServerName ¶

UnsetServerName ensures that no value is present for ServerName, not even an explicit nil

func (*CSSCMSDataModelModelsSSHLogonsLogonQueryResponse) UnsetUsername ¶

UnsetUsername ensures that no value is present for Username, not even an explicit nil

type CSSCMSDataModelModelsSSHLogonsLogonResponse ¶

type CSSCMSDataModelModelsSSHLogonsLogonResponse struct {
	Id        *int32                                         `json:"Id,omitempty"`
	Username  NullableString                                 `json:"Username,omitempty"`
	LastLogon NullableTime                                   `json:"LastLogon,omitempty"`
	Server    *CSSCMSDataModelModelsSSHServersServerResponse `json:"Server,omitempty"`
	KeyCount  *int32                                         `json:"KeyCount,omitempty"`
	Access    []CSSCMSDataModelModelsSSHUsersSshUserResponse `json:"Access,omitempty"`
}

CSSCMSDataModelModelsSSHLogonsLogonResponse struct for CSSCMSDataModelModelsSSHLogonsLogonResponse

func NewCSSCMSDataModelModelsSSHLogonsLogonResponse ¶

func NewCSSCMSDataModelModelsSSHLogonsLogonResponse() *CSSCMSDataModelModelsSSHLogonsLogonResponse

NewCSSCMSDataModelModelsSSHLogonsLogonResponse instantiates a new CSSCMSDataModelModelsSSHLogonsLogonResponse 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 NewCSSCMSDataModelModelsSSHLogonsLogonResponseWithDefaults ¶

func NewCSSCMSDataModelModelsSSHLogonsLogonResponseWithDefaults() *CSSCMSDataModelModelsSSHLogonsLogonResponse

NewCSSCMSDataModelModelsSSHLogonsLogonResponseWithDefaults instantiates a new CSSCMSDataModelModelsSSHLogonsLogonResponse 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 (*CSSCMSDataModelModelsSSHLogonsLogonResponse) GetAccess ¶

GetAccess returns the Access field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) GetAccessOk ¶

GetAccessOk returns a tuple with the Access field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) GetKeyCount ¶

GetKeyCount returns the KeyCount field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) GetKeyCountOk ¶

GetKeyCountOk returns a tuple with the KeyCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) GetLastLogon ¶

GetLastLogon returns the LastLogon field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) GetLastLogonOk ¶

GetLastLogonOk returns a tuple with the LastLogon field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) GetServer ¶

GetServer returns the Server field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) GetServerOk ¶

GetServerOk returns a tuple with the Server field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) GetUsername ¶

GetUsername returns the Username field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) GetUsernameOk ¶

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) HasAccess ¶

HasAccess returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) HasKeyCount ¶

HasKeyCount returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) HasLastLogon ¶

HasLastLogon returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) HasServer ¶

HasServer returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) HasUsername ¶

HasUsername returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSHLogonsLogonResponse) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) SetAccess ¶

SetAccess gets a reference to the given []CSSCMSDataModelModelsSSHUsersSshUserResponse and assigns it to the Access field.

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) SetKeyCount ¶

SetKeyCount gets a reference to the given int32 and assigns it to the KeyCount field.

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) SetLastLogon ¶

SetLastLogon gets a reference to the given NullableTime and assigns it to the LastLogon field.

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) SetLastLogonNil ¶

func (o *CSSCMSDataModelModelsSSHLogonsLogonResponse) SetLastLogonNil()

SetLastLogonNil sets the value for LastLogon to be an explicit nil

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) SetServer ¶

SetServer gets a reference to the given CSSCMSDataModelModelsSSHServersServerResponse and assigns it to the Server field.

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) SetUsername ¶

SetUsername gets a reference to the given NullableString and assigns it to the Username field.

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) SetUsernameNil ¶

func (o *CSSCMSDataModelModelsSSHLogonsLogonResponse) SetUsernameNil()

SetUsernameNil sets the value for Username to be an explicit nil

func (CSSCMSDataModelModelsSSHLogonsLogonResponse) ToMap ¶

func (o CSSCMSDataModelModelsSSHLogonsLogonResponse) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) UnsetLastLogon ¶

func (o *CSSCMSDataModelModelsSSHLogonsLogonResponse) UnsetLastLogon()

UnsetLastLogon ensures that no value is present for LastLogon, not even an explicit nil

func (*CSSCMSDataModelModelsSSHLogonsLogonResponse) UnsetUsername ¶

UnsetUsername ensures that no value is present for Username, not even an explicit nil

type CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest ¶

type CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest struct {
	OwnerName       string                                      `json:"OwnerName"`
	GroupName       string                                      `json:"GroupName"`
	SyncSchedule    *KeyfactorCommonSchedulingKeyfactorSchedule `json:"SyncSchedule,omitempty"`
	UnderManagement *bool                                       `json:"UnderManagement,omitempty"`
}

CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest struct for CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest

func NewCSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest ¶

func NewCSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest(ownerName string, groupName string) *CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest

NewCSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest instantiates a new CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest 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 NewCSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequestWithDefaults ¶

func NewCSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequestWithDefaults() *CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest

NewCSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest 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 (*CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) GetGroupName ¶

GetGroupName returns the GroupName field value

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) GetGroupNameOk ¶

GetGroupNameOk returns a tuple with the GroupName field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) GetOwnerName ¶

GetOwnerName returns the OwnerName field value

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) GetOwnerNameOk ¶

GetOwnerNameOk returns a tuple with the OwnerName field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) GetSyncSchedule ¶

GetSyncSchedule returns the SyncSchedule field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) GetSyncScheduleOk ¶

GetSyncScheduleOk returns a tuple with the SyncSchedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) GetUnderManagement ¶

GetUnderManagement returns the UnderManagement field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) GetUnderManagementOk ¶

GetUnderManagementOk returns a tuple with the UnderManagement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) HasSyncSchedule ¶

HasSyncSchedule returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) HasUnderManagement ¶

HasUnderManagement returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) SetGroupName ¶

SetGroupName sets field value

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) SetOwnerName ¶

SetOwnerName sets field value

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) SetSyncSchedule ¶

SetSyncSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the SyncSchedule field.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) SetUnderManagement ¶

SetUnderManagement gets a reference to the given bool and assigns it to the UnderManagement field.

func (CSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) ToMap ¶

type CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse ¶

type CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse struct {
	Id              *string                                       `json:"Id,omitempty"`
	Owner           *CSSCMSDataModelModelsSSHUsersSshUserResponse `json:"Owner,omitempty"`
	GroupName       NullableString                                `json:"GroupName,omitempty"`
	SyncSchedule    *KeyfactorCommonSchedulingKeyfactorSchedule   `json:"SyncSchedule,omitempty"`
	UnderManagement *bool                                         `json:"UnderManagement,omitempty"`
	ServerCount     NullableInt32                                 `json:"ServerCount,omitempty"`
}

CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse struct for CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse

func NewCSSCMSDataModelModelsSSHServerGroupsServerGroupResponse ¶

func NewCSSCMSDataModelModelsSSHServerGroupsServerGroupResponse() *CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse

NewCSSCMSDataModelModelsSSHServerGroupsServerGroupResponse instantiates a new CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse 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 NewCSSCMSDataModelModelsSSHServerGroupsServerGroupResponseWithDefaults ¶

func NewCSSCMSDataModelModelsSSHServerGroupsServerGroupResponseWithDefaults() *CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse

NewCSSCMSDataModelModelsSSHServerGroupsServerGroupResponseWithDefaults instantiates a new CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse 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 (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) GetGroupName ¶

GetGroupName returns the GroupName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) GetGroupNameOk ¶

GetGroupNameOk returns a tuple with the GroupName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) GetOwner ¶

GetOwner returns the Owner field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) GetOwnerOk ¶

GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) GetServerCount ¶

GetServerCount returns the ServerCount field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) GetServerCountOk ¶

GetServerCountOk returns a tuple with the ServerCount field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) GetSyncSchedule ¶

GetSyncSchedule returns the SyncSchedule field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) GetSyncScheduleOk ¶

GetSyncScheduleOk returns a tuple with the SyncSchedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) GetUnderManagement ¶

GetUnderManagement returns the UnderManagement field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) GetUnderManagementOk ¶

GetUnderManagementOk returns a tuple with the UnderManagement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) HasGroupName ¶

HasGroupName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) HasOwner ¶

HasOwner returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) HasServerCount ¶

HasServerCount returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) HasSyncSchedule ¶

HasSyncSchedule returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) HasUnderManagement ¶

HasUnderManagement returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) SetGroupName ¶

SetGroupName gets a reference to the given NullableString and assigns it to the GroupName field.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) SetGroupNameNil ¶

SetGroupNameNil sets the value for GroupName to be an explicit nil

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) SetOwner ¶

SetOwner gets a reference to the given CSSCMSDataModelModelsSSHUsersSshUserResponse and assigns it to the Owner field.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) SetServerCount ¶

SetServerCount gets a reference to the given NullableInt32 and assigns it to the ServerCount field.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) SetServerCountNil ¶

SetServerCountNil sets the value for ServerCount to be an explicit nil

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) SetSyncSchedule ¶

SetSyncSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the SyncSchedule field.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) SetUnderManagement ¶

SetUnderManagement gets a reference to the given bool and assigns it to the UnderManagement field.

func (CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) ToMap ¶

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) UnsetGroupName ¶

UnsetGroupName ensures that no value is present for GroupName, not even an explicit nil

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) UnsetServerCount ¶

UnsetServerCount ensures that no value is present for ServerCount, not even an explicit nil

type CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest ¶

type CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest struct {
	Id              string                                      `json:"Id"`
	OwnerName       string                                      `json:"OwnerName"`
	GroupName       string                                      `json:"GroupName"`
	SyncSchedule    *KeyfactorCommonSchedulingKeyfactorSchedule `json:"SyncSchedule,omitempty"`
	UnderManagement bool                                        `json:"UnderManagement"`
}

CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest struct for CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest

func NewCSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest ¶

func NewCSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest(id string, ownerName string, groupName string, underManagement bool) *CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest

NewCSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest instantiates a new CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest 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 NewCSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequestWithDefaults ¶

func NewCSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequestWithDefaults() *CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest

NewCSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest 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 (*CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest) GetGroupName ¶

GetGroupName returns the GroupName field value

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest) GetGroupNameOk ¶

GetGroupNameOk returns a tuple with the GroupName field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest) GetId ¶

GetId returns the Id field value

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest) GetOwnerName ¶

GetOwnerName returns the OwnerName field value

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest) GetOwnerNameOk ¶

GetOwnerNameOk returns a tuple with the OwnerName field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest) GetSyncSchedule ¶

GetSyncSchedule returns the SyncSchedule field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest) GetSyncScheduleOk ¶

GetSyncScheduleOk returns a tuple with the SyncSchedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest) GetUnderManagement ¶

GetUnderManagement returns the UnderManagement field value

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest) GetUnderManagementOk ¶

GetUnderManagementOk returns a tuple with the UnderManagement field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest) HasSyncSchedule ¶

HasSyncSchedule returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest) SetGroupName ¶

SetGroupName sets field value

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest) SetId ¶

SetId sets field value

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest) SetOwnerName ¶

SetOwnerName sets field value

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest) SetSyncSchedule ¶

SetSyncSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the SyncSchedule field.

func (*CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest) SetUnderManagement ¶

SetUnderManagement sets field value

func (CSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest) ToMap ¶

type CSSCMSDataModelModelsSSHServersServerCreationRequest ¶

type CSSCMSDataModelModelsSSHServersServerCreationRequest struct {
	AgentId         string        `json:"AgentId"`
	Hostname        string        `json:"Hostname"`
	ServerGroupId   string        `json:"ServerGroupId"`
	UnderManagement NullableBool  `json:"UnderManagement,omitempty"`
	Port            NullableInt32 `json:"Port,omitempty"`
}

CSSCMSDataModelModelsSSHServersServerCreationRequest struct for CSSCMSDataModelModelsSSHServersServerCreationRequest

func NewCSSCMSDataModelModelsSSHServersServerCreationRequest ¶

func NewCSSCMSDataModelModelsSSHServersServerCreationRequest(agentId string, hostname string, serverGroupId string) *CSSCMSDataModelModelsSSHServersServerCreationRequest

NewCSSCMSDataModelModelsSSHServersServerCreationRequest instantiates a new CSSCMSDataModelModelsSSHServersServerCreationRequest 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 NewCSSCMSDataModelModelsSSHServersServerCreationRequestWithDefaults ¶

func NewCSSCMSDataModelModelsSSHServersServerCreationRequestWithDefaults() *CSSCMSDataModelModelsSSHServersServerCreationRequest

NewCSSCMSDataModelModelsSSHServersServerCreationRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSHServersServerCreationRequest 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 (*CSSCMSDataModelModelsSSHServersServerCreationRequest) GetAgentId ¶

GetAgentId returns the AgentId field value

func (*CSSCMSDataModelModelsSSHServersServerCreationRequest) GetAgentIdOk ¶

GetAgentIdOk returns a tuple with the AgentId field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServersServerCreationRequest) GetHostname ¶

GetHostname returns the Hostname field value

func (*CSSCMSDataModelModelsSSHServersServerCreationRequest) GetHostnameOk ¶

GetHostnameOk returns a tuple with the Hostname field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServersServerCreationRequest) GetPort ¶

GetPort returns the Port field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHServersServerCreationRequest) GetPortOk ¶

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHServersServerCreationRequest) GetServerGroupId ¶

GetServerGroupId returns the ServerGroupId field value

func (*CSSCMSDataModelModelsSSHServersServerCreationRequest) GetServerGroupIdOk ¶

GetServerGroupIdOk returns a tuple with the ServerGroupId field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServersServerCreationRequest) GetUnderManagement ¶

GetUnderManagement returns the UnderManagement field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHServersServerCreationRequest) GetUnderManagementOk ¶

func (o *CSSCMSDataModelModelsSSHServersServerCreationRequest) GetUnderManagementOk() (*bool, bool)

GetUnderManagementOk returns a tuple with the UnderManagement field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHServersServerCreationRequest) HasPort ¶

HasPort returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHServersServerCreationRequest) HasUnderManagement ¶

HasUnderManagement returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSHServersServerCreationRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHServersServerCreationRequest) SetAgentId ¶

SetAgentId sets field value

func (*CSSCMSDataModelModelsSSHServersServerCreationRequest) SetHostname ¶

SetHostname sets field value

func (*CSSCMSDataModelModelsSSHServersServerCreationRequest) SetPort ¶

SetPort gets a reference to the given NullableInt32 and assigns it to the Port field.

func (*CSSCMSDataModelModelsSSHServersServerCreationRequest) SetPortNil ¶

SetPortNil sets the value for Port to be an explicit nil

func (*CSSCMSDataModelModelsSSHServersServerCreationRequest) SetServerGroupId ¶

SetServerGroupId sets field value

func (*CSSCMSDataModelModelsSSHServersServerCreationRequest) SetUnderManagement ¶

SetUnderManagement gets a reference to the given NullableBool and assigns it to the UnderManagement field.

func (*CSSCMSDataModelModelsSSHServersServerCreationRequest) SetUnderManagementNil ¶

func (o *CSSCMSDataModelModelsSSHServersServerCreationRequest) SetUnderManagementNil()

SetUnderManagementNil sets the value for UnderManagement to be an explicit nil

func (CSSCMSDataModelModelsSSHServersServerCreationRequest) ToMap ¶

func (*CSSCMSDataModelModelsSSHServersServerCreationRequest) UnsetPort ¶

UnsetPort ensures that no value is present for Port, not even an explicit nil

func (*CSSCMSDataModelModelsSSHServersServerCreationRequest) UnsetUnderManagement ¶

func (o *CSSCMSDataModelModelsSSHServersServerCreationRequest) UnsetUnderManagement()

UnsetUnderManagement ensures that no value is present for UnderManagement, not even an explicit nil

type CSSCMSDataModelModelsSSHServersServerResponse ¶

type CSSCMSDataModelModelsSSHServersServerResponse struct {
	Id              NullableInt32                                 `json:"Id,omitempty"`
	AgentId         NullableString                                `json:"AgentId,omitempty"`
	Hostname        NullableString                                `json:"Hostname,omitempty"`
	ServerGroupId   NullableString                                `json:"ServerGroupId,omitempty"`
	SyncSchedule    *KeyfactorCommonSchedulingKeyfactorSchedule   `json:"SyncSchedule,omitempty"`
	UnderManagement *bool                                         `json:"UnderManagement,omitempty"`
	Owner           *CSSCMSDataModelModelsSSHUsersSshUserResponse `json:"Owner,omitempty"`
	GroupName       NullableString                                `json:"GroupName,omitempty"`
	Orchestrator    NullableString                                `json:"Orchestrator,omitempty"`
	Port            NullableInt32                                 `json:"Port,omitempty"`
}

CSSCMSDataModelModelsSSHServersServerResponse struct for CSSCMSDataModelModelsSSHServersServerResponse

func NewCSSCMSDataModelModelsSSHServersServerResponse ¶

func NewCSSCMSDataModelModelsSSHServersServerResponse() *CSSCMSDataModelModelsSSHServersServerResponse

NewCSSCMSDataModelModelsSSHServersServerResponse instantiates a new CSSCMSDataModelModelsSSHServersServerResponse 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 NewCSSCMSDataModelModelsSSHServersServerResponseWithDefaults ¶

func NewCSSCMSDataModelModelsSSHServersServerResponseWithDefaults() *CSSCMSDataModelModelsSSHServersServerResponse

NewCSSCMSDataModelModelsSSHServersServerResponseWithDefaults instantiates a new CSSCMSDataModelModelsSSHServersServerResponse 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 (*CSSCMSDataModelModelsSSHServersServerResponse) GetAgentId ¶

GetAgentId returns the AgentId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHServersServerResponse) GetAgentIdOk ¶

GetAgentIdOk returns a tuple with the AgentId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHServersServerResponse) GetGroupName ¶

GetGroupName returns the GroupName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHServersServerResponse) GetGroupNameOk ¶

GetGroupNameOk returns a tuple with the GroupName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHServersServerResponse) GetHostname ¶

GetHostname returns the Hostname field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHServersServerResponse) GetHostnameOk ¶

GetHostnameOk returns a tuple with the Hostname field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHServersServerResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHServersServerResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHServersServerResponse) GetOrchestrator ¶

GetOrchestrator returns the Orchestrator field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHServersServerResponse) GetOrchestratorOk ¶

func (o *CSSCMSDataModelModelsSSHServersServerResponse) GetOrchestratorOk() (*string, bool)

GetOrchestratorOk returns a tuple with the Orchestrator field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHServersServerResponse) GetOwner ¶

GetOwner returns the Owner field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHServersServerResponse) GetOwnerOk ¶

GetOwnerOk returns a tuple with the Owner field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServersServerResponse) GetPort ¶

GetPort returns the Port field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHServersServerResponse) GetPortOk ¶

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHServersServerResponse) GetServerGroupId ¶

GetServerGroupId returns the ServerGroupId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHServersServerResponse) GetServerGroupIdOk ¶

func (o *CSSCMSDataModelModelsSSHServersServerResponse) GetServerGroupIdOk() (*string, bool)

GetServerGroupIdOk returns a tuple with the ServerGroupId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHServersServerResponse) GetSyncSchedule ¶

GetSyncSchedule returns the SyncSchedule field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHServersServerResponse) GetSyncScheduleOk ¶

GetSyncScheduleOk returns a tuple with the SyncSchedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServersServerResponse) GetUnderManagement ¶

func (o *CSSCMSDataModelModelsSSHServersServerResponse) GetUnderManagement() bool

GetUnderManagement returns the UnderManagement field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHServersServerResponse) GetUnderManagementOk ¶

func (o *CSSCMSDataModelModelsSSHServersServerResponse) GetUnderManagementOk() (*bool, bool)

GetUnderManagementOk returns a tuple with the UnderManagement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServersServerResponse) HasAgentId ¶

HasAgentId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHServersServerResponse) HasGroupName ¶

HasGroupName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHServersServerResponse) HasHostname ¶

HasHostname returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHServersServerResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHServersServerResponse) HasOrchestrator ¶

HasOrchestrator returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHServersServerResponse) HasOwner ¶

HasOwner returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHServersServerResponse) HasPort ¶

HasPort returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHServersServerResponse) HasServerGroupId ¶

HasServerGroupId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHServersServerResponse) HasSyncSchedule ¶

HasSyncSchedule returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHServersServerResponse) HasUnderManagement ¶

func (o *CSSCMSDataModelModelsSSHServersServerResponse) HasUnderManagement() bool

HasUnderManagement returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSHServersServerResponse) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHServersServerResponse) SetAgentId ¶

SetAgentId gets a reference to the given NullableString and assigns it to the AgentId field.

func (*CSSCMSDataModelModelsSSHServersServerResponse) SetAgentIdNil ¶

SetAgentIdNil sets the value for AgentId to be an explicit nil

func (*CSSCMSDataModelModelsSSHServersServerResponse) SetGroupName ¶

SetGroupName gets a reference to the given NullableString and assigns it to the GroupName field.

func (*CSSCMSDataModelModelsSSHServersServerResponse) SetGroupNameNil ¶

func (o *CSSCMSDataModelModelsSSHServersServerResponse) SetGroupNameNil()

SetGroupNameNil sets the value for GroupName to be an explicit nil

func (*CSSCMSDataModelModelsSSHServersServerResponse) SetHostname ¶

SetHostname gets a reference to the given NullableString and assigns it to the Hostname field.

func (*CSSCMSDataModelModelsSSHServersServerResponse) SetHostnameNil ¶

SetHostnameNil sets the value for Hostname to be an explicit nil

func (*CSSCMSDataModelModelsSSHServersServerResponse) SetId ¶

SetId gets a reference to the given NullableInt32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsSSHServersServerResponse) SetIdNil ¶

SetIdNil sets the value for Id to be an explicit nil

func (*CSSCMSDataModelModelsSSHServersServerResponse) SetOrchestrator ¶

SetOrchestrator gets a reference to the given NullableString and assigns it to the Orchestrator field.

func (*CSSCMSDataModelModelsSSHServersServerResponse) SetOrchestratorNil ¶

func (o *CSSCMSDataModelModelsSSHServersServerResponse) SetOrchestratorNil()

SetOrchestratorNil sets the value for Orchestrator to be an explicit nil

func (*CSSCMSDataModelModelsSSHServersServerResponse) SetOwner ¶

SetOwner gets a reference to the given CSSCMSDataModelModelsSSHUsersSshUserResponse and assigns it to the Owner field.

func (*CSSCMSDataModelModelsSSHServersServerResponse) SetPort ¶

SetPort gets a reference to the given NullableInt32 and assigns it to the Port field.

func (*CSSCMSDataModelModelsSSHServersServerResponse) SetPortNil ¶

SetPortNil sets the value for Port to be an explicit nil

func (*CSSCMSDataModelModelsSSHServersServerResponse) SetServerGroupId ¶

SetServerGroupId gets a reference to the given NullableString and assigns it to the ServerGroupId field.

func (*CSSCMSDataModelModelsSSHServersServerResponse) SetServerGroupIdNil ¶

func (o *CSSCMSDataModelModelsSSHServersServerResponse) SetServerGroupIdNil()

SetServerGroupIdNil sets the value for ServerGroupId to be an explicit nil

func (*CSSCMSDataModelModelsSSHServersServerResponse) SetSyncSchedule ¶

SetSyncSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the SyncSchedule field.

func (*CSSCMSDataModelModelsSSHServersServerResponse) SetUnderManagement ¶

func (o *CSSCMSDataModelModelsSSHServersServerResponse) SetUnderManagement(v bool)

SetUnderManagement gets a reference to the given bool and assigns it to the UnderManagement field.

func (CSSCMSDataModelModelsSSHServersServerResponse) ToMap ¶

func (o CSSCMSDataModelModelsSSHServersServerResponse) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsSSHServersServerResponse) UnsetAgentId ¶

UnsetAgentId ensures that no value is present for AgentId, not even an explicit nil

func (*CSSCMSDataModelModelsSSHServersServerResponse) UnsetGroupName ¶

UnsetGroupName ensures that no value is present for GroupName, not even an explicit nil

func (*CSSCMSDataModelModelsSSHServersServerResponse) UnsetHostname ¶

UnsetHostname ensures that no value is present for Hostname, not even an explicit nil

func (*CSSCMSDataModelModelsSSHServersServerResponse) UnsetId ¶

UnsetId ensures that no value is present for Id, not even an explicit nil

func (*CSSCMSDataModelModelsSSHServersServerResponse) UnsetOrchestrator ¶

func (o *CSSCMSDataModelModelsSSHServersServerResponse) UnsetOrchestrator()

UnsetOrchestrator ensures that no value is present for Orchestrator, not even an explicit nil

func (*CSSCMSDataModelModelsSSHServersServerResponse) UnsetPort ¶

UnsetPort ensures that no value is present for Port, not even an explicit nil

func (*CSSCMSDataModelModelsSSHServersServerResponse) UnsetServerGroupId ¶

func (o *CSSCMSDataModelModelsSSHServersServerResponse) UnsetServerGroupId()

UnsetServerGroupId ensures that no value is present for ServerGroupId, not even an explicit nil

type CSSCMSDataModelModelsSSHServersServerUpdateRequest ¶

type CSSCMSDataModelModelsSSHServersServerUpdateRequest struct {
	Id              int32         `json:"Id"`
	UnderManagement NullableBool  `json:"UnderManagement,omitempty"`
	Port            NullableInt32 `json:"Port,omitempty"`
}

CSSCMSDataModelModelsSSHServersServerUpdateRequest struct for CSSCMSDataModelModelsSSHServersServerUpdateRequest

func NewCSSCMSDataModelModelsSSHServersServerUpdateRequest ¶

func NewCSSCMSDataModelModelsSSHServersServerUpdateRequest(id int32) *CSSCMSDataModelModelsSSHServersServerUpdateRequest

NewCSSCMSDataModelModelsSSHServersServerUpdateRequest instantiates a new CSSCMSDataModelModelsSSHServersServerUpdateRequest 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 NewCSSCMSDataModelModelsSSHServersServerUpdateRequestWithDefaults ¶

func NewCSSCMSDataModelModelsSSHServersServerUpdateRequestWithDefaults() *CSSCMSDataModelModelsSSHServersServerUpdateRequest

NewCSSCMSDataModelModelsSSHServersServerUpdateRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSHServersServerUpdateRequest 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 (*CSSCMSDataModelModelsSSHServersServerUpdateRequest) GetId ¶

GetId returns the Id field value

func (*CSSCMSDataModelModelsSSHServersServerUpdateRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServersServerUpdateRequest) GetPort ¶

GetPort returns the Port field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHServersServerUpdateRequest) GetPortOk ¶

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHServersServerUpdateRequest) GetUnderManagement ¶

GetUnderManagement returns the UnderManagement field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHServersServerUpdateRequest) GetUnderManagementOk ¶

func (o *CSSCMSDataModelModelsSSHServersServerUpdateRequest) GetUnderManagementOk() (*bool, bool)

GetUnderManagementOk returns a tuple with the UnderManagement field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHServersServerUpdateRequest) HasPort ¶

HasPort returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHServersServerUpdateRequest) HasUnderManagement ¶

HasUnderManagement returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSHServersServerUpdateRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHServersServerUpdateRequest) SetId ¶

SetId sets field value

func (*CSSCMSDataModelModelsSSHServersServerUpdateRequest) SetPort ¶

SetPort gets a reference to the given NullableInt32 and assigns it to the Port field.

func (*CSSCMSDataModelModelsSSHServersServerUpdateRequest) SetPortNil ¶

SetPortNil sets the value for Port to be an explicit nil

func (*CSSCMSDataModelModelsSSHServersServerUpdateRequest) SetUnderManagement ¶

SetUnderManagement gets a reference to the given NullableBool and assigns it to the UnderManagement field.

func (*CSSCMSDataModelModelsSSHServersServerUpdateRequest) SetUnderManagementNil ¶

func (o *CSSCMSDataModelModelsSSHServersServerUpdateRequest) SetUnderManagementNil()

SetUnderManagementNil sets the value for UnderManagement to be an explicit nil

func (CSSCMSDataModelModelsSSHServersServerUpdateRequest) ToMap ¶

func (*CSSCMSDataModelModelsSSHServersServerUpdateRequest) UnsetPort ¶

UnsetPort ensures that no value is present for Port, not even an explicit nil

func (*CSSCMSDataModelModelsSSHServersServerUpdateRequest) UnsetUnderManagement ¶

func (o *CSSCMSDataModelModelsSSHServersServerUpdateRequest) UnsetUnderManagement()

UnsetUnderManagement ensures that no value is present for UnderManagement, not even an explicit nil

type CSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest ¶

type CSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest struct {
	KeyGenerationRequest CSSCMSDataModelModelsSSHKeysKeyGenerationRequest                         `json:"KeyGenerationRequest"`
	User                 CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest `json:"User"`
	ClientHostname       string                                                                   `json:"ClientHostname"`
	ServerGroupId        string                                                                   `json:"ServerGroupId"`
}

CSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest struct for CSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest

func NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest ¶

func NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest(keyGenerationRequest CSSCMSDataModelModelsSSHKeysKeyGenerationRequest, user CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest, clientHostname string, serverGroupId string) *CSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest

NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest instantiates a new CSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest 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 NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequestWithDefaults ¶

func NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequestWithDefaults() *CSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest

NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest 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 (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest) GetClientHostname ¶

GetClientHostname returns the ClientHostname field value

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest) GetClientHostnameOk ¶

GetClientHostnameOk returns a tuple with the ClientHostname field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest) GetKeyGenerationRequest ¶

GetKeyGenerationRequest returns the KeyGenerationRequest field value

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest) GetKeyGenerationRequestOk ¶

GetKeyGenerationRequestOk returns a tuple with the KeyGenerationRequest field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest) GetServerGroupId ¶

GetServerGroupId returns the ServerGroupId field value

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest) GetServerGroupIdOk ¶

GetServerGroupIdOk returns a tuple with the ServerGroupId field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest) GetUser ¶

GetUser returns the User field value

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest) GetUserOk ¶

GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.

func (CSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest) SetClientHostname ¶

SetClientHostname sets field value

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest) SetKeyGenerationRequest ¶

SetKeyGenerationRequest sets field value

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest) SetServerGroupId ¶

SetServerGroupId sets field value

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest) SetUser ¶

SetUser sets field value

func (CSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest) ToMap ¶

type CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse ¶

type CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse struct {
	Id             *int32                                                   `json:"Id,omitempty"`
	ClientHostname NullableString                                           `json:"ClientHostname,omitempty"`
	ServerGroup    *CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse `json:"ServerGroup,omitempty"`
	User           *CSSCMSDataModelModelsSSHUsersSshUserResponse            `json:"User,omitempty"`
}

CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse struct for CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse

func NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse ¶

func NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse() *CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse

NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse instantiates a new CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse 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 NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponseWithDefaults ¶

func NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponseWithDefaults() *CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse

NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponseWithDefaults instantiates a new CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse 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 (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) GetClientHostname ¶

GetClientHostname returns the ClientHostname field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) GetClientHostnameOk ¶

GetClientHostnameOk returns a tuple with the ClientHostname field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) GetServerGroup ¶

GetServerGroup returns the ServerGroup field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) GetServerGroupOk ¶

GetServerGroupOk returns a tuple with the ServerGroup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) GetUser ¶

GetUser returns the User field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) GetUserOk ¶

GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) HasClientHostname ¶

HasClientHostname returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) HasServerGroup ¶

HasServerGroup returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) HasUser ¶

HasUser returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) SetClientHostname ¶

SetClientHostname gets a reference to the given NullableString and assigns it to the ClientHostname field.

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) SetClientHostnameNil ¶

SetClientHostnameNil sets the value for ClientHostname to be an explicit nil

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) SetServerGroup ¶

SetServerGroup gets a reference to the given CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse and assigns it to the ServerGroup field.

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) SetUser ¶

SetUser gets a reference to the given CSSCMSDataModelModelsSSHUsersSshUserResponse and assigns it to the User field.

func (CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) ToMap ¶

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) UnsetClientHostname ¶

UnsetClientHostname ensures that no value is present for ClientHostname, not even an explicit nil

type CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest ¶

type CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest struct {
	KeyUpdateRequest CSSCMSDataModelModelsSSHKeysKeyUpdateRequest `json:"KeyUpdateRequest"`
	Id               int32                                        `json:"Id"`
}

CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest struct for CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest

func NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest ¶

func NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest(keyUpdateRequest CSSCMSDataModelModelsSSHKeysKeyUpdateRequest, id int32) *CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest

NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest instantiates a new CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest 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 NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequestWithDefaults ¶

func NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequestWithDefaults() *CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest

NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest 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 (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest) GetId ¶

GetId returns the Id field value

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest) GetKeyUpdateRequest ¶

GetKeyUpdateRequest returns the KeyUpdateRequest field value

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest) GetKeyUpdateRequestOk ¶

GetKeyUpdateRequestOk returns a tuple with the KeyUpdateRequest field value and a boolean to check if the value has been set.

func (CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest) SetId ¶

SetId sets field value

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest) SetKeyUpdateRequest ¶

SetKeyUpdateRequest sets field value

func (CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest) ToMap ¶

type CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest ¶

type CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest struct {
	Username string  `json:"Username"`
	LogonIds []int32 `json:"LogonIds,omitempty"`
}

CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest struct for CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest

func NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest ¶

func NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest(username string) *CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest

NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest instantiates a new CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest 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 NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequestWithDefaults ¶

func NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequestWithDefaults() *CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest

NewCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest 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 (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest) GetLogonIds ¶

GetLogonIds returns the LogonIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest) GetLogonIdsOk ¶

GetLogonIdsOk returns a tuple with the LogonIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest) GetUsername ¶

GetUsername returns the Username field value

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest) GetUsernameOk ¶

GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest) HasLogonIds ¶

HasLogonIds returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest) SetLogonIds ¶

SetLogonIds gets a reference to the given []int32 and assigns it to the LogonIds field.

func (*CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest) SetUsername ¶

SetUsername sets field value

func (CSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest) ToMap ¶

type CSSCMSDataModelModelsSSHUsersSshUserAccessResponse ¶

type CSSCMSDataModelModelsSSHUsersSshUserAccessResponse struct {
	Id       *int32                                        `json:"Id,omitempty"`
	Key      *CSSCMSDataModelModelsSSHKeysKeyResponse      `json:"Key,omitempty"`
	Username NullableString                                `json:"Username,omitempty"`
	Access   []CSSCMSDataModelModelsSSHLogonsLogonResponse `json:"Access,omitempty"`
	IsGroup  *bool                                         `json:"IsGroup,omitempty"`
}

CSSCMSDataModelModelsSSHUsersSshUserAccessResponse struct for CSSCMSDataModelModelsSSHUsersSshUserAccessResponse

func NewCSSCMSDataModelModelsSSHUsersSshUserAccessResponse ¶

func NewCSSCMSDataModelModelsSSHUsersSshUserAccessResponse() *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse

NewCSSCMSDataModelModelsSSHUsersSshUserAccessResponse instantiates a new CSSCMSDataModelModelsSSHUsersSshUserAccessResponse 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 NewCSSCMSDataModelModelsSSHUsersSshUserAccessResponseWithDefaults ¶

func NewCSSCMSDataModelModelsSSHUsersSshUserAccessResponseWithDefaults() *CSSCMSDataModelModelsSSHUsersSshUserAccessResponse

NewCSSCMSDataModelModelsSSHUsersSshUserAccessResponseWithDefaults instantiates a new CSSCMSDataModelModelsSSHUsersSshUserAccessResponse 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 (*CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) GetAccess ¶

GetAccess returns the Access field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) GetAccessOk ¶

GetAccessOk returns a tuple with the Access field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) GetIsGroup ¶

GetIsGroup returns the IsGroup field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) GetIsGroupOk ¶

GetIsGroupOk returns a tuple with the IsGroup field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) GetKey ¶

GetKey returns the Key field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) GetKeyOk ¶

GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) GetUsername ¶

GetUsername returns the Username field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) GetUsernameOk ¶

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) HasAccess ¶

HasAccess returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) HasIsGroup ¶

HasIsGroup returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) HasKey ¶

HasKey returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) HasUsername ¶

HasUsername returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) SetAccess ¶

SetAccess gets a reference to the given []CSSCMSDataModelModelsSSHLogonsLogonResponse and assigns it to the Access field.

func (*CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) SetIsGroup ¶

SetIsGroup gets a reference to the given bool and assigns it to the IsGroup field.

func (*CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) SetKey ¶

SetKey gets a reference to the given CSSCMSDataModelModelsSSHKeysKeyResponse and assigns it to the Key field.

func (*CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) SetUsername ¶

SetUsername gets a reference to the given NullableString and assigns it to the Username field.

func (*CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) SetUsernameNil ¶

SetUsernameNil sets the value for Username to be an explicit nil

func (CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) ToMap ¶

func (*CSSCMSDataModelModelsSSHUsersSshUserAccessResponse) UnsetUsername ¶

UnsetUsername ensures that no value is present for Username, not even an explicit nil

type CSSCMSDataModelModelsSSHUsersSshUserCreationRequest ¶

type CSSCMSDataModelModelsSSHUsersSshUserCreationRequest struct {
	Username string  `json:"Username"`
	LogonIds []int32 `json:"LogonIds,omitempty"`
}

CSSCMSDataModelModelsSSHUsersSshUserCreationRequest struct for CSSCMSDataModelModelsSSHUsersSshUserCreationRequest

func NewCSSCMSDataModelModelsSSHUsersSshUserCreationRequest ¶

func NewCSSCMSDataModelModelsSSHUsersSshUserCreationRequest(username string) *CSSCMSDataModelModelsSSHUsersSshUserCreationRequest

NewCSSCMSDataModelModelsSSHUsersSshUserCreationRequest instantiates a new CSSCMSDataModelModelsSSHUsersSshUserCreationRequest 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 NewCSSCMSDataModelModelsSSHUsersSshUserCreationRequestWithDefaults ¶

func NewCSSCMSDataModelModelsSSHUsersSshUserCreationRequestWithDefaults() *CSSCMSDataModelModelsSSHUsersSshUserCreationRequest

NewCSSCMSDataModelModelsSSHUsersSshUserCreationRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSHUsersSshUserCreationRequest 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 (*CSSCMSDataModelModelsSSHUsersSshUserCreationRequest) GetLogonIds ¶

GetLogonIds returns the LogonIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHUsersSshUserCreationRequest) GetLogonIdsOk ¶

GetLogonIdsOk returns a tuple with the LogonIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHUsersSshUserCreationRequest) GetUsername ¶

GetUsername returns the Username field value

func (*CSSCMSDataModelModelsSSHUsersSshUserCreationRequest) GetUsernameOk ¶

GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHUsersSshUserCreationRequest) HasLogonIds ¶

HasLogonIds returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSHUsersSshUserCreationRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHUsersSshUserCreationRequest) SetLogonIds ¶

SetLogonIds gets a reference to the given []int32 and assigns it to the LogonIds field.

func (*CSSCMSDataModelModelsSSHUsersSshUserCreationRequest) SetUsername ¶

SetUsername sets field value

func (CSSCMSDataModelModelsSSHUsersSshUserCreationRequest) ToMap ¶

type CSSCMSDataModelModelsSSHUsersSshUserResponse ¶

type CSSCMSDataModelModelsSSHUsersSshUserResponse struct {
	Id       *int32                                   `json:"Id,omitempty"`
	Key      *CSSCMSDataModelModelsSSHKeysKeyResponse `json:"Key,omitempty"`
	Username NullableString                           `json:"Username,omitempty"`
	LogonIds []int32                                  `json:"LogonIds,omitempty"`
}

CSSCMSDataModelModelsSSHUsersSshUserResponse struct for CSSCMSDataModelModelsSSHUsersSshUserResponse

func NewCSSCMSDataModelModelsSSHUsersSshUserResponse ¶

func NewCSSCMSDataModelModelsSSHUsersSshUserResponse() *CSSCMSDataModelModelsSSHUsersSshUserResponse

NewCSSCMSDataModelModelsSSHUsersSshUserResponse instantiates a new CSSCMSDataModelModelsSSHUsersSshUserResponse 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 NewCSSCMSDataModelModelsSSHUsersSshUserResponseWithDefaults ¶

func NewCSSCMSDataModelModelsSSHUsersSshUserResponseWithDefaults() *CSSCMSDataModelModelsSSHUsersSshUserResponse

NewCSSCMSDataModelModelsSSHUsersSshUserResponseWithDefaults instantiates a new CSSCMSDataModelModelsSSHUsersSshUserResponse 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 (*CSSCMSDataModelModelsSSHUsersSshUserResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHUsersSshUserResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHUsersSshUserResponse) GetKey ¶

GetKey returns the Key field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSHUsersSshUserResponse) GetKeyOk ¶

GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHUsersSshUserResponse) GetLogonIds ¶

GetLogonIds returns the LogonIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHUsersSshUserResponse) GetLogonIdsOk ¶

GetLogonIdsOk returns a tuple with the LogonIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHUsersSshUserResponse) GetUsername ¶

GetUsername returns the Username field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHUsersSshUserResponse) GetUsernameOk ¶

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHUsersSshUserResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHUsersSshUserResponse) HasKey ¶

HasKey returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHUsersSshUserResponse) HasLogonIds ¶

HasLogonIds returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSHUsersSshUserResponse) HasUsername ¶

HasUsername returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSHUsersSshUserResponse) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHUsersSshUserResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsSSHUsersSshUserResponse) SetKey ¶

SetKey gets a reference to the given CSSCMSDataModelModelsSSHKeysKeyResponse and assigns it to the Key field.

func (*CSSCMSDataModelModelsSSHUsersSshUserResponse) SetLogonIds ¶

SetLogonIds gets a reference to the given []int32 and assigns it to the LogonIds field.

func (*CSSCMSDataModelModelsSSHUsersSshUserResponse) SetUsername ¶

SetUsername gets a reference to the given NullableString and assigns it to the Username field.

func (*CSSCMSDataModelModelsSSHUsersSshUserResponse) SetUsernameNil ¶

SetUsernameNil sets the value for Username to be an explicit nil

func (CSSCMSDataModelModelsSSHUsersSshUserResponse) ToMap ¶

func (o CSSCMSDataModelModelsSSHUsersSshUserResponse) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsSSHUsersSshUserResponse) UnsetUsername ¶

UnsetUsername ensures that no value is present for Username, not even an explicit nil

type CSSCMSDataModelModelsSSHUsersSshUserUpdateRequest ¶

type CSSCMSDataModelModelsSSHUsersSshUserUpdateRequest struct {
	Id       int32   `json:"Id"`
	LogonIds []int32 `json:"LogonIds,omitempty"`
}

CSSCMSDataModelModelsSSHUsersSshUserUpdateRequest struct for CSSCMSDataModelModelsSSHUsersSshUserUpdateRequest

func NewCSSCMSDataModelModelsSSHUsersSshUserUpdateRequest ¶

func NewCSSCMSDataModelModelsSSHUsersSshUserUpdateRequest(id int32) *CSSCMSDataModelModelsSSHUsersSshUserUpdateRequest

NewCSSCMSDataModelModelsSSHUsersSshUserUpdateRequest instantiates a new CSSCMSDataModelModelsSSHUsersSshUserUpdateRequest 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 NewCSSCMSDataModelModelsSSHUsersSshUserUpdateRequestWithDefaults ¶

func NewCSSCMSDataModelModelsSSHUsersSshUserUpdateRequestWithDefaults() *CSSCMSDataModelModelsSSHUsersSshUserUpdateRequest

NewCSSCMSDataModelModelsSSHUsersSshUserUpdateRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSHUsersSshUserUpdateRequest 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 (*CSSCMSDataModelModelsSSHUsersSshUserUpdateRequest) GetId ¶

GetId returns the Id field value

func (*CSSCMSDataModelModelsSSHUsersSshUserUpdateRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSHUsersSshUserUpdateRequest) GetLogonIds ¶

GetLogonIds returns the LogonIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSHUsersSshUserUpdateRequest) GetLogonIdsOk ¶

GetLogonIdsOk returns a tuple with the LogonIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSHUsersSshUserUpdateRequest) HasLogonIds ¶

HasLogonIds returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSHUsersSshUserUpdateRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSHUsersSshUserUpdateRequest) SetId ¶

SetId sets field value

func (*CSSCMSDataModelModelsSSHUsersSshUserUpdateRequest) SetLogonIds ¶

SetLogonIds gets a reference to the given []int32 and assigns it to the LogonIds field.

func (CSSCMSDataModelModelsSSHUsersSshUserUpdateRequest) ToMap ¶

func (o CSSCMSDataModelModelsSSHUsersSshUserUpdateRequest) ToMap() (map[string]interface{}, error)

type CSSCMSDataModelModelsSSLDisplayScanJobPart ¶

type CSSCMSDataModelModelsSSLDisplayScanJobPart struct {
	ScanJobPartId *string                          `json:"ScanJobPartId,omitempty"`
	Agent         NullableString                   `json:"Agent,omitempty"`
	Status        *CSSCMSCoreEnumsSslScanJobStatus `json:"Status,omitempty"`
	StartTime     NullableTime                     `json:"StartTime,omitempty"`
	EndTime       NullableTime                     `json:"EndTime,omitempty"`
	EndpointCount NullableInt32                    `json:"EndpointCount,omitempty"`
}

CSSCMSDataModelModelsSSLDisplayScanJobPart struct for CSSCMSDataModelModelsSSLDisplayScanJobPart

func NewCSSCMSDataModelModelsSSLDisplayScanJobPart ¶

func NewCSSCMSDataModelModelsSSLDisplayScanJobPart() *CSSCMSDataModelModelsSSLDisplayScanJobPart

NewCSSCMSDataModelModelsSSLDisplayScanJobPart instantiates a new CSSCMSDataModelModelsSSLDisplayScanJobPart 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 NewCSSCMSDataModelModelsSSLDisplayScanJobPartWithDefaults ¶

func NewCSSCMSDataModelModelsSSLDisplayScanJobPartWithDefaults() *CSSCMSDataModelModelsSSLDisplayScanJobPart

NewCSSCMSDataModelModelsSSLDisplayScanJobPartWithDefaults instantiates a new CSSCMSDataModelModelsSSLDisplayScanJobPart 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 (*CSSCMSDataModelModelsSSLDisplayScanJobPart) GetAgent ¶

GetAgent returns the Agent field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) GetAgentOk ¶

GetAgentOk returns a tuple with the Agent field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) GetEndTime ¶

GetEndTime returns the EndTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) GetEndTimeOk ¶

GetEndTimeOk returns a tuple with the EndTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) GetEndpointCount ¶

func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) GetEndpointCount() int32

GetEndpointCount returns the EndpointCount field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) GetEndpointCountOk ¶

func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) GetEndpointCountOk() (*int32, bool)

GetEndpointCountOk returns a tuple with the EndpointCount field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) GetScanJobPartId ¶

func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) GetScanJobPartId() string

GetScanJobPartId returns the ScanJobPartId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) GetScanJobPartIdOk ¶

func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) GetScanJobPartIdOk() (*string, bool)

GetScanJobPartIdOk returns a tuple with the ScanJobPartId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) GetStartTime ¶

GetStartTime returns the StartTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) GetStartTimeOk ¶

func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) GetStartTimeOk() (*time.Time, bool)

GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) GetStatus ¶

GetStatus returns the Status field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) HasAgent ¶

HasAgent returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) HasEndTime ¶

HasEndTime returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) HasEndpointCount ¶

func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) HasEndpointCount() bool

HasEndpointCount returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) HasScanJobPartId ¶

func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) HasScanJobPartId() bool

HasScanJobPartId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) HasStartTime ¶

HasStartTime returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) HasStatus ¶

HasStatus returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSLDisplayScanJobPart) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) SetAgent ¶

SetAgent gets a reference to the given NullableString and assigns it to the Agent field.

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) SetAgentNil ¶

SetAgentNil sets the value for Agent to be an explicit nil

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) SetEndTime ¶

SetEndTime gets a reference to the given NullableTime and assigns it to the EndTime field.

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) SetEndTimeNil ¶

func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) SetEndTimeNil()

SetEndTimeNil sets the value for EndTime to be an explicit nil

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) SetEndpointCount ¶

func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) SetEndpointCount(v int32)

SetEndpointCount gets a reference to the given NullableInt32 and assigns it to the EndpointCount field.

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) SetEndpointCountNil ¶

func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) SetEndpointCountNil()

SetEndpointCountNil sets the value for EndpointCount to be an explicit nil

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) SetScanJobPartId ¶

func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) SetScanJobPartId(v string)

SetScanJobPartId gets a reference to the given string and assigns it to the ScanJobPartId field.

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) SetStartTime ¶

SetStartTime gets a reference to the given NullableTime and assigns it to the StartTime field.

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) SetStartTimeNil ¶

func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) SetStartTimeNil()

SetStartTimeNil sets the value for StartTime to be an explicit nil

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) SetStatus ¶

SetStatus gets a reference to the given CSSCMSCoreEnumsSslScanJobStatus and assigns it to the Status field.

func (CSSCMSDataModelModelsSSLDisplayScanJobPart) ToMap ¶

func (o CSSCMSDataModelModelsSSLDisplayScanJobPart) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) UnsetAgent ¶

UnsetAgent ensures that no value is present for Agent, not even an explicit nil

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) UnsetEndTime ¶

UnsetEndTime ensures that no value is present for EndTime, not even an explicit nil

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) UnsetEndpointCount ¶

func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) UnsetEndpointCount()

UnsetEndpointCount ensures that no value is present for EndpointCount, not even an explicit nil

func (*CSSCMSDataModelModelsSSLDisplayScanJobPart) UnsetStartTime ¶

func (o *CSSCMSDataModelModelsSSLDisplayScanJobPart) UnsetStartTime()

UnsetStartTime ensures that no value is present for StartTime, not even an explicit nil

type CSSCMSDataModelModelsSSLEndpoint ¶

type CSSCMSDataModelModelsSSLEndpoint struct {
	EndpointId     *string        `json:"EndpointId,omitempty"`
	NetworkId      *string        `json:"NetworkId,omitempty"`
	LastHistoryId  NullableString `json:"LastHistoryId,omitempty"`
	IpAddressBytes NullableString `json:"IpAddressBytes,omitempty"`
	Port           *int32         `json:"Port,omitempty"`
	SNIName        NullableString `json:"SNIName,omitempty"`
	EnableMonitor  *bool          `json:"EnableMonitor,omitempty"`
	Reviewed       *bool          `json:"Reviewed,omitempty"`
}

CSSCMSDataModelModelsSSLEndpoint struct for CSSCMSDataModelModelsSSLEndpoint

func NewCSSCMSDataModelModelsSSLEndpoint ¶

func NewCSSCMSDataModelModelsSSLEndpoint() *CSSCMSDataModelModelsSSLEndpoint

NewCSSCMSDataModelModelsSSLEndpoint instantiates a new CSSCMSDataModelModelsSSLEndpoint 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 NewCSSCMSDataModelModelsSSLEndpointWithDefaults ¶

func NewCSSCMSDataModelModelsSSLEndpointWithDefaults() *CSSCMSDataModelModelsSSLEndpoint

NewCSSCMSDataModelModelsSSLEndpointWithDefaults instantiates a new CSSCMSDataModelModelsSSLEndpoint 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 (*CSSCMSDataModelModelsSSLEndpoint) GetEnableMonitor ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) GetEnableMonitor() bool

GetEnableMonitor returns the EnableMonitor field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLEndpoint) GetEnableMonitorOk ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) GetEnableMonitorOk() (*bool, bool)

GetEnableMonitorOk returns a tuple with the EnableMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLEndpoint) GetEndpointId ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) GetEndpointId() string

GetEndpointId returns the EndpointId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLEndpoint) GetEndpointIdOk ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) GetEndpointIdOk() (*string, bool)

GetEndpointIdOk returns a tuple with the EndpointId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLEndpoint) GetIpAddressBytes ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) GetIpAddressBytes() string

GetIpAddressBytes returns the IpAddressBytes field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLEndpoint) GetIpAddressBytesOk ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) GetIpAddressBytesOk() (*string, bool)

GetIpAddressBytesOk returns a tuple with the IpAddressBytes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLEndpoint) GetLastHistoryId ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) GetLastHistoryId() string

GetLastHistoryId returns the LastHistoryId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLEndpoint) GetLastHistoryIdOk ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) GetLastHistoryIdOk() (*string, bool)

GetLastHistoryIdOk returns a tuple with the LastHistoryId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLEndpoint) GetNetworkId ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) GetNetworkId() string

GetNetworkId returns the NetworkId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLEndpoint) GetNetworkIdOk ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) GetNetworkIdOk() (*string, bool)

GetNetworkIdOk returns a tuple with the NetworkId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLEndpoint) GetPort ¶

GetPort returns the Port field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLEndpoint) GetPortOk ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) GetPortOk() (*int32, bool)

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLEndpoint) GetReviewed ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) GetReviewed() bool

GetReviewed returns the Reviewed field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLEndpoint) GetReviewedOk ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) GetReviewedOk() (*bool, bool)

GetReviewedOk returns a tuple with the Reviewed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLEndpoint) GetSNIName ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) GetSNIName() string

GetSNIName returns the SNIName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLEndpoint) GetSNINameOk ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) GetSNINameOk() (*string, bool)

GetSNINameOk returns a tuple with the SNIName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLEndpoint) HasEnableMonitor ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) HasEnableMonitor() bool

HasEnableMonitor returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLEndpoint) HasEndpointId ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) HasEndpointId() bool

HasEndpointId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLEndpoint) HasIpAddressBytes ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) HasIpAddressBytes() bool

HasIpAddressBytes returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLEndpoint) HasLastHistoryId ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) HasLastHistoryId() bool

HasLastHistoryId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLEndpoint) HasNetworkId ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) HasNetworkId() bool

HasNetworkId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLEndpoint) HasPort ¶

HasPort returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLEndpoint) HasReviewed ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) HasReviewed() bool

HasReviewed returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLEndpoint) HasSNIName ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) HasSNIName() bool

HasSNIName returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSLEndpoint) MarshalJSON ¶

func (o CSSCMSDataModelModelsSSLEndpoint) MarshalJSON() ([]byte, error)

func (*CSSCMSDataModelModelsSSLEndpoint) SetEnableMonitor ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) SetEnableMonitor(v bool)

SetEnableMonitor gets a reference to the given bool and assigns it to the EnableMonitor field.

func (*CSSCMSDataModelModelsSSLEndpoint) SetEndpointId ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) SetEndpointId(v string)

SetEndpointId gets a reference to the given string and assigns it to the EndpointId field.

func (*CSSCMSDataModelModelsSSLEndpoint) SetIpAddressBytes ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) SetIpAddressBytes(v string)

SetIpAddressBytes gets a reference to the given NullableString and assigns it to the IpAddressBytes field.

func (*CSSCMSDataModelModelsSSLEndpoint) SetIpAddressBytesNil ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) SetIpAddressBytesNil()

SetIpAddressBytesNil sets the value for IpAddressBytes to be an explicit nil

func (*CSSCMSDataModelModelsSSLEndpoint) SetLastHistoryId ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) SetLastHistoryId(v string)

SetLastHistoryId gets a reference to the given NullableString and assigns it to the LastHistoryId field.

func (*CSSCMSDataModelModelsSSLEndpoint) SetLastHistoryIdNil ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) SetLastHistoryIdNil()

SetLastHistoryIdNil sets the value for LastHistoryId to be an explicit nil

func (*CSSCMSDataModelModelsSSLEndpoint) SetNetworkId ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) SetNetworkId(v string)

SetNetworkId gets a reference to the given string and assigns it to the NetworkId field.

func (*CSSCMSDataModelModelsSSLEndpoint) SetPort ¶

SetPort gets a reference to the given int32 and assigns it to the Port field.

func (*CSSCMSDataModelModelsSSLEndpoint) SetReviewed ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) SetReviewed(v bool)

SetReviewed gets a reference to the given bool and assigns it to the Reviewed field.

func (*CSSCMSDataModelModelsSSLEndpoint) SetSNIName ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) SetSNIName(v string)

SetSNIName gets a reference to the given NullableString and assigns it to the SNIName field.

func (*CSSCMSDataModelModelsSSLEndpoint) SetSNINameNil ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) SetSNINameNil()

SetSNINameNil sets the value for SNIName to be an explicit nil

func (CSSCMSDataModelModelsSSLEndpoint) ToMap ¶

func (o CSSCMSDataModelModelsSSLEndpoint) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsSSLEndpoint) UnsetIpAddressBytes ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) UnsetIpAddressBytes()

UnsetIpAddressBytes ensures that no value is present for IpAddressBytes, not even an explicit nil

func (*CSSCMSDataModelModelsSSLEndpoint) UnsetLastHistoryId ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) UnsetLastHistoryId()

UnsetLastHistoryId ensures that no value is present for LastHistoryId, not even an explicit nil

func (*CSSCMSDataModelModelsSSLEndpoint) UnsetSNIName ¶

func (o *CSSCMSDataModelModelsSSLEndpoint) UnsetSNIName()

UnsetSNIName ensures that no value is present for SNIName, not even an explicit nil

type CSSCMSDataModelModelsSSLEndpointHistoryResponse ¶

type CSSCMSDataModelModelsSSLEndpointHistoryResponse struct {
	HistoryId           *string                                                           `json:"HistoryId,omitempty"`
	EndpointId          *string                                                           `json:"EndpointId,omitempty"`
	AuditId             *int64                                                            `json:"AuditId,omitempty"`
	Timestamp           *time.Time                                                        `json:"Timestamp,omitempty"`
	Status              *KeyfactorOrchestratorsCommonEnumsSslEndpointStatus               `json:"Status,omitempty"`
	JobType             *KeyfactorOrchestratorsCommonEnumsSslJobType                      `json:"JobType,omitempty"`
	ProbeType           *KeyfactorOrchestratorsCommonEnumsSslProbeType                    `json:"ProbeType,omitempty"`
	ReverseDNS          NullableString                                                    `json:"ReverseDNS,omitempty"`
	HistoryCertificates []CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel `json:"HistoryCertificates,omitempty"`
}

CSSCMSDataModelModelsSSLEndpointHistoryResponse struct for CSSCMSDataModelModelsSSLEndpointHistoryResponse

func NewCSSCMSDataModelModelsSSLEndpointHistoryResponse ¶

func NewCSSCMSDataModelModelsSSLEndpointHistoryResponse() *CSSCMSDataModelModelsSSLEndpointHistoryResponse

NewCSSCMSDataModelModelsSSLEndpointHistoryResponse instantiates a new CSSCMSDataModelModelsSSLEndpointHistoryResponse 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 NewCSSCMSDataModelModelsSSLEndpointHistoryResponseWithDefaults ¶

func NewCSSCMSDataModelModelsSSLEndpointHistoryResponseWithDefaults() *CSSCMSDataModelModelsSSLEndpointHistoryResponse

NewCSSCMSDataModelModelsSSLEndpointHistoryResponseWithDefaults instantiates a new CSSCMSDataModelModelsSSLEndpointHistoryResponse 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 (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) GetAuditId ¶

GetAuditId returns the AuditId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) GetAuditIdOk ¶

GetAuditIdOk returns a tuple with the AuditId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) GetEndpointId ¶

GetEndpointId returns the EndpointId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) GetEndpointIdOk ¶

GetEndpointIdOk returns a tuple with the EndpointId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) GetHistoryCertificates ¶

GetHistoryCertificates returns the HistoryCertificates field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) GetHistoryCertificatesOk ¶

GetHistoryCertificatesOk returns a tuple with the HistoryCertificates field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) GetHistoryId ¶

GetHistoryId returns the HistoryId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) GetHistoryIdOk ¶

GetHistoryIdOk returns a tuple with the HistoryId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) GetJobType ¶

GetJobType returns the JobType field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) GetJobTypeOk ¶

GetJobTypeOk returns a tuple with the JobType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) GetProbeType ¶

GetProbeType returns the ProbeType field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) GetProbeTypeOk ¶

GetProbeTypeOk returns a tuple with the ProbeType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) GetReverseDNS ¶

GetReverseDNS returns the ReverseDNS field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) GetReverseDNSOk ¶

GetReverseDNSOk returns a tuple with the ReverseDNS field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) GetStatus ¶

GetStatus returns the Status field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) GetTimestamp ¶

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) GetTimestampOk ¶

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) HasAuditId ¶

HasAuditId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) HasEndpointId ¶

HasEndpointId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) HasHistoryCertificates ¶

func (o *CSSCMSDataModelModelsSSLEndpointHistoryResponse) HasHistoryCertificates() bool

HasHistoryCertificates returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) HasHistoryId ¶

HasHistoryId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) HasJobType ¶

HasJobType returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) HasProbeType ¶

HasProbeType returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) HasReverseDNS ¶

HasReverseDNS returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) HasStatus ¶

HasStatus returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) HasTimestamp ¶

HasTimestamp returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSLEndpointHistoryResponse) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) SetAuditId ¶

SetAuditId gets a reference to the given int64 and assigns it to the AuditId field.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) SetEndpointId ¶

SetEndpointId gets a reference to the given string and assigns it to the EndpointId field.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) SetHistoryCertificates ¶

SetHistoryCertificates gets a reference to the given []CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel and assigns it to the HistoryCertificates field.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) SetHistoryId ¶

SetHistoryId gets a reference to the given string and assigns it to the HistoryId field.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) SetJobType ¶

SetJobType gets a reference to the given KeyfactorOrchestratorsCommonEnumsSslJobType and assigns it to the JobType field.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) SetProbeType ¶

SetProbeType gets a reference to the given KeyfactorOrchestratorsCommonEnumsSslProbeType and assigns it to the ProbeType field.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) SetReverseDNS ¶

SetReverseDNS gets a reference to the given NullableString and assigns it to the ReverseDNS field.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) SetReverseDNSNil ¶

SetReverseDNSNil sets the value for ReverseDNS to be an explicit nil

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) SetStatus ¶

SetStatus gets a reference to the given KeyfactorOrchestratorsCommonEnumsSslEndpointStatus and assigns it to the Status field.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) SetTimestamp ¶

SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field.

func (CSSCMSDataModelModelsSSLEndpointHistoryResponse) ToMap ¶

func (o CSSCMSDataModelModelsSSLEndpointHistoryResponse) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponse) UnsetReverseDNS ¶

UnsetReverseDNS ensures that no value is present for ReverseDNS, not even an explicit nil

type CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel ¶

type CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel struct {
	Id                     *int32                                        `json:"Id,omitempty"`
	IssuedDN               NullableString                                `json:"IssuedDN,omitempty"`
	SerialNumber           NullableString                                `json:"SerialNumber,omitempty"`
	NotBefore              *time.Time                                    `json:"NotBefore,omitempty"`
	NotAfter               *time.Time                                    `json:"NotAfter,omitempty"`
	SigningAlgorithm       NullableString                                `json:"SigningAlgorithm,omitempty"`
	Thumbprint             NullableString                                `json:"Thumbprint,omitempty"`
	IssuerDN               NullableString                                `json:"IssuerDN,omitempty"`
	IssuedCN               NullableString                                `json:"IssuedCN,omitempty"`
	SubjectAltNameElements []CSSCMSDataModelModelsSubjectAlternativeName `json:"SubjectAltNameElements,omitempty"`
}

CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel struct for CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel

func NewCSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel ¶

func NewCSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel() *CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel

NewCSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel instantiates a new CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel 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 NewCSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModelWithDefaults ¶

func NewCSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModelWithDefaults() *CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel

NewCSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModelWithDefaults instantiates a new CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel 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 (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) GetIssuedCN ¶

GetIssuedCN returns the IssuedCN field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) GetIssuedCNOk ¶

GetIssuedCNOk returns a tuple with the IssuedCN field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) GetIssuedDN ¶

GetIssuedDN returns the IssuedDN field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) GetIssuedDNOk ¶

GetIssuedDNOk returns a tuple with the IssuedDN field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) GetIssuerDN ¶

GetIssuerDN returns the IssuerDN field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) GetIssuerDNOk ¶

GetIssuerDNOk returns a tuple with the IssuerDN field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) GetNotAfter ¶

GetNotAfter returns the NotAfter field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) GetNotAfterOk ¶

GetNotAfterOk returns a tuple with the NotAfter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) GetNotBefore ¶

GetNotBefore returns the NotBefore field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) GetNotBeforeOk ¶

GetNotBeforeOk returns a tuple with the NotBefore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) GetSerialNumber ¶

GetSerialNumber returns the SerialNumber field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) GetSerialNumberOk ¶

GetSerialNumberOk returns a tuple with the SerialNumber field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) GetSigningAlgorithm ¶

GetSigningAlgorithm returns the SigningAlgorithm field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) GetSigningAlgorithmOk ¶

GetSigningAlgorithmOk returns a tuple with the SigningAlgorithm field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) GetSubjectAltNameElements ¶

GetSubjectAltNameElements returns the SubjectAltNameElements field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) GetSubjectAltNameElementsOk ¶

GetSubjectAltNameElementsOk returns a tuple with the SubjectAltNameElements field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) GetThumbprint ¶

GetThumbprint returns the Thumbprint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) GetThumbprintOk ¶

GetThumbprintOk returns a tuple with the Thumbprint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) HasIssuedCN ¶

HasIssuedCN returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) HasIssuedDN ¶

HasIssuedDN returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) HasIssuerDN ¶

HasIssuerDN returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) HasNotAfter ¶

HasNotAfter returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) HasNotBefore ¶

HasNotBefore returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) HasSerialNumber ¶

HasSerialNumber returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) HasSigningAlgorithm ¶

HasSigningAlgorithm returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) HasSubjectAltNameElements ¶

HasSubjectAltNameElements returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) HasThumbprint ¶

HasThumbprint returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) SetIssuedCN ¶

SetIssuedCN gets a reference to the given NullableString and assigns it to the IssuedCN field.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) SetIssuedCNNil ¶

SetIssuedCNNil sets the value for IssuedCN to be an explicit nil

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) SetIssuedDN ¶

SetIssuedDN gets a reference to the given NullableString and assigns it to the IssuedDN field.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) SetIssuedDNNil ¶

SetIssuedDNNil sets the value for IssuedDN to be an explicit nil

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) SetIssuerDN ¶

SetIssuerDN gets a reference to the given NullableString and assigns it to the IssuerDN field.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) SetIssuerDNNil ¶

SetIssuerDNNil sets the value for IssuerDN to be an explicit nil

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) SetNotAfter ¶

SetNotAfter gets a reference to the given time.Time and assigns it to the NotAfter field.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) SetNotBefore ¶

SetNotBefore gets a reference to the given time.Time and assigns it to the NotBefore field.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) SetSerialNumber ¶

SetSerialNumber gets a reference to the given NullableString and assigns it to the SerialNumber field.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) SetSerialNumberNil ¶

SetSerialNumberNil sets the value for SerialNumber to be an explicit nil

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) SetSigningAlgorithm ¶

SetSigningAlgorithm gets a reference to the given NullableString and assigns it to the SigningAlgorithm field.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) SetSigningAlgorithmNil ¶

SetSigningAlgorithmNil sets the value for SigningAlgorithm to be an explicit nil

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) SetSubjectAltNameElements ¶

SetSubjectAltNameElements gets a reference to the given []CSSCMSDataModelModelsSubjectAlternativeName and assigns it to the SubjectAltNameElements field.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) SetThumbprint ¶

SetThumbprint gets a reference to the given NullableString and assigns it to the Thumbprint field.

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) SetThumbprintNil ¶

SetThumbprintNil sets the value for Thumbprint to be an explicit nil

func (CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) ToMap ¶

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) UnsetIssuedCN ¶

UnsetIssuedCN ensures that no value is present for IssuedCN, not even an explicit nil

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) UnsetIssuedDN ¶

UnsetIssuedDN ensures that no value is present for IssuedDN, not even an explicit nil

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) UnsetIssuerDN ¶

UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) UnsetSerialNumber ¶

UnsetSerialNumber ensures that no value is present for SerialNumber, not even an explicit nil

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) UnsetSigningAlgorithm ¶

UnsetSigningAlgorithm ensures that no value is present for SigningAlgorithm, not even an explicit nil

func (*CSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) UnsetThumbprint ¶

UnsetThumbprint ensures that no value is present for Thumbprint, not even an explicit nil

type CSSCMSDataModelModelsSSLEndpointStatusRequest ¶

type CSSCMSDataModelModelsSSLEndpointStatusRequest struct {
	Id     string `json:"Id"`
	Status bool   `json:"Status"`
}

CSSCMSDataModelModelsSSLEndpointStatusRequest struct for CSSCMSDataModelModelsSSLEndpointStatusRequest

func NewCSSCMSDataModelModelsSSLEndpointStatusRequest ¶

func NewCSSCMSDataModelModelsSSLEndpointStatusRequest(id string, status bool) *CSSCMSDataModelModelsSSLEndpointStatusRequest

NewCSSCMSDataModelModelsSSLEndpointStatusRequest instantiates a new CSSCMSDataModelModelsSSLEndpointStatusRequest 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 NewCSSCMSDataModelModelsSSLEndpointStatusRequestWithDefaults ¶

func NewCSSCMSDataModelModelsSSLEndpointStatusRequestWithDefaults() *CSSCMSDataModelModelsSSLEndpointStatusRequest

NewCSSCMSDataModelModelsSSLEndpointStatusRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSLEndpointStatusRequest 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 (*CSSCMSDataModelModelsSSLEndpointStatusRequest) GetId ¶

GetId returns the Id field value

func (*CSSCMSDataModelModelsSSLEndpointStatusRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLEndpointStatusRequest) GetStatus ¶

GetStatus returns the Status field value

func (*CSSCMSDataModelModelsSSLEndpointStatusRequest) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (CSSCMSDataModelModelsSSLEndpointStatusRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSLEndpointStatusRequest) SetId ¶

SetId sets field value

func (*CSSCMSDataModelModelsSSLEndpointStatusRequest) SetStatus ¶

SetStatus sets field value

func (CSSCMSDataModelModelsSSLEndpointStatusRequest) ToMap ¶

func (o CSSCMSDataModelModelsSSLEndpointStatusRequest) ToMap() (map[string]interface{}, error)

type CSSCMSDataModelModelsSSLImmediateSslScanRequest ¶

type CSSCMSDataModelModelsSSLImmediateSslScanRequest struct {
	Discovery  bool `json:"Discovery"`
	Monitoring bool `json:"Monitoring"`
}

CSSCMSDataModelModelsSSLImmediateSslScanRequest struct for CSSCMSDataModelModelsSSLImmediateSslScanRequest

func NewCSSCMSDataModelModelsSSLImmediateSslScanRequest ¶

func NewCSSCMSDataModelModelsSSLImmediateSslScanRequest(discovery bool, monitoring bool) *CSSCMSDataModelModelsSSLImmediateSslScanRequest

NewCSSCMSDataModelModelsSSLImmediateSslScanRequest instantiates a new CSSCMSDataModelModelsSSLImmediateSslScanRequest 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 NewCSSCMSDataModelModelsSSLImmediateSslScanRequestWithDefaults ¶

func NewCSSCMSDataModelModelsSSLImmediateSslScanRequestWithDefaults() *CSSCMSDataModelModelsSSLImmediateSslScanRequest

NewCSSCMSDataModelModelsSSLImmediateSslScanRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSLImmediateSslScanRequest 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 (*CSSCMSDataModelModelsSSLImmediateSslScanRequest) GetDiscovery ¶

GetDiscovery returns the Discovery field value

func (*CSSCMSDataModelModelsSSLImmediateSslScanRequest) GetDiscoveryOk ¶

GetDiscoveryOk returns a tuple with the Discovery field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLImmediateSslScanRequest) GetMonitoring ¶

GetMonitoring returns the Monitoring field value

func (*CSSCMSDataModelModelsSSLImmediateSslScanRequest) GetMonitoringOk ¶

GetMonitoringOk returns a tuple with the Monitoring field value and a boolean to check if the value has been set.

func (CSSCMSDataModelModelsSSLImmediateSslScanRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSLImmediateSslScanRequest) SetDiscovery ¶

SetDiscovery sets field value

func (*CSSCMSDataModelModelsSSLImmediateSslScanRequest) SetMonitoring ¶

SetMonitoring sets field value

func (CSSCMSDataModelModelsSSLImmediateSslScanRequest) ToMap ¶

func (o CSSCMSDataModelModelsSSLImmediateSslScanRequest) ToMap() (map[string]interface{}, error)

type CSSCMSDataModelModelsSSLNetworkDefinition ¶

type CSSCMSDataModelModelsSSLNetworkDefinition struct {
	ItemType *KeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType `json:"ItemType,omitempty"`
	Value    NullableString                                                 `json:"Value,omitempty"`
}

CSSCMSDataModelModelsSSLNetworkDefinition struct for CSSCMSDataModelModelsSSLNetworkDefinition

func NewCSSCMSDataModelModelsSSLNetworkDefinition ¶

func NewCSSCMSDataModelModelsSSLNetworkDefinition() *CSSCMSDataModelModelsSSLNetworkDefinition

NewCSSCMSDataModelModelsSSLNetworkDefinition instantiates a new CSSCMSDataModelModelsSSLNetworkDefinition 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 NewCSSCMSDataModelModelsSSLNetworkDefinitionWithDefaults ¶

func NewCSSCMSDataModelModelsSSLNetworkDefinitionWithDefaults() *CSSCMSDataModelModelsSSLNetworkDefinition

NewCSSCMSDataModelModelsSSLNetworkDefinitionWithDefaults instantiates a new CSSCMSDataModelModelsSSLNetworkDefinition 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 (*CSSCMSDataModelModelsSSLNetworkDefinition) GetItemType ¶

GetItemType returns the ItemType field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLNetworkDefinition) GetItemTypeOk ¶

GetItemTypeOk returns a tuple with the ItemType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLNetworkDefinition) GetValue ¶

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLNetworkDefinition) GetValueOk ¶

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLNetworkDefinition) HasItemType ¶

HasItemType returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLNetworkDefinition) HasValue ¶

HasValue returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSLNetworkDefinition) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSLNetworkDefinition) SetItemType ¶

SetItemType gets a reference to the given KeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType and assigns it to the ItemType field.

func (*CSSCMSDataModelModelsSSLNetworkDefinition) SetValue ¶

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*CSSCMSDataModelModelsSSLNetworkDefinition) SetValueNil ¶

SetValueNil sets the value for Value to be an explicit nil

func (CSSCMSDataModelModelsSSLNetworkDefinition) ToMap ¶

func (o CSSCMSDataModelModelsSSLNetworkDefinition) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsSSLNetworkDefinition) UnsetValue ¶

UnsetValue ensures that no value is present for Value, not even an explicit nil

type CSSCMSDataModelModelsSSLNetworkRangesRequest ¶

type CSSCMSDataModelModelsSSLNetworkRangesRequest struct {
	NetworkId string   `json:"NetworkId"`
	Ranges    []string `json:"Ranges"`
}

CSSCMSDataModelModelsSSLNetworkRangesRequest struct for CSSCMSDataModelModelsSSLNetworkRangesRequest

func NewCSSCMSDataModelModelsSSLNetworkRangesRequest ¶

func NewCSSCMSDataModelModelsSSLNetworkRangesRequest(networkId string, ranges []string) *CSSCMSDataModelModelsSSLNetworkRangesRequest

NewCSSCMSDataModelModelsSSLNetworkRangesRequest instantiates a new CSSCMSDataModelModelsSSLNetworkRangesRequest 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 NewCSSCMSDataModelModelsSSLNetworkRangesRequestWithDefaults ¶

func NewCSSCMSDataModelModelsSSLNetworkRangesRequestWithDefaults() *CSSCMSDataModelModelsSSLNetworkRangesRequest

NewCSSCMSDataModelModelsSSLNetworkRangesRequestWithDefaults instantiates a new CSSCMSDataModelModelsSSLNetworkRangesRequest 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 (*CSSCMSDataModelModelsSSLNetworkRangesRequest) GetNetworkId ¶

GetNetworkId returns the NetworkId field value

func (*CSSCMSDataModelModelsSSLNetworkRangesRequest) GetNetworkIdOk ¶

GetNetworkIdOk returns a tuple with the NetworkId field value and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLNetworkRangesRequest) GetRanges ¶

GetRanges returns the Ranges field value

func (*CSSCMSDataModelModelsSSLNetworkRangesRequest) GetRangesOk ¶

GetRangesOk returns a tuple with the Ranges field value and a boolean to check if the value has been set.

func (CSSCMSDataModelModelsSSLNetworkRangesRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSLNetworkRangesRequest) SetNetworkId ¶

SetNetworkId sets field value

func (*CSSCMSDataModelModelsSSLNetworkRangesRequest) SetRanges ¶

SetRanges sets field value

func (CSSCMSDataModelModelsSSLNetworkRangesRequest) ToMap ¶

func (o CSSCMSDataModelModelsSSLNetworkRangesRequest) ToMap() (map[string]interface{}, error)

type CSSCMSDataModelModelsSSLScanJobPart ¶

type CSSCMSDataModelModelsSSLScanJobPart struct {
	ScanJobPartId                 *string                                         `json:"ScanJobPartId,omitempty"`
	LogicalScanJobId              *string                                         `json:"LogicalScanJobId,omitempty"`
	AgentJobId                    *string                                         `json:"AgentJobId,omitempty"`
	EstimatedEndpointCount        NullableInt32                                   `json:"EstimatedEndpointCount,omitempty"`
	Status                        *CSSCMSCoreEnumsSslScanJobStatus                `json:"Status,omitempty"`
	StatTotalEndpointCount        NullableInt32                                   `json:"StatTotalEndpointCount,omitempty"`
	StatTimedOutConnectingCount   NullableInt32                                   `json:"StatTimedOutConnectingCount,omitempty"`
	StatConnectionRefusedCount    NullableInt32                                   `json:"StatConnectionRefusedCount,omitempty"`
	StatTimedOutDownloadingCount  NullableInt32                                   `json:"StatTimedOutDownloadingCount,omitempty"`
	StatExceptionDownloadingCount NullableInt32                                   `json:"StatExceptionDownloadingCount,omitempty"`
	StatNotSslCount               NullableInt32                                   `json:"StatNotSslCount,omitempty"`
	StatBadSslHandshakeCount      NullableInt32                                   `json:"StatBadSslHandshakeCount,omitempty"`
	StatCertificateFoundCount     NullableInt32                                   `json:"StatCertificateFoundCount,omitempty"`
	StatNoCertificateCount        NullableInt32                                   `json:"StatNoCertificateCount,omitempty"`
	ScanJobPartDefinitions        []CSSCMSDataModelModelsSSLScanJobPartDefinition `json:"ScanJobPartDefinitions,omitempty"`
	StartTime                     NullableTime                                    `json:"StartTime,omitempty"`
	EndTime                       NullableTime                                    `json:"EndTime,omitempty"`
}

CSSCMSDataModelModelsSSLScanJobPart struct for CSSCMSDataModelModelsSSLScanJobPart

func NewCSSCMSDataModelModelsSSLScanJobPart ¶

func NewCSSCMSDataModelModelsSSLScanJobPart() *CSSCMSDataModelModelsSSLScanJobPart

NewCSSCMSDataModelModelsSSLScanJobPart instantiates a new CSSCMSDataModelModelsSSLScanJobPart 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 NewCSSCMSDataModelModelsSSLScanJobPartWithDefaults ¶

func NewCSSCMSDataModelModelsSSLScanJobPartWithDefaults() *CSSCMSDataModelModelsSSLScanJobPart

NewCSSCMSDataModelModelsSSLScanJobPartWithDefaults instantiates a new CSSCMSDataModelModelsSSLScanJobPart 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 (*CSSCMSDataModelModelsSSLScanJobPart) GetAgentJobId ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetAgentJobId() string

GetAgentJobId returns the AgentJobId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLScanJobPart) GetAgentJobIdOk ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetAgentJobIdOk() (*string, bool)

GetAgentJobIdOk returns a tuple with the AgentJobId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLScanJobPart) GetEndTime ¶

GetEndTime returns the EndTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLScanJobPart) GetEndTimeOk ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetEndTimeOk() (*time.Time, bool)

GetEndTimeOk returns a tuple with the EndTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLScanJobPart) GetEstimatedEndpointCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetEstimatedEndpointCount() int32

GetEstimatedEndpointCount returns the EstimatedEndpointCount field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLScanJobPart) GetEstimatedEndpointCountOk ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetEstimatedEndpointCountOk() (*int32, bool)

GetEstimatedEndpointCountOk returns a tuple with the EstimatedEndpointCount field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLScanJobPart) GetLogicalScanJobId ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetLogicalScanJobId() string

GetLogicalScanJobId returns the LogicalScanJobId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLScanJobPart) GetLogicalScanJobIdOk ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetLogicalScanJobIdOk() (*string, bool)

GetLogicalScanJobIdOk returns a tuple with the LogicalScanJobId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLScanJobPart) GetScanJobPartDefinitions ¶

GetScanJobPartDefinitions returns the ScanJobPartDefinitions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLScanJobPart) GetScanJobPartDefinitionsOk ¶

GetScanJobPartDefinitionsOk returns a tuple with the ScanJobPartDefinitions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLScanJobPart) GetScanJobPartId ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetScanJobPartId() string

GetScanJobPartId returns the ScanJobPartId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLScanJobPart) GetScanJobPartIdOk ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetScanJobPartIdOk() (*string, bool)

GetScanJobPartIdOk returns a tuple with the ScanJobPartId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLScanJobPart) GetStartTime ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStartTime() time.Time

GetStartTime returns the StartTime field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLScanJobPart) GetStartTimeOk ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStartTimeOk() (*time.Time, bool)

GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLScanJobPart) GetStatBadSslHandshakeCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatBadSslHandshakeCount() int32

GetStatBadSslHandshakeCount returns the StatBadSslHandshakeCount field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLScanJobPart) GetStatBadSslHandshakeCountOk ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatBadSslHandshakeCountOk() (*int32, bool)

GetStatBadSslHandshakeCountOk returns a tuple with the StatBadSslHandshakeCount field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLScanJobPart) GetStatCertificateFoundCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatCertificateFoundCount() int32

GetStatCertificateFoundCount returns the StatCertificateFoundCount field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLScanJobPart) GetStatCertificateFoundCountOk ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatCertificateFoundCountOk() (*int32, bool)

GetStatCertificateFoundCountOk returns a tuple with the StatCertificateFoundCount field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLScanJobPart) GetStatConnectionRefusedCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatConnectionRefusedCount() int32

GetStatConnectionRefusedCount returns the StatConnectionRefusedCount field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLScanJobPart) GetStatConnectionRefusedCountOk ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatConnectionRefusedCountOk() (*int32, bool)

GetStatConnectionRefusedCountOk returns a tuple with the StatConnectionRefusedCount field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLScanJobPart) GetStatExceptionDownloadingCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatExceptionDownloadingCount() int32

GetStatExceptionDownloadingCount returns the StatExceptionDownloadingCount field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLScanJobPart) GetStatExceptionDownloadingCountOk ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatExceptionDownloadingCountOk() (*int32, bool)

GetStatExceptionDownloadingCountOk returns a tuple with the StatExceptionDownloadingCount field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLScanJobPart) GetStatNoCertificateCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatNoCertificateCount() int32

GetStatNoCertificateCount returns the StatNoCertificateCount field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLScanJobPart) GetStatNoCertificateCountOk ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatNoCertificateCountOk() (*int32, bool)

GetStatNoCertificateCountOk returns a tuple with the StatNoCertificateCount field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLScanJobPart) GetStatNotSslCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatNotSslCount() int32

GetStatNotSslCount returns the StatNotSslCount field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLScanJobPart) GetStatNotSslCountOk ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatNotSslCountOk() (*int32, bool)

GetStatNotSslCountOk returns a tuple with the StatNotSslCount field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLScanJobPart) GetStatTimedOutConnectingCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatTimedOutConnectingCount() int32

GetStatTimedOutConnectingCount returns the StatTimedOutConnectingCount field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLScanJobPart) GetStatTimedOutConnectingCountOk ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatTimedOutConnectingCountOk() (*int32, bool)

GetStatTimedOutConnectingCountOk returns a tuple with the StatTimedOutConnectingCount field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLScanJobPart) GetStatTimedOutDownloadingCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatTimedOutDownloadingCount() int32

GetStatTimedOutDownloadingCount returns the StatTimedOutDownloadingCount field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLScanJobPart) GetStatTimedOutDownloadingCountOk ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatTimedOutDownloadingCountOk() (*int32, bool)

GetStatTimedOutDownloadingCountOk returns a tuple with the StatTimedOutDownloadingCount field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLScanJobPart) GetStatTotalEndpointCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatTotalEndpointCount() int32

GetStatTotalEndpointCount returns the StatTotalEndpointCount field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLScanJobPart) GetStatTotalEndpointCountOk ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) GetStatTotalEndpointCountOk() (*int32, bool)

GetStatTotalEndpointCountOk returns a tuple with the StatTotalEndpointCount field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLScanJobPart) GetStatus ¶

GetStatus returns the Status field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLScanJobPart) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLScanJobPart) HasAgentJobId ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) HasAgentJobId() bool

HasAgentJobId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLScanJobPart) HasEndTime ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) HasEndTime() bool

HasEndTime returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLScanJobPart) HasEstimatedEndpointCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) HasEstimatedEndpointCount() bool

HasEstimatedEndpointCount returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLScanJobPart) HasLogicalScanJobId ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) HasLogicalScanJobId() bool

HasLogicalScanJobId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLScanJobPart) HasScanJobPartDefinitions ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) HasScanJobPartDefinitions() bool

HasScanJobPartDefinitions returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLScanJobPart) HasScanJobPartId ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) HasScanJobPartId() bool

HasScanJobPartId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLScanJobPart) HasStartTime ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) HasStartTime() bool

HasStartTime returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLScanJobPart) HasStatBadSslHandshakeCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) HasStatBadSslHandshakeCount() bool

HasStatBadSslHandshakeCount returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLScanJobPart) HasStatCertificateFoundCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) HasStatCertificateFoundCount() bool

HasStatCertificateFoundCount returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLScanJobPart) HasStatConnectionRefusedCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) HasStatConnectionRefusedCount() bool

HasStatConnectionRefusedCount returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLScanJobPart) HasStatExceptionDownloadingCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) HasStatExceptionDownloadingCount() bool

HasStatExceptionDownloadingCount returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLScanJobPart) HasStatNoCertificateCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) HasStatNoCertificateCount() bool

HasStatNoCertificateCount returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLScanJobPart) HasStatNotSslCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) HasStatNotSslCount() bool

HasStatNotSslCount returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLScanJobPart) HasStatTimedOutConnectingCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) HasStatTimedOutConnectingCount() bool

HasStatTimedOutConnectingCount returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLScanJobPart) HasStatTimedOutDownloadingCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) HasStatTimedOutDownloadingCount() bool

HasStatTimedOutDownloadingCount returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLScanJobPart) HasStatTotalEndpointCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) HasStatTotalEndpointCount() bool

HasStatTotalEndpointCount returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLScanJobPart) HasStatus ¶

HasStatus returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSLScanJobPart) MarshalJSON ¶

func (o CSSCMSDataModelModelsSSLScanJobPart) MarshalJSON() ([]byte, error)

func (*CSSCMSDataModelModelsSSLScanJobPart) SetAgentJobId ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetAgentJobId(v string)

SetAgentJobId gets a reference to the given string and assigns it to the AgentJobId field.

func (*CSSCMSDataModelModelsSSLScanJobPart) SetEndTime ¶

SetEndTime gets a reference to the given NullableTime and assigns it to the EndTime field.

func (*CSSCMSDataModelModelsSSLScanJobPart) SetEndTimeNil ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetEndTimeNil()

SetEndTimeNil sets the value for EndTime to be an explicit nil

func (*CSSCMSDataModelModelsSSLScanJobPart) SetEstimatedEndpointCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetEstimatedEndpointCount(v int32)

SetEstimatedEndpointCount gets a reference to the given NullableInt32 and assigns it to the EstimatedEndpointCount field.

func (*CSSCMSDataModelModelsSSLScanJobPart) SetEstimatedEndpointCountNil ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetEstimatedEndpointCountNil()

SetEstimatedEndpointCountNil sets the value for EstimatedEndpointCount to be an explicit nil

func (*CSSCMSDataModelModelsSSLScanJobPart) SetLogicalScanJobId ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetLogicalScanJobId(v string)

SetLogicalScanJobId gets a reference to the given string and assigns it to the LogicalScanJobId field.

func (*CSSCMSDataModelModelsSSLScanJobPart) SetScanJobPartDefinitions ¶

SetScanJobPartDefinitions gets a reference to the given []CSSCMSDataModelModelsSSLScanJobPartDefinition and assigns it to the ScanJobPartDefinitions field.

func (*CSSCMSDataModelModelsSSLScanJobPart) SetScanJobPartId ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetScanJobPartId(v string)

SetScanJobPartId gets a reference to the given string and assigns it to the ScanJobPartId field.

func (*CSSCMSDataModelModelsSSLScanJobPart) SetStartTime ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStartTime(v time.Time)

SetStartTime gets a reference to the given NullableTime and assigns it to the StartTime field.

func (*CSSCMSDataModelModelsSSLScanJobPart) SetStartTimeNil ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStartTimeNil()

SetStartTimeNil sets the value for StartTime to be an explicit nil

func (*CSSCMSDataModelModelsSSLScanJobPart) SetStatBadSslHandshakeCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatBadSslHandshakeCount(v int32)

SetStatBadSslHandshakeCount gets a reference to the given NullableInt32 and assigns it to the StatBadSslHandshakeCount field.

func (*CSSCMSDataModelModelsSSLScanJobPart) SetStatBadSslHandshakeCountNil ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatBadSslHandshakeCountNil()

SetStatBadSslHandshakeCountNil sets the value for StatBadSslHandshakeCount to be an explicit nil

func (*CSSCMSDataModelModelsSSLScanJobPart) SetStatCertificateFoundCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatCertificateFoundCount(v int32)

SetStatCertificateFoundCount gets a reference to the given NullableInt32 and assigns it to the StatCertificateFoundCount field.

func (*CSSCMSDataModelModelsSSLScanJobPart) SetStatCertificateFoundCountNil ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatCertificateFoundCountNil()

SetStatCertificateFoundCountNil sets the value for StatCertificateFoundCount to be an explicit nil

func (*CSSCMSDataModelModelsSSLScanJobPart) SetStatConnectionRefusedCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatConnectionRefusedCount(v int32)

SetStatConnectionRefusedCount gets a reference to the given NullableInt32 and assigns it to the StatConnectionRefusedCount field.

func (*CSSCMSDataModelModelsSSLScanJobPart) SetStatConnectionRefusedCountNil ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatConnectionRefusedCountNil()

SetStatConnectionRefusedCountNil sets the value for StatConnectionRefusedCount to be an explicit nil

func (*CSSCMSDataModelModelsSSLScanJobPart) SetStatExceptionDownloadingCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatExceptionDownloadingCount(v int32)

SetStatExceptionDownloadingCount gets a reference to the given NullableInt32 and assigns it to the StatExceptionDownloadingCount field.

func (*CSSCMSDataModelModelsSSLScanJobPart) SetStatExceptionDownloadingCountNil ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatExceptionDownloadingCountNil()

SetStatExceptionDownloadingCountNil sets the value for StatExceptionDownloadingCount to be an explicit nil

func (*CSSCMSDataModelModelsSSLScanJobPart) SetStatNoCertificateCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatNoCertificateCount(v int32)

SetStatNoCertificateCount gets a reference to the given NullableInt32 and assigns it to the StatNoCertificateCount field.

func (*CSSCMSDataModelModelsSSLScanJobPart) SetStatNoCertificateCountNil ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatNoCertificateCountNil()

SetStatNoCertificateCountNil sets the value for StatNoCertificateCount to be an explicit nil

func (*CSSCMSDataModelModelsSSLScanJobPart) SetStatNotSslCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatNotSslCount(v int32)

SetStatNotSslCount gets a reference to the given NullableInt32 and assigns it to the StatNotSslCount field.

func (*CSSCMSDataModelModelsSSLScanJobPart) SetStatNotSslCountNil ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatNotSslCountNil()

SetStatNotSslCountNil sets the value for StatNotSslCount to be an explicit nil

func (*CSSCMSDataModelModelsSSLScanJobPart) SetStatTimedOutConnectingCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatTimedOutConnectingCount(v int32)

SetStatTimedOutConnectingCount gets a reference to the given NullableInt32 and assigns it to the StatTimedOutConnectingCount field.

func (*CSSCMSDataModelModelsSSLScanJobPart) SetStatTimedOutConnectingCountNil ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatTimedOutConnectingCountNil()

SetStatTimedOutConnectingCountNil sets the value for StatTimedOutConnectingCount to be an explicit nil

func (*CSSCMSDataModelModelsSSLScanJobPart) SetStatTimedOutDownloadingCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatTimedOutDownloadingCount(v int32)

SetStatTimedOutDownloadingCount gets a reference to the given NullableInt32 and assigns it to the StatTimedOutDownloadingCount field.

func (*CSSCMSDataModelModelsSSLScanJobPart) SetStatTimedOutDownloadingCountNil ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatTimedOutDownloadingCountNil()

SetStatTimedOutDownloadingCountNil sets the value for StatTimedOutDownloadingCount to be an explicit nil

func (*CSSCMSDataModelModelsSSLScanJobPart) SetStatTotalEndpointCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatTotalEndpointCount(v int32)

SetStatTotalEndpointCount gets a reference to the given NullableInt32 and assigns it to the StatTotalEndpointCount field.

func (*CSSCMSDataModelModelsSSLScanJobPart) SetStatTotalEndpointCountNil ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) SetStatTotalEndpointCountNil()

SetStatTotalEndpointCountNil sets the value for StatTotalEndpointCount to be an explicit nil

func (*CSSCMSDataModelModelsSSLScanJobPart) SetStatus ¶

SetStatus gets a reference to the given CSSCMSCoreEnumsSslScanJobStatus and assigns it to the Status field.

func (CSSCMSDataModelModelsSSLScanJobPart) ToMap ¶

func (o CSSCMSDataModelModelsSSLScanJobPart) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsSSLScanJobPart) UnsetEndTime ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) UnsetEndTime()

UnsetEndTime ensures that no value is present for EndTime, not even an explicit nil

func (*CSSCMSDataModelModelsSSLScanJobPart) UnsetEstimatedEndpointCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) UnsetEstimatedEndpointCount()

UnsetEstimatedEndpointCount ensures that no value is present for EstimatedEndpointCount, not even an explicit nil

func (*CSSCMSDataModelModelsSSLScanJobPart) UnsetStartTime ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) UnsetStartTime()

UnsetStartTime ensures that no value is present for StartTime, not even an explicit nil

func (*CSSCMSDataModelModelsSSLScanJobPart) UnsetStatBadSslHandshakeCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) UnsetStatBadSslHandshakeCount()

UnsetStatBadSslHandshakeCount ensures that no value is present for StatBadSslHandshakeCount, not even an explicit nil

func (*CSSCMSDataModelModelsSSLScanJobPart) UnsetStatCertificateFoundCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) UnsetStatCertificateFoundCount()

UnsetStatCertificateFoundCount ensures that no value is present for StatCertificateFoundCount, not even an explicit nil

func (*CSSCMSDataModelModelsSSLScanJobPart) UnsetStatConnectionRefusedCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) UnsetStatConnectionRefusedCount()

UnsetStatConnectionRefusedCount ensures that no value is present for StatConnectionRefusedCount, not even an explicit nil

func (*CSSCMSDataModelModelsSSLScanJobPart) UnsetStatExceptionDownloadingCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) UnsetStatExceptionDownloadingCount()

UnsetStatExceptionDownloadingCount ensures that no value is present for StatExceptionDownloadingCount, not even an explicit nil

func (*CSSCMSDataModelModelsSSLScanJobPart) UnsetStatNoCertificateCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) UnsetStatNoCertificateCount()

UnsetStatNoCertificateCount ensures that no value is present for StatNoCertificateCount, not even an explicit nil

func (*CSSCMSDataModelModelsSSLScanJobPart) UnsetStatNotSslCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) UnsetStatNotSslCount()

UnsetStatNotSslCount ensures that no value is present for StatNotSslCount, not even an explicit nil

func (*CSSCMSDataModelModelsSSLScanJobPart) UnsetStatTimedOutConnectingCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) UnsetStatTimedOutConnectingCount()

UnsetStatTimedOutConnectingCount ensures that no value is present for StatTimedOutConnectingCount, not even an explicit nil

func (*CSSCMSDataModelModelsSSLScanJobPart) UnsetStatTimedOutDownloadingCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) UnsetStatTimedOutDownloadingCount()

UnsetStatTimedOutDownloadingCount ensures that no value is present for StatTimedOutDownloadingCount, not even an explicit nil

func (*CSSCMSDataModelModelsSSLScanJobPart) UnsetStatTotalEndpointCount ¶

func (o *CSSCMSDataModelModelsSSLScanJobPart) UnsetStatTotalEndpointCount()

UnsetStatTotalEndpointCount ensures that no value is present for StatTotalEndpointCount, not even an explicit nil

type CSSCMSDataModelModelsSSLScanJobPartDefinition ¶

type CSSCMSDataModelModelsSSLScanJobPartDefinition struct {
	ItemType *int32         `json:"ItemType,omitempty"`
	Value    NullableString `json:"Value,omitempty"`
}

CSSCMSDataModelModelsSSLScanJobPartDefinition struct for CSSCMSDataModelModelsSSLScanJobPartDefinition

func NewCSSCMSDataModelModelsSSLScanJobPartDefinition ¶

func NewCSSCMSDataModelModelsSSLScanJobPartDefinition() *CSSCMSDataModelModelsSSLScanJobPartDefinition

NewCSSCMSDataModelModelsSSLScanJobPartDefinition instantiates a new CSSCMSDataModelModelsSSLScanJobPartDefinition 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 NewCSSCMSDataModelModelsSSLScanJobPartDefinitionWithDefaults ¶

func NewCSSCMSDataModelModelsSSLScanJobPartDefinitionWithDefaults() *CSSCMSDataModelModelsSSLScanJobPartDefinition

NewCSSCMSDataModelModelsSSLScanJobPartDefinitionWithDefaults instantiates a new CSSCMSDataModelModelsSSLScanJobPartDefinition 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 (*CSSCMSDataModelModelsSSLScanJobPartDefinition) GetItemType ¶

GetItemType returns the ItemType field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLScanJobPartDefinition) GetItemTypeOk ¶

GetItemTypeOk returns a tuple with the ItemType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLScanJobPartDefinition) GetValue ¶

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLScanJobPartDefinition) GetValueOk ¶

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLScanJobPartDefinition) HasItemType ¶

HasItemType returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLScanJobPartDefinition) HasValue ¶

HasValue returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSLScanJobPartDefinition) MarshalJSON ¶

func (*CSSCMSDataModelModelsSSLScanJobPartDefinition) SetItemType ¶

SetItemType gets a reference to the given int32 and assigns it to the ItemType field.

func (*CSSCMSDataModelModelsSSLScanJobPartDefinition) SetValue ¶

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*CSSCMSDataModelModelsSSLScanJobPartDefinition) SetValueNil ¶

SetValueNil sets the value for Value to be an explicit nil

func (CSSCMSDataModelModelsSSLScanJobPartDefinition) ToMap ¶

func (o CSSCMSDataModelModelsSSLScanJobPartDefinition) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsSSLScanJobPartDefinition) UnsetValue ¶

UnsetValue ensures that no value is present for Value, not even an explicit nil

type CSSCMSDataModelModelsSSLSslScanResult ¶

type CSSCMSDataModelModelsSSLSslScanResult struct {
	EndpointId       *string        `json:"EndpointId,omitempty"`
	ReverseDNS       NullableString `json:"ReverseDNS,omitempty"`
	SNIName          NullableString `json:"SNIName,omitempty"`
	IpAddress        NullableString `json:"IpAddress,omitempty"`
	Port             *int32         `json:"Port,omitempty"`
	CertificateFound *bool          `json:"CertificateFound,omitempty"`
	AgentPoolName    NullableString `json:"AgentPoolName,omitempty"`
	NetworkName      NullableString `json:"NetworkName,omitempty"`
	MonitorStatus    *bool          `json:"MonitorStatus,omitempty"`
	CertificateCN    NullableString `json:"CertificateCN,omitempty"`
	Reviewed         *bool          `json:"Reviewed,omitempty"`
}

CSSCMSDataModelModelsSSLSslScanResult struct for CSSCMSDataModelModelsSSLSslScanResult

func NewCSSCMSDataModelModelsSSLSslScanResult ¶

func NewCSSCMSDataModelModelsSSLSslScanResult() *CSSCMSDataModelModelsSSLSslScanResult

NewCSSCMSDataModelModelsSSLSslScanResult instantiates a new CSSCMSDataModelModelsSSLSslScanResult 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 NewCSSCMSDataModelModelsSSLSslScanResultWithDefaults ¶

func NewCSSCMSDataModelModelsSSLSslScanResultWithDefaults() *CSSCMSDataModelModelsSSLSslScanResult

NewCSSCMSDataModelModelsSSLSslScanResultWithDefaults instantiates a new CSSCMSDataModelModelsSSLSslScanResult 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 (*CSSCMSDataModelModelsSSLSslScanResult) GetAgentPoolName ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) GetAgentPoolName() string

GetAgentPoolName returns the AgentPoolName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLSslScanResult) GetAgentPoolNameOk ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) GetAgentPoolNameOk() (*string, bool)

GetAgentPoolNameOk returns a tuple with the AgentPoolName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLSslScanResult) GetCertificateCN ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) GetCertificateCN() string

GetCertificateCN returns the CertificateCN field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLSslScanResult) GetCertificateCNOk ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) GetCertificateCNOk() (*string, bool)

GetCertificateCNOk returns a tuple with the CertificateCN field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLSslScanResult) GetCertificateFound ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) GetCertificateFound() bool

GetCertificateFound returns the CertificateFound field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLSslScanResult) GetCertificateFoundOk ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) GetCertificateFoundOk() (*bool, bool)

GetCertificateFoundOk returns a tuple with the CertificateFound field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLSslScanResult) GetEndpointId ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) GetEndpointId() string

GetEndpointId returns the EndpointId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLSslScanResult) GetEndpointIdOk ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) GetEndpointIdOk() (*string, bool)

GetEndpointIdOk returns a tuple with the EndpointId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLSslScanResult) GetIpAddress ¶

GetIpAddress returns the IpAddress field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLSslScanResult) GetIpAddressOk ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) GetIpAddressOk() (*string, bool)

GetIpAddressOk returns a tuple with the IpAddress field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLSslScanResult) GetMonitorStatus ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) GetMonitorStatus() bool

GetMonitorStatus returns the MonitorStatus field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLSslScanResult) GetMonitorStatusOk ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) GetMonitorStatusOk() (*bool, bool)

GetMonitorStatusOk returns a tuple with the MonitorStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLSslScanResult) GetNetworkName ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) GetNetworkName() string

GetNetworkName returns the NetworkName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLSslScanResult) GetNetworkNameOk ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) GetNetworkNameOk() (*string, bool)

GetNetworkNameOk returns a tuple with the NetworkName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLSslScanResult) GetPort ¶

GetPort returns the Port field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLSslScanResult) GetPortOk ¶

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLSslScanResult) GetReverseDNS ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) GetReverseDNS() string

GetReverseDNS returns the ReverseDNS field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLSslScanResult) GetReverseDNSOk ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) GetReverseDNSOk() (*string, bool)

GetReverseDNSOk returns a tuple with the ReverseDNS field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLSslScanResult) GetReviewed ¶

GetReviewed returns the Reviewed field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSSLSslScanResult) GetReviewedOk ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) GetReviewedOk() (*bool, bool)

GetReviewedOk returns a tuple with the Reviewed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSSLSslScanResult) GetSNIName ¶

GetSNIName returns the SNIName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSSLSslScanResult) GetSNINameOk ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) GetSNINameOk() (*string, bool)

GetSNINameOk returns a tuple with the SNIName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSSLSslScanResult) HasAgentPoolName ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) HasAgentPoolName() bool

HasAgentPoolName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLSslScanResult) HasCertificateCN ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) HasCertificateCN() bool

HasCertificateCN returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLSslScanResult) HasCertificateFound ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) HasCertificateFound() bool

HasCertificateFound returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLSslScanResult) HasEndpointId ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) HasEndpointId() bool

HasEndpointId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLSslScanResult) HasIpAddress ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) HasIpAddress() bool

HasIpAddress returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLSslScanResult) HasMonitorStatus ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) HasMonitorStatus() bool

HasMonitorStatus returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLSslScanResult) HasNetworkName ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) HasNetworkName() bool

HasNetworkName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLSslScanResult) HasPort ¶

HasPort returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLSslScanResult) HasReverseDNS ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) HasReverseDNS() bool

HasReverseDNS returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLSslScanResult) HasReviewed ¶

HasReviewed returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSSLSslScanResult) HasSNIName ¶

HasSNIName returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSSLSslScanResult) MarshalJSON ¶

func (o CSSCMSDataModelModelsSSLSslScanResult) MarshalJSON() ([]byte, error)

func (*CSSCMSDataModelModelsSSLSslScanResult) SetAgentPoolName ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) SetAgentPoolName(v string)

SetAgentPoolName gets a reference to the given NullableString and assigns it to the AgentPoolName field.

func (*CSSCMSDataModelModelsSSLSslScanResult) SetAgentPoolNameNil ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) SetAgentPoolNameNil()

SetAgentPoolNameNil sets the value for AgentPoolName to be an explicit nil

func (*CSSCMSDataModelModelsSSLSslScanResult) SetCertificateCN ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) SetCertificateCN(v string)

SetCertificateCN gets a reference to the given NullableString and assigns it to the CertificateCN field.

func (*CSSCMSDataModelModelsSSLSslScanResult) SetCertificateCNNil ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) SetCertificateCNNil()

SetCertificateCNNil sets the value for CertificateCN to be an explicit nil

func (*CSSCMSDataModelModelsSSLSslScanResult) SetCertificateFound ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) SetCertificateFound(v bool)

SetCertificateFound gets a reference to the given bool and assigns it to the CertificateFound field.

func (*CSSCMSDataModelModelsSSLSslScanResult) SetEndpointId ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) SetEndpointId(v string)

SetEndpointId gets a reference to the given string and assigns it to the EndpointId field.

func (*CSSCMSDataModelModelsSSLSslScanResult) SetIpAddress ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) SetIpAddress(v string)

SetIpAddress gets a reference to the given NullableString and assigns it to the IpAddress field.

func (*CSSCMSDataModelModelsSSLSslScanResult) SetIpAddressNil ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) SetIpAddressNil()

SetIpAddressNil sets the value for IpAddress to be an explicit nil

func (*CSSCMSDataModelModelsSSLSslScanResult) SetMonitorStatus ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) SetMonitorStatus(v bool)

SetMonitorStatus gets a reference to the given bool and assigns it to the MonitorStatus field.

func (*CSSCMSDataModelModelsSSLSslScanResult) SetNetworkName ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) SetNetworkName(v string)

SetNetworkName gets a reference to the given NullableString and assigns it to the NetworkName field.

func (*CSSCMSDataModelModelsSSLSslScanResult) SetNetworkNameNil ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) SetNetworkNameNil()

SetNetworkNameNil sets the value for NetworkName to be an explicit nil

func (*CSSCMSDataModelModelsSSLSslScanResult) SetPort ¶

SetPort gets a reference to the given int32 and assigns it to the Port field.

func (*CSSCMSDataModelModelsSSLSslScanResult) SetReverseDNS ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) SetReverseDNS(v string)

SetReverseDNS gets a reference to the given NullableString and assigns it to the ReverseDNS field.

func (*CSSCMSDataModelModelsSSLSslScanResult) SetReverseDNSNil ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) SetReverseDNSNil()

SetReverseDNSNil sets the value for ReverseDNS to be an explicit nil

func (*CSSCMSDataModelModelsSSLSslScanResult) SetReviewed ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) SetReviewed(v bool)

SetReviewed gets a reference to the given bool and assigns it to the Reviewed field.

func (*CSSCMSDataModelModelsSSLSslScanResult) SetSNIName ¶

SetSNIName gets a reference to the given NullableString and assigns it to the SNIName field.

func (*CSSCMSDataModelModelsSSLSslScanResult) SetSNINameNil ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) SetSNINameNil()

SetSNINameNil sets the value for SNIName to be an explicit nil

func (CSSCMSDataModelModelsSSLSslScanResult) ToMap ¶

func (o CSSCMSDataModelModelsSSLSslScanResult) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsSSLSslScanResult) UnsetAgentPoolName ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) UnsetAgentPoolName()

UnsetAgentPoolName ensures that no value is present for AgentPoolName, not even an explicit nil

func (*CSSCMSDataModelModelsSSLSslScanResult) UnsetCertificateCN ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) UnsetCertificateCN()

UnsetCertificateCN ensures that no value is present for CertificateCN, not even an explicit nil

func (*CSSCMSDataModelModelsSSLSslScanResult) UnsetIpAddress ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) UnsetIpAddress()

UnsetIpAddress ensures that no value is present for IpAddress, not even an explicit nil

func (*CSSCMSDataModelModelsSSLSslScanResult) UnsetNetworkName ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) UnsetNetworkName()

UnsetNetworkName ensures that no value is present for NetworkName, not even an explicit nil

func (*CSSCMSDataModelModelsSSLSslScanResult) UnsetReverseDNS ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) UnsetReverseDNS()

UnsetReverseDNS ensures that no value is present for ReverseDNS, not even an explicit nil

func (*CSSCMSDataModelModelsSSLSslScanResult) UnsetSNIName ¶

func (o *CSSCMSDataModelModelsSSLSslScanResult) UnsetSNIName()

UnsetSNIName ensures that no value is present for SNIName, not even an explicit nil

type CSSCMSDataModelModelsSecurityCertificatePermissions ¶

type CSSCMSDataModelModelsSecurityCertificatePermissions struct {
	Roles []CSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase `json:"Roles,omitempty"`
}

CSSCMSDataModelModelsSecurityCertificatePermissions struct for CSSCMSDataModelModelsSecurityCertificatePermissions

func NewCSSCMSDataModelModelsSecurityCertificatePermissions ¶

func NewCSSCMSDataModelModelsSecurityCertificatePermissions() *CSSCMSDataModelModelsSecurityCertificatePermissions

NewCSSCMSDataModelModelsSecurityCertificatePermissions instantiates a new CSSCMSDataModelModelsSecurityCertificatePermissions 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 NewCSSCMSDataModelModelsSecurityCertificatePermissionsWithDefaults ¶

func NewCSSCMSDataModelModelsSecurityCertificatePermissionsWithDefaults() *CSSCMSDataModelModelsSecurityCertificatePermissions

NewCSSCMSDataModelModelsSecurityCertificatePermissionsWithDefaults instantiates a new CSSCMSDataModelModelsSecurityCertificatePermissions 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 (*CSSCMSDataModelModelsSecurityCertificatePermissions) GetRoles ¶

GetRoles returns the Roles field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSecurityCertificatePermissions) GetRolesOk ¶

GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSecurityCertificatePermissions) HasRoles ¶

HasRoles returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSecurityCertificatePermissions) MarshalJSON ¶

func (*CSSCMSDataModelModelsSecurityCertificatePermissions) SetRoles ¶

SetRoles gets a reference to the given []CSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase and assigns it to the Roles field.

func (CSSCMSDataModelModelsSecurityCertificatePermissions) ToMap ¶

type CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier ¶

type CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier struct {
	AccountName NullableString `json:"AccountName,omitempty"`
	SID         NullableString `json:"SID,omitempty"`
}

CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier struct for CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier

func NewCSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier ¶

func NewCSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier() *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier

NewCSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier instantiates a new CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier 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 NewCSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifierWithDefaults ¶

func NewCSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifierWithDefaults() *CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier

NewCSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifierWithDefaults instantiates a new CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier 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 (*CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) GetAccountName ¶

GetAccountName returns the AccountName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) GetAccountNameOk ¶

GetAccountNameOk returns a tuple with the AccountName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) GetSID ¶

GetSID returns the SID field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) GetSIDOk ¶

GetSIDOk returns a tuple with the SID field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) HasAccountName ¶

HasAccountName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) HasSID ¶

HasSID returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) MarshalJSON ¶

func (*CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) SetAccountName ¶

SetAccountName gets a reference to the given NullableString and assigns it to the AccountName field.

func (*CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) SetAccountNameNil ¶

SetAccountNameNil sets the value for AccountName to be an explicit nil

func (*CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) SetSID ¶

SetSID gets a reference to the given NullableString and assigns it to the SID field.

func (*CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) SetSIDNil ¶

SetSIDNil sets the value for SID to be an explicit nil

func (CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) ToMap ¶

func (*CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) UnsetAccountName ¶

UnsetAccountName ensures that no value is present for AccountName, not even an explicit nil

func (*CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) UnsetSID ¶

UnsetSID ensures that no value is present for SID, not even an explicit nil

type CSSCMSDataModelModelsSecurityPermissionSet ¶

type CSSCMSDataModelModelsSecurityPermissionSet struct {
	Id          *string        `json:"Id,omitempty"`
	Name        NullableString `json:"Name,omitempty"`
	Permissions []string       `json:"Permissions,omitempty"`
}

CSSCMSDataModelModelsSecurityPermissionSet struct for CSSCMSDataModelModelsSecurityPermissionSet

func NewCSSCMSDataModelModelsSecurityPermissionSet ¶

func NewCSSCMSDataModelModelsSecurityPermissionSet() *CSSCMSDataModelModelsSecurityPermissionSet

NewCSSCMSDataModelModelsSecurityPermissionSet instantiates a new CSSCMSDataModelModelsSecurityPermissionSet 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 NewCSSCMSDataModelModelsSecurityPermissionSetWithDefaults ¶

func NewCSSCMSDataModelModelsSecurityPermissionSetWithDefaults() *CSSCMSDataModelModelsSecurityPermissionSet

NewCSSCMSDataModelModelsSecurityPermissionSetWithDefaults instantiates a new CSSCMSDataModelModelsSecurityPermissionSet 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 (*CSSCMSDataModelModelsSecurityPermissionSet) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSecurityPermissionSet) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSecurityPermissionSet) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSecurityPermissionSet) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSecurityPermissionSet) GetPermissions ¶

func (o *CSSCMSDataModelModelsSecurityPermissionSet) GetPermissions() []string

GetPermissions returns the Permissions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSecurityPermissionSet) GetPermissionsOk ¶

func (o *CSSCMSDataModelModelsSecurityPermissionSet) GetPermissionsOk() ([]string, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSecurityPermissionSet) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSecurityPermissionSet) HasName ¶

HasName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSecurityPermissionSet) HasPermissions ¶

HasPermissions returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSecurityPermissionSet) MarshalJSON ¶

func (*CSSCMSDataModelModelsSecurityPermissionSet) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*CSSCMSDataModelModelsSecurityPermissionSet) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CSSCMSDataModelModelsSecurityPermissionSet) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*CSSCMSDataModelModelsSecurityPermissionSet) SetPermissions ¶

func (o *CSSCMSDataModelModelsSecurityPermissionSet) SetPermissions(v []string)

SetPermissions gets a reference to the given []string and assigns it to the Permissions field.

func (CSSCMSDataModelModelsSecurityPermissionSet) ToMap ¶

func (o CSSCMSDataModelModelsSecurityPermissionSet) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsSecurityPermissionSet) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type CSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase ¶

type CSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase struct {
	Name        NullableString `json:"Name,omitempty"`
	Permissions []string       `json:"Permissions,omitempty"`
}

CSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase struct for CSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase

func NewCSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase ¶

func NewCSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase() *CSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase

NewCSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase instantiates a new CSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase 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 NewCSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBaseWithDefaults ¶

func NewCSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBaseWithDefaults() *CSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase

NewCSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBaseWithDefaults instantiates a new CSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase 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 (*CSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase) GetPermissions ¶

GetPermissions returns the Permissions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase) GetPermissionsOk ¶

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase) HasName ¶

HasName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase) HasPermissions ¶

HasPermissions returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase) MarshalJSON ¶

func (*CSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*CSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase) SetPermissions ¶

SetPermissions gets a reference to the given []string and assigns it to the Permissions field.

func (CSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase) ToMap ¶

func (*CSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type CSSCMSDataModelModelsSubjectAlternativeName ¶

type CSSCMSDataModelModelsSubjectAlternativeName struct {
	Id        *int32                                                 `json:"Id,omitempty"`
	Value     NullableString                                         `json:"Value,omitempty"`
	Type      *KeyfactorPKIPKIConstantsX509SubjectAltNameElementType `json:"Type,omitempty"`
	ValueHash NullableString                                         `json:"ValueHash,omitempty"`
}

CSSCMSDataModelModelsSubjectAlternativeName struct for CSSCMSDataModelModelsSubjectAlternativeName

func NewCSSCMSDataModelModelsSubjectAlternativeName ¶

func NewCSSCMSDataModelModelsSubjectAlternativeName() *CSSCMSDataModelModelsSubjectAlternativeName

NewCSSCMSDataModelModelsSubjectAlternativeName instantiates a new CSSCMSDataModelModelsSubjectAlternativeName 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 NewCSSCMSDataModelModelsSubjectAlternativeNameWithDefaults ¶

func NewCSSCMSDataModelModelsSubjectAlternativeNameWithDefaults() *CSSCMSDataModelModelsSubjectAlternativeName

NewCSSCMSDataModelModelsSubjectAlternativeNameWithDefaults instantiates a new CSSCMSDataModelModelsSubjectAlternativeName 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 (*CSSCMSDataModelModelsSubjectAlternativeName) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSubjectAlternativeName) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSubjectAlternativeName) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsSubjectAlternativeName) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsSubjectAlternativeName) GetValue ¶

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSubjectAlternativeName) GetValueHash ¶

GetValueHash returns the ValueHash field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsSubjectAlternativeName) GetValueHashOk ¶

GetValueHashOk returns a tuple with the ValueHash field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSubjectAlternativeName) GetValueOk ¶

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsSubjectAlternativeName) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSubjectAlternativeName) HasType ¶

HasType returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSubjectAlternativeName) HasValue ¶

HasValue returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsSubjectAlternativeName) HasValueHash ¶

HasValueHash returns a boolean if a field has been set.

func (CSSCMSDataModelModelsSubjectAlternativeName) MarshalJSON ¶

func (*CSSCMSDataModelModelsSubjectAlternativeName) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsSubjectAlternativeName) SetType ¶

SetType gets a reference to the given KeyfactorPKIPKIConstantsX509SubjectAltNameElementType and assigns it to the Type field.

func (*CSSCMSDataModelModelsSubjectAlternativeName) SetValue ¶

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*CSSCMSDataModelModelsSubjectAlternativeName) SetValueHash ¶

SetValueHash gets a reference to the given NullableString and assigns it to the ValueHash field.

func (*CSSCMSDataModelModelsSubjectAlternativeName) SetValueHashNil ¶

func (o *CSSCMSDataModelModelsSubjectAlternativeName) SetValueHashNil()

SetValueHashNil sets the value for ValueHash to be an explicit nil

func (*CSSCMSDataModelModelsSubjectAlternativeName) SetValueNil ¶

SetValueNil sets the value for Value to be an explicit nil

func (CSSCMSDataModelModelsSubjectAlternativeName) ToMap ¶

func (o CSSCMSDataModelModelsSubjectAlternativeName) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsSubjectAlternativeName) UnsetValue ¶

UnsetValue ensures that no value is present for Value, not even an explicit nil

func (*CSSCMSDataModelModelsSubjectAlternativeName) UnsetValueHash ¶

func (o *CSSCMSDataModelModelsSubjectAlternativeName) UnsetValueHash()

UnsetValueHash ensures that no value is present for ValueHash, not even an explicit nil

type CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData ¶

type CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData struct {
	BitLengths []int32  `json:"bit_lengths,omitempty"`
	Curves     []string `json:"curves,omitempty"`
}

CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData struct for CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData

func NewCSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData ¶

func NewCSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData() *CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData

NewCSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData instantiates a new CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData 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 NewCSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmDataWithDefaults ¶

func NewCSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmDataWithDefaults() *CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData

NewCSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmDataWithDefaults instantiates a new CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData 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 (*CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData) GetBitLengths ¶

GetBitLengths returns the BitLengths field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData) GetBitLengthsOk ¶

GetBitLengthsOk returns a tuple with the BitLengths field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData) GetCurves ¶

GetCurves returns the Curves field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData) GetCurvesOk ¶

GetCurvesOk returns a tuple with the Curves field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData) HasBitLengths ¶

HasBitLengths returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData) HasCurves ¶

HasCurves returns a boolean if a field has been set.

func (CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData) MarshalJSON ¶

func (*CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData) SetBitLengths ¶

SetBitLengths gets a reference to the given []int32 and assigns it to the BitLengths field.

func (*CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData) SetCurves ¶

SetCurves gets a reference to the given []string and assigns it to the Curves field.

func (CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData) ToMap ¶

type CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo ¶

type CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo struct {
	ECDSA   *CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData `json:"ECDSA,omitempty"`
	RSA     *CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData `json:"RSA,omitempty"`
	Ed448   *CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData `json:"Ed448,omitempty"`
	Ed25519 *CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData `json:"Ed25519,omitempty"`
}

CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo struct for CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo

func NewCSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo ¶

func NewCSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo() *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo

NewCSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo instantiates a new CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo 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 NewCSSCMSDataModelModelsTemplatesAlgorithmsKeyInfoWithDefaults ¶

func NewCSSCMSDataModelModelsTemplatesAlgorithmsKeyInfoWithDefaults() *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo

NewCSSCMSDataModelModelsTemplatesAlgorithmsKeyInfoWithDefaults instantiates a new CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo 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 (*CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) GetECDSA ¶

GetECDSA returns the ECDSA field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) GetECDSAOk ¶

GetECDSAOk returns a tuple with the ECDSA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) GetEd25519 ¶

GetEd25519 returns the Ed25519 field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) GetEd25519Ok ¶

GetEd25519Ok returns a tuple with the Ed25519 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) GetEd448 ¶

GetEd448 returns the Ed448 field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) GetEd448Ok ¶

GetEd448Ok returns a tuple with the Ed448 field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) GetRSA ¶

GetRSA returns the RSA field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) GetRSAOk ¶

GetRSAOk returns a tuple with the RSA field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) HasECDSA ¶

HasECDSA returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) HasEd25519 ¶

HasEd25519 returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) HasEd448 ¶

HasEd448 returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) HasRSA ¶

HasRSA returns a boolean if a field has been set.

func (CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) MarshalJSON ¶

func (*CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) SetECDSA ¶

SetECDSA gets a reference to the given CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData and assigns it to the ECDSA field.

func (*CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) SetEd25519 ¶

SetEd25519 gets a reference to the given CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData and assigns it to the Ed25519 field.

func (*CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) SetEd448 ¶

SetEd448 gets a reference to the given CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData and assigns it to the Ed448 field.

func (*CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) SetRSA ¶

SetRSA gets a reference to the given CSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData and assigns it to the RSA field.

func (CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) ToMap ¶

func (o CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) ToMap() (map[string]interface{}, error)

type CSSCMSDataModelModelsTemplatesTemplateEnrollmentField ¶

type CSSCMSDataModelModelsTemplatesTemplateEnrollmentField struct {
	Id       *int32                                      `json:"Id,omitempty"`
	Name     NullableString                              `json:"Name,omitempty"`
	Options  []string                                    `json:"Options,omitempty"`
	DataType *CSSCMSCoreEnumsTemplateEnrollmentFieldType `json:"DataType,omitempty"`
}

CSSCMSDataModelModelsTemplatesTemplateEnrollmentField struct for CSSCMSDataModelModelsTemplatesTemplateEnrollmentField

func NewCSSCMSDataModelModelsTemplatesTemplateEnrollmentField ¶

func NewCSSCMSDataModelModelsTemplatesTemplateEnrollmentField() *CSSCMSDataModelModelsTemplatesTemplateEnrollmentField

NewCSSCMSDataModelModelsTemplatesTemplateEnrollmentField instantiates a new CSSCMSDataModelModelsTemplatesTemplateEnrollmentField 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 NewCSSCMSDataModelModelsTemplatesTemplateEnrollmentFieldWithDefaults ¶

func NewCSSCMSDataModelModelsTemplatesTemplateEnrollmentFieldWithDefaults() *CSSCMSDataModelModelsTemplatesTemplateEnrollmentField

NewCSSCMSDataModelModelsTemplatesTemplateEnrollmentFieldWithDefaults instantiates a new CSSCMSDataModelModelsTemplatesTemplateEnrollmentField 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 (*CSSCMSDataModelModelsTemplatesTemplateEnrollmentField) GetDataType ¶

GetDataType returns the DataType field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsTemplatesTemplateEnrollmentField) GetDataTypeOk ¶

GetDataTypeOk returns a tuple with the DataType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsTemplatesTemplateEnrollmentField) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsTemplatesTemplateEnrollmentField) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsTemplatesTemplateEnrollmentField) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsTemplatesTemplateEnrollmentField) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsTemplatesTemplateEnrollmentField) GetOptions ¶

GetOptions returns the Options field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsTemplatesTemplateEnrollmentField) GetOptionsOk ¶

GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsTemplatesTemplateEnrollmentField) HasDataType ¶

HasDataType returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsTemplatesTemplateEnrollmentField) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsTemplatesTemplateEnrollmentField) HasName ¶

HasName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsTemplatesTemplateEnrollmentField) HasOptions ¶

HasOptions returns a boolean if a field has been set.

func (CSSCMSDataModelModelsTemplatesTemplateEnrollmentField) MarshalJSON ¶

func (*CSSCMSDataModelModelsTemplatesTemplateEnrollmentField) SetDataType ¶

SetDataType gets a reference to the given CSSCMSCoreEnumsTemplateEnrollmentFieldType and assigns it to the DataType field.

func (*CSSCMSDataModelModelsTemplatesTemplateEnrollmentField) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsTemplatesTemplateEnrollmentField) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CSSCMSDataModelModelsTemplatesTemplateEnrollmentField) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*CSSCMSDataModelModelsTemplatesTemplateEnrollmentField) SetOptions ¶

SetOptions gets a reference to the given []string and assigns it to the Options field.

func (CSSCMSDataModelModelsTemplatesTemplateEnrollmentField) ToMap ¶

func (*CSSCMSDataModelModelsTemplatesTemplateEnrollmentField) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type CSSCMSDataModelModelsTemplatesTemplateMetadataField ¶

type CSSCMSDataModelModelsTemplatesTemplateMetadataField struct {
	Id            *int32                                 `json:"Id,omitempty"`
	DefaultValue  NullableString                         `json:"DefaultValue,omitempty"`
	TemplateId    *int32                                 `json:"TemplateId,omitempty"`
	MetadataId    *int32                                 `json:"MetadataId,omitempty"`
	Validation    NullableString                         `json:"Validation,omitempty"`
	Message       NullableString                         `json:"Message,omitempty"`
	CaseSensitive *bool                                  `json:"CaseSensitive,omitempty"`
	Enrollment    *CSSCMSCoreEnumsMetadataTypeEnrollment `json:"Enrollment,omitempty"`
}

CSSCMSDataModelModelsTemplatesTemplateMetadataField struct for CSSCMSDataModelModelsTemplatesTemplateMetadataField

func NewCSSCMSDataModelModelsTemplatesTemplateMetadataField ¶

func NewCSSCMSDataModelModelsTemplatesTemplateMetadataField() *CSSCMSDataModelModelsTemplatesTemplateMetadataField

NewCSSCMSDataModelModelsTemplatesTemplateMetadataField instantiates a new CSSCMSDataModelModelsTemplatesTemplateMetadataField 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 NewCSSCMSDataModelModelsTemplatesTemplateMetadataFieldWithDefaults ¶

func NewCSSCMSDataModelModelsTemplatesTemplateMetadataFieldWithDefaults() *CSSCMSDataModelModelsTemplatesTemplateMetadataField

NewCSSCMSDataModelModelsTemplatesTemplateMetadataFieldWithDefaults instantiates a new CSSCMSDataModelModelsTemplatesTemplateMetadataField 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 (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) GetCaseSensitive ¶

GetCaseSensitive returns the CaseSensitive field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) GetCaseSensitiveOk ¶

GetCaseSensitiveOk returns a tuple with the CaseSensitive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) GetDefaultValue ¶

GetDefaultValue returns the DefaultValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) GetDefaultValueOk ¶

GetDefaultValueOk returns a tuple with the DefaultValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) GetEnrollment ¶

GetEnrollment returns the Enrollment field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) GetEnrollmentOk ¶

GetEnrollmentOk returns a tuple with the Enrollment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) GetMessageOk ¶

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) GetMetadataId ¶

GetMetadataId returns the MetadataId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) GetMetadataIdOk ¶

GetMetadataIdOk returns a tuple with the MetadataId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) GetTemplateId ¶

GetTemplateId returns the TemplateId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) GetTemplateIdOk ¶

GetTemplateIdOk returns a tuple with the TemplateId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) GetValidation ¶

GetValidation returns the Validation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) GetValidationOk ¶

GetValidationOk returns a tuple with the Validation field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) HasCaseSensitive ¶

HasCaseSensitive returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) HasDefaultValue ¶

HasDefaultValue returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) HasEnrollment ¶

HasEnrollment returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) HasMetadataId ¶

HasMetadataId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) HasTemplateId ¶

HasTemplateId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) HasValidation ¶

HasValidation returns a boolean if a field has been set.

func (CSSCMSDataModelModelsTemplatesTemplateMetadataField) MarshalJSON ¶

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) SetCaseSensitive ¶

SetCaseSensitive gets a reference to the given bool and assigns it to the CaseSensitive field.

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) SetDefaultValue ¶

SetDefaultValue gets a reference to the given NullableString and assigns it to the DefaultValue field.

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) SetDefaultValueNil ¶

SetDefaultValueNil sets the value for DefaultValue to be an explicit nil

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) SetEnrollment ¶

SetEnrollment gets a reference to the given CSSCMSCoreEnumsMetadataTypeEnrollment and assigns it to the Enrollment field.

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) SetMessage ¶

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) SetMessageNil ¶

SetMessageNil sets the value for Message to be an explicit nil

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) SetMetadataId ¶

SetMetadataId gets a reference to the given int32 and assigns it to the MetadataId field.

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) SetTemplateId ¶

SetTemplateId gets a reference to the given int32 and assigns it to the TemplateId field.

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) SetValidation ¶

SetValidation gets a reference to the given NullableString and assigns it to the Validation field.

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) SetValidationNil ¶

SetValidationNil sets the value for Validation to be an explicit nil

func (CSSCMSDataModelModelsTemplatesTemplateMetadataField) ToMap ¶

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) UnsetDefaultValue ¶

UnsetDefaultValue ensures that no value is present for DefaultValue, not even an explicit nil

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) UnsetMessage ¶

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*CSSCMSDataModelModelsTemplatesTemplateMetadataField) UnsetValidation ¶

UnsetValidation ensures that no value is present for Validation, not even an explicit nil

type CSSCMSDataModelModelsWorkflowApproveDenyResult ¶

type CSSCMSDataModelModelsWorkflowApproveDenyResult struct {
	Failures  []CSSCMSDataModelModelsWorkflowProcessedCertificateRequest `json:"Failures,omitempty"`
	Denials   []CSSCMSDataModelModelsWorkflowProcessedCertificateRequest `json:"Denials,omitempty"`
	Successes []CSSCMSDataModelModelsWorkflowProcessedCertificateRequest `json:"Successes,omitempty"`
}

CSSCMSDataModelModelsWorkflowApproveDenyResult struct for CSSCMSDataModelModelsWorkflowApproveDenyResult

func NewCSSCMSDataModelModelsWorkflowApproveDenyResult ¶

func NewCSSCMSDataModelModelsWorkflowApproveDenyResult() *CSSCMSDataModelModelsWorkflowApproveDenyResult

NewCSSCMSDataModelModelsWorkflowApproveDenyResult instantiates a new CSSCMSDataModelModelsWorkflowApproveDenyResult 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 NewCSSCMSDataModelModelsWorkflowApproveDenyResultWithDefaults ¶

func NewCSSCMSDataModelModelsWorkflowApproveDenyResultWithDefaults() *CSSCMSDataModelModelsWorkflowApproveDenyResult

NewCSSCMSDataModelModelsWorkflowApproveDenyResultWithDefaults instantiates a new CSSCMSDataModelModelsWorkflowApproveDenyResult 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 (*CSSCMSDataModelModelsWorkflowApproveDenyResult) GetDenials ¶

GetDenials returns the Denials field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsWorkflowApproveDenyResult) GetDenialsOk ¶

GetDenialsOk returns a tuple with the Denials field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsWorkflowApproveDenyResult) GetFailures ¶

GetFailures returns the Failures field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsWorkflowApproveDenyResult) GetFailuresOk ¶

GetFailuresOk returns a tuple with the Failures field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsWorkflowApproveDenyResult) GetSuccesses ¶

GetSuccesses returns the Successes field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsWorkflowApproveDenyResult) GetSuccessesOk ¶

GetSuccessesOk returns a tuple with the Successes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsWorkflowApproveDenyResult) HasDenials ¶

HasDenials returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsWorkflowApproveDenyResult) HasFailures ¶

HasFailures returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsWorkflowApproveDenyResult) HasSuccesses ¶

HasSuccesses returns a boolean if a field has been set.

func (CSSCMSDataModelModelsWorkflowApproveDenyResult) MarshalJSON ¶

func (*CSSCMSDataModelModelsWorkflowApproveDenyResult) SetDenials ¶

SetDenials gets a reference to the given []CSSCMSDataModelModelsWorkflowProcessedCertificateRequest and assigns it to the Denials field.

func (*CSSCMSDataModelModelsWorkflowApproveDenyResult) SetFailures ¶

SetFailures gets a reference to the given []CSSCMSDataModelModelsWorkflowProcessedCertificateRequest and assigns it to the Failures field.

func (*CSSCMSDataModelModelsWorkflowApproveDenyResult) SetSuccesses ¶

SetSuccesses gets a reference to the given []CSSCMSDataModelModelsWorkflowProcessedCertificateRequest and assigns it to the Successes field.

func (CSSCMSDataModelModelsWorkflowApproveDenyResult) ToMap ¶

func (o CSSCMSDataModelModelsWorkflowApproveDenyResult) ToMap() (map[string]interface{}, error)

type CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel ¶

type CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel struct {
	EntryName     NullableString `json:"EntryName,omitempty"`
	ClientMachine NullableString `json:"ClientMachine,omitempty"`
	StorePath     NullableString `json:"StorePath,omitempty"`
}

CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel struct for CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel

func NewCSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel ¶

func NewCSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel() *CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel

NewCSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel instantiates a new CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel 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 NewCSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModelWithDefaults ¶

func NewCSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModelWithDefaults() *CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel

NewCSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModelWithDefaults instantiates a new CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel 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 (*CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) GetClientMachine ¶

GetClientMachine returns the ClientMachine field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) GetClientMachineOk ¶

GetClientMachineOk returns a tuple with the ClientMachine field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) GetEntryName ¶

GetEntryName returns the EntryName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) GetEntryNameOk ¶

GetEntryNameOk returns a tuple with the EntryName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) GetStorePath ¶

GetStorePath returns the StorePath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) GetStorePathOk ¶

GetStorePathOk returns a tuple with the StorePath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) HasClientMachine ¶

HasClientMachine returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) HasEntryName ¶

HasEntryName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) HasStorePath ¶

HasStorePath returns a boolean if a field has been set.

func (CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) MarshalJSON ¶

func (*CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) SetClientMachine ¶

SetClientMachine gets a reference to the given NullableString and assigns it to the ClientMachine field.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) SetClientMachineNil ¶

SetClientMachineNil sets the value for ClientMachine to be an explicit nil

func (*CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) SetEntryName ¶

SetEntryName gets a reference to the given NullableString and assigns it to the EntryName field.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) SetEntryNameNil ¶

SetEntryNameNil sets the value for EntryName to be an explicit nil

func (*CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) SetStorePath ¶

SetStorePath gets a reference to the given NullableString and assigns it to the StorePath field.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) SetStorePathNil ¶

SetStorePathNil sets the value for StorePath to be an explicit nil

func (CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) ToMap ¶

func (*CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) UnsetClientMachine ¶

UnsetClientMachine ensures that no value is present for ClientMachine, not even an explicit nil

func (*CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) UnsetEntryName ¶

UnsetEntryName ensures that no value is present for EntryName, not even an explicit nil

func (*CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) UnsetStorePath ¶

UnsetStorePath ensures that no value is present for StorePath, not even an explicit nil

type CSSCMSDataModelModelsWorkflowCertificateRequestModel ¶

type CSSCMSDataModelModelsWorkflowCertificateRequestModel struct {
	Id                   *int32                             `json:"Id,omitempty"`
	CARequestId          NullableString                     `json:"CARequestId,omitempty"`
	CommonName           NullableString                     `json:"CommonName,omitempty"`
	DistinguishedName    NullableString                     `json:"DistinguishedName,omitempty"`
	SubmissionDate       NullableTime                       `json:"SubmissionDate,omitempty"`
	CertificateAuthority NullableString                     `json:"CertificateAuthority,omitempty"`
	Template             NullableString                     `json:"Template,omitempty"`
	Requester            NullableString                     `json:"Requester,omitempty"`
	State                *KeyfactorPKIEnumsCertificateState `json:"State,omitempty"`
	StateString          NullableString                     `json:"StateString,omitempty"`
	Metadata             map[string]string                  `json:"Metadata,omitempty"`
}

CSSCMSDataModelModelsWorkflowCertificateRequestModel struct for CSSCMSDataModelModelsWorkflowCertificateRequestModel

func NewCSSCMSDataModelModelsWorkflowCertificateRequestModel ¶

func NewCSSCMSDataModelModelsWorkflowCertificateRequestModel() *CSSCMSDataModelModelsWorkflowCertificateRequestModel

NewCSSCMSDataModelModelsWorkflowCertificateRequestModel instantiates a new CSSCMSDataModelModelsWorkflowCertificateRequestModel 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 NewCSSCMSDataModelModelsWorkflowCertificateRequestModelWithDefaults ¶

func NewCSSCMSDataModelModelsWorkflowCertificateRequestModelWithDefaults() *CSSCMSDataModelModelsWorkflowCertificateRequestModel

NewCSSCMSDataModelModelsWorkflowCertificateRequestModelWithDefaults instantiates a new CSSCMSDataModelModelsWorkflowCertificateRequestModel 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 (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetCARequestId ¶

GetCARequestId returns the CARequestId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetCARequestIdOk ¶

GetCARequestIdOk returns a tuple with the CARequestId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetCertificateAuthority ¶

func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetCertificateAuthority() string

GetCertificateAuthority returns the CertificateAuthority field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetCertificateAuthorityOk ¶

func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetCertificateAuthorityOk() (*string, bool)

GetCertificateAuthorityOk returns a tuple with the CertificateAuthority field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetCommonName ¶

GetCommonName returns the CommonName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetCommonNameOk ¶

GetCommonNameOk returns a tuple with the CommonName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetDistinguishedName ¶

GetDistinguishedName returns the DistinguishedName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetDistinguishedNameOk ¶

func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetDistinguishedNameOk() (*string, bool)

GetDistinguishedNameOk returns a tuple with the DistinguishedName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetMetadata ¶

GetMetadata returns the Metadata field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetMetadataOk ¶

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetRequester ¶

GetRequester returns the Requester field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetRequesterOk ¶

GetRequesterOk returns a tuple with the Requester field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetState ¶

GetState returns the State field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetStateOk ¶

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetStateString ¶

GetStateString returns the StateString field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetStateStringOk ¶

GetStateStringOk returns a tuple with the StateString field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetSubmissionDate ¶

GetSubmissionDate returns the SubmissionDate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetSubmissionDateOk ¶

GetSubmissionDateOk returns a tuple with the SubmissionDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetTemplate ¶

GetTemplate returns the Template field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) GetTemplateOk ¶

GetTemplateOk returns a tuple with the Template field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) HasCARequestId ¶

HasCARequestId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) HasCertificateAuthority ¶

func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) HasCertificateAuthority() bool

HasCertificateAuthority returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) HasCommonName ¶

HasCommonName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) HasDistinguishedName ¶

HasDistinguishedName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) HasId ¶

HasId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) HasMetadata ¶

HasMetadata returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) HasRequester ¶

HasRequester returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) HasState ¶

HasState returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) HasStateString ¶

HasStateString returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) HasSubmissionDate ¶

HasSubmissionDate returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) HasTemplate ¶

HasTemplate returns a boolean if a field has been set.

func (CSSCMSDataModelModelsWorkflowCertificateRequestModel) MarshalJSON ¶

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetCARequestId ¶

SetCARequestId gets a reference to the given NullableString and assigns it to the CARequestId field.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetCARequestIdNil ¶

SetCARequestIdNil sets the value for CARequestId to be an explicit nil

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetCertificateAuthority ¶

func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetCertificateAuthority(v string)

SetCertificateAuthority gets a reference to the given NullableString and assigns it to the CertificateAuthority field.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetCertificateAuthorityNil ¶

func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetCertificateAuthorityNil()

SetCertificateAuthorityNil sets the value for CertificateAuthority to be an explicit nil

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetCommonName ¶

SetCommonName gets a reference to the given NullableString and assigns it to the CommonName field.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetCommonNameNil ¶

SetCommonNameNil sets the value for CommonName to be an explicit nil

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetDistinguishedName ¶

SetDistinguishedName gets a reference to the given NullableString and assigns it to the DistinguishedName field.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetDistinguishedNameNil ¶

func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetDistinguishedNameNil()

SetDistinguishedNameNil sets the value for DistinguishedName to be an explicit nil

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetMetadata ¶

SetMetadata gets a reference to the given map[string]string and assigns it to the Metadata field.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetRequester ¶

SetRequester gets a reference to the given NullableString and assigns it to the Requester field.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetRequesterNil ¶

SetRequesterNil sets the value for Requester to be an explicit nil

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetState ¶

SetState gets a reference to the given KeyfactorPKIEnumsCertificateState and assigns it to the State field.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetStateString ¶

SetStateString gets a reference to the given NullableString and assigns it to the StateString field.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetStateStringNil ¶

SetStateStringNil sets the value for StateString to be an explicit nil

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetSubmissionDate ¶

SetSubmissionDate gets a reference to the given NullableTime and assigns it to the SubmissionDate field.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetSubmissionDateNil ¶

func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetSubmissionDateNil()

SetSubmissionDateNil sets the value for SubmissionDate to be an explicit nil

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetTemplate ¶

SetTemplate gets a reference to the given NullableString and assigns it to the Template field.

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) SetTemplateNil ¶

SetTemplateNil sets the value for Template to be an explicit nil

func (CSSCMSDataModelModelsWorkflowCertificateRequestModel) ToMap ¶

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) UnsetCARequestId ¶

UnsetCARequestId ensures that no value is present for CARequestId, not even an explicit nil

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) UnsetCertificateAuthority ¶

func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) UnsetCertificateAuthority()

UnsetCertificateAuthority ensures that no value is present for CertificateAuthority, not even an explicit nil

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) UnsetCommonName ¶

UnsetCommonName ensures that no value is present for CommonName, not even an explicit nil

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) UnsetDistinguishedName ¶

func (o *CSSCMSDataModelModelsWorkflowCertificateRequestModel) UnsetDistinguishedName()

UnsetDistinguishedName ensures that no value is present for DistinguishedName, not even an explicit nil

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) UnsetRequester ¶

UnsetRequester ensures that no value is present for Requester, not even an explicit nil

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) UnsetStateString ¶

UnsetStateString ensures that no value is present for StateString, not even an explicit nil

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) UnsetSubmissionDate ¶

UnsetSubmissionDate ensures that no value is present for SubmissionDate, not even an explicit nil

func (*CSSCMSDataModelModelsWorkflowCertificateRequestModel) UnsetTemplate ¶

UnsetTemplate ensures that no value is present for Template, not even an explicit nil

type CSSCMSDataModelModelsWorkflowDenialRequest ¶

type CSSCMSDataModelModelsWorkflowDenialRequest struct {
	Comment               NullableString `json:"Comment,omitempty"`
	CertificateRequestIds []int32        `json:"CertificateRequestIds,omitempty"`
}

CSSCMSDataModelModelsWorkflowDenialRequest struct for CSSCMSDataModelModelsWorkflowDenialRequest

func NewCSSCMSDataModelModelsWorkflowDenialRequest ¶

func NewCSSCMSDataModelModelsWorkflowDenialRequest() *CSSCMSDataModelModelsWorkflowDenialRequest

NewCSSCMSDataModelModelsWorkflowDenialRequest instantiates a new CSSCMSDataModelModelsWorkflowDenialRequest 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 NewCSSCMSDataModelModelsWorkflowDenialRequestWithDefaults ¶

func NewCSSCMSDataModelModelsWorkflowDenialRequestWithDefaults() *CSSCMSDataModelModelsWorkflowDenialRequest

NewCSSCMSDataModelModelsWorkflowDenialRequestWithDefaults instantiates a new CSSCMSDataModelModelsWorkflowDenialRequest 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 (*CSSCMSDataModelModelsWorkflowDenialRequest) GetCertificateRequestIds ¶

func (o *CSSCMSDataModelModelsWorkflowDenialRequest) GetCertificateRequestIds() []int32

GetCertificateRequestIds returns the CertificateRequestIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsWorkflowDenialRequest) GetCertificateRequestIdsOk ¶

func (o *CSSCMSDataModelModelsWorkflowDenialRequest) GetCertificateRequestIdsOk() ([]int32, bool)

GetCertificateRequestIdsOk returns a tuple with the CertificateRequestIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsWorkflowDenialRequest) GetComment ¶

GetComment returns the Comment field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsWorkflowDenialRequest) GetCommentOk ¶

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsWorkflowDenialRequest) HasCertificateRequestIds ¶

func (o *CSSCMSDataModelModelsWorkflowDenialRequest) HasCertificateRequestIds() bool

HasCertificateRequestIds returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsWorkflowDenialRequest) HasComment ¶

HasComment returns a boolean if a field has been set.

func (CSSCMSDataModelModelsWorkflowDenialRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsWorkflowDenialRequest) SetCertificateRequestIds ¶

func (o *CSSCMSDataModelModelsWorkflowDenialRequest) SetCertificateRequestIds(v []int32)

SetCertificateRequestIds gets a reference to the given []int32 and assigns it to the CertificateRequestIds field.

func (*CSSCMSDataModelModelsWorkflowDenialRequest) SetComment ¶

SetComment gets a reference to the given NullableString and assigns it to the Comment field.

func (*CSSCMSDataModelModelsWorkflowDenialRequest) SetCommentNil ¶

func (o *CSSCMSDataModelModelsWorkflowDenialRequest) SetCommentNil()

SetCommentNil sets the value for Comment to be an explicit nil

func (CSSCMSDataModelModelsWorkflowDenialRequest) ToMap ¶

func (o CSSCMSDataModelModelsWorkflowDenialRequest) ToMap() (map[string]interface{}, error)

func (*CSSCMSDataModelModelsWorkflowDenialRequest) UnsetComment ¶

UnsetComment ensures that no value is present for Comment, not even an explicit nil

type CSSCMSDataModelModelsWorkflowProcessedCertificateRequest ¶

type CSSCMSDataModelModelsWorkflowProcessedCertificateRequest struct {
	CARowId            NullableInt32  `json:"CARowId,omitempty"`
	CARequestId        NullableString `json:"CARequestId,omitempty"`
	CAHost             NullableString `json:"CAHost,omitempty"`
	CALogicalName      NullableString `json:"CALogicalName,omitempty"`
	KeyfactorRequestId *int32         `json:"KeyfactorRequestId,omitempty"`
	Comment            NullableString `json:"Comment,omitempty"`
}

CSSCMSDataModelModelsWorkflowProcessedCertificateRequest struct for CSSCMSDataModelModelsWorkflowProcessedCertificateRequest

func NewCSSCMSDataModelModelsWorkflowProcessedCertificateRequest ¶

func NewCSSCMSDataModelModelsWorkflowProcessedCertificateRequest() *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest

NewCSSCMSDataModelModelsWorkflowProcessedCertificateRequest instantiates a new CSSCMSDataModelModelsWorkflowProcessedCertificateRequest 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 NewCSSCMSDataModelModelsWorkflowProcessedCertificateRequestWithDefaults ¶

func NewCSSCMSDataModelModelsWorkflowProcessedCertificateRequestWithDefaults() *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest

NewCSSCMSDataModelModelsWorkflowProcessedCertificateRequestWithDefaults instantiates a new CSSCMSDataModelModelsWorkflowProcessedCertificateRequest 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 (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCAHost ¶

GetCAHost returns the CAHost field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCAHostOk ¶

GetCAHostOk returns a tuple with the CAHost field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCALogicalName ¶

GetCALogicalName returns the CALogicalName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCALogicalNameOk ¶

GetCALogicalNameOk returns a tuple with the CALogicalName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCARequestId ¶

GetCARequestId returns the CARequestId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCARequestIdOk ¶

GetCARequestIdOk returns a tuple with the CARequestId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCARowId ¶

GetCARowId returns the CARowId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCARowIdOk ¶

GetCARowIdOk returns a tuple with the CARowId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetComment ¶

GetComment returns the Comment field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetCommentOk ¶

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetKeyfactorRequestId ¶

GetKeyfactorRequestId returns the KeyfactorRequestId field value if set, zero value otherwise.

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetKeyfactorRequestIdOk ¶

func (o *CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) GetKeyfactorRequestIdOk() (*int32, bool)

GetKeyfactorRequestIdOk returns a tuple with the KeyfactorRequestId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) HasCAHost ¶

HasCAHost returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) HasCALogicalName ¶

HasCALogicalName returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) HasCARequestId ¶

HasCARequestId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) HasCARowId ¶

HasCARowId returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) HasComment ¶

HasComment returns a boolean if a field has been set.

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) HasKeyfactorRequestId ¶

HasKeyfactorRequestId returns a boolean if a field has been set.

func (CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) MarshalJSON ¶

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCAHost ¶

SetCAHost gets a reference to the given NullableString and assigns it to the CAHost field.

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCAHostNil ¶

SetCAHostNil sets the value for CAHost to be an explicit nil

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCALogicalName ¶

SetCALogicalName gets a reference to the given NullableString and assigns it to the CALogicalName field.

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCALogicalNameNil ¶

SetCALogicalNameNil sets the value for CALogicalName to be an explicit nil

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCARequestId ¶

SetCARequestId gets a reference to the given NullableString and assigns it to the CARequestId field.

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCARequestIdNil ¶

SetCARequestIdNil sets the value for CARequestId to be an explicit nil

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCARowId ¶

SetCARowId gets a reference to the given NullableInt32 and assigns it to the CARowId field.

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCARowIdNil ¶

SetCARowIdNil sets the value for CARowId to be an explicit nil

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetComment ¶

SetComment gets a reference to the given NullableString and assigns it to the Comment field.

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetCommentNil ¶

SetCommentNil sets the value for Comment to be an explicit nil

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) SetKeyfactorRequestId ¶

SetKeyfactorRequestId gets a reference to the given int32 and assigns it to the KeyfactorRequestId field.

func (CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) ToMap ¶

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) UnsetCAHost ¶

UnsetCAHost ensures that no value is present for CAHost, not even an explicit nil

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) UnsetCALogicalName ¶

UnsetCALogicalName ensures that no value is present for CALogicalName, not even an explicit nil

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) UnsetCARequestId ¶

UnsetCARequestId ensures that no value is present for CARequestId, not even an explicit nil

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) UnsetCARowId ¶

UnsetCARowId ensures that no value is present for CARowId, not even an explicit nil

func (*CSSCMSDataModelModelsWorkflowProcessedCertificateRequest) UnsetComment ¶

UnsetComment ensures that no value is present for Comment, not even an explicit nil

type CertificateApiService ¶

type CertificateApiService service

CertificateApiService CertificateApi service

func (*CertificateApiService) CreateCertificatesAnalyzeExecute ¶

Executes the API request V1 POST /Certificates/Analyze

@return []CSSCMSDataModelModelsCertificateDetails

func (*CertificateApiService) CreateCertificatesDownloadExecute ¶

Executes the API request V1 POST /Certificates/Download

@return CSSCMSDataModelModelsCertificateDownloadResponse

func (*CertificateApiService) CreateCertificatesImportExecute ¶

Executes the API request V1 POST /Certificates/Import

@return CSSCMSDataModelModelsCertificateImportResponseModel

func (*CertificateApiService) CreateCertificatesRecoverExecute ¶

Executes the API request V1 POST /Certificates/Recover

@return CSSCMSDataModelModelsRecoveryResponse

func (*CertificateApiService) CreateCertificatesRevokeExecute ¶

Executes the API request V1 POST /Certificates/Revoke

@return CertificatesRevocationResponse

func (*CertificateApiService) DeleteCertificatesByIdExecute ¶

func (a *CertificateApiService) DeleteCertificatesByIdExecute(r ApiDeleteCertificatesByIdRequest) (*http.Response, error)

Executes the API request

func (*CertificateApiService) DeleteCertificatesExecute ¶

func (a *CertificateApiService) DeleteCertificatesExecute(r ApiDeleteCertificatesRequest) (*http.Response, error)

Executes the API request

func (*CertificateApiService) DeleteCertificatesPrivateKeyByIdExecute ¶

func (a *CertificateApiService) DeleteCertificatesPrivateKeyByIdExecute(r ApiDeleteCertificatesPrivateKeyByIdRequest) (*http.Response, error)

Executes the API request

func (*CertificateApiService) DeleteCertificatesPrivateKeyExecute ¶

func (a *CertificateApiService) DeleteCertificatesPrivateKeyExecute(r ApiDeleteCertificatesPrivateKeyRequest) (*http.Response, error)

Executes the API request

func (*CertificateApiService) DeleteCertificatesQueryExecute ¶

func (a *CertificateApiService) DeleteCertificatesQueryExecute(r ApiDeleteCertificatesQueryRequest) (*http.Response, error)

Executes the API request

func (*CertificateApiService) GetCertificatesByIdExecute ¶

Executes the API request V1 GET /Certificates/{id}

@return CertificatesCertificateRetrievalResponse

func (*CertificateApiService) GetCertificatesByIdHistoryExecute ¶

Executes the API request V1 GET /Certificates/{id}/History

@return []CSSCMSDataModelModelsPKICertificateOperation

func (*CertificateApiService) GetCertificatesByIdSecurityExecute ¶

Executes the API request V1 GET /Certificates/{id}/Security

@return CSSCMSDataModelModelsSecurityCertificatePermissions

func (*CertificateApiService) GetCertificatesByIdValidateExecute ¶

Executes the API request V1 GET /Certificates/{id}/Validate

@return CSSCMSDataModelModelsCertificateValidationResponse

func (*CertificateApiService) GetCertificatesCSVExecute ¶

func (a *CertificateApiService) GetCertificatesCSVExecute(r ApiGetCertificatesCSVRequest) (string, *http.Response, error)

Executes the API request V1 GET /Certificates/CSV

@return string

func (*CertificateApiService) GetCertificatesExecute ¶

Executes the API request V1 GET /Certificates

@return []CertificatesCertificateRetrievalResponse

func (*CertificateApiService) GetCertificatesIdentityAuditByIdExecute ¶

Executes the API request V1 GET /Certificates/IdentityAudit/{id}

@return []CertificatesCertificateIdentityAuditResponse

func (*CertificateApiService) GetCertificatesLocationsByIdExecute ¶

Executes the API request V1 GET /Certificates/Locations/{id}

@return CertificatesCertificateLocationsResponse

func (*CertificateApiService) GetCertificatesMetadataCompareExecute ¶

func (a *CertificateApiService) GetCertificatesMetadataCompareExecute(r ApiGetCertificatesMetadataCompareRequest) (bool, *http.Response, error)

Executes the API request V1 GET /Certificates/Metadata/Compare

@return bool

func (*CertificateApiService) NewCreateCertificatesAnalyzeRequest ¶

func (a *CertificateApiService) NewCreateCertificatesAnalyzeRequest(ctx context.Context) ApiCreateCertificatesAnalyzeRequest

Creates a new V1 POST /Certificates/Analyze request.

CreateCertificatesAnalyze Returns the public information of the certificate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCertificatesAnalyzeRequest

func (*CertificateApiService) NewCreateCertificatesDownloadRequest ¶

func (a *CertificateApiService) NewCreateCertificatesDownloadRequest(ctx context.Context) ApiCreateCertificatesDownloadRequest

Creates a new V1 POST /Certificates/Download request.

CreateCertificatesDownload Downloads the persisted certificate associated with the provided query ¶

*NOTE: At least one of the following criteria must be provided: 1. Certificate ID 2. Thumbprint 3. Serial number AND Issuer DN (because Serial Number is CA-specific and so is not unique enough on its own)

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCertificatesDownloadRequest

func (*CertificateApiService) NewCreateCertificatesImportRequest ¶

func (a *CertificateApiService) NewCreateCertificatesImportRequest(ctx context.Context) ApiCreateCertificatesImportRequest

Creates a new V1 POST /Certificates/Import request.

CreateCertificatesImport Imports the provided certificate into the Keyfactor instance, including any provided associated data

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCertificatesImportRequest

func (*CertificateApiService) NewCreateCertificatesRecoverRequest ¶

func (a *CertificateApiService) NewCreateCertificatesRecoverRequest(ctx context.Context) ApiCreateCertificatesRecoverRequest

Creates a new V1 POST /Certificates/Recover request.

CreateCertificatesRecover Recovers the persisted certificate associated with the provided query ¶

*NOTE: At least one of the following criteria must be provided: 1. Certificate ID 2. Thumbprint 3. Serial number AND Issuer DN (because Serial Number is CA-specific and so is not unique enough on its own)

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCertificatesRecoverRequest

func (*CertificateApiService) NewCreateCertificatesRevokeRequest ¶

func (a *CertificateApiService) NewCreateCertificatesRevokeRequest(ctx context.Context) ApiCreateCertificatesRevokeRequest

Creates a new V1 POST /Certificates/Revoke request.

CreateCertificatesRevoke Revokes the certificates associated with the provided identifiers and associates the provided data with the revocation ¶

### Revocation Reason Codes for Microsoft CA ### | Value | Description | |-------------------|---------------------------| | -1 | Remove from hold | | 0 | Unspecified | | 1 | Key compromised | | 2 | CA compromised | | 3 | Affiliation changed | | 4 | Superceded | | 5 | Cessation of operation | | 6 | Certificate hold | | 7 | Remove from CRL | | 999 | Unknown |

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCertificatesRevokeRequest

func (*CertificateApiService) NewDeleteCertificatesByIdRequest ¶

func (a *CertificateApiService) NewDeleteCertificatesByIdRequest(ctx context.Context, id int32) ApiDeleteCertificatesByIdRequest

Creates a new V1 DELETE /Certificates/{id} request.

DeleteCertificatesById Deletes a persisted certificate by its unique id as well as the stored private key (if present) associated with it

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifier of the certificate record
@return ApiDeleteCertificatesByIdRequest

func (*CertificateApiService) NewDeleteCertificatesPrivateKeyByIdRequest ¶

func (a *CertificateApiService) NewDeleteCertificatesPrivateKeyByIdRequest(ctx context.Context, id int32) ApiDeleteCertificatesPrivateKeyByIdRequest

Creates a new V1 DELETE /Certificates/PrivateKey/{id} request.

DeleteCertificatesPrivateKeyById Deletes the persisted private keys of the certificate associated with the provided identifier

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifier of the certificate for which the associated private keys should be deleted
@return ApiDeleteCertificatesPrivateKeyByIdRequest

func (*CertificateApiService) NewDeleteCertificatesPrivateKeyRequest ¶

func (a *CertificateApiService) NewDeleteCertificatesPrivateKeyRequest(ctx context.Context) ApiDeleteCertificatesPrivateKeyRequest

Creates a new V1 DELETE /Certificates/PrivateKey request.

DeleteCertificatesPrivateKey Deletes the persisted private keys of multiple certificates by the unique ids of the Certificates

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteCertificatesPrivateKeyRequest

func (*CertificateApiService) NewDeleteCertificatesQueryRequest ¶

func (a *CertificateApiService) NewDeleteCertificatesQueryRequest(ctx context.Context) ApiDeleteCertificatesQueryRequest

Creates a new V1 DELETE /Certificates/Query request.

DeleteCertificatesQuery Deletes multiple persisted certificate entities selected by a given query ¶

This will ignore individual delete failures, and continue processing the array.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteCertificatesQueryRequest

func (*CertificateApiService) NewDeleteCertificatesRequest ¶

func (a *CertificateApiService) NewDeleteCertificatesRequest(ctx context.Context) ApiDeleteCertificatesRequest

Creates a new V1 DELETE /Certificates request.

DeleteCertificates Deletes multiple persisted certificates by their unique ids ¶

This will ignore individual delete failures, and continue processing the array

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteCertificatesRequest

func (*CertificateApiService) NewGetCertificatesByIdHistoryRequest ¶

func (a *CertificateApiService) NewGetCertificatesByIdHistoryRequest(ctx context.Context, id int32) ApiGetCertificatesByIdHistoryRequest

Creates a new V1 GET /Certificates/{id}/History request.

GetCertificatesByIdHistory Gets the history of operations on a certificate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The Id of the certificate
@return ApiGetCertificatesByIdHistoryRequest

func (*CertificateApiService) NewGetCertificatesByIdRequest ¶

func (a *CertificateApiService) NewGetCertificatesByIdRequest(ctx context.Context, id int32) ApiGetCertificatesByIdRequest

Creates a new V1 GET /Certificates/{id} request.

GetCertificatesById Returns a single certificate that matches the id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor certificate identifier
@return ApiGetCertificatesByIdRequest

func (*CertificateApiService) NewGetCertificatesByIdSecurityRequest ¶

func (a *CertificateApiService) NewGetCertificatesByIdSecurityRequest(ctx context.Context, id int32) ApiGetCertificatesByIdSecurityRequest

Creates a new V1 GET /Certificates/{id}/Security request.

GetCertificatesByIdSecurity Gets the list of Security Identities and which permissions they have on the given certificate.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The Id of the certificate permissions are being checked on
@return ApiGetCertificatesByIdSecurityRequest

func (*CertificateApiService) NewGetCertificatesByIdValidateRequest ¶

func (a *CertificateApiService) NewGetCertificatesByIdValidateRequest(ctx context.Context, id int32) ApiGetCertificatesByIdValidateRequest

Creates a new V1 GET /Certificates/{id}/Validate request.

GetCertificatesByIdValidate Validates the certificate chain can be built.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The Id of the certificate being checked
@return ApiGetCertificatesByIdValidateRequest

func (*CertificateApiService) NewGetCertificatesCSVRequest ¶

func (a *CertificateApiService) NewGetCertificatesCSVRequest(ctx context.Context) ApiGetCertificatesCSVRequest

Creates a new V1 GET /Certificates/CSV request.

GetCertificatesCSV Returns a comma-delimited CSV file containing all certificates in the database

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCertificatesCSVRequest

func (*CertificateApiService) NewGetCertificatesIdentityAuditByIdRequest ¶

func (a *CertificateApiService) NewGetCertificatesIdentityAuditByIdRequest(ctx context.Context, id int32) ApiGetCertificatesIdentityAuditByIdRequest

Creates a new V1 GET /Certificates/IdentityAudit/{id} request.

GetCertificatesIdentityAuditById Audit identity permissions for certificate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The Id of the certificate being checked
@return ApiGetCertificatesIdentityAuditByIdRequest

func (*CertificateApiService) NewGetCertificatesLocationsByIdRequest ¶

func (a *CertificateApiService) NewGetCertificatesLocationsByIdRequest(ctx context.Context, id int32) ApiGetCertificatesLocationsByIdRequest

Creates a new V1 GET /Certificates/Locations/{id} request.

GetCertificatesLocationsById Returns a list of locations the certificate is in

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor certificate identifier
@return ApiGetCertificatesLocationsByIdRequest

func (*CertificateApiService) NewGetCertificatesMetadataCompareRequest ¶

func (a *CertificateApiService) NewGetCertificatesMetadataCompareRequest(ctx context.Context) ApiGetCertificatesMetadataCompareRequest

Creates a new V1 GET /Certificates/Metadata/Compare request.

GetCertificatesMetadataCompare Compares the metadata value provided with the metadata value associated with the specified certificate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCertificatesMetadataCompareRequest

func (*CertificateApiService) NewGetCertificatesRequest ¶

func (a *CertificateApiService) NewGetCertificatesRequest(ctx context.Context) ApiGetCertificatesRequest

Creates a new V1 GET /Certificates request.

GetCertificates Returns all certificates according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCertificatesRequest

func (*CertificateApiService) NewUpdateCertificatesByIdOwnerRequest ¶

func (a *CertificateApiService) NewUpdateCertificatesByIdOwnerRequest(ctx context.Context, id int32) ApiUpdateCertificatesByIdOwnerRequest

Creates a new V1 PUT /Certificates/{id}/Owner request.

UpdateCertificatesByIdOwner Changes the certificate's owner. Users must be in the current owner's role and the new owner's role

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Id of the certificate
@return ApiUpdateCertificatesByIdOwnerRequest

func (*CertificateApiService) NewUpdateCertificatesMetadataAllRequest ¶

func (a *CertificateApiService) NewUpdateCertificatesMetadataAllRequest(ctx context.Context) ApiUpdateCertificatesMetadataAllRequest

Creates a new V1 PUT /Certificates/Metadata/All request.

UpdateCertificatesMetadataAll Updates the metadata for certificates associated with the certificate identifiers or query provided

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateCertificatesMetadataAllRequest

func (*CertificateApiService) NewUpdateCertificatesMetadataRequest ¶

func (a *CertificateApiService) NewUpdateCertificatesMetadataRequest(ctx context.Context) ApiUpdateCertificatesMetadataRequest

Creates a new V1 PUT /Certificates/Metadata request.

UpdateCertificatesMetadata Updates the metadata for the certificate associated with the identifier provided

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateCertificatesMetadataRequest

func (*CertificateApiService) UpdateCertificatesByIdOwnerExecute ¶

func (a *CertificateApiService) UpdateCertificatesByIdOwnerExecute(r ApiUpdateCertificatesByIdOwnerRequest) (*http.Response, error)

Executes the API request

func (*CertificateApiService) UpdateCertificatesMetadataAllExecute ¶

func (a *CertificateApiService) UpdateCertificatesMetadataAllExecute(r ApiUpdateCertificatesMetadataAllRequest) (*http.Response, error)

Executes the API request

func (*CertificateApiService) UpdateCertificatesMetadataExecute ¶

func (a *CertificateApiService) UpdateCertificatesMetadataExecute(r ApiUpdateCertificatesMetadataRequest) (*http.Response, error)

Executes the API request

type CertificateAuthoritiesCAAlertRecipientCreateRequest ¶

type CertificateAuthoritiesCAAlertRecipientCreateRequest struct {
	Emails []string `json:"Emails"`
}

CertificateAuthoritiesCAAlertRecipientCreateRequest struct for CertificateAuthoritiesCAAlertRecipientCreateRequest

func NewCertificateAuthoritiesCAAlertRecipientCreateRequest ¶

func NewCertificateAuthoritiesCAAlertRecipientCreateRequest(emails []string) *CertificateAuthoritiesCAAlertRecipientCreateRequest

NewCertificateAuthoritiesCAAlertRecipientCreateRequest instantiates a new CertificateAuthoritiesCAAlertRecipientCreateRequest 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 NewCertificateAuthoritiesCAAlertRecipientCreateRequestWithDefaults ¶

func NewCertificateAuthoritiesCAAlertRecipientCreateRequestWithDefaults() *CertificateAuthoritiesCAAlertRecipientCreateRequest

NewCertificateAuthoritiesCAAlertRecipientCreateRequestWithDefaults instantiates a new CertificateAuthoritiesCAAlertRecipientCreateRequest 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 (*CertificateAuthoritiesCAAlertRecipientCreateRequest) GetEmails ¶

GetEmails returns the Emails field value

func (*CertificateAuthoritiesCAAlertRecipientCreateRequest) GetEmailsOk ¶

GetEmailsOk returns a tuple with the Emails field value and a boolean to check if the value has been set.

func (CertificateAuthoritiesCAAlertRecipientCreateRequest) MarshalJSON ¶

func (*CertificateAuthoritiesCAAlertRecipientCreateRequest) SetEmails ¶

SetEmails sets field value

func (CertificateAuthoritiesCAAlertRecipientCreateRequest) ToMap ¶

type CertificateAuthoritiesCAAlertRecipientResponse ¶

type CertificateAuthoritiesCAAlertRecipientResponse struct {
	Id    *int32         `json:"Id,omitempty"`
	Email NullableString `json:"Email,omitempty"`
}

CertificateAuthoritiesCAAlertRecipientResponse struct for CertificateAuthoritiesCAAlertRecipientResponse

func NewCertificateAuthoritiesCAAlertRecipientResponse ¶

func NewCertificateAuthoritiesCAAlertRecipientResponse() *CertificateAuthoritiesCAAlertRecipientResponse

NewCertificateAuthoritiesCAAlertRecipientResponse instantiates a new CertificateAuthoritiesCAAlertRecipientResponse 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 NewCertificateAuthoritiesCAAlertRecipientResponseWithDefaults ¶

func NewCertificateAuthoritiesCAAlertRecipientResponseWithDefaults() *CertificateAuthoritiesCAAlertRecipientResponse

NewCertificateAuthoritiesCAAlertRecipientResponseWithDefaults instantiates a new CertificateAuthoritiesCAAlertRecipientResponse 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 (*CertificateAuthoritiesCAAlertRecipientResponse) GetEmail ¶

GetEmail returns the Email field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCAAlertRecipientResponse) GetEmailOk ¶

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCAAlertRecipientResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CertificateAuthoritiesCAAlertRecipientResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCAAlertRecipientResponse) HasEmail ¶

HasEmail returns a boolean if a field has been set.

func (*CertificateAuthoritiesCAAlertRecipientResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (CertificateAuthoritiesCAAlertRecipientResponse) MarshalJSON ¶

func (*CertificateAuthoritiesCAAlertRecipientResponse) SetEmail ¶

SetEmail gets a reference to the given NullableString and assigns it to the Email field.

func (*CertificateAuthoritiesCAAlertRecipientResponse) SetEmailNil ¶

SetEmailNil sets the value for Email to be an explicit nil

func (*CertificateAuthoritiesCAAlertRecipientResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (CertificateAuthoritiesCAAlertRecipientResponse) ToMap ¶

func (o CertificateAuthoritiesCAAlertRecipientResponse) ToMap() (map[string]interface{}, error)

func (*CertificateAuthoritiesCAAlertRecipientResponse) UnsetEmail ¶

UnsetEmail ensures that no value is present for Email, not even an explicit nil

type CertificateAuthoritiesCAAlertRecipientUpdateRequest ¶

type CertificateAuthoritiesCAAlertRecipientUpdateRequest struct {
	Email string `json:"Email"`
}

CertificateAuthoritiesCAAlertRecipientUpdateRequest struct for CertificateAuthoritiesCAAlertRecipientUpdateRequest

func NewCertificateAuthoritiesCAAlertRecipientUpdateRequest ¶

func NewCertificateAuthoritiesCAAlertRecipientUpdateRequest(email string) *CertificateAuthoritiesCAAlertRecipientUpdateRequest

NewCertificateAuthoritiesCAAlertRecipientUpdateRequest instantiates a new CertificateAuthoritiesCAAlertRecipientUpdateRequest 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 NewCertificateAuthoritiesCAAlertRecipientUpdateRequestWithDefaults ¶

func NewCertificateAuthoritiesCAAlertRecipientUpdateRequestWithDefaults() *CertificateAuthoritiesCAAlertRecipientUpdateRequest

NewCertificateAuthoritiesCAAlertRecipientUpdateRequestWithDefaults instantiates a new CertificateAuthoritiesCAAlertRecipientUpdateRequest 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 (*CertificateAuthoritiesCAAlertRecipientUpdateRequest) GetEmail ¶

GetEmail returns the Email field value

func (*CertificateAuthoritiesCAAlertRecipientUpdateRequest) GetEmailOk ¶

GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.

func (CertificateAuthoritiesCAAlertRecipientUpdateRequest) MarshalJSON ¶

func (*CertificateAuthoritiesCAAlertRecipientUpdateRequest) SetEmail ¶

SetEmail sets field value

func (CertificateAuthoritiesCAAlertRecipientUpdateRequest) ToMap ¶

type CertificateAuthoritiesCAConnectorRequest ¶

type CertificateAuthoritiesCAConnectorRequest struct {
	Name       NullableString                           `json:"Name,omitempty"`
	Enabled    *bool                                    `json:"Enabled,omitempty"`
	PoolName   NullableString                           `json:"PoolName,omitempty"`
	ClaimType  *CSSCMSCoreEnumsClaimType                `json:"ClaimType,omitempty"`
	ClaimValue NullableString                           `json:"ClaimValue,omitempty"`
	ProviderId *string                                  `json:"ProviderId,omitempty"`
	CAType     *CSSCMSCoreEnumsCertificateAuthorityType `json:"CAType,omitempty"`
}

CertificateAuthoritiesCAConnectorRequest struct for CertificateAuthoritiesCAConnectorRequest

func NewCertificateAuthoritiesCAConnectorRequest ¶

func NewCertificateAuthoritiesCAConnectorRequest() *CertificateAuthoritiesCAConnectorRequest

NewCertificateAuthoritiesCAConnectorRequest instantiates a new CertificateAuthoritiesCAConnectorRequest 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 NewCertificateAuthoritiesCAConnectorRequestWithDefaults ¶

func NewCertificateAuthoritiesCAConnectorRequestWithDefaults() *CertificateAuthoritiesCAConnectorRequest

NewCertificateAuthoritiesCAConnectorRequestWithDefaults instantiates a new CertificateAuthoritiesCAConnectorRequest 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 (*CertificateAuthoritiesCAConnectorRequest) GetCAType ¶

GetCAType returns the CAType field value if set, zero value otherwise.

func (*CertificateAuthoritiesCAConnectorRequest) GetCATypeOk ¶

GetCATypeOk returns a tuple with the CAType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCAConnectorRequest) GetClaimType ¶

GetClaimType returns the ClaimType field value if set, zero value otherwise.

func (*CertificateAuthoritiesCAConnectorRequest) GetClaimTypeOk ¶

GetClaimTypeOk returns a tuple with the ClaimType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCAConnectorRequest) GetClaimValue ¶

GetClaimValue returns the ClaimValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCAConnectorRequest) GetClaimValueOk ¶

func (o *CertificateAuthoritiesCAConnectorRequest) GetClaimValueOk() (*string, bool)

GetClaimValueOk returns a tuple with the ClaimValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCAConnectorRequest) GetEnabled ¶

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*CertificateAuthoritiesCAConnectorRequest) GetEnabledOk ¶

func (o *CertificateAuthoritiesCAConnectorRequest) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCAConnectorRequest) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCAConnectorRequest) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCAConnectorRequest) GetPoolName ¶

GetPoolName returns the PoolName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCAConnectorRequest) GetPoolNameOk ¶

func (o *CertificateAuthoritiesCAConnectorRequest) GetPoolNameOk() (*string, bool)

GetPoolNameOk returns a tuple with the PoolName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCAConnectorRequest) GetProviderId ¶

GetProviderId returns the ProviderId field value if set, zero value otherwise.

func (*CertificateAuthoritiesCAConnectorRequest) GetProviderIdOk ¶

func (o *CertificateAuthoritiesCAConnectorRequest) GetProviderIdOk() (*string, bool)

GetProviderIdOk returns a tuple with the ProviderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCAConnectorRequest) HasCAType ¶

HasCAType returns a boolean if a field has been set.

func (*CertificateAuthoritiesCAConnectorRequest) HasClaimType ¶

HasClaimType returns a boolean if a field has been set.

func (*CertificateAuthoritiesCAConnectorRequest) HasClaimValue ¶

HasClaimValue returns a boolean if a field has been set.

func (*CertificateAuthoritiesCAConnectorRequest) HasEnabled ¶

HasEnabled returns a boolean if a field has been set.

func (*CertificateAuthoritiesCAConnectorRequest) HasName ¶

HasName returns a boolean if a field has been set.

func (*CertificateAuthoritiesCAConnectorRequest) HasPoolName ¶

HasPoolName returns a boolean if a field has been set.

func (*CertificateAuthoritiesCAConnectorRequest) HasProviderId ¶

HasProviderId returns a boolean if a field has been set.

func (CertificateAuthoritiesCAConnectorRequest) MarshalJSON ¶

func (*CertificateAuthoritiesCAConnectorRequest) SetCAType ¶

SetCAType gets a reference to the given CSSCMSCoreEnumsCertificateAuthorityType and assigns it to the CAType field.

func (*CertificateAuthoritiesCAConnectorRequest) SetClaimType ¶

SetClaimType gets a reference to the given CSSCMSCoreEnumsClaimType and assigns it to the ClaimType field.

func (*CertificateAuthoritiesCAConnectorRequest) SetClaimValue ¶

SetClaimValue gets a reference to the given NullableString and assigns it to the ClaimValue field.

func (*CertificateAuthoritiesCAConnectorRequest) SetClaimValueNil ¶

func (o *CertificateAuthoritiesCAConnectorRequest) SetClaimValueNil()

SetClaimValueNil sets the value for ClaimValue to be an explicit nil

func (*CertificateAuthoritiesCAConnectorRequest) SetEnabled ¶

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*CertificateAuthoritiesCAConnectorRequest) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CertificateAuthoritiesCAConnectorRequest) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*CertificateAuthoritiesCAConnectorRequest) SetPoolName ¶

SetPoolName gets a reference to the given NullableString and assigns it to the PoolName field.

func (*CertificateAuthoritiesCAConnectorRequest) SetPoolNameNil ¶

func (o *CertificateAuthoritiesCAConnectorRequest) SetPoolNameNil()

SetPoolNameNil sets the value for PoolName to be an explicit nil

func (*CertificateAuthoritiesCAConnectorRequest) SetProviderId ¶

SetProviderId gets a reference to the given string and assigns it to the ProviderId field.

func (CertificateAuthoritiesCAConnectorRequest) ToMap ¶

func (o CertificateAuthoritiesCAConnectorRequest) ToMap() (map[string]interface{}, error)

func (*CertificateAuthoritiesCAConnectorRequest) UnsetClaimValue ¶

func (o *CertificateAuthoritiesCAConnectorRequest) UnsetClaimValue()

UnsetClaimValue ensures that no value is present for ClaimValue, not even an explicit nil

func (*CertificateAuthoritiesCAConnectorRequest) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*CertificateAuthoritiesCAConnectorRequest) UnsetPoolName ¶

func (o *CertificateAuthoritiesCAConnectorRequest) UnsetPoolName()

UnsetPoolName ensures that no value is present for PoolName, not even an explicit nil

type CertificateAuthoritiesCAConnectorResponse ¶

type CertificateAuthoritiesCAConnectorResponse struct {
	Id           *int32                                   `json:"Id,omitempty"`
	Name         NullableString                           `json:"Name,omitempty"`
	Enabled      *bool                                    `json:"Enabled,omitempty"`
	PoolName     NullableString                           `json:"PoolName,omitempty"`
	LastSeen     NullableTime                             `json:"LastSeen,omitempty"`
	ClaimType    *CSSCMSCoreEnumsClaimType                `json:"ClaimType,omitempty"`
	ClaimValue   NullableString                           `json:"ClaimValue,omitempty"`
	ProviderId   *string                                  `json:"ProviderId,omitempty"`
	ProviderName NullableString                           `json:"ProviderName,omitempty"`
	Connected    *bool                                    `json:"Connected,omitempty"`
	CAType       *CSSCMSCoreEnumsCertificateAuthorityType `json:"CAType,omitempty"`
}

CertificateAuthoritiesCAConnectorResponse struct for CertificateAuthoritiesCAConnectorResponse

func NewCertificateAuthoritiesCAConnectorResponse ¶

func NewCertificateAuthoritiesCAConnectorResponse() *CertificateAuthoritiesCAConnectorResponse

NewCertificateAuthoritiesCAConnectorResponse instantiates a new CertificateAuthoritiesCAConnectorResponse 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 NewCertificateAuthoritiesCAConnectorResponseWithDefaults ¶

func NewCertificateAuthoritiesCAConnectorResponseWithDefaults() *CertificateAuthoritiesCAConnectorResponse

NewCertificateAuthoritiesCAConnectorResponseWithDefaults instantiates a new CertificateAuthoritiesCAConnectorResponse 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 (*CertificateAuthoritiesCAConnectorResponse) GetCAType ¶

GetCAType returns the CAType field value if set, zero value otherwise.

func (*CertificateAuthoritiesCAConnectorResponse) GetCATypeOk ¶

GetCATypeOk returns a tuple with the CAType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCAConnectorResponse) GetClaimType ¶

GetClaimType returns the ClaimType field value if set, zero value otherwise.

func (*CertificateAuthoritiesCAConnectorResponse) GetClaimTypeOk ¶

GetClaimTypeOk returns a tuple with the ClaimType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCAConnectorResponse) GetClaimValue ¶

GetClaimValue returns the ClaimValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCAConnectorResponse) GetClaimValueOk ¶

func (o *CertificateAuthoritiesCAConnectorResponse) GetClaimValueOk() (*string, bool)

GetClaimValueOk returns a tuple with the ClaimValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCAConnectorResponse) GetConnected ¶

GetConnected returns the Connected field value if set, zero value otherwise.

func (*CertificateAuthoritiesCAConnectorResponse) GetConnectedOk ¶

func (o *CertificateAuthoritiesCAConnectorResponse) GetConnectedOk() (*bool, bool)

GetConnectedOk returns a tuple with the Connected field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCAConnectorResponse) GetEnabled ¶

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*CertificateAuthoritiesCAConnectorResponse) GetEnabledOk ¶

func (o *CertificateAuthoritiesCAConnectorResponse) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCAConnectorResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CertificateAuthoritiesCAConnectorResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCAConnectorResponse) GetLastSeen ¶

GetLastSeen returns the LastSeen field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCAConnectorResponse) GetLastSeenOk ¶

GetLastSeenOk returns a tuple with the LastSeen field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCAConnectorResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCAConnectorResponse) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCAConnectorResponse) GetPoolName ¶

GetPoolName returns the PoolName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCAConnectorResponse) GetPoolNameOk ¶

func (o *CertificateAuthoritiesCAConnectorResponse) GetPoolNameOk() (*string, bool)

GetPoolNameOk returns a tuple with the PoolName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCAConnectorResponse) GetProviderId ¶

GetProviderId returns the ProviderId field value if set, zero value otherwise.

func (*CertificateAuthoritiesCAConnectorResponse) GetProviderIdOk ¶

func (o *CertificateAuthoritiesCAConnectorResponse) GetProviderIdOk() (*string, bool)

GetProviderIdOk returns a tuple with the ProviderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCAConnectorResponse) GetProviderName ¶

GetProviderName returns the ProviderName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCAConnectorResponse) GetProviderNameOk ¶

func (o *CertificateAuthoritiesCAConnectorResponse) GetProviderNameOk() (*string, bool)

GetProviderNameOk returns a tuple with the ProviderName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCAConnectorResponse) HasCAType ¶

HasCAType returns a boolean if a field has been set.

func (*CertificateAuthoritiesCAConnectorResponse) HasClaimType ¶

HasClaimType returns a boolean if a field has been set.

func (*CertificateAuthoritiesCAConnectorResponse) HasClaimValue ¶

HasClaimValue returns a boolean if a field has been set.

func (*CertificateAuthoritiesCAConnectorResponse) HasConnected ¶

HasConnected returns a boolean if a field has been set.

func (*CertificateAuthoritiesCAConnectorResponse) HasEnabled ¶

HasEnabled returns a boolean if a field has been set.

func (*CertificateAuthoritiesCAConnectorResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*CertificateAuthoritiesCAConnectorResponse) HasLastSeen ¶

HasLastSeen returns a boolean if a field has been set.

func (*CertificateAuthoritiesCAConnectorResponse) HasName ¶

HasName returns a boolean if a field has been set.

func (*CertificateAuthoritiesCAConnectorResponse) HasPoolName ¶

HasPoolName returns a boolean if a field has been set.

func (*CertificateAuthoritiesCAConnectorResponse) HasProviderId ¶

HasProviderId returns a boolean if a field has been set.

func (*CertificateAuthoritiesCAConnectorResponse) HasProviderName ¶

func (o *CertificateAuthoritiesCAConnectorResponse) HasProviderName() bool

HasProviderName returns a boolean if a field has been set.

func (CertificateAuthoritiesCAConnectorResponse) MarshalJSON ¶

func (*CertificateAuthoritiesCAConnectorResponse) SetCAType ¶

SetCAType gets a reference to the given CSSCMSCoreEnumsCertificateAuthorityType and assigns it to the CAType field.

func (*CertificateAuthoritiesCAConnectorResponse) SetClaimType ¶

SetClaimType gets a reference to the given CSSCMSCoreEnumsClaimType and assigns it to the ClaimType field.

func (*CertificateAuthoritiesCAConnectorResponse) SetClaimValue ¶

SetClaimValue gets a reference to the given NullableString and assigns it to the ClaimValue field.

func (*CertificateAuthoritiesCAConnectorResponse) SetClaimValueNil ¶

func (o *CertificateAuthoritiesCAConnectorResponse) SetClaimValueNil()

SetClaimValueNil sets the value for ClaimValue to be an explicit nil

func (*CertificateAuthoritiesCAConnectorResponse) SetConnected ¶

SetConnected gets a reference to the given bool and assigns it to the Connected field.

func (*CertificateAuthoritiesCAConnectorResponse) SetEnabled ¶

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*CertificateAuthoritiesCAConnectorResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CertificateAuthoritiesCAConnectorResponse) SetLastSeen ¶

SetLastSeen gets a reference to the given NullableTime and assigns it to the LastSeen field.

func (*CertificateAuthoritiesCAConnectorResponse) SetLastSeenNil ¶

func (o *CertificateAuthoritiesCAConnectorResponse) SetLastSeenNil()

SetLastSeenNil sets the value for LastSeen to be an explicit nil

func (*CertificateAuthoritiesCAConnectorResponse) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CertificateAuthoritiesCAConnectorResponse) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*CertificateAuthoritiesCAConnectorResponse) SetPoolName ¶

SetPoolName gets a reference to the given NullableString and assigns it to the PoolName field.

func (*CertificateAuthoritiesCAConnectorResponse) SetPoolNameNil ¶

func (o *CertificateAuthoritiesCAConnectorResponse) SetPoolNameNil()

SetPoolNameNil sets the value for PoolName to be an explicit nil

func (*CertificateAuthoritiesCAConnectorResponse) SetProviderId ¶

SetProviderId gets a reference to the given string and assigns it to the ProviderId field.

func (*CertificateAuthoritiesCAConnectorResponse) SetProviderName ¶

func (o *CertificateAuthoritiesCAConnectorResponse) SetProviderName(v string)

SetProviderName gets a reference to the given NullableString and assigns it to the ProviderName field.

func (*CertificateAuthoritiesCAConnectorResponse) SetProviderNameNil ¶

func (o *CertificateAuthoritiesCAConnectorResponse) SetProviderNameNil()

SetProviderNameNil sets the value for ProviderName to be an explicit nil

func (CertificateAuthoritiesCAConnectorResponse) ToMap ¶

func (o CertificateAuthoritiesCAConnectorResponse) ToMap() (map[string]interface{}, error)

func (*CertificateAuthoritiesCAConnectorResponse) UnsetClaimValue ¶

func (o *CertificateAuthoritiesCAConnectorResponse) UnsetClaimValue()

UnsetClaimValue ensures that no value is present for ClaimValue, not even an explicit nil

func (*CertificateAuthoritiesCAConnectorResponse) UnsetLastSeen ¶

func (o *CertificateAuthoritiesCAConnectorResponse) UnsetLastSeen()

UnsetLastSeen ensures that no value is present for LastSeen, not even an explicit nil

func (*CertificateAuthoritiesCAConnectorResponse) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*CertificateAuthoritiesCAConnectorResponse) UnsetPoolName ¶

func (o *CertificateAuthoritiesCAConnectorResponse) UnsetPoolName()

UnsetPoolName ensures that no value is present for PoolName, not even an explicit nil

func (*CertificateAuthoritiesCAConnectorResponse) UnsetProviderName ¶

func (o *CertificateAuthoritiesCAConnectorResponse) UnsetProviderName()

UnsetProviderName ensures that no value is present for ProviderName, not even an explicit nil

type CertificateAuthoritiesCAJobQueueTestResponse ¶

type CertificateAuthoritiesCAJobQueueTestResponse struct {
	// Whether the test succeeded or failed.
	Success *bool `json:"Success,omitempty"`
	// The message returned by the test.
	Message NullableString `json:"Message,omitempty"`
}

CertificateAuthoritiesCAJobQueueTestResponse struct for CertificateAuthoritiesCAJobQueueTestResponse

func NewCertificateAuthoritiesCAJobQueueTestResponse ¶

func NewCertificateAuthoritiesCAJobQueueTestResponse() *CertificateAuthoritiesCAJobQueueTestResponse

NewCertificateAuthoritiesCAJobQueueTestResponse instantiates a new CertificateAuthoritiesCAJobQueueTestResponse 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 NewCertificateAuthoritiesCAJobQueueTestResponseWithDefaults ¶

func NewCertificateAuthoritiesCAJobQueueTestResponseWithDefaults() *CertificateAuthoritiesCAJobQueueTestResponse

NewCertificateAuthoritiesCAJobQueueTestResponseWithDefaults instantiates a new CertificateAuthoritiesCAJobQueueTestResponse 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 (*CertificateAuthoritiesCAJobQueueTestResponse) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCAJobQueueTestResponse) GetMessageOk ¶

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCAJobQueueTestResponse) GetSuccess ¶

GetSuccess returns the Success field value if set, zero value otherwise.

func (*CertificateAuthoritiesCAJobQueueTestResponse) GetSuccessOk ¶

GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCAJobQueueTestResponse) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (*CertificateAuthoritiesCAJobQueueTestResponse) HasSuccess ¶

HasSuccess returns a boolean if a field has been set.

func (CertificateAuthoritiesCAJobQueueTestResponse) MarshalJSON ¶

func (*CertificateAuthoritiesCAJobQueueTestResponse) SetMessage ¶

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*CertificateAuthoritiesCAJobQueueTestResponse) SetMessageNil ¶

SetMessageNil sets the value for Message to be an explicit nil

func (*CertificateAuthoritiesCAJobQueueTestResponse) SetSuccess ¶

SetSuccess gets a reference to the given bool and assigns it to the Success field.

func (CertificateAuthoritiesCAJobQueueTestResponse) ToMap ¶

func (o CertificateAuthoritiesCAJobQueueTestResponse) ToMap() (map[string]interface{}, error)

func (*CertificateAuthoritiesCAJobQueueTestResponse) UnsetMessage ¶

UnsetMessage ensures that no value is present for Message, not even an explicit nil

type CertificateAuthoritiesCertificateAuthorityRequest ¶

type CertificateAuthoritiesCertificateAuthorityRequest struct {
	Id                            *int32                                      `json:"Id,omitempty"`
	LogicalName                   NullableString                              `json:"LogicalName,omitempty"`
	HostName                      NullableString                              `json:"HostName,omitempty"`
	Delegate                      *bool                                       `json:"Delegate,omitempty"`
	DelegateEnrollment            *bool                                       `json:"DelegateEnrollment,omitempty"`
	ForestRoot                    NullableString                              `json:"ForestRoot,omitempty"`
	ConfigurationTenant           NullableString                              `json:"ConfigurationTenant,omitempty"`
	UseCAConnector                *bool                                       `json:"UseCAConnector,omitempty"`
	ConnectorPool                 NullableString                              `json:"ConnectorPool,omitempty"`
	Remote                        *bool                                       `json:"Remote,omitempty"`
	Agent                         NullableString                              `json:"Agent,omitempty"`
	Standalone                    *bool                                       `json:"Standalone,omitempty"`
	MonitorThresholds             *bool                                       `json:"MonitorThresholds,omitempty"`
	IssuanceMax                   NullableInt32                               `json:"IssuanceMax,omitempty"`
	IssuanceMin                   NullableInt32                               `json:"IssuanceMin,omitempty"`
	FailureMax                    NullableInt32                               `json:"FailureMax,omitempty"`
	RFCEnforcement                *bool                                       `json:"RFCEnforcement,omitempty"`
	Properties                    NullableString                              `json:"Properties,omitempty"`
	AllowedEnrollmentTypes        *CSSCMSCoreEnumsEnrollmentType              `json:"AllowedEnrollmentTypes,omitempty"`
	KeyRetention                  *CSSCMSCoreEnumsKeyRetentionPolicy          `json:"KeyRetention,omitempty"`
	KeyRetentionDays              NullableInt32                               `json:"KeyRetentionDays,omitempty"`
	ExplicitCredentials           *bool                                       `json:"ExplicitCredentials,omitempty"`
	SubscriberTerms               *bool                                       `json:"SubscriberTerms,omitempty"`
	ExplicitUser                  NullableString                              `json:"ExplicitUser,omitempty"`
	ExplicitPassword              *CSSCMSDataModelModelsKeyfactorAPISecret    `json:"ExplicitPassword,omitempty"`
	UseAllowedRequesters          *bool                                       `json:"UseAllowedRequesters,omitempty"`
	AllowedRequesters             []string                                    `json:"AllowedRequesters,omitempty"`
	FullScan                      *KeyfactorCommonSchedulingKeyfactorSchedule `json:"FullScan,omitempty"`
	IncrementalScan               *KeyfactorCommonSchedulingKeyfactorSchedule `json:"IncrementalScan,omitempty"`
	ThresholdCheck                *KeyfactorCommonSchedulingKeyfactorSchedule `json:"ThresholdCheck,omitempty"`
	AuthCertificatePassword       *CSSCMSDataModelModelsKeyfactorAPISecret    `json:"AuthCertificatePassword,omitempty"`
	AuthCertificate               *CSSCMSDataModelModelsKeyfactorAPISecret    `json:"AuthCertificate,omitempty"`
	CAType                        *CSSCMSCoreEnumsCertificateAuthorityType    `json:"CAType,omitempty"`
	EnforceUniqueDN               *bool                                       `json:"EnforceUniqueDN,omitempty"`
	AllowOneClickRenewals         *bool                                       `json:"AllowOneClickRenewals,omitempty"`
	NewEndEntityOnRenewAndReissue *bool                                       `json:"NewEndEntityOnRenewAndReissue,omitempty"`
	TokenURL                      NullableString                              `json:"TokenURL,omitempty"`
	ClientId                      NullableString                              `json:"ClientId,omitempty"`
	ClientSecret                  *CSSCMSDataModelModelsKeyfactorAPISecret    `json:"ClientSecret,omitempty"`
	Scope                         NullableString                              `json:"Scope,omitempty"`
	Audience                      NullableString                              `json:"Audience,omitempty"`
}

CertificateAuthoritiesCertificateAuthorityRequest struct for CertificateAuthoritiesCertificateAuthorityRequest

func NewCertificateAuthoritiesCertificateAuthorityRequest ¶

func NewCertificateAuthoritiesCertificateAuthorityRequest() *CertificateAuthoritiesCertificateAuthorityRequest

NewCertificateAuthoritiesCertificateAuthorityRequest instantiates a new CertificateAuthoritiesCertificateAuthorityRequest 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 NewCertificateAuthoritiesCertificateAuthorityRequestWithDefaults ¶

func NewCertificateAuthoritiesCertificateAuthorityRequestWithDefaults() *CertificateAuthoritiesCertificateAuthorityRequest

NewCertificateAuthoritiesCertificateAuthorityRequestWithDefaults instantiates a new CertificateAuthoritiesCertificateAuthorityRequest 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 (*CertificateAuthoritiesCertificateAuthorityRequest) GetAgent ¶

GetAgent returns the Agent field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetAgentOk ¶

GetAgentOk returns a tuple with the Agent field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetAllowOneClickRenewals ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) GetAllowOneClickRenewals() bool

GetAllowOneClickRenewals returns the AllowOneClickRenewals field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetAllowOneClickRenewalsOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) GetAllowOneClickRenewalsOk() (*bool, bool)

GetAllowOneClickRenewalsOk returns a tuple with the AllowOneClickRenewals field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetAllowedEnrollmentTypes ¶

GetAllowedEnrollmentTypes returns the AllowedEnrollmentTypes field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetAllowedEnrollmentTypesOk ¶

GetAllowedEnrollmentTypesOk returns a tuple with the AllowedEnrollmentTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetAllowedRequesters ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) GetAllowedRequesters() []string

GetAllowedRequesters returns the AllowedRequesters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetAllowedRequestersOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) GetAllowedRequestersOk() ([]string, bool)

GetAllowedRequestersOk returns a tuple with the AllowedRequesters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetAudience ¶

GetAudience returns the Audience field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetAudienceOk ¶

GetAudienceOk returns a tuple with the Audience field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetAuthCertificate ¶

GetAuthCertificate returns the AuthCertificate field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetAuthCertificateOk ¶

GetAuthCertificateOk returns a tuple with the AuthCertificate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetAuthCertificatePassword ¶

GetAuthCertificatePassword returns the AuthCertificatePassword field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetAuthCertificatePasswordOk ¶

GetAuthCertificatePasswordOk returns a tuple with the AuthCertificatePassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetCAType ¶

GetCAType returns the CAType field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetCATypeOk ¶

GetCATypeOk returns a tuple with the CAType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetClientId ¶

GetClientId returns the ClientId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetClientIdOk ¶

GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetClientSecret ¶

GetClientSecret returns the ClientSecret field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetClientSecretOk ¶

GetClientSecretOk returns a tuple with the ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetConfigurationTenant ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) GetConfigurationTenant() string

GetConfigurationTenant returns the ConfigurationTenant field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetConfigurationTenantOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) GetConfigurationTenantOk() (*string, bool)

GetConfigurationTenantOk returns a tuple with the ConfigurationTenant field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetConnectorPool ¶

GetConnectorPool returns the ConnectorPool field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetConnectorPoolOk ¶

GetConnectorPoolOk returns a tuple with the ConnectorPool field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetDelegate ¶

GetDelegate returns the Delegate field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetDelegateEnrollment ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) GetDelegateEnrollment() bool

GetDelegateEnrollment returns the DelegateEnrollment field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetDelegateEnrollmentOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) GetDelegateEnrollmentOk() (*bool, bool)

GetDelegateEnrollmentOk returns a tuple with the DelegateEnrollment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetDelegateOk ¶

GetDelegateOk returns a tuple with the Delegate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetEnforceUniqueDN ¶

GetEnforceUniqueDN returns the EnforceUniqueDN field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetEnforceUniqueDNOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) GetEnforceUniqueDNOk() (*bool, bool)

GetEnforceUniqueDNOk returns a tuple with the EnforceUniqueDN field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetExplicitCredentials ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) GetExplicitCredentials() bool

GetExplicitCredentials returns the ExplicitCredentials field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetExplicitCredentialsOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) GetExplicitCredentialsOk() (*bool, bool)

GetExplicitCredentialsOk returns a tuple with the ExplicitCredentials field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetExplicitPassword ¶

GetExplicitPassword returns the ExplicitPassword field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetExplicitPasswordOk ¶

GetExplicitPasswordOk returns a tuple with the ExplicitPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetExplicitUser ¶

GetExplicitUser returns the ExplicitUser field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetExplicitUserOk ¶

GetExplicitUserOk returns a tuple with the ExplicitUser field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetFailureMax ¶

GetFailureMax returns the FailureMax field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetFailureMaxOk ¶

GetFailureMaxOk returns a tuple with the FailureMax field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetForestRoot ¶

GetForestRoot returns the ForestRoot field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetForestRootOk ¶

GetForestRootOk returns a tuple with the ForestRoot field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetFullScan ¶

GetFullScan returns the FullScan field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetFullScanOk ¶

GetFullScanOk returns a tuple with the FullScan field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetHostName ¶

GetHostName returns the HostName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetHostNameOk ¶

GetHostNameOk returns a tuple with the HostName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetIncrementalScan ¶

GetIncrementalScan returns the IncrementalScan field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetIncrementalScanOk ¶

GetIncrementalScanOk returns a tuple with the IncrementalScan field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetIssuanceMax ¶

GetIssuanceMax returns the IssuanceMax field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetIssuanceMaxOk ¶

GetIssuanceMaxOk returns a tuple with the IssuanceMax field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetIssuanceMin ¶

GetIssuanceMin returns the IssuanceMin field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetIssuanceMinOk ¶

GetIssuanceMinOk returns a tuple with the IssuanceMin field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetKeyRetention ¶

GetKeyRetention returns the KeyRetention field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetKeyRetentionDays ¶

GetKeyRetentionDays returns the KeyRetentionDays field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetKeyRetentionDaysOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) GetKeyRetentionDaysOk() (*int32, bool)

GetKeyRetentionDaysOk returns a tuple with the KeyRetentionDays field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetKeyRetentionOk ¶

GetKeyRetentionOk returns a tuple with the KeyRetention field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetLogicalName ¶

GetLogicalName returns the LogicalName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetLogicalNameOk ¶

GetLogicalNameOk returns a tuple with the LogicalName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetMonitorThresholds ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) GetMonitorThresholds() bool

GetMonitorThresholds returns the MonitorThresholds field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetMonitorThresholdsOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) GetMonitorThresholdsOk() (*bool, bool)

GetMonitorThresholdsOk returns a tuple with the MonitorThresholds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetNewEndEntityOnRenewAndReissue ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) GetNewEndEntityOnRenewAndReissue() bool

GetNewEndEntityOnRenewAndReissue returns the NewEndEntityOnRenewAndReissue field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetNewEndEntityOnRenewAndReissueOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) GetNewEndEntityOnRenewAndReissueOk() (*bool, bool)

GetNewEndEntityOnRenewAndReissueOk returns a tuple with the NewEndEntityOnRenewAndReissue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetProperties ¶

GetProperties returns the Properties field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetPropertiesOk ¶

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetRFCEnforcement ¶

GetRFCEnforcement returns the RFCEnforcement field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetRFCEnforcementOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) GetRFCEnforcementOk() (*bool, bool)

GetRFCEnforcementOk returns a tuple with the RFCEnforcement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetRemote ¶

GetRemote returns the Remote field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetRemoteOk ¶

GetRemoteOk returns a tuple with the Remote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetScope ¶

GetScope returns the Scope field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetScopeOk ¶

GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetStandalone ¶

GetStandalone returns the Standalone field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetStandaloneOk ¶

GetStandaloneOk returns a tuple with the Standalone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetSubscriberTerms ¶

GetSubscriberTerms returns the SubscriberTerms field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetSubscriberTermsOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) GetSubscriberTermsOk() (*bool, bool)

GetSubscriberTermsOk returns a tuple with the SubscriberTerms field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetThresholdCheck ¶

GetThresholdCheck returns the ThresholdCheck field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetThresholdCheckOk ¶

GetThresholdCheckOk returns a tuple with the ThresholdCheck field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetTokenURL ¶

GetTokenURL returns the TokenURL field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetTokenURLOk ¶

GetTokenURLOk returns a tuple with the TokenURL field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetUseAllowedRequesters ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) GetUseAllowedRequesters() bool

GetUseAllowedRequesters returns the UseAllowedRequesters field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetUseAllowedRequestersOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) GetUseAllowedRequestersOk() (*bool, bool)

GetUseAllowedRequestersOk returns a tuple with the UseAllowedRequesters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetUseCAConnector ¶

GetUseCAConnector returns the UseCAConnector field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityRequest) GetUseCAConnectorOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) GetUseCAConnectorOk() (*bool, bool)

GetUseCAConnectorOk returns a tuple with the UseCAConnector field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasAgent ¶

HasAgent returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasAllowOneClickRenewals ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) HasAllowOneClickRenewals() bool

HasAllowOneClickRenewals returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasAllowedEnrollmentTypes ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) HasAllowedEnrollmentTypes() bool

HasAllowedEnrollmentTypes returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasAllowedRequesters ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) HasAllowedRequesters() bool

HasAllowedRequesters returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasAudience ¶

HasAudience returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasAuthCertificate ¶

HasAuthCertificate returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasAuthCertificatePassword ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) HasAuthCertificatePassword() bool

HasAuthCertificatePassword returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasCAType ¶

HasCAType returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasClientId ¶

HasClientId returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasClientSecret ¶

HasClientSecret returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasConfigurationTenant ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) HasConfigurationTenant() bool

HasConfigurationTenant returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasConnectorPool ¶

HasConnectorPool returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasDelegate ¶

HasDelegate returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasDelegateEnrollment ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) HasDelegateEnrollment() bool

HasDelegateEnrollment returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasEnforceUniqueDN ¶

HasEnforceUniqueDN returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasExplicitCredentials ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) HasExplicitCredentials() bool

HasExplicitCredentials returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasExplicitPassword ¶

HasExplicitPassword returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasExplicitUser ¶

HasExplicitUser returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasFailureMax ¶

HasFailureMax returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasForestRoot ¶

HasForestRoot returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasFullScan ¶

HasFullScan returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasHostName ¶

HasHostName returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasId ¶

HasId returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasIncrementalScan ¶

HasIncrementalScan returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasIssuanceMax ¶

HasIssuanceMax returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasIssuanceMin ¶

HasIssuanceMin returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasKeyRetention ¶

HasKeyRetention returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasKeyRetentionDays ¶

HasKeyRetentionDays returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasLogicalName ¶

HasLogicalName returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasMonitorThresholds ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) HasMonitorThresholds() bool

HasMonitorThresholds returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasNewEndEntityOnRenewAndReissue ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) HasNewEndEntityOnRenewAndReissue() bool

HasNewEndEntityOnRenewAndReissue returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasProperties ¶

HasProperties returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasRFCEnforcement ¶

HasRFCEnforcement returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasRemote ¶

HasRemote returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasScope ¶

HasScope returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasStandalone ¶

HasStandalone returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasSubscriberTerms ¶

HasSubscriberTerms returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasThresholdCheck ¶

HasThresholdCheck returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasTokenURL ¶

HasTokenURL returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasUseAllowedRequesters ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) HasUseAllowedRequesters() bool

HasUseAllowedRequesters returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityRequest) HasUseCAConnector ¶

HasUseCAConnector returns a boolean if a field has been set.

func (CertificateAuthoritiesCertificateAuthorityRequest) MarshalJSON ¶

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetAgent ¶

SetAgent gets a reference to the given NullableString and assigns it to the Agent field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetAgentNil ¶

SetAgentNil sets the value for Agent to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetAllowOneClickRenewals ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) SetAllowOneClickRenewals(v bool)

SetAllowOneClickRenewals gets a reference to the given bool and assigns it to the AllowOneClickRenewals field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetAllowedEnrollmentTypes ¶

SetAllowedEnrollmentTypes gets a reference to the given CSSCMSCoreEnumsEnrollmentType and assigns it to the AllowedEnrollmentTypes field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetAllowedRequesters ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) SetAllowedRequesters(v []string)

SetAllowedRequesters gets a reference to the given []string and assigns it to the AllowedRequesters field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetAudience ¶

SetAudience gets a reference to the given NullableString and assigns it to the Audience field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetAudienceNil ¶

SetAudienceNil sets the value for Audience to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetAuthCertificate ¶

SetAuthCertificate gets a reference to the given CSSCMSDataModelModelsKeyfactorAPISecret and assigns it to the AuthCertificate field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetAuthCertificatePassword ¶

SetAuthCertificatePassword gets a reference to the given CSSCMSDataModelModelsKeyfactorAPISecret and assigns it to the AuthCertificatePassword field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetCAType ¶

SetCAType gets a reference to the given CSSCMSCoreEnumsCertificateAuthorityType and assigns it to the CAType field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetClientId ¶

SetClientId gets a reference to the given NullableString and assigns it to the ClientId field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetClientIdNil ¶

SetClientIdNil sets the value for ClientId to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetClientSecret ¶

SetClientSecret gets a reference to the given CSSCMSDataModelModelsKeyfactorAPISecret and assigns it to the ClientSecret field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetConfigurationTenant ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) SetConfigurationTenant(v string)

SetConfigurationTenant gets a reference to the given NullableString and assigns it to the ConfigurationTenant field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetConfigurationTenantNil ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) SetConfigurationTenantNil()

SetConfigurationTenantNil sets the value for ConfigurationTenant to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetConnectorPool ¶

SetConnectorPool gets a reference to the given NullableString and assigns it to the ConnectorPool field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetConnectorPoolNil ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) SetConnectorPoolNil()

SetConnectorPoolNil sets the value for ConnectorPool to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetDelegate ¶

SetDelegate gets a reference to the given bool and assigns it to the Delegate field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetDelegateEnrollment ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) SetDelegateEnrollment(v bool)

SetDelegateEnrollment gets a reference to the given bool and assigns it to the DelegateEnrollment field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetEnforceUniqueDN ¶

SetEnforceUniqueDN gets a reference to the given bool and assigns it to the EnforceUniqueDN field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetExplicitCredentials ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) SetExplicitCredentials(v bool)

SetExplicitCredentials gets a reference to the given bool and assigns it to the ExplicitCredentials field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetExplicitPassword ¶

SetExplicitPassword gets a reference to the given CSSCMSDataModelModelsKeyfactorAPISecret and assigns it to the ExplicitPassword field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetExplicitUser ¶

SetExplicitUser gets a reference to the given NullableString and assigns it to the ExplicitUser field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetExplicitUserNil ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) SetExplicitUserNil()

SetExplicitUserNil sets the value for ExplicitUser to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetFailureMax ¶

SetFailureMax gets a reference to the given NullableInt32 and assigns it to the FailureMax field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetFailureMaxNil ¶

SetFailureMaxNil sets the value for FailureMax to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetForestRoot ¶

SetForestRoot gets a reference to the given NullableString and assigns it to the ForestRoot field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetForestRootNil ¶

SetForestRootNil sets the value for ForestRoot to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetFullScan ¶

SetFullScan gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the FullScan field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetHostName ¶

SetHostName gets a reference to the given NullableString and assigns it to the HostName field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetHostNameNil ¶

SetHostNameNil sets the value for HostName to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetIncrementalScan ¶

SetIncrementalScan gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the IncrementalScan field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetIssuanceMax ¶

SetIssuanceMax gets a reference to the given NullableInt32 and assigns it to the IssuanceMax field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetIssuanceMaxNil ¶

SetIssuanceMaxNil sets the value for IssuanceMax to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetIssuanceMin ¶

SetIssuanceMin gets a reference to the given NullableInt32 and assigns it to the IssuanceMin field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetIssuanceMinNil ¶

SetIssuanceMinNil sets the value for IssuanceMin to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetKeyRetention ¶

SetKeyRetention gets a reference to the given CSSCMSCoreEnumsKeyRetentionPolicy and assigns it to the KeyRetention field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetKeyRetentionDays ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) SetKeyRetentionDays(v int32)

SetKeyRetentionDays gets a reference to the given NullableInt32 and assigns it to the KeyRetentionDays field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetKeyRetentionDaysNil ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) SetKeyRetentionDaysNil()

SetKeyRetentionDaysNil sets the value for KeyRetentionDays to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetLogicalName ¶

SetLogicalName gets a reference to the given NullableString and assigns it to the LogicalName field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetLogicalNameNil ¶

SetLogicalNameNil sets the value for LogicalName to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetMonitorThresholds ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) SetMonitorThresholds(v bool)

SetMonitorThresholds gets a reference to the given bool and assigns it to the MonitorThresholds field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetNewEndEntityOnRenewAndReissue ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) SetNewEndEntityOnRenewAndReissue(v bool)

SetNewEndEntityOnRenewAndReissue gets a reference to the given bool and assigns it to the NewEndEntityOnRenewAndReissue field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetProperties ¶

SetProperties gets a reference to the given NullableString and assigns it to the Properties field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetPropertiesNil ¶

SetPropertiesNil sets the value for Properties to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetRFCEnforcement ¶

SetRFCEnforcement gets a reference to the given bool and assigns it to the RFCEnforcement field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetRemote ¶

SetRemote gets a reference to the given bool and assigns it to the Remote field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetScope ¶

SetScope gets a reference to the given NullableString and assigns it to the Scope field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetScopeNil ¶

SetScopeNil sets the value for Scope to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetStandalone ¶

SetStandalone gets a reference to the given bool and assigns it to the Standalone field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetSubscriberTerms ¶

SetSubscriberTerms gets a reference to the given bool and assigns it to the SubscriberTerms field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetThresholdCheck ¶

SetThresholdCheck gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the ThresholdCheck field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetTokenURL ¶

SetTokenURL gets a reference to the given NullableString and assigns it to the TokenURL field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetTokenURLNil ¶

SetTokenURLNil sets the value for TokenURL to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetUseAllowedRequesters ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) SetUseAllowedRequesters(v bool)

SetUseAllowedRequesters gets a reference to the given bool and assigns it to the UseAllowedRequesters field.

func (*CertificateAuthoritiesCertificateAuthorityRequest) SetUseCAConnector ¶

SetUseCAConnector gets a reference to the given bool and assigns it to the UseCAConnector field.

func (CertificateAuthoritiesCertificateAuthorityRequest) ToMap ¶

func (o CertificateAuthoritiesCertificateAuthorityRequest) ToMap() (map[string]interface{}, error)

func (*CertificateAuthoritiesCertificateAuthorityRequest) UnsetAgent ¶

UnsetAgent ensures that no value is present for Agent, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) UnsetAudience ¶

UnsetAudience ensures that no value is present for Audience, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) UnsetClientId ¶

UnsetClientId ensures that no value is present for ClientId, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) UnsetConfigurationTenant ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) UnsetConfigurationTenant()

UnsetConfigurationTenant ensures that no value is present for ConfigurationTenant, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) UnsetConnectorPool ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) UnsetConnectorPool()

UnsetConnectorPool ensures that no value is present for ConnectorPool, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) UnsetExplicitUser ¶

UnsetExplicitUser ensures that no value is present for ExplicitUser, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) UnsetFailureMax ¶

UnsetFailureMax ensures that no value is present for FailureMax, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) UnsetForestRoot ¶

UnsetForestRoot ensures that no value is present for ForestRoot, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) UnsetHostName ¶

UnsetHostName ensures that no value is present for HostName, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) UnsetIssuanceMax ¶

UnsetIssuanceMax ensures that no value is present for IssuanceMax, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) UnsetIssuanceMin ¶

UnsetIssuanceMin ensures that no value is present for IssuanceMin, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) UnsetKeyRetentionDays ¶

func (o *CertificateAuthoritiesCertificateAuthorityRequest) UnsetKeyRetentionDays()

UnsetKeyRetentionDays ensures that no value is present for KeyRetentionDays, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) UnsetLogicalName ¶

UnsetLogicalName ensures that no value is present for LogicalName, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) UnsetProperties ¶

UnsetProperties ensures that no value is present for Properties, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) UnsetScope ¶

UnsetScope ensures that no value is present for Scope, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityRequest) UnsetTokenURL ¶

UnsetTokenURL ensures that no value is present for TokenURL, not even an explicit nil

type CertificateAuthoritiesCertificateAuthorityResponse ¶

type CertificateAuthoritiesCertificateAuthorityResponse struct {
	Id                            *int32                                                                          `json:"Id,omitempty"`
	LogicalName                   NullableString                                                                  `json:"LogicalName,omitempty"`
	HostName                      NullableString                                                                  `json:"HostName,omitempty"`
	Delegate                      *bool                                                                           `json:"Delegate,omitempty"`
	UseCAConnector                *bool                                                                           `json:"UseCAConnector,omitempty"`
	ConnectorPool                 NullableString                                                                  `json:"ConnectorPool,omitempty"`
	DelegateEnrollment            *bool                                                                           `json:"DelegateEnrollment,omitempty"`
	ForestRoot                    NullableString                                                                  `json:"ForestRoot,omitempty"`
	ConfigurationTenant           NullableString                                                                  `json:"ConfigurationTenant,omitempty"`
	Remote                        *bool                                                                           `json:"Remote,omitempty"`
	Agent                         NullableString                                                                  `json:"Agent,omitempty"`
	AgentName                     NullableString                                                                  `json:"AgentName,omitempty"`
	AgentUsername                 NullableString                                                                  `json:"AgentUsername,omitempty"`
	Standalone                    *bool                                                                           `json:"Standalone,omitempty"`
	MonitorThresholds             *bool                                                                           `json:"MonitorThresholds,omitempty"`
	IssuanceMax                   NullableInt32                                                                   `json:"IssuanceMax,omitempty"`
	IssuanceMin                   NullableInt32                                                                   `json:"IssuanceMin,omitempty"`
	DenialMax                     NullableInt32                                                                   `json:"DenialMax,omitempty"`
	FailureMax                    NullableInt32                                                                   `json:"FailureMax,omitempty"`
	RFCEnforcement                *bool                                                                           `json:"RFCEnforcement,omitempty"`
	Properties                    NullableString                                                                  `json:"Properties,omitempty"`
	AllowedEnrollmentTypes        *CSSCMSCoreEnumsEnrollmentType                                                  `json:"AllowedEnrollmentTypes,omitempty"`
	KeyRetention                  *CSSCMSCoreEnumsKeyRetentionPolicy                                              `json:"KeyRetention,omitempty"`
	KeyRetentionDays              NullableInt32                                                                   `json:"KeyRetentionDays,omitempty"`
	ExplicitCredentials           *bool                                                                           `json:"ExplicitCredentials,omitempty"`
	SubscriberTerms               *bool                                                                           `json:"SubscriberTerms,omitempty"`
	ExplicitUser                  NullableString                                                                  `json:"ExplicitUser,omitempty"`
	ExplicitPassword              *CSSCMSDataModelModelsKeyfactorAPISecret                                        `json:"ExplicitPassword,omitempty"`
	UseAllowedRequesters          *bool                                                                           `json:"UseAllowedRequesters,omitempty"`
	AllowedRequesters             []string                                                                        `json:"AllowedRequesters,omitempty"`
	FullScan                      *KeyfactorCommonSchedulingKeyfactorSchedule                                     `json:"FullScan,omitempty"`
	IncrementalScan               *KeyfactorCommonSchedulingKeyfactorSchedule                                     `json:"IncrementalScan,omitempty"`
	ThresholdCheck                *KeyfactorCommonSchedulingKeyfactorSchedule                                     `json:"ThresholdCheck,omitempty"`
	CAType                        *CSSCMSCoreEnumsCertificateAuthorityType                                        `json:"CAType,omitempty"`
	AuthCertificate               *CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate `json:"AuthCertificate,omitempty"`
	EnforceUniqueDN               *bool                                                                           `json:"EnforceUniqueDN,omitempty"`
	AllowOneClickRenewals         *bool                                                                           `json:"AllowOneClickRenewals,omitempty"`
	NewEndEntityOnRenewAndReissue *bool                                                                           `json:"NewEndEntityOnRenewAndReissue,omitempty"`
	TokenURL                      NullableString                                                                  `json:"TokenURL,omitempty"`
	ClientId                      NullableString                                                                  `json:"ClientId,omitempty"`
	Scope                         NullableString                                                                  `json:"Scope,omitempty"`
	Audience                      NullableString                                                                  `json:"Audience,omitempty"`
	ClientSecret                  *CSSCMSDataModelModelsKeyfactorAPISecret                                        `json:"ClientSecret,omitempty"`
	LastScan                      NullableString                                                                  `json:"LastScan,omitempty"`
}

CertificateAuthoritiesCertificateAuthorityResponse struct for CertificateAuthoritiesCertificateAuthorityResponse

func NewCertificateAuthoritiesCertificateAuthorityResponse ¶

func NewCertificateAuthoritiesCertificateAuthorityResponse() *CertificateAuthoritiesCertificateAuthorityResponse

NewCertificateAuthoritiesCertificateAuthorityResponse instantiates a new CertificateAuthoritiesCertificateAuthorityResponse 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 NewCertificateAuthoritiesCertificateAuthorityResponseWithDefaults ¶

func NewCertificateAuthoritiesCertificateAuthorityResponseWithDefaults() *CertificateAuthoritiesCertificateAuthorityResponse

NewCertificateAuthoritiesCertificateAuthorityResponseWithDefaults instantiates a new CertificateAuthoritiesCertificateAuthorityResponse 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 (*CertificateAuthoritiesCertificateAuthorityResponse) GetAgent ¶

GetAgent returns the Agent field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetAgentName ¶

GetAgentName returns the AgentName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetAgentNameOk ¶

GetAgentNameOk returns a tuple with the AgentName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetAgentOk ¶

GetAgentOk returns a tuple with the Agent field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetAgentUsername ¶

GetAgentUsername returns the AgentUsername field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetAgentUsernameOk ¶

GetAgentUsernameOk returns a tuple with the AgentUsername field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetAllowOneClickRenewals ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) GetAllowOneClickRenewals() bool

GetAllowOneClickRenewals returns the AllowOneClickRenewals field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetAllowOneClickRenewalsOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) GetAllowOneClickRenewalsOk() (*bool, bool)

GetAllowOneClickRenewalsOk returns a tuple with the AllowOneClickRenewals field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetAllowedEnrollmentTypes ¶

GetAllowedEnrollmentTypes returns the AllowedEnrollmentTypes field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetAllowedEnrollmentTypesOk ¶

GetAllowedEnrollmentTypesOk returns a tuple with the AllowedEnrollmentTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetAllowedRequesters ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) GetAllowedRequesters() []string

GetAllowedRequesters returns the AllowedRequesters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetAllowedRequestersOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) GetAllowedRequestersOk() ([]string, bool)

GetAllowedRequestersOk returns a tuple with the AllowedRequesters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetAudience ¶

GetAudience returns the Audience field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetAudienceOk ¶

GetAudienceOk returns a tuple with the Audience field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetAuthCertificate ¶

GetAuthCertificate returns the AuthCertificate field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetAuthCertificateOk ¶

GetAuthCertificateOk returns a tuple with the AuthCertificate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetCAType ¶

GetCAType returns the CAType field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetCATypeOk ¶

GetCATypeOk returns a tuple with the CAType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetClientId ¶

GetClientId returns the ClientId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetClientIdOk ¶

GetClientIdOk returns a tuple with the ClientId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetClientSecret ¶

GetClientSecret returns the ClientSecret field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetClientSecretOk ¶

GetClientSecretOk returns a tuple with the ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetConfigurationTenant ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) GetConfigurationTenant() string

GetConfigurationTenant returns the ConfigurationTenant field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetConfigurationTenantOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) GetConfigurationTenantOk() (*string, bool)

GetConfigurationTenantOk returns a tuple with the ConfigurationTenant field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetConnectorPool ¶

GetConnectorPool returns the ConnectorPool field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetConnectorPoolOk ¶

GetConnectorPoolOk returns a tuple with the ConnectorPool field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetDelegate ¶

GetDelegate returns the Delegate field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetDelegateEnrollment ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) GetDelegateEnrollment() bool

GetDelegateEnrollment returns the DelegateEnrollment field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetDelegateEnrollmentOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) GetDelegateEnrollmentOk() (*bool, bool)

GetDelegateEnrollmentOk returns a tuple with the DelegateEnrollment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetDelegateOk ¶

GetDelegateOk returns a tuple with the Delegate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetDenialMax ¶

GetDenialMax returns the DenialMax field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetDenialMaxOk ¶

GetDenialMaxOk returns a tuple with the DenialMax field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetEnforceUniqueDN ¶

GetEnforceUniqueDN returns the EnforceUniqueDN field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetEnforceUniqueDNOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) GetEnforceUniqueDNOk() (*bool, bool)

GetEnforceUniqueDNOk returns a tuple with the EnforceUniqueDN field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetExplicitCredentials ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) GetExplicitCredentials() bool

GetExplicitCredentials returns the ExplicitCredentials field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetExplicitCredentialsOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) GetExplicitCredentialsOk() (*bool, bool)

GetExplicitCredentialsOk returns a tuple with the ExplicitCredentials field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetExplicitPassword ¶

GetExplicitPassword returns the ExplicitPassword field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetExplicitPasswordOk ¶

GetExplicitPasswordOk returns a tuple with the ExplicitPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetExplicitUser ¶

GetExplicitUser returns the ExplicitUser field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetExplicitUserOk ¶

GetExplicitUserOk returns a tuple with the ExplicitUser field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetFailureMax ¶

GetFailureMax returns the FailureMax field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetFailureMaxOk ¶

GetFailureMaxOk returns a tuple with the FailureMax field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetForestRoot ¶

GetForestRoot returns the ForestRoot field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetForestRootOk ¶

GetForestRootOk returns a tuple with the ForestRoot field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetFullScan ¶

GetFullScan returns the FullScan field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetFullScanOk ¶

GetFullScanOk returns a tuple with the FullScan field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetHostName ¶

GetHostName returns the HostName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetHostNameOk ¶

GetHostNameOk returns a tuple with the HostName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetIncrementalScan ¶

GetIncrementalScan returns the IncrementalScan field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetIncrementalScanOk ¶

GetIncrementalScanOk returns a tuple with the IncrementalScan field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetIssuanceMax ¶

GetIssuanceMax returns the IssuanceMax field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetIssuanceMaxOk ¶

GetIssuanceMaxOk returns a tuple with the IssuanceMax field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetIssuanceMin ¶

GetIssuanceMin returns the IssuanceMin field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetIssuanceMinOk ¶

GetIssuanceMinOk returns a tuple with the IssuanceMin field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetKeyRetention ¶

GetKeyRetention returns the KeyRetention field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetKeyRetentionDays ¶

GetKeyRetentionDays returns the KeyRetentionDays field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetKeyRetentionDaysOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) GetKeyRetentionDaysOk() (*int32, bool)

GetKeyRetentionDaysOk returns a tuple with the KeyRetentionDays field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetKeyRetentionOk ¶

GetKeyRetentionOk returns a tuple with the KeyRetention field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetLastScan ¶

GetLastScan returns the LastScan field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetLastScanOk ¶

GetLastScanOk returns a tuple with the LastScan field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetLogicalName ¶

GetLogicalName returns the LogicalName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetLogicalNameOk ¶

GetLogicalNameOk returns a tuple with the LogicalName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetMonitorThresholds ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) GetMonitorThresholds() bool

GetMonitorThresholds returns the MonitorThresholds field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetMonitorThresholdsOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) GetMonitorThresholdsOk() (*bool, bool)

GetMonitorThresholdsOk returns a tuple with the MonitorThresholds field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetNewEndEntityOnRenewAndReissue ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) GetNewEndEntityOnRenewAndReissue() bool

GetNewEndEntityOnRenewAndReissue returns the NewEndEntityOnRenewAndReissue field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetNewEndEntityOnRenewAndReissueOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) GetNewEndEntityOnRenewAndReissueOk() (*bool, bool)

GetNewEndEntityOnRenewAndReissueOk returns a tuple with the NewEndEntityOnRenewAndReissue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetProperties ¶

GetProperties returns the Properties field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetPropertiesOk ¶

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetRFCEnforcement ¶

GetRFCEnforcement returns the RFCEnforcement field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetRFCEnforcementOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) GetRFCEnforcementOk() (*bool, bool)

GetRFCEnforcementOk returns a tuple with the RFCEnforcement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetRemote ¶

GetRemote returns the Remote field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetRemoteOk ¶

GetRemoteOk returns a tuple with the Remote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetScope ¶

GetScope returns the Scope field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetScopeOk ¶

GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetStandalone ¶

GetStandalone returns the Standalone field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetStandaloneOk ¶

GetStandaloneOk returns a tuple with the Standalone field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetSubscriberTerms ¶

GetSubscriberTerms returns the SubscriberTerms field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetSubscriberTermsOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) GetSubscriberTermsOk() (*bool, bool)

GetSubscriberTermsOk returns a tuple with the SubscriberTerms field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetThresholdCheck ¶

GetThresholdCheck returns the ThresholdCheck field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetThresholdCheckOk ¶

GetThresholdCheckOk returns a tuple with the ThresholdCheck field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetTokenURL ¶

GetTokenURL returns the TokenURL field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetTokenURLOk ¶

GetTokenURLOk returns a tuple with the TokenURL field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetUseAllowedRequesters ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) GetUseAllowedRequesters() bool

GetUseAllowedRequesters returns the UseAllowedRequesters field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetUseAllowedRequestersOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) GetUseAllowedRequestersOk() (*bool, bool)

GetUseAllowedRequestersOk returns a tuple with the UseAllowedRequesters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetUseCAConnector ¶

GetUseCAConnector returns the UseCAConnector field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityResponse) GetUseCAConnectorOk ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) GetUseCAConnectorOk() (*bool, bool)

GetUseCAConnectorOk returns a tuple with the UseCAConnector field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasAgent ¶

HasAgent returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasAgentName ¶

HasAgentName returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasAgentUsername ¶

HasAgentUsername returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasAllowOneClickRenewals ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) HasAllowOneClickRenewals() bool

HasAllowOneClickRenewals returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasAllowedEnrollmentTypes ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) HasAllowedEnrollmentTypes() bool

HasAllowedEnrollmentTypes returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasAllowedRequesters ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) HasAllowedRequesters() bool

HasAllowedRequesters returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasAudience ¶

HasAudience returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasAuthCertificate ¶

HasAuthCertificate returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasCAType ¶

HasCAType returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasClientId ¶

HasClientId returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasClientSecret ¶

HasClientSecret returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasConfigurationTenant ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) HasConfigurationTenant() bool

HasConfigurationTenant returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasConnectorPool ¶

HasConnectorPool returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasDelegate ¶

HasDelegate returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasDelegateEnrollment ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) HasDelegateEnrollment() bool

HasDelegateEnrollment returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasDenialMax ¶

HasDenialMax returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasEnforceUniqueDN ¶

HasEnforceUniqueDN returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasExplicitCredentials ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) HasExplicitCredentials() bool

HasExplicitCredentials returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasExplicitPassword ¶

HasExplicitPassword returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasExplicitUser ¶

HasExplicitUser returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasFailureMax ¶

HasFailureMax returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasForestRoot ¶

HasForestRoot returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasFullScan ¶

HasFullScan returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasHostName ¶

HasHostName returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasIncrementalScan ¶

HasIncrementalScan returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasIssuanceMax ¶

HasIssuanceMax returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasIssuanceMin ¶

HasIssuanceMin returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasKeyRetention ¶

HasKeyRetention returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasKeyRetentionDays ¶

HasKeyRetentionDays returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasLastScan ¶

HasLastScan returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasLogicalName ¶

HasLogicalName returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasMonitorThresholds ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) HasMonitorThresholds() bool

HasMonitorThresholds returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasNewEndEntityOnRenewAndReissue ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) HasNewEndEntityOnRenewAndReissue() bool

HasNewEndEntityOnRenewAndReissue returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasProperties ¶

HasProperties returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasRFCEnforcement ¶

HasRFCEnforcement returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasRemote ¶

HasRemote returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasScope ¶

HasScope returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasStandalone ¶

HasStandalone returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasSubscriberTerms ¶

HasSubscriberTerms returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasThresholdCheck ¶

HasThresholdCheck returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasTokenURL ¶

HasTokenURL returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasUseAllowedRequesters ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) HasUseAllowedRequesters() bool

HasUseAllowedRequesters returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityResponse) HasUseCAConnector ¶

HasUseCAConnector returns a boolean if a field has been set.

func (CertificateAuthoritiesCertificateAuthorityResponse) MarshalJSON ¶

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetAgent ¶

SetAgent gets a reference to the given NullableString and assigns it to the Agent field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetAgentName ¶

SetAgentName gets a reference to the given NullableString and assigns it to the AgentName field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetAgentNameNil ¶

SetAgentNameNil sets the value for AgentName to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetAgentNil ¶

SetAgentNil sets the value for Agent to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetAgentUsername ¶

SetAgentUsername gets a reference to the given NullableString and assigns it to the AgentUsername field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetAgentUsernameNil ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) SetAgentUsernameNil()

SetAgentUsernameNil sets the value for AgentUsername to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetAllowOneClickRenewals ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) SetAllowOneClickRenewals(v bool)

SetAllowOneClickRenewals gets a reference to the given bool and assigns it to the AllowOneClickRenewals field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetAllowedEnrollmentTypes ¶

SetAllowedEnrollmentTypes gets a reference to the given CSSCMSCoreEnumsEnrollmentType and assigns it to the AllowedEnrollmentTypes field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetAllowedRequesters ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) SetAllowedRequesters(v []string)

SetAllowedRequesters gets a reference to the given []string and assigns it to the AllowedRequesters field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetAudience ¶

SetAudience gets a reference to the given NullableString and assigns it to the Audience field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetAudienceNil ¶

SetAudienceNil sets the value for Audience to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetAuthCertificate ¶

SetAuthCertificate gets a reference to the given CSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate and assigns it to the AuthCertificate field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetCAType ¶

SetCAType gets a reference to the given CSSCMSCoreEnumsCertificateAuthorityType and assigns it to the CAType field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetClientId ¶

SetClientId gets a reference to the given NullableString and assigns it to the ClientId field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetClientIdNil ¶

SetClientIdNil sets the value for ClientId to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetClientSecret ¶

SetClientSecret gets a reference to the given CSSCMSDataModelModelsKeyfactorAPISecret and assigns it to the ClientSecret field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetConfigurationTenant ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) SetConfigurationTenant(v string)

SetConfigurationTenant gets a reference to the given NullableString and assigns it to the ConfigurationTenant field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetConfigurationTenantNil ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) SetConfigurationTenantNil()

SetConfigurationTenantNil sets the value for ConfigurationTenant to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetConnectorPool ¶

SetConnectorPool gets a reference to the given NullableString and assigns it to the ConnectorPool field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetConnectorPoolNil ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) SetConnectorPoolNil()

SetConnectorPoolNil sets the value for ConnectorPool to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetDelegate ¶

SetDelegate gets a reference to the given bool and assigns it to the Delegate field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetDelegateEnrollment ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) SetDelegateEnrollment(v bool)

SetDelegateEnrollment gets a reference to the given bool and assigns it to the DelegateEnrollment field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetDenialMax ¶

SetDenialMax gets a reference to the given NullableInt32 and assigns it to the DenialMax field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetDenialMaxNil ¶

SetDenialMaxNil sets the value for DenialMax to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetEnforceUniqueDN ¶

SetEnforceUniqueDN gets a reference to the given bool and assigns it to the EnforceUniqueDN field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetExplicitCredentials ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) SetExplicitCredentials(v bool)

SetExplicitCredentials gets a reference to the given bool and assigns it to the ExplicitCredentials field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetExplicitPassword ¶

SetExplicitPassword gets a reference to the given CSSCMSDataModelModelsKeyfactorAPISecret and assigns it to the ExplicitPassword field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetExplicitUser ¶

SetExplicitUser gets a reference to the given NullableString and assigns it to the ExplicitUser field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetExplicitUserNil ¶

SetExplicitUserNil sets the value for ExplicitUser to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetFailureMax ¶

SetFailureMax gets a reference to the given NullableInt32 and assigns it to the FailureMax field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetFailureMaxNil ¶

SetFailureMaxNil sets the value for FailureMax to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetForestRoot ¶

SetForestRoot gets a reference to the given NullableString and assigns it to the ForestRoot field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetForestRootNil ¶

SetForestRootNil sets the value for ForestRoot to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetFullScan ¶

SetFullScan gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the FullScan field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetHostName ¶

SetHostName gets a reference to the given NullableString and assigns it to the HostName field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetHostNameNil ¶

SetHostNameNil sets the value for HostName to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetIncrementalScan ¶

SetIncrementalScan gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the IncrementalScan field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetIssuanceMax ¶

SetIssuanceMax gets a reference to the given NullableInt32 and assigns it to the IssuanceMax field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetIssuanceMaxNil ¶

SetIssuanceMaxNil sets the value for IssuanceMax to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetIssuanceMin ¶

SetIssuanceMin gets a reference to the given NullableInt32 and assigns it to the IssuanceMin field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetIssuanceMinNil ¶

SetIssuanceMinNil sets the value for IssuanceMin to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetKeyRetention ¶

SetKeyRetention gets a reference to the given CSSCMSCoreEnumsKeyRetentionPolicy and assigns it to the KeyRetention field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetKeyRetentionDays ¶

SetKeyRetentionDays gets a reference to the given NullableInt32 and assigns it to the KeyRetentionDays field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetKeyRetentionDaysNil ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) SetKeyRetentionDaysNil()

SetKeyRetentionDaysNil sets the value for KeyRetentionDays to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetLastScan ¶

SetLastScan gets a reference to the given NullableString and assigns it to the LastScan field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetLastScanNil ¶

SetLastScanNil sets the value for LastScan to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetLogicalName ¶

SetLogicalName gets a reference to the given NullableString and assigns it to the LogicalName field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetLogicalNameNil ¶

SetLogicalNameNil sets the value for LogicalName to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetMonitorThresholds ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) SetMonitorThresholds(v bool)

SetMonitorThresholds gets a reference to the given bool and assigns it to the MonitorThresholds field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetNewEndEntityOnRenewAndReissue ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) SetNewEndEntityOnRenewAndReissue(v bool)

SetNewEndEntityOnRenewAndReissue gets a reference to the given bool and assigns it to the NewEndEntityOnRenewAndReissue field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetProperties ¶

SetProperties gets a reference to the given NullableString and assigns it to the Properties field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetPropertiesNil ¶

SetPropertiesNil sets the value for Properties to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetRFCEnforcement ¶

SetRFCEnforcement gets a reference to the given bool and assigns it to the RFCEnforcement field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetRemote ¶

SetRemote gets a reference to the given bool and assigns it to the Remote field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetScope ¶

SetScope gets a reference to the given NullableString and assigns it to the Scope field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetScopeNil ¶

SetScopeNil sets the value for Scope to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetStandalone ¶

SetStandalone gets a reference to the given bool and assigns it to the Standalone field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetSubscriberTerms ¶

SetSubscriberTerms gets a reference to the given bool and assigns it to the SubscriberTerms field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetThresholdCheck ¶

SetThresholdCheck gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the ThresholdCheck field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetTokenURL ¶

SetTokenURL gets a reference to the given NullableString and assigns it to the TokenURL field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetTokenURLNil ¶

SetTokenURLNil sets the value for TokenURL to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetUseAllowedRequesters ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) SetUseAllowedRequesters(v bool)

SetUseAllowedRequesters gets a reference to the given bool and assigns it to the UseAllowedRequesters field.

func (*CertificateAuthoritiesCertificateAuthorityResponse) SetUseCAConnector ¶

SetUseCAConnector gets a reference to the given bool and assigns it to the UseCAConnector field.

func (CertificateAuthoritiesCertificateAuthorityResponse) ToMap ¶

func (*CertificateAuthoritiesCertificateAuthorityResponse) UnsetAgent ¶

UnsetAgent ensures that no value is present for Agent, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) UnsetAgentName ¶

UnsetAgentName ensures that no value is present for AgentName, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) UnsetAgentUsername ¶

UnsetAgentUsername ensures that no value is present for AgentUsername, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) UnsetAudience ¶

UnsetAudience ensures that no value is present for Audience, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) UnsetClientId ¶

UnsetClientId ensures that no value is present for ClientId, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) UnsetConfigurationTenant ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) UnsetConfigurationTenant()

UnsetConfigurationTenant ensures that no value is present for ConfigurationTenant, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) UnsetConnectorPool ¶

UnsetConnectorPool ensures that no value is present for ConnectorPool, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) UnsetDenialMax ¶

UnsetDenialMax ensures that no value is present for DenialMax, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) UnsetExplicitUser ¶

UnsetExplicitUser ensures that no value is present for ExplicitUser, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) UnsetFailureMax ¶

UnsetFailureMax ensures that no value is present for FailureMax, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) UnsetForestRoot ¶

UnsetForestRoot ensures that no value is present for ForestRoot, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) UnsetHostName ¶

UnsetHostName ensures that no value is present for HostName, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) UnsetIssuanceMax ¶

UnsetIssuanceMax ensures that no value is present for IssuanceMax, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) UnsetIssuanceMin ¶

UnsetIssuanceMin ensures that no value is present for IssuanceMin, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) UnsetKeyRetentionDays ¶

func (o *CertificateAuthoritiesCertificateAuthorityResponse) UnsetKeyRetentionDays()

UnsetKeyRetentionDays ensures that no value is present for KeyRetentionDays, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) UnsetLastScan ¶

UnsetLastScan ensures that no value is present for LastScan, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) UnsetLogicalName ¶

UnsetLogicalName ensures that no value is present for LogicalName, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) UnsetProperties ¶

UnsetProperties ensures that no value is present for Properties, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) UnsetScope ¶

UnsetScope ensures that no value is present for Scope, not even an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityResponse) UnsetTokenURL ¶

UnsetTokenURL ensures that no value is present for TokenURL, not even an explicit nil

type CertificateAuthoritiesCertificateAuthorityTestResponse ¶

type CertificateAuthoritiesCertificateAuthorityTestResponse struct {
	// Whether the test succeeded or failed.
	Success *bool `json:"Success,omitempty"`
	// The message returned by the test.
	Message NullableString `json:"Message,omitempty"`
}

CertificateAuthoritiesCertificateAuthorityTestResponse A DTO for CA tests.

func NewCertificateAuthoritiesCertificateAuthorityTestResponse ¶

func NewCertificateAuthoritiesCertificateAuthorityTestResponse() *CertificateAuthoritiesCertificateAuthorityTestResponse

NewCertificateAuthoritiesCertificateAuthorityTestResponse instantiates a new CertificateAuthoritiesCertificateAuthorityTestResponse 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 NewCertificateAuthoritiesCertificateAuthorityTestResponseWithDefaults ¶

func NewCertificateAuthoritiesCertificateAuthorityTestResponseWithDefaults() *CertificateAuthoritiesCertificateAuthorityTestResponse

NewCertificateAuthoritiesCertificateAuthorityTestResponseWithDefaults instantiates a new CertificateAuthoritiesCertificateAuthorityTestResponse 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 (*CertificateAuthoritiesCertificateAuthorityTestResponse) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateAuthoritiesCertificateAuthorityTestResponse) GetMessageOk ¶

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateAuthoritiesCertificateAuthorityTestResponse) GetSuccess ¶

GetSuccess returns the Success field value if set, zero value otherwise.

func (*CertificateAuthoritiesCertificateAuthorityTestResponse) GetSuccessOk ¶

GetSuccessOk returns a tuple with the Success field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateAuthoritiesCertificateAuthorityTestResponse) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (*CertificateAuthoritiesCertificateAuthorityTestResponse) HasSuccess ¶

HasSuccess returns a boolean if a field has been set.

func (CertificateAuthoritiesCertificateAuthorityTestResponse) MarshalJSON ¶

func (*CertificateAuthoritiesCertificateAuthorityTestResponse) SetMessage ¶

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*CertificateAuthoritiesCertificateAuthorityTestResponse) SetMessageNil ¶

SetMessageNil sets the value for Message to be an explicit nil

func (*CertificateAuthoritiesCertificateAuthorityTestResponse) SetSuccess ¶

SetSuccess gets a reference to the given bool and assigns it to the Success field.

func (CertificateAuthoritiesCertificateAuthorityTestResponse) ToMap ¶

func (*CertificateAuthoritiesCertificateAuthorityTestResponse) UnsetMessage ¶

UnsetMessage ensures that no value is present for Message, not even an explicit nil

type CertificateAuthorityApiService ¶

type CertificateAuthorityApiService service

CertificateAuthorityApiService CertificateAuthorityApi service

func (*CertificateAuthorityApiService) CreateCertificateAuthorityAlertRecipientsCAHealthRecipientsExecute ¶

Executes the API request V1 POST /CertificateAuthority/AlertRecipients/CAHealthRecipients

@return []CertificateAuthoritiesCAAlertRecipientResponse

func (*CertificateAuthorityApiService) CreateCertificateAuthorityAlertRecipientsCAThresholdRecipientsExecute ¶

Executes the API request V1 POST /CertificateAuthority/AlertRecipients/CAThresholdRecipients

@return []CertificateAuthoritiesCAAlertRecipientResponse

func (*CertificateAuthorityApiService) CreateCertificateAuthorityExecute ¶

Executes the API request V1 POST /CertificateAuthority

@return CertificateAuthoritiesCertificateAuthorityResponse

func (*CertificateAuthorityApiService) CreateCertificateAuthorityImportExecute ¶

func (a *CertificateAuthorityApiService) CreateCertificateAuthorityImportExecute(r ApiCreateCertificateAuthorityImportRequest) (*http.Response, error)

Executes the API request

func (*CertificateAuthorityApiService) CreateCertificateAuthorityPublishCRLExecute ¶

func (a *CertificateAuthorityApiService) CreateCertificateAuthorityPublishCRLExecute(r ApiCreateCertificateAuthorityPublishCRLRequest) (*http.Response, error)

Executes the API request

func (*CertificateAuthorityApiService) CreateCertificateAuthorityTaskQueueTestExecute ¶

Executes the API request V1 POST /CertificateAuthority/TaskQueue/Test

@return CertificateAuthoritiesCAJobQueueTestResponse

func (*CertificateAuthorityApiService) CreateCertificateAuthorityTestExecute ¶

Executes the API request V1 POST /CertificateAuthority/Test

@return CertificateAuthoritiesCertificateAuthorityTestResponse

func (*CertificateAuthorityApiService) DeleteCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdExecute ¶

func (a *CertificateAuthorityApiService) DeleteCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdExecute(r ApiDeleteCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest) (*http.Response, error)

Executes the API request

func (*CertificateAuthorityApiService) DeleteCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdExecute ¶

func (a *CertificateAuthorityApiService) DeleteCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdExecute(r ApiDeleteCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest) (*http.Response, error)

Executes the API request

func (*CertificateAuthorityApiService) DeleteCertificateAuthorityByIdExecute ¶

func (a *CertificateAuthorityApiService) DeleteCertificateAuthorityByIdExecute(r ApiDeleteCertificateAuthorityByIdRequest) (*http.Response, error)

Executes the API request

func (*CertificateAuthorityApiService) GetCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdExecute ¶

Executes the API request V1 GET /CertificateAuthority/AlertRecipients/CAHealthRecipients/{id}

@return CertificateAuthoritiesCAAlertRecipientResponse

func (*CertificateAuthorityApiService) GetCertificateAuthorityAlertRecipientsCAHealthRecipientsExecute ¶

Executes the API request V1 GET /CertificateAuthority/AlertRecipients/CAHealthRecipients

@return []CertificateAuthoritiesCAAlertRecipientResponse

func (*CertificateAuthorityApiService) GetCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdExecute ¶

Executes the API request V1 GET /CertificateAuthority/AlertRecipients/CAThresholdRecipients/{id}

@return CertificateAuthoritiesCAAlertRecipientResponse

func (*CertificateAuthorityApiService) GetCertificateAuthorityAlertRecipientsCAThresholdRecipientsExecute ¶

Executes the API request V1 GET /CertificateAuthority/AlertRecipients/CAThresholdRecipients

@return []CertificateAuthoritiesCAAlertRecipientResponse

func (*CertificateAuthorityApiService) GetCertificateAuthorityAvailableForestsExecute ¶

func (a *CertificateAuthorityApiService) GetCertificateAuthorityAvailableForestsExecute(r ApiGetCertificateAuthorityAvailableForestsRequest) ([]string, *http.Response, error)

Executes the API request V1 GET /CertificateAuthority/AvailableForests

@return []string

func (*CertificateAuthorityApiService) GetCertificateAuthorityByIdExecute ¶

Executes the API request V1 GET /CertificateAuthority/{id}

@return CertificateAuthoritiesCertificateAuthorityResponse

func (*CertificateAuthorityApiService) GetCertificateAuthorityExecute ¶

Executes the API request V1 GET /CertificateAuthority

@return []CertificateAuthoritiesCertificateAuthorityResponse

func (*CertificateAuthorityApiService) GetCertificateAuthorityHealthMonitoringScheduleExecute ¶

Executes the API request V1 GET /CertificateAuthority/HealthMonitoring/Schedule

@return SchedulingScheduledTaskResponse

func (*CertificateAuthorityApiService) GetCertificateAuthoritySourceCountExecute ¶

func (a *CertificateAuthorityApiService) GetCertificateAuthoritySourceCountExecute(r ApiGetCertificateAuthoritySourceCountRequest) (int32, *http.Response, error)

Executes the API request V1 GET /CertificateAuthority/SourceCount

@return int32

func (*CertificateAuthorityApiService) GetCertificateAuthorityTaskQueueExecute ¶

Executes the API request V1 GET /CertificateAuthority/TaskQueue

@return RabbitMQJobQueueResponse

func (*CertificateAuthorityApiService) NewCreateCertificateAuthorityAlertRecipientsCAHealthRecipientsRequest ¶

func (a *CertificateAuthorityApiService) NewCreateCertificateAuthorityAlertRecipientsCAHealthRecipientsRequest(ctx context.Context) ApiCreateCertificateAuthorityAlertRecipientsCAHealthRecipientsRequest

Creates a new V1 POST /CertificateAuthority/AlertRecipients/CAHealthRecipients request.

CreateCertificateAuthorityAlertRecipientsCAHealthRecipients Creates CA health monitoring recipients for the provided list of email addresses\"

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCertificateAuthorityAlertRecipientsCAHealthRecipientsRequest

func (*CertificateAuthorityApiService) NewCreateCertificateAuthorityAlertRecipientsCAThresholdRecipientsRequest ¶

func (a *CertificateAuthorityApiService) NewCreateCertificateAuthorityAlertRecipientsCAThresholdRecipientsRequest(ctx context.Context) ApiCreateCertificateAuthorityAlertRecipientsCAThresholdRecipientsRequest

Creates a new V1 POST /CertificateAuthority/AlertRecipients/CAThresholdRecipients request.

CreateCertificateAuthorityAlertRecipientsCAThresholdRecipients Creates CA threshold alert recipients for the provided list of emails

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCertificateAuthorityAlertRecipientsCAThresholdRecipientsRequest

func (*CertificateAuthorityApiService) NewCreateCertificateAuthorityImportRequest ¶

func (a *CertificateAuthorityApiService) NewCreateCertificateAuthorityImportRequest(ctx context.Context) ApiCreateCertificateAuthorityImportRequest

Creates a new V1 POST /CertificateAuthority/Import request.

CreateCertificateAuthorityImport Imports any certificate authorities from the provided configuration tenant DNS

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCertificateAuthorityImportRequest

func (*CertificateAuthorityApiService) NewCreateCertificateAuthorityPublishCRLRequest ¶

func (a *CertificateAuthorityApiService) NewCreateCertificateAuthorityPublishCRLRequest(ctx context.Context) ApiCreateCertificateAuthorityPublishCRLRequest

Creates a new V1 POST /CertificateAuthority/PublishCRL request.

CreateCertificateAuthorityPublishCRL Publishes a CRL according to the provided request

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCertificateAuthorityPublishCRLRequest

func (*CertificateAuthorityApiService) NewCreateCertificateAuthorityRequest ¶

func (a *CertificateAuthorityApiService) NewCreateCertificateAuthorityRequest(ctx context.Context) ApiCreateCertificateAuthorityRequest

Creates a new V1 POST /CertificateAuthority request.

CreateCertificateAuthority Creates a new CertificateAuthority object

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCertificateAuthorityRequest

func (*CertificateAuthorityApiService) NewCreateCertificateAuthorityTaskQueueTestRequest ¶

func (a *CertificateAuthorityApiService) NewCreateCertificateAuthorityTaskQueueTestRequest(ctx context.Context) ApiCreateCertificateAuthorityTaskQueueTestRequest

Creates a new V1 POST /CertificateAuthority/TaskQueue/Test request.

CreateCertificateAuthorityTaskQueueTest Tests the connection info for the TaskQueue Credentials.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCertificateAuthorityTaskQueueTestRequest

func (*CertificateAuthorityApiService) NewCreateCertificateAuthorityTestRequest ¶

func (a *CertificateAuthorityApiService) NewCreateCertificateAuthorityTestRequest(ctx context.Context) ApiCreateCertificateAuthorityTestRequest

Creates a new V1 POST /CertificateAuthority/Test request.

CreateCertificateAuthorityTest Validates the connection info for the CA provided by the model.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCertificateAuthorityTestRequest

func (*CertificateAuthorityApiService) NewDeleteCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest ¶

func (a *CertificateAuthorityApiService) NewDeleteCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest(ctx context.Context, id int32) ApiDeleteCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest

Creates a new V1 DELETE /CertificateAuthority/AlertRecipients/CAHealthRecipients/{id} request.

DeleteCertificateAuthorityAlertRecipientsCAHealthRecipientsById Deletes a CA health recipient for the provided ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the health monitoring recipient to delete
@return ApiDeleteCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest

func (*CertificateAuthorityApiService) NewDeleteCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest ¶

func (a *CertificateAuthorityApiService) NewDeleteCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest(ctx context.Context, id int32) ApiDeleteCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest

Creates a new V1 DELETE /CertificateAuthority/AlertRecipients/CAThresholdRecipients/{id} request.

DeleteCertificateAuthorityAlertRecipientsCAThresholdRecipientsById Deletes a CA threshold recipient for the provided ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the threshold alert recipient to delete
@return ApiDeleteCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest

func (*CertificateAuthorityApiService) NewDeleteCertificateAuthorityByIdRequest ¶

func (a *CertificateAuthorityApiService) NewDeleteCertificateAuthorityByIdRequest(ctx context.Context, id int32) ApiDeleteCertificateAuthorityByIdRequest

Creates a new V1 DELETE /CertificateAuthority/{id} request.

DeleteCertificateAuthorityById Deletes a CertificateAuthority from the system, specified by ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiDeleteCertificateAuthorityByIdRequest

func (*CertificateAuthorityApiService) NewGetCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest ¶

func (a *CertificateAuthorityApiService) NewGetCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest(ctx context.Context, id int32) ApiGetCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest

Creates a new V1 GET /CertificateAuthority/AlertRecipients/CAHealthRecipients/{id} request.

GetCertificateAuthorityAlertRecipientsCAHealthRecipientsById Returns a CA health recipient for the specified health recipient ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the health monitoring recipient to retrieve
@return ApiGetCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest

func (*CertificateAuthorityApiService) NewGetCertificateAuthorityAlertRecipientsCAHealthRecipientsRequest ¶

func (a *CertificateAuthorityApiService) NewGetCertificateAuthorityAlertRecipientsCAHealthRecipientsRequest(ctx context.Context) ApiGetCertificateAuthorityAlertRecipientsCAHealthRecipientsRequest

Creates a new V1 GET /CertificateAuthority/AlertRecipients/CAHealthRecipients request.

GetCertificateAuthorityAlertRecipientsCAHealthRecipients Returns a list of all CA health recipients

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCertificateAuthorityAlertRecipientsCAHealthRecipientsRequest

func (*CertificateAuthorityApiService) NewGetCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest ¶

func (a *CertificateAuthorityApiService) NewGetCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest(ctx context.Context, id int32) ApiGetCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest

Creates a new V1 GET /CertificateAuthority/AlertRecipients/CAThresholdRecipients/{id} request.

GetCertificateAuthorityAlertRecipientsCAThresholdRecipientsById Returns a CA threshold recipient for the specified threshold alert recipient ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the threshold alert recipient to retrieve
@return ApiGetCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest

func (*CertificateAuthorityApiService) NewGetCertificateAuthorityAlertRecipientsCAThresholdRecipientsRequest ¶

func (a *CertificateAuthorityApiService) NewGetCertificateAuthorityAlertRecipientsCAThresholdRecipientsRequest(ctx context.Context) ApiGetCertificateAuthorityAlertRecipientsCAThresholdRecipientsRequest

Creates a new V1 GET /CertificateAuthority/AlertRecipients/CAThresholdRecipients request.

GetCertificateAuthorityAlertRecipientsCAThresholdRecipients Returns a list of all CA threshold recipients

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCertificateAuthorityAlertRecipientsCAThresholdRecipientsRequest

func (*CertificateAuthorityApiService) NewGetCertificateAuthorityAvailableForestsRequest ¶

func (a *CertificateAuthorityApiService) NewGetCertificateAuthorityAvailableForestsRequest(ctx context.Context) ApiGetCertificateAuthorityAvailableForestsRequest

Creates a new V1 GET /CertificateAuthority/AvailableForests request.

GetCertificateAuthorityAvailableForests Returns a list of available forests that are in active directory

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCertificateAuthorityAvailableForestsRequest

func (*CertificateAuthorityApiService) NewGetCertificateAuthorityByIdRequest ¶

func (a *CertificateAuthorityApiService) NewGetCertificateAuthorityByIdRequest(ctx context.Context, id int32) ApiGetCertificateAuthorityByIdRequest

Creates a new V1 GET /CertificateAuthority/{id} request.

GetCertificateAuthorityById Returns details for a single CA, specified by ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetCertificateAuthorityByIdRequest

func (*CertificateAuthorityApiService) NewGetCertificateAuthorityHealthMonitoringScheduleRequest ¶

func (a *CertificateAuthorityApiService) NewGetCertificateAuthorityHealthMonitoringScheduleRequest(ctx context.Context) ApiGetCertificateAuthorityHealthMonitoringScheduleRequest

Creates a new V1 GET /CertificateAuthority/HealthMonitoring/Schedule request.

GetCertificateAuthorityHealthMonitoringSchedule Retrieves the execution schedule for the CA health monitoring job

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCertificateAuthorityHealthMonitoringScheduleRequest

func (*CertificateAuthorityApiService) NewGetCertificateAuthorityRequest ¶

func (a *CertificateAuthorityApiService) NewGetCertificateAuthorityRequest(ctx context.Context) ApiGetCertificateAuthorityRequest

Creates a new V1 GET /CertificateAuthority request.

GetCertificateAuthority Returns all certificate authorities according to the provided filter

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCertificateAuthorityRequest

func (*CertificateAuthorityApiService) NewGetCertificateAuthoritySourceCountRequest ¶

func (a *CertificateAuthorityApiService) NewGetCertificateAuthoritySourceCountRequest(ctx context.Context) ApiGetCertificateAuthoritySourceCountRequest

Creates a new V1 GET /CertificateAuthority/SourceCount request.

GetCertificateAuthoritySourceCount Returns a count of certificate authorities with sync enabled

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCertificateAuthoritySourceCountRequest

func (*CertificateAuthorityApiService) NewGetCertificateAuthorityTaskQueueRequest ¶

func (a *CertificateAuthorityApiService) NewGetCertificateAuthorityTaskQueueRequest(ctx context.Context) ApiGetCertificateAuthorityTaskQueueRequest

Creates a new V1 GET /CertificateAuthority/TaskQueue request.

GetCertificateAuthorityTaskQueue Retrieves credentials and connection information

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCertificateAuthorityTaskQueueRequest

func (*CertificateAuthorityApiService) NewUpdateCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest ¶

func (a *CertificateAuthorityApiService) NewUpdateCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest(ctx context.Context, id int32) ApiUpdateCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest

Creates a new V1 PUT /CertificateAuthority/AlertRecipients/CAHealthRecipients/{id} request.

UpdateCertificateAuthorityAlertRecipientsCAHealthRecipientsById Updates a CA health alert recipient for the provided request object

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the alert recipient to be updated
@return ApiUpdateCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdRequest

func (*CertificateAuthorityApiService) NewUpdateCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest ¶

func (a *CertificateAuthorityApiService) NewUpdateCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest(ctx context.Context, id int32) ApiUpdateCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest

Creates a new V1 PUT /CertificateAuthority/AlertRecipients/CAThresholdRecipients/{id} request.

UpdateCertificateAuthorityAlertRecipientsCAThresholdRecipientsById Updates a CA threshold alert recipient for the provided request object

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the alert recipient to be updated.
@return ApiUpdateCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdRequest

func (*CertificateAuthorityApiService) NewUpdateCertificateAuthorityRequest ¶

func (a *CertificateAuthorityApiService) NewUpdateCertificateAuthorityRequest(ctx context.Context) ApiUpdateCertificateAuthorityRequest

Creates a new V1 PUT /CertificateAuthority request.

UpdateCertificateAuthority Updates a CertificateAuthority object

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateCertificateAuthorityRequest

func (*CertificateAuthorityApiService) NewUpdateCertificateAuthorityTaskQueueRequest ¶

func (a *CertificateAuthorityApiService) NewUpdateCertificateAuthorityTaskQueueRequest(ctx context.Context) ApiUpdateCertificateAuthorityTaskQueueRequest

Creates a new V1 PUT /CertificateAuthority/TaskQueue request.

UpdateCertificateAuthorityTaskQueue Updates credentials and connection information

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateCertificateAuthorityTaskQueueRequest

func (*CertificateAuthorityApiService) UpdateCertificateAuthorityAlertRecipientsCAHealthRecipientsByIdExecute ¶

Executes the API request V1 PUT /CertificateAuthority/AlertRecipients/CAHealthRecipients/{id}

@return CertificateAuthoritiesCAAlertRecipientResponse

func (*CertificateAuthorityApiService) UpdateCertificateAuthorityAlertRecipientsCAThresholdRecipientsByIdExecute ¶

Executes the API request V1 PUT /CertificateAuthority/AlertRecipients/CAThresholdRecipients/{id}

@return CertificateAuthoritiesCAAlertRecipientResponse

func (*CertificateAuthorityApiService) UpdateCertificateAuthorityExecute ¶

Executes the API request V1 PUT /CertificateAuthority

@return CertificateAuthoritiesCertificateAuthorityResponse

func (*CertificateAuthorityApiService) UpdateCertificateAuthorityTaskQueueExecute ¶

Executes the API request V1 PUT /CertificateAuthority/TaskQueue

@return RabbitMQJobQueueResponse

type CertificateCollectionApiService ¶

type CertificateCollectionApiService service

CertificateCollectionApiService CertificateCollectionApi service

func (*CertificateCollectionApiService) CreateCertificateCollectionsCopyExecute ¶

Executes the API request V1 POST /CertificateCollections/Copy

@return CertificateCollectionsCertificateCollectionResponse

func (*CertificateCollectionApiService) CreateCertificateCollectionsExecute ¶

Executes the API request V1 POST /CertificateCollections

@return CertificateCollectionsCertificateCollectionResponse

func (*CertificateCollectionApiService) DeleteCertificateCollectionsByIdExecute ¶

func (a *CertificateCollectionApiService) DeleteCertificateCollectionsByIdExecute(r ApiDeleteCertificateCollectionsByIdRequest) (*http.Response, error)

Executes the API request

func (*CertificateCollectionApiService) GetCertificateCollectionsByIdExecute ¶

Executes the API request V1 GET /CertificateCollections/{id}

@return CSSCMSDataModelModelsCertificateQuery

func (*CertificateCollectionApiService) GetCertificateCollectionsCollectionListExecute ¶

Executes the API request V1 GET /CertificateCollections/CollectionList

@return []CertificateCollectionsCertificateCollectionListResponse

func (*CertificateCollectionApiService) GetCertificateCollectionsCollectionOrderingExecute ¶

func (a *CertificateCollectionApiService) GetCertificateCollectionsCollectionOrderingExecute(r ApiGetCertificateCollectionsCollectionOrderingRequest) ([]int32, *http.Response, error)

Executes the API request V1 GET /CertificateCollections/CollectionOrdering

@return []int32

func (*CertificateCollectionApiService) GetCertificateCollectionsExecute ¶

Executes the API request V1 GET /CertificateCollections

@return []CSSCMSDataModelModelsCertificateQuery

func (*CertificateCollectionApiService) GetCertificateCollectionsLastEstimatedExecute ¶

Executes the API request V1 GET /CertificateCollections/LastEstimated

@return SchedulingScheduledTaskScheduleResponse

func (*CertificateCollectionApiService) GetCertificateCollectionsNameExecute ¶

Executes the API request V1 GET /CertificateCollections/{name}

@return CSSCMSDataModelModelsCertificateQuery

func (*CertificateCollectionApiService) GetCertificateCollectionsNavItemsExecute ¶

Executes the API request V1 GET /CertificateCollections/NavItems

@return []CSSCMSDataModelModelsCertificateCollectionNavItem

func (*CertificateCollectionApiService) NewCreateCertificateCollectionsCopyRequest ¶

func (a *CertificateCollectionApiService) NewCreateCertificateCollectionsCopyRequest(ctx context.Context) ApiCreateCertificateCollectionsCopyRequest

Creates a new V1 POST /CertificateCollections/Copy request.

CreateCertificateCollectionsCopy Creates a new certificate collection from an existing collection. The permissions, query and description of the existing collection are copied when creating the new record, with the option to overwrite the query or description.

### Duplication Field Values ### The field used to determine if a certificate is a duplicate of another. | Value | Description | |--------------------|---------------------------| | 1 | Common name | | 2 | Distinguished name | | 3 | Principal name |

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCertificateCollectionsCopyRequest

func (*CertificateCollectionApiService) NewCreateCertificateCollectionsRequest ¶

func (a *CertificateCollectionApiService) NewCreateCertificateCollectionsRequest(ctx context.Context) ApiCreateCertificateCollectionsRequest

Creates a new V1 POST /CertificateCollections request.

CreateCertificateCollections Creates a new certificate collection with the provided properties ¶

### Duplication Field Values ### The field used to determine if a certificate is a duplicate of another. | Value | Description | |--------------------|---------------------------| | 1 | Common name | | 2 | Distinguished name | | 3 | Principal name |

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCertificateCollectionsRequest

func (*CertificateCollectionApiService) NewDeleteCertificateCollectionsByIdRequest ¶

func (a *CertificateCollectionApiService) NewDeleteCertificateCollectionsByIdRequest(ctx context.Context, id int32) ApiDeleteCertificateCollectionsByIdRequest

Creates a new V1 DELETE /CertificateCollections/{id} request.

DeleteCertificateCollectionsById Delete one certificate collection

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The collection to delete
@return ApiDeleteCertificateCollectionsByIdRequest

func (*CertificateCollectionApiService) NewGetCertificateCollectionsByIdRequest ¶

func (a *CertificateCollectionApiService) NewGetCertificateCollectionsByIdRequest(ctx context.Context, id int32) ApiGetCertificateCollectionsByIdRequest

Creates a new V1 GET /CertificateCollections/{id} request.

GetCertificateCollectionsById Returns the certificate collection definition associated with the provided Keyfactor identifier

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Identifier of the certificate collection
@return ApiGetCertificateCollectionsByIdRequest

func (*CertificateCollectionApiService) NewGetCertificateCollectionsCollectionListRequest ¶

func (a *CertificateCollectionApiService) NewGetCertificateCollectionsCollectionListRequest(ctx context.Context) ApiGetCertificateCollectionsCollectionListRequest

Creates a new V1 GET /CertificateCollections/CollectionList request.

GetCertificateCollectionsCollectionList Get certificate collection list with duplication field name

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCertificateCollectionsCollectionListRequest

func (*CertificateCollectionApiService) NewGetCertificateCollectionsCollectionOrderingRequest ¶

func (a *CertificateCollectionApiService) NewGetCertificateCollectionsCollectionOrderingRequest(ctx context.Context) ApiGetCertificateCollectionsCollectionOrderingRequest

Creates a new V1 GET /CertificateCollections/CollectionOrdering request.

GetCertificateCollectionsCollectionOrdering Returns an array of collection Id's where the index in the array represents the collection ordering

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCertificateCollectionsCollectionOrderingRequest

func (*CertificateCollectionApiService) NewGetCertificateCollectionsLastEstimatedRequest ¶

func (a *CertificateCollectionApiService) NewGetCertificateCollectionsLastEstimatedRequest(ctx context.Context) ApiGetCertificateCollectionsLastEstimatedRequest

Creates a new V1 GET /CertificateCollections/LastEstimated request.

GetCertificateCollectionsLastEstimated Get the last time the timer service ran the job to process certificates in collections

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCertificateCollectionsLastEstimatedRequest

func (*CertificateCollectionApiService) NewGetCertificateCollectionsNameRequest ¶

func (a *CertificateCollectionApiService) NewGetCertificateCollectionsNameRequest(ctx context.Context, name string) ApiGetCertificateCollectionsNameRequest

Creates a new V1 GET /CertificateCollections/{name} request.

GetCertificateCollectionsName Returns the certificate collection associated with the provided collection name

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name Name of the Collection
@return ApiGetCertificateCollectionsNameRequest

func (*CertificateCollectionApiService) NewGetCertificateCollectionsNavItemsRequest ¶

func (a *CertificateCollectionApiService) NewGetCertificateCollectionsNavItemsRequest(ctx context.Context) ApiGetCertificateCollectionsNavItemsRequest

Creates a new V1 GET /CertificateCollections/NavItems request.

GetCertificateCollectionsNavItems Get the list of navigation items for certificate collection

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCertificateCollectionsNavItemsRequest

func (*CertificateCollectionApiService) NewGetCertificateCollectionsRequest ¶

func (a *CertificateCollectionApiService) NewGetCertificateCollectionsRequest(ctx context.Context) ApiGetCertificateCollectionsRequest

Creates a new V1 GET /CertificateCollections request.

GetCertificateCollections Returns all certificate collections

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCertificateCollectionsRequest

func (*CertificateCollectionApiService) NewUpdateCertificateCollectionsByIdFavoriteRequest ¶

func (a *CertificateCollectionApiService) NewUpdateCertificateCollectionsByIdFavoriteRequest(ctx context.Context, id int32) ApiUpdateCertificateCollectionsByIdFavoriteRequest

Creates a new V1 PUT /CertificateCollections/{id}/Favorite request.

UpdateCertificateCollectionsByIdFavorite Update favorite for one collection

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The collection to update favorite with
@return ApiUpdateCertificateCollectionsByIdFavoriteRequest

func (*CertificateCollectionApiService) NewUpdateCertificateCollectionsRequest ¶

func (a *CertificateCollectionApiService) NewUpdateCertificateCollectionsRequest(ctx context.Context) ApiUpdateCertificateCollectionsRequest

Creates a new V1 PUT /CertificateCollections request.

UpdateCertificateCollections Updates an existing certificate collection with the provided properties ¶

### Duplication Field Values ### The field used to determine if a certificate is a duplicate of another. | Value | Description | |--------------------|---------------------------| | 1 | Common name | | 2 | Distinguished name | | 3 | Principal name |

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateCertificateCollectionsRequest

func (*CertificateCollectionApiService) UpdateCertificateCollectionsByIdFavoriteExecute ¶

func (a *CertificateCollectionApiService) UpdateCertificateCollectionsByIdFavoriteExecute(r ApiUpdateCertificateCollectionsByIdFavoriteRequest) (*http.Response, error)

Executes the API request

func (*CertificateCollectionApiService) UpdateCertificateCollectionsExecute ¶

Executes the API request V1 PUT /CertificateCollections

@return CertificateCollectionsCertificateCollectionResponse

type CertificateCollectionsAssignableQueryRole ¶

type CertificateCollectionsAssignableQueryRole struct {
	RoleId *int32         `json:"RoleId,omitempty"`
	Name   NullableString `json:"Name,omitempty"`
}

CertificateCollectionsAssignableQueryRole struct for CertificateCollectionsAssignableQueryRole

func NewCertificateCollectionsAssignableQueryRole ¶

func NewCertificateCollectionsAssignableQueryRole() *CertificateCollectionsAssignableQueryRole

NewCertificateCollectionsAssignableQueryRole instantiates a new CertificateCollectionsAssignableQueryRole 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 NewCertificateCollectionsAssignableQueryRoleWithDefaults ¶

func NewCertificateCollectionsAssignableQueryRoleWithDefaults() *CertificateCollectionsAssignableQueryRole

NewCertificateCollectionsAssignableQueryRoleWithDefaults instantiates a new CertificateCollectionsAssignableQueryRole 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 (*CertificateCollectionsAssignableQueryRole) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateCollectionsAssignableQueryRole) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateCollectionsAssignableQueryRole) GetRoleId ¶

GetRoleId returns the RoleId field value if set, zero value otherwise.

func (*CertificateCollectionsAssignableQueryRole) GetRoleIdOk ¶

GetRoleIdOk returns a tuple with the RoleId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateCollectionsAssignableQueryRole) HasName ¶

HasName returns a boolean if a field has been set.

func (*CertificateCollectionsAssignableQueryRole) HasRoleId ¶

HasRoleId returns a boolean if a field has been set.

func (CertificateCollectionsAssignableQueryRole) MarshalJSON ¶

func (*CertificateCollectionsAssignableQueryRole) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CertificateCollectionsAssignableQueryRole) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*CertificateCollectionsAssignableQueryRole) SetRoleId ¶

SetRoleId gets a reference to the given int32 and assigns it to the RoleId field.

func (CertificateCollectionsAssignableQueryRole) ToMap ¶

func (o CertificateCollectionsAssignableQueryRole) ToMap() (map[string]interface{}, error)

func (*CertificateCollectionsAssignableQueryRole) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type CertificateCollectionsCertificateCollectionCopyRequest ¶

type CertificateCollectionsCertificateCollectionCopyRequest struct {
	CopyFromId       int32                                `json:"CopyFromId"`
	Name             string                               `json:"Name"`
	Description      NullableString                       `json:"Description,omitempty"`
	Query            NullableString                       `json:"Query,omitempty"`
	DuplicationField *CSSCMSCoreEnumsDuplicateSubjectType `json:"DuplicationField,omitempty"`
	ShowOnDashboard  *bool                                `json:"ShowOnDashboard,omitempty"`
	Favorite         *bool                                `json:"Favorite,omitempty"`
}

CertificateCollectionsCertificateCollectionCopyRequest struct for CertificateCollectionsCertificateCollectionCopyRequest

func NewCertificateCollectionsCertificateCollectionCopyRequest ¶

func NewCertificateCollectionsCertificateCollectionCopyRequest(copyFromId int32, name string) *CertificateCollectionsCertificateCollectionCopyRequest

NewCertificateCollectionsCertificateCollectionCopyRequest instantiates a new CertificateCollectionsCertificateCollectionCopyRequest 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 NewCertificateCollectionsCertificateCollectionCopyRequestWithDefaults ¶

func NewCertificateCollectionsCertificateCollectionCopyRequestWithDefaults() *CertificateCollectionsCertificateCollectionCopyRequest

NewCertificateCollectionsCertificateCollectionCopyRequestWithDefaults instantiates a new CertificateCollectionsCertificateCollectionCopyRequest 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 (*CertificateCollectionsCertificateCollectionCopyRequest) GetCopyFromId ¶

GetCopyFromId returns the CopyFromId field value

func (*CertificateCollectionsCertificateCollectionCopyRequest) GetCopyFromIdOk ¶

GetCopyFromIdOk returns a tuple with the CopyFromId field value and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateCollectionCopyRequest) GetDescription ¶

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateCollectionsCertificateCollectionCopyRequest) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateCollectionsCertificateCollectionCopyRequest) GetDuplicationField ¶

GetDuplicationField returns the DuplicationField field value if set, zero value otherwise.

func (*CertificateCollectionsCertificateCollectionCopyRequest) GetDuplicationFieldOk ¶

GetDuplicationFieldOk returns a tuple with the DuplicationField field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateCollectionCopyRequest) GetFavorite ¶

GetFavorite returns the Favorite field value if set, zero value otherwise.

func (*CertificateCollectionsCertificateCollectionCopyRequest) GetFavoriteOk ¶

GetFavoriteOk returns a tuple with the Favorite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateCollectionCopyRequest) GetName ¶

GetName returns the Name field value

func (*CertificateCollectionsCertificateCollectionCopyRequest) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateCollectionCopyRequest) GetQuery ¶

GetQuery returns the Query field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateCollectionsCertificateCollectionCopyRequest) GetQueryOk ¶

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateCollectionsCertificateCollectionCopyRequest) GetShowOnDashboard ¶

GetShowOnDashboard returns the ShowOnDashboard field value if set, zero value otherwise.

func (*CertificateCollectionsCertificateCollectionCopyRequest) GetShowOnDashboardOk ¶

GetShowOnDashboardOk returns a tuple with the ShowOnDashboard field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateCollectionCopyRequest) HasDescription ¶

HasDescription returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionCopyRequest) HasDuplicationField ¶

HasDuplicationField returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionCopyRequest) HasFavorite ¶

HasFavorite returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionCopyRequest) HasQuery ¶

HasQuery returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionCopyRequest) HasShowOnDashboard ¶

HasShowOnDashboard returns a boolean if a field has been set.

func (CertificateCollectionsCertificateCollectionCopyRequest) MarshalJSON ¶

func (*CertificateCollectionsCertificateCollectionCopyRequest) SetCopyFromId ¶

SetCopyFromId sets field value

func (*CertificateCollectionsCertificateCollectionCopyRequest) SetDescription ¶

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*CertificateCollectionsCertificateCollectionCopyRequest) SetDescriptionNil ¶

SetDescriptionNil sets the value for Description to be an explicit nil

func (*CertificateCollectionsCertificateCollectionCopyRequest) SetDuplicationField ¶

SetDuplicationField gets a reference to the given CSSCMSCoreEnumsDuplicateSubjectType and assigns it to the DuplicationField field.

func (*CertificateCollectionsCertificateCollectionCopyRequest) SetFavorite ¶

SetFavorite gets a reference to the given bool and assigns it to the Favorite field.

func (*CertificateCollectionsCertificateCollectionCopyRequest) SetName ¶

SetName sets field value

func (*CertificateCollectionsCertificateCollectionCopyRequest) SetQuery ¶

SetQuery gets a reference to the given NullableString and assigns it to the Query field.

func (*CertificateCollectionsCertificateCollectionCopyRequest) SetQueryNil ¶

SetQueryNil sets the value for Query to be an explicit nil

func (*CertificateCollectionsCertificateCollectionCopyRequest) SetShowOnDashboard ¶

SetShowOnDashboard gets a reference to the given bool and assigns it to the ShowOnDashboard field.

func (CertificateCollectionsCertificateCollectionCopyRequest) ToMap ¶

func (*CertificateCollectionsCertificateCollectionCopyRequest) UnsetDescription ¶

UnsetDescription ensures that no value is present for Description, not even an explicit nil

func (*CertificateCollectionsCertificateCollectionCopyRequest) UnsetQuery ¶

UnsetQuery ensures that no value is present for Query, not even an explicit nil

type CertificateCollectionsCertificateCollectionCreateRequest ¶

type CertificateCollectionsCertificateCollectionCreateRequest struct {
	CopyFromId       NullableInt32                        `json:"CopyFromId,omitempty"`
	Id               NullableInt32                        `json:"Id,omitempty"`
	Name             string                               `json:"Name"`
	Description      NullableString                       `json:"Description,omitempty"`
	Query            NullableString                       `json:"Query,omitempty"`
	DuplicationField *CSSCMSCoreEnumsDuplicateSubjectType `json:"DuplicationField,omitempty"`
	ShowOnDashboard  *bool                                `json:"ShowOnDashboard,omitempty"`
	Favorite         *bool                                `json:"Favorite,omitempty"`
}

CertificateCollectionsCertificateCollectionCreateRequest struct for CertificateCollectionsCertificateCollectionCreateRequest

func NewCertificateCollectionsCertificateCollectionCreateRequest ¶

func NewCertificateCollectionsCertificateCollectionCreateRequest(name string) *CertificateCollectionsCertificateCollectionCreateRequest

NewCertificateCollectionsCertificateCollectionCreateRequest instantiates a new CertificateCollectionsCertificateCollectionCreateRequest 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 NewCertificateCollectionsCertificateCollectionCreateRequestWithDefaults ¶

func NewCertificateCollectionsCertificateCollectionCreateRequestWithDefaults() *CertificateCollectionsCertificateCollectionCreateRequest

NewCertificateCollectionsCertificateCollectionCreateRequestWithDefaults instantiates a new CertificateCollectionsCertificateCollectionCreateRequest 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 (*CertificateCollectionsCertificateCollectionCreateRequest) GetCopyFromId ¶

GetCopyFromId returns the CopyFromId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateCollectionsCertificateCollectionCreateRequest) GetCopyFromIdOk ¶

GetCopyFromIdOk returns a tuple with the CopyFromId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateCollectionsCertificateCollectionCreateRequest) GetDescription ¶

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateCollectionsCertificateCollectionCreateRequest) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateCollectionsCertificateCollectionCreateRequest) GetDuplicationField ¶

GetDuplicationField returns the DuplicationField field value if set, zero value otherwise.

func (*CertificateCollectionsCertificateCollectionCreateRequest) GetDuplicationFieldOk ¶

GetDuplicationFieldOk returns a tuple with the DuplicationField field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateCollectionCreateRequest) GetFavorite ¶

GetFavorite returns the Favorite field value if set, zero value otherwise.

func (*CertificateCollectionsCertificateCollectionCreateRequest) GetFavoriteOk ¶

GetFavoriteOk returns a tuple with the Favorite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateCollectionCreateRequest) GetId ¶

GetId returns the Id field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateCollectionsCertificateCollectionCreateRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateCollectionsCertificateCollectionCreateRequest) GetName ¶

GetName returns the Name field value

func (*CertificateCollectionsCertificateCollectionCreateRequest) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateCollectionCreateRequest) GetQuery ¶

GetQuery returns the Query field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateCollectionsCertificateCollectionCreateRequest) GetQueryOk ¶

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateCollectionsCertificateCollectionCreateRequest) GetShowOnDashboard ¶

GetShowOnDashboard returns the ShowOnDashboard field value if set, zero value otherwise.

func (*CertificateCollectionsCertificateCollectionCreateRequest) GetShowOnDashboardOk ¶

GetShowOnDashboardOk returns a tuple with the ShowOnDashboard field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateCollectionCreateRequest) HasCopyFromId ¶

HasCopyFromId returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionCreateRequest) HasDescription ¶

HasDescription returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionCreateRequest) HasDuplicationField ¶

HasDuplicationField returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionCreateRequest) HasFavorite ¶

HasFavorite returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionCreateRequest) HasId ¶

HasId returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionCreateRequest) HasQuery ¶

HasQuery returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionCreateRequest) HasShowOnDashboard ¶

HasShowOnDashboard returns a boolean if a field has been set.

func (CertificateCollectionsCertificateCollectionCreateRequest) MarshalJSON ¶

func (*CertificateCollectionsCertificateCollectionCreateRequest) SetCopyFromId ¶

SetCopyFromId gets a reference to the given NullableInt32 and assigns it to the CopyFromId field.

func (*CertificateCollectionsCertificateCollectionCreateRequest) SetCopyFromIdNil ¶

SetCopyFromIdNil sets the value for CopyFromId to be an explicit nil

func (*CertificateCollectionsCertificateCollectionCreateRequest) SetDescription ¶

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*CertificateCollectionsCertificateCollectionCreateRequest) SetDescriptionNil ¶

SetDescriptionNil sets the value for Description to be an explicit nil

func (*CertificateCollectionsCertificateCollectionCreateRequest) SetDuplicationField ¶

SetDuplicationField gets a reference to the given CSSCMSCoreEnumsDuplicateSubjectType and assigns it to the DuplicationField field.

func (*CertificateCollectionsCertificateCollectionCreateRequest) SetFavorite ¶

SetFavorite gets a reference to the given bool and assigns it to the Favorite field.

func (*CertificateCollectionsCertificateCollectionCreateRequest) SetId ¶

SetId gets a reference to the given NullableInt32 and assigns it to the Id field.

func (*CertificateCollectionsCertificateCollectionCreateRequest) SetIdNil ¶

SetIdNil sets the value for Id to be an explicit nil

func (*CertificateCollectionsCertificateCollectionCreateRequest) SetName ¶

SetName sets field value

func (*CertificateCollectionsCertificateCollectionCreateRequest) SetQuery ¶

SetQuery gets a reference to the given NullableString and assigns it to the Query field.

func (*CertificateCollectionsCertificateCollectionCreateRequest) SetQueryNil ¶

SetQueryNil sets the value for Query to be an explicit nil

func (*CertificateCollectionsCertificateCollectionCreateRequest) SetShowOnDashboard ¶

SetShowOnDashboard gets a reference to the given bool and assigns it to the ShowOnDashboard field.

func (CertificateCollectionsCertificateCollectionCreateRequest) ToMap ¶

func (*CertificateCollectionsCertificateCollectionCreateRequest) UnsetCopyFromId ¶

UnsetCopyFromId ensures that no value is present for CopyFromId, not even an explicit nil

func (*CertificateCollectionsCertificateCollectionCreateRequest) UnsetDescription ¶

UnsetDescription ensures that no value is present for Description, not even an explicit nil

func (*CertificateCollectionsCertificateCollectionCreateRequest) UnsetId ¶

UnsetId ensures that no value is present for Id, not even an explicit nil

func (*CertificateCollectionsCertificateCollectionCreateRequest) UnsetQuery ¶

UnsetQuery ensures that no value is present for Query, not even an explicit nil

type CertificateCollectionsCertificateCollectionFavoriteRequest ¶

type CertificateCollectionsCertificateCollectionFavoriteRequest struct {
	ShowInNavigator bool `json:"ShowInNavigator"`
}

CertificateCollectionsCertificateCollectionFavoriteRequest struct for CertificateCollectionsCertificateCollectionFavoriteRequest

func NewCertificateCollectionsCertificateCollectionFavoriteRequest ¶

func NewCertificateCollectionsCertificateCollectionFavoriteRequest(showInNavigator bool) *CertificateCollectionsCertificateCollectionFavoriteRequest

NewCertificateCollectionsCertificateCollectionFavoriteRequest instantiates a new CertificateCollectionsCertificateCollectionFavoriteRequest 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 NewCertificateCollectionsCertificateCollectionFavoriteRequestWithDefaults ¶

func NewCertificateCollectionsCertificateCollectionFavoriteRequestWithDefaults() *CertificateCollectionsCertificateCollectionFavoriteRequest

NewCertificateCollectionsCertificateCollectionFavoriteRequestWithDefaults instantiates a new CertificateCollectionsCertificateCollectionFavoriteRequest 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 (*CertificateCollectionsCertificateCollectionFavoriteRequest) GetShowInNavigator ¶

GetShowInNavigator returns the ShowInNavigator field value

func (*CertificateCollectionsCertificateCollectionFavoriteRequest) GetShowInNavigatorOk ¶

GetShowInNavigatorOk returns a tuple with the ShowInNavigator field value and a boolean to check if the value has been set.

func (CertificateCollectionsCertificateCollectionFavoriteRequest) MarshalJSON ¶

func (*CertificateCollectionsCertificateCollectionFavoriteRequest) SetShowInNavigator ¶

SetShowInNavigator sets field value

func (CertificateCollectionsCertificateCollectionFavoriteRequest) ToMap ¶

type CertificateCollectionsCertificateCollectionListResponse ¶

type CertificateCollectionsCertificateCollectionListResponse struct {
	Id                  *int32         `json:"Id,omitempty"`
	Name                NullableString `json:"Name,omitempty"`
	Description         NullableString `json:"Description,omitempty"`
	Content             NullableString `json:"Content,omitempty"`
	DuplicationField    NullableString `json:"DuplicationField,omitempty"`
	ShowOnDashboard     *bool          `json:"ShowOnDashboard,omitempty"`
	Favorite            *bool          `json:"Favorite,omitempty"`
	EstimatedCertCount  *int32         `json:"EstimatedCertCount,omitempty"`
	LastEstimated       NullableTime   `json:"LastEstimated,omitempty"`
	HasQueryPermissions *bool          `json:"HasQueryPermissions,omitempty"`
}

CertificateCollectionsCertificateCollectionListResponse struct for CertificateCollectionsCertificateCollectionListResponse

func NewCertificateCollectionsCertificateCollectionListResponse ¶

func NewCertificateCollectionsCertificateCollectionListResponse() *CertificateCollectionsCertificateCollectionListResponse

NewCertificateCollectionsCertificateCollectionListResponse instantiates a new CertificateCollectionsCertificateCollectionListResponse 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 NewCertificateCollectionsCertificateCollectionListResponseWithDefaults ¶

func NewCertificateCollectionsCertificateCollectionListResponseWithDefaults() *CertificateCollectionsCertificateCollectionListResponse

NewCertificateCollectionsCertificateCollectionListResponseWithDefaults instantiates a new CertificateCollectionsCertificateCollectionListResponse 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 (*CertificateCollectionsCertificateCollectionListResponse) GetContent ¶

GetContent returns the Content field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateCollectionsCertificateCollectionListResponse) GetContentOk ¶

GetContentOk returns a tuple with the Content field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateCollectionsCertificateCollectionListResponse) GetDescription ¶

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateCollectionsCertificateCollectionListResponse) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateCollectionsCertificateCollectionListResponse) GetDuplicationField ¶

GetDuplicationField returns the DuplicationField field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateCollectionsCertificateCollectionListResponse) GetDuplicationFieldOk ¶

GetDuplicationFieldOk returns a tuple with the DuplicationField field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateCollectionsCertificateCollectionListResponse) GetEstimatedCertCount ¶

GetEstimatedCertCount returns the EstimatedCertCount field value if set, zero value otherwise.

func (*CertificateCollectionsCertificateCollectionListResponse) GetEstimatedCertCountOk ¶

func (o *CertificateCollectionsCertificateCollectionListResponse) GetEstimatedCertCountOk() (*int32, bool)

GetEstimatedCertCountOk returns a tuple with the EstimatedCertCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateCollectionListResponse) GetFavorite ¶

GetFavorite returns the Favorite field value if set, zero value otherwise.

func (*CertificateCollectionsCertificateCollectionListResponse) GetFavoriteOk ¶

GetFavoriteOk returns a tuple with the Favorite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateCollectionListResponse) GetHasQueryPermissions ¶

GetHasQueryPermissions returns the HasQueryPermissions field value if set, zero value otherwise.

func (*CertificateCollectionsCertificateCollectionListResponse) GetHasQueryPermissionsOk ¶

func (o *CertificateCollectionsCertificateCollectionListResponse) GetHasQueryPermissionsOk() (*bool, bool)

GetHasQueryPermissionsOk returns a tuple with the HasQueryPermissions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateCollectionListResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CertificateCollectionsCertificateCollectionListResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateCollectionListResponse) GetLastEstimated ¶

GetLastEstimated returns the LastEstimated field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateCollectionsCertificateCollectionListResponse) GetLastEstimatedOk ¶

GetLastEstimatedOk returns a tuple with the LastEstimated field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateCollectionsCertificateCollectionListResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateCollectionsCertificateCollectionListResponse) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateCollectionsCertificateCollectionListResponse) GetShowOnDashboard ¶

GetShowOnDashboard returns the ShowOnDashboard field value if set, zero value otherwise.

func (*CertificateCollectionsCertificateCollectionListResponse) GetShowOnDashboardOk ¶

GetShowOnDashboardOk returns a tuple with the ShowOnDashboard field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateCollectionListResponse) HasContent ¶

HasContent returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionListResponse) HasDescription ¶

HasDescription returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionListResponse) HasDuplicationField ¶

HasDuplicationField returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionListResponse) HasEstimatedCertCount ¶

HasEstimatedCertCount returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionListResponse) HasFavorite ¶

HasFavorite returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionListResponse) HasHasQueryPermissions ¶

HasHasQueryPermissions returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionListResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionListResponse) HasLastEstimated ¶

HasLastEstimated returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionListResponse) HasName ¶

HasName returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionListResponse) HasShowOnDashboard ¶

HasShowOnDashboard returns a boolean if a field has been set.

func (CertificateCollectionsCertificateCollectionListResponse) MarshalJSON ¶

func (*CertificateCollectionsCertificateCollectionListResponse) SetContent ¶

SetContent gets a reference to the given NullableString and assigns it to the Content field.

func (*CertificateCollectionsCertificateCollectionListResponse) SetContentNil ¶

SetContentNil sets the value for Content to be an explicit nil

func (*CertificateCollectionsCertificateCollectionListResponse) SetDescription ¶

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*CertificateCollectionsCertificateCollectionListResponse) SetDescriptionNil ¶

SetDescriptionNil sets the value for Description to be an explicit nil

func (*CertificateCollectionsCertificateCollectionListResponse) SetDuplicationField ¶

SetDuplicationField gets a reference to the given NullableString and assigns it to the DuplicationField field.

func (*CertificateCollectionsCertificateCollectionListResponse) SetDuplicationFieldNil ¶

func (o *CertificateCollectionsCertificateCollectionListResponse) SetDuplicationFieldNil()

SetDuplicationFieldNil sets the value for DuplicationField to be an explicit nil

func (*CertificateCollectionsCertificateCollectionListResponse) SetEstimatedCertCount ¶

SetEstimatedCertCount gets a reference to the given int32 and assigns it to the EstimatedCertCount field.

func (*CertificateCollectionsCertificateCollectionListResponse) SetFavorite ¶

SetFavorite gets a reference to the given bool and assigns it to the Favorite field.

func (*CertificateCollectionsCertificateCollectionListResponse) SetHasQueryPermissions ¶

SetHasQueryPermissions gets a reference to the given bool and assigns it to the HasQueryPermissions field.

func (*CertificateCollectionsCertificateCollectionListResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CertificateCollectionsCertificateCollectionListResponse) SetLastEstimated ¶

SetLastEstimated gets a reference to the given NullableTime and assigns it to the LastEstimated field.

func (*CertificateCollectionsCertificateCollectionListResponse) SetLastEstimatedNil ¶

SetLastEstimatedNil sets the value for LastEstimated to be an explicit nil

func (*CertificateCollectionsCertificateCollectionListResponse) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CertificateCollectionsCertificateCollectionListResponse) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*CertificateCollectionsCertificateCollectionListResponse) SetShowOnDashboard ¶

SetShowOnDashboard gets a reference to the given bool and assigns it to the ShowOnDashboard field.

func (CertificateCollectionsCertificateCollectionListResponse) ToMap ¶

func (*CertificateCollectionsCertificateCollectionListResponse) UnsetContent ¶

UnsetContent ensures that no value is present for Content, not even an explicit nil

func (*CertificateCollectionsCertificateCollectionListResponse) UnsetDescription ¶

UnsetDescription ensures that no value is present for Description, not even an explicit nil

func (*CertificateCollectionsCertificateCollectionListResponse) UnsetDuplicationField ¶

UnsetDuplicationField ensures that no value is present for DuplicationField, not even an explicit nil

func (*CertificateCollectionsCertificateCollectionListResponse) UnsetLastEstimated ¶

UnsetLastEstimated ensures that no value is present for LastEstimated, not even an explicit nil

func (*CertificateCollectionsCertificateCollectionListResponse) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type CertificateCollectionsCertificateCollectionPermissionsResponse ¶

type CertificateCollectionsCertificateCollectionPermissionsResponse struct {
	QueryId           *int32                                                `json:"QueryId,omitempty"`
	AccessControlList []CertificateCollectionsCertificateQueryAccessControl `json:"AccessControlList,omitempty"`
	AssignableRoles   []CertificateCollectionsAssignableQueryRole           `json:"AssignableRoles,omitempty"`
}

CertificateCollectionsCertificateCollectionPermissionsResponse struct for CertificateCollectionsCertificateCollectionPermissionsResponse

func NewCertificateCollectionsCertificateCollectionPermissionsResponse ¶

func NewCertificateCollectionsCertificateCollectionPermissionsResponse() *CertificateCollectionsCertificateCollectionPermissionsResponse

NewCertificateCollectionsCertificateCollectionPermissionsResponse instantiates a new CertificateCollectionsCertificateCollectionPermissionsResponse 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 NewCertificateCollectionsCertificateCollectionPermissionsResponseWithDefaults ¶

func NewCertificateCollectionsCertificateCollectionPermissionsResponseWithDefaults() *CertificateCollectionsCertificateCollectionPermissionsResponse

NewCertificateCollectionsCertificateCollectionPermissionsResponseWithDefaults instantiates a new CertificateCollectionsCertificateCollectionPermissionsResponse 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 (*CertificateCollectionsCertificateCollectionPermissionsResponse) GetAccessControlList ¶

GetAccessControlList returns the AccessControlList field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateCollectionsCertificateCollectionPermissionsResponse) GetAccessControlListOk ¶

GetAccessControlListOk returns a tuple with the AccessControlList field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateCollectionsCertificateCollectionPermissionsResponse) GetAssignableRoles ¶

GetAssignableRoles returns the AssignableRoles field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateCollectionsCertificateCollectionPermissionsResponse) GetAssignableRolesOk ¶

GetAssignableRolesOk returns a tuple with the AssignableRoles field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateCollectionsCertificateCollectionPermissionsResponse) GetQueryId ¶

GetQueryId returns the QueryId field value if set, zero value otherwise.

func (*CertificateCollectionsCertificateCollectionPermissionsResponse) GetQueryIdOk ¶

GetQueryIdOk returns a tuple with the QueryId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateCollectionPermissionsResponse) HasAccessControlList ¶

HasAccessControlList returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionPermissionsResponse) HasAssignableRoles ¶

HasAssignableRoles returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionPermissionsResponse) HasQueryId ¶

HasQueryId returns a boolean if a field has been set.

func (CertificateCollectionsCertificateCollectionPermissionsResponse) MarshalJSON ¶

func (*CertificateCollectionsCertificateCollectionPermissionsResponse) SetAccessControlList ¶

SetAccessControlList gets a reference to the given []CertificateCollectionsCertificateQueryAccessControl and assigns it to the AccessControlList field.

func (*CertificateCollectionsCertificateCollectionPermissionsResponse) SetAssignableRoles ¶

SetAssignableRoles gets a reference to the given []CertificateCollectionsAssignableQueryRole and assigns it to the AssignableRoles field.

func (*CertificateCollectionsCertificateCollectionPermissionsResponse) SetQueryId ¶

SetQueryId gets a reference to the given int32 and assigns it to the QueryId field.

func (CertificateCollectionsCertificateCollectionPermissionsResponse) ToMap ¶

type CertificateCollectionsCertificateCollectionResponse ¶

type CertificateCollectionsCertificateCollectionResponse struct {
	Id                 *int32                               `json:"Id,omitempty"`
	Name               NullableString                       `json:"Name,omitempty"`
	Description        NullableString                       `json:"Description,omitempty"`
	Content            NullableString                       `json:"Content,omitempty"`
	Query              NullableString                       `json:"Query,omitempty"`
	DuplicationField   *CSSCMSCoreEnumsDuplicateSubjectType `json:"DuplicationField,omitempty"`
	ShowOnDashboard    *bool                                `json:"ShowOnDashboard,omitempty"`
	Favorite           *bool                                `json:"Favorite,omitempty"`
	EstimatedCertCount *int32                               `json:"EstimatedCertCount,omitempty"`
	LastEstimated      NullableTime                         `json:"LastEstimated,omitempty"`
}

CertificateCollectionsCertificateCollectionResponse struct for CertificateCollectionsCertificateCollectionResponse

func NewCertificateCollectionsCertificateCollectionResponse ¶

func NewCertificateCollectionsCertificateCollectionResponse() *CertificateCollectionsCertificateCollectionResponse

NewCertificateCollectionsCertificateCollectionResponse instantiates a new CertificateCollectionsCertificateCollectionResponse 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 NewCertificateCollectionsCertificateCollectionResponseWithDefaults ¶

func NewCertificateCollectionsCertificateCollectionResponseWithDefaults() *CertificateCollectionsCertificateCollectionResponse

NewCertificateCollectionsCertificateCollectionResponseWithDefaults instantiates a new CertificateCollectionsCertificateCollectionResponse 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 (*CertificateCollectionsCertificateCollectionResponse) GetContent ¶

GetContent returns the Content field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateCollectionsCertificateCollectionResponse) GetContentOk ¶

GetContentOk returns a tuple with the Content field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateCollectionsCertificateCollectionResponse) GetDescription ¶

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateCollectionsCertificateCollectionResponse) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateCollectionsCertificateCollectionResponse) GetDuplicationField ¶

GetDuplicationField returns the DuplicationField field value if set, zero value otherwise.

func (*CertificateCollectionsCertificateCollectionResponse) GetDuplicationFieldOk ¶

GetDuplicationFieldOk returns a tuple with the DuplicationField field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateCollectionResponse) GetEstimatedCertCount ¶

GetEstimatedCertCount returns the EstimatedCertCount field value if set, zero value otherwise.

func (*CertificateCollectionsCertificateCollectionResponse) GetEstimatedCertCountOk ¶

func (o *CertificateCollectionsCertificateCollectionResponse) GetEstimatedCertCountOk() (*int32, bool)

GetEstimatedCertCountOk returns a tuple with the EstimatedCertCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateCollectionResponse) GetFavorite ¶

GetFavorite returns the Favorite field value if set, zero value otherwise.

func (*CertificateCollectionsCertificateCollectionResponse) GetFavoriteOk ¶

GetFavoriteOk returns a tuple with the Favorite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateCollectionResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CertificateCollectionsCertificateCollectionResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateCollectionResponse) GetLastEstimated ¶

GetLastEstimated returns the LastEstimated field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateCollectionsCertificateCollectionResponse) GetLastEstimatedOk ¶

GetLastEstimatedOk returns a tuple with the LastEstimated field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateCollectionsCertificateCollectionResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateCollectionsCertificateCollectionResponse) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateCollectionsCertificateCollectionResponse) GetQuery ¶

GetQuery returns the Query field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateCollectionsCertificateCollectionResponse) GetQueryOk ¶

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateCollectionsCertificateCollectionResponse) GetShowOnDashboard ¶

GetShowOnDashboard returns the ShowOnDashboard field value if set, zero value otherwise.

func (*CertificateCollectionsCertificateCollectionResponse) GetShowOnDashboardOk ¶

func (o *CertificateCollectionsCertificateCollectionResponse) GetShowOnDashboardOk() (*bool, bool)

GetShowOnDashboardOk returns a tuple with the ShowOnDashboard field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateCollectionResponse) HasContent ¶

HasContent returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionResponse) HasDescription ¶

HasDescription returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionResponse) HasDuplicationField ¶

HasDuplicationField returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionResponse) HasEstimatedCertCount ¶

func (o *CertificateCollectionsCertificateCollectionResponse) HasEstimatedCertCount() bool

HasEstimatedCertCount returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionResponse) HasFavorite ¶

HasFavorite returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionResponse) HasLastEstimated ¶

HasLastEstimated returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionResponse) HasName ¶

HasName returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionResponse) HasQuery ¶

HasQuery returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionResponse) HasShowOnDashboard ¶

HasShowOnDashboard returns a boolean if a field has been set.

func (CertificateCollectionsCertificateCollectionResponse) MarshalJSON ¶

func (*CertificateCollectionsCertificateCollectionResponse) SetContent ¶

SetContent gets a reference to the given NullableString and assigns it to the Content field.

func (*CertificateCollectionsCertificateCollectionResponse) SetContentNil ¶

SetContentNil sets the value for Content to be an explicit nil

func (*CertificateCollectionsCertificateCollectionResponse) SetDescription ¶

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*CertificateCollectionsCertificateCollectionResponse) SetDescriptionNil ¶

SetDescriptionNil sets the value for Description to be an explicit nil

func (*CertificateCollectionsCertificateCollectionResponse) SetDuplicationField ¶

SetDuplicationField gets a reference to the given CSSCMSCoreEnumsDuplicateSubjectType and assigns it to the DuplicationField field.

func (*CertificateCollectionsCertificateCollectionResponse) SetEstimatedCertCount ¶

func (o *CertificateCollectionsCertificateCollectionResponse) SetEstimatedCertCount(v int32)

SetEstimatedCertCount gets a reference to the given int32 and assigns it to the EstimatedCertCount field.

func (*CertificateCollectionsCertificateCollectionResponse) SetFavorite ¶

SetFavorite gets a reference to the given bool and assigns it to the Favorite field.

func (*CertificateCollectionsCertificateCollectionResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CertificateCollectionsCertificateCollectionResponse) SetLastEstimated ¶

SetLastEstimated gets a reference to the given NullableTime and assigns it to the LastEstimated field.

func (*CertificateCollectionsCertificateCollectionResponse) SetLastEstimatedNil ¶

func (o *CertificateCollectionsCertificateCollectionResponse) SetLastEstimatedNil()

SetLastEstimatedNil sets the value for LastEstimated to be an explicit nil

func (*CertificateCollectionsCertificateCollectionResponse) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CertificateCollectionsCertificateCollectionResponse) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*CertificateCollectionsCertificateCollectionResponse) SetQuery ¶

SetQuery gets a reference to the given NullableString and assigns it to the Query field.

func (*CertificateCollectionsCertificateCollectionResponse) SetQueryNil ¶

SetQueryNil sets the value for Query to be an explicit nil

func (*CertificateCollectionsCertificateCollectionResponse) SetShowOnDashboard ¶

SetShowOnDashboard gets a reference to the given bool and assigns it to the ShowOnDashboard field.

func (CertificateCollectionsCertificateCollectionResponse) ToMap ¶

func (*CertificateCollectionsCertificateCollectionResponse) UnsetContent ¶

UnsetContent ensures that no value is present for Content, not even an explicit nil

func (*CertificateCollectionsCertificateCollectionResponse) UnsetDescription ¶

UnsetDescription ensures that no value is present for Description, not even an explicit nil

func (*CertificateCollectionsCertificateCollectionResponse) UnsetLastEstimated ¶

UnsetLastEstimated ensures that no value is present for LastEstimated, not even an explicit nil

func (*CertificateCollectionsCertificateCollectionResponse) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*CertificateCollectionsCertificateCollectionResponse) UnsetQuery ¶

UnsetQuery ensures that no value is present for Query, not even an explicit nil

type CertificateCollectionsCertificateCollectionUpdateRequest ¶

type CertificateCollectionsCertificateCollectionUpdateRequest struct {
	Id               int32                                `json:"Id"`
	Name             string                               `json:"Name"`
	Description      NullableString                       `json:"Description,omitempty"`
	Query            NullableString                       `json:"Query,omitempty"`
	DuplicationField *CSSCMSCoreEnumsDuplicateSubjectType `json:"DuplicationField,omitempty"`
	ShowOnDashboard  *bool                                `json:"ShowOnDashboard,omitempty"`
	Favorite         *bool                                `json:"Favorite,omitempty"`
}

CertificateCollectionsCertificateCollectionUpdateRequest struct for CertificateCollectionsCertificateCollectionUpdateRequest

func NewCertificateCollectionsCertificateCollectionUpdateRequest ¶

func NewCertificateCollectionsCertificateCollectionUpdateRequest(id int32, name string) *CertificateCollectionsCertificateCollectionUpdateRequest

NewCertificateCollectionsCertificateCollectionUpdateRequest instantiates a new CertificateCollectionsCertificateCollectionUpdateRequest 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 NewCertificateCollectionsCertificateCollectionUpdateRequestWithDefaults ¶

func NewCertificateCollectionsCertificateCollectionUpdateRequestWithDefaults() *CertificateCollectionsCertificateCollectionUpdateRequest

NewCertificateCollectionsCertificateCollectionUpdateRequestWithDefaults instantiates a new CertificateCollectionsCertificateCollectionUpdateRequest 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 (*CertificateCollectionsCertificateCollectionUpdateRequest) GetDescription ¶

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateCollectionsCertificateCollectionUpdateRequest) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateCollectionsCertificateCollectionUpdateRequest) GetDuplicationField ¶

GetDuplicationField returns the DuplicationField field value if set, zero value otherwise.

func (*CertificateCollectionsCertificateCollectionUpdateRequest) GetDuplicationFieldOk ¶

GetDuplicationFieldOk returns a tuple with the DuplicationField field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateCollectionUpdateRequest) GetFavorite ¶

GetFavorite returns the Favorite field value if set, zero value otherwise.

func (*CertificateCollectionsCertificateCollectionUpdateRequest) GetFavoriteOk ¶

GetFavoriteOk returns a tuple with the Favorite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateCollectionUpdateRequest) GetId ¶

GetId returns the Id field value

func (*CertificateCollectionsCertificateCollectionUpdateRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateCollectionUpdateRequest) GetName ¶

GetName returns the Name field value

func (*CertificateCollectionsCertificateCollectionUpdateRequest) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateCollectionUpdateRequest) GetQuery ¶

GetQuery returns the Query field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateCollectionsCertificateCollectionUpdateRequest) GetQueryOk ¶

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateCollectionsCertificateCollectionUpdateRequest) GetShowOnDashboard ¶

GetShowOnDashboard returns the ShowOnDashboard field value if set, zero value otherwise.

func (*CertificateCollectionsCertificateCollectionUpdateRequest) GetShowOnDashboardOk ¶

GetShowOnDashboardOk returns a tuple with the ShowOnDashboard field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateCollectionUpdateRequest) HasDescription ¶

HasDescription returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionUpdateRequest) HasDuplicationField ¶

HasDuplicationField returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionUpdateRequest) HasFavorite ¶

HasFavorite returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionUpdateRequest) HasQuery ¶

HasQuery returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateCollectionUpdateRequest) HasShowOnDashboard ¶

HasShowOnDashboard returns a boolean if a field has been set.

func (CertificateCollectionsCertificateCollectionUpdateRequest) MarshalJSON ¶

func (*CertificateCollectionsCertificateCollectionUpdateRequest) SetDescription ¶

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*CertificateCollectionsCertificateCollectionUpdateRequest) SetDescriptionNil ¶

SetDescriptionNil sets the value for Description to be an explicit nil

func (*CertificateCollectionsCertificateCollectionUpdateRequest) SetDuplicationField ¶

SetDuplicationField gets a reference to the given CSSCMSCoreEnumsDuplicateSubjectType and assigns it to the DuplicationField field.

func (*CertificateCollectionsCertificateCollectionUpdateRequest) SetFavorite ¶

SetFavorite gets a reference to the given bool and assigns it to the Favorite field.

func (*CertificateCollectionsCertificateCollectionUpdateRequest) SetId ¶

SetId sets field value

func (*CertificateCollectionsCertificateCollectionUpdateRequest) SetName ¶

SetName sets field value

func (*CertificateCollectionsCertificateCollectionUpdateRequest) SetQuery ¶

SetQuery gets a reference to the given NullableString and assigns it to the Query field.

func (*CertificateCollectionsCertificateCollectionUpdateRequest) SetQueryNil ¶

SetQueryNil sets the value for Query to be an explicit nil

func (*CertificateCollectionsCertificateCollectionUpdateRequest) SetShowOnDashboard ¶

SetShowOnDashboard gets a reference to the given bool and assigns it to the ShowOnDashboard field.

func (CertificateCollectionsCertificateCollectionUpdateRequest) ToMap ¶

func (*CertificateCollectionsCertificateCollectionUpdateRequest) UnsetDescription ¶

UnsetDescription ensures that no value is present for Description, not even an explicit nil

func (*CertificateCollectionsCertificateCollectionUpdateRequest) UnsetQuery ¶

UnsetQuery ensures that no value is present for Query, not even an explicit nil

type CertificateCollectionsCertificateQueryAccessControl ¶

type CertificateCollectionsCertificateQueryAccessControl struct {
	RoleId          *int32                                          `json:"RoleId,omitempty"`
	AreaPermissions []CSSCMSCorePermissionsWebConsoleAreaPermission `json:"AreaPermissions,omitempty"`
}

CertificateCollectionsCertificateQueryAccessControl struct for CertificateCollectionsCertificateQueryAccessControl

func NewCertificateCollectionsCertificateQueryAccessControl ¶

func NewCertificateCollectionsCertificateQueryAccessControl() *CertificateCollectionsCertificateQueryAccessControl

NewCertificateCollectionsCertificateQueryAccessControl instantiates a new CertificateCollectionsCertificateQueryAccessControl 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 NewCertificateCollectionsCertificateQueryAccessControlWithDefaults ¶

func NewCertificateCollectionsCertificateQueryAccessControlWithDefaults() *CertificateCollectionsCertificateQueryAccessControl

NewCertificateCollectionsCertificateQueryAccessControlWithDefaults instantiates a new CertificateCollectionsCertificateQueryAccessControl 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 (*CertificateCollectionsCertificateQueryAccessControl) GetAreaPermissions ¶

GetAreaPermissions returns the AreaPermissions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateCollectionsCertificateQueryAccessControl) GetAreaPermissionsOk ¶

GetAreaPermissionsOk returns a tuple with the AreaPermissions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateCollectionsCertificateQueryAccessControl) GetRoleId ¶

GetRoleId returns the RoleId field value if set, zero value otherwise.

func (*CertificateCollectionsCertificateQueryAccessControl) GetRoleIdOk ¶

GetRoleIdOk returns a tuple with the RoleId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateCollectionsCertificateQueryAccessControl) HasAreaPermissions ¶

HasAreaPermissions returns a boolean if a field has been set.

func (*CertificateCollectionsCertificateQueryAccessControl) HasRoleId ¶

HasRoleId returns a boolean if a field has been set.

func (CertificateCollectionsCertificateQueryAccessControl) MarshalJSON ¶

func (*CertificateCollectionsCertificateQueryAccessControl) SetAreaPermissions ¶

SetAreaPermissions gets a reference to the given []CSSCMSCorePermissionsWebConsoleAreaPermission and assigns it to the AreaPermissions field.

func (*CertificateCollectionsCertificateQueryAccessControl) SetRoleId ¶

SetRoleId gets a reference to the given int32 and assigns it to the RoleId field.

func (CertificateCollectionsCertificateQueryAccessControl) ToMap ¶

type CertificateStoreApiService ¶

type CertificateStoreApiService service

CertificateStoreApiService CertificateStoreApi service

func (*CertificateStoreApiService) CreateCertificateStoresApproveExecute ¶

func (a *CertificateStoreApiService) CreateCertificateStoresApproveExecute(r ApiCreateCertificateStoresApproveRequest) (*http.Response, error)

Executes the API request

func (*CertificateStoreApiService) CreateCertificateStoresCertificatesAddExecute ¶

func (a *CertificateStoreApiService) CreateCertificateStoresCertificatesAddExecute(r ApiCreateCertificateStoresCertificatesAddRequest) ([]string, *http.Response, error)

Executes the API request V1 POST /CertificateStores/Certificates/Add

@return []string

func (*CertificateStoreApiService) CreateCertificateStoresCertificatesRemoveExecute ¶

func (a *CertificateStoreApiService) CreateCertificateStoresCertificatesRemoveExecute(r ApiCreateCertificateStoresCertificatesRemoveRequest) ([]string, *http.Response, error)

Executes the API request V1 POST /CertificateStores/Certificates/Remove

@return []string

func (*CertificateStoreApiService) CreateCertificateStoresExecute ¶

Executes the API request V1 POST /CertificateStores

@return CertificateStoresCertificateStoreResponse

func (*CertificateStoreApiService) CreateCertificateStoresReenrollmentExecute ¶

func (a *CertificateStoreApiService) CreateCertificateStoresReenrollmentExecute(r ApiCreateCertificateStoresReenrollmentRequest) (*http.Response, error)

Executes the API request

func (*CertificateStoreApiService) CreateCertificateStoresScheduleExecute ¶

func (a *CertificateStoreApiService) CreateCertificateStoresScheduleExecute(r ApiCreateCertificateStoresScheduleRequest) (*http.Response, error)

Executes the API request

func (*CertificateStoreApiService) DeleteCertificateStoresByIdExecute ¶

func (a *CertificateStoreApiService) DeleteCertificateStoresByIdExecute(r ApiDeleteCertificateStoresByIdRequest) (*http.Response, error)

Executes the API request

func (*CertificateStoreApiService) DeleteCertificateStoresExecute ¶

func (a *CertificateStoreApiService) DeleteCertificateStoresExecute(r ApiDeleteCertificateStoresRequest) (*http.Response, error)

Executes the API request

func (*CertificateStoreApiService) GetCertificateStoresByIdExecute ¶

Executes the API request V1 GET /CertificateStores/{id}

@return CertificateStoresCertificateStoreResponse

func (*CertificateStoreApiService) GetCertificateStoresByIdInventoryExecute ¶

Executes the API request V1 GET /CertificateStores/{id}/Inventory

@return []CertificateStoresCertificateStoreInventoryResponse

func (*CertificateStoreApiService) GetCertificateStoresExecute ¶

Executes the API request V1 GET /CertificateStores

@return []CertificateStoresCertificateStoreResponse

func (*CertificateStoreApiService) NewCreateCertificateStoresApproveRequest ¶

func (a *CertificateStoreApiService) NewCreateCertificateStoresApproveRequest(ctx context.Context) ApiCreateCertificateStoresApproveRequest

Creates a new V1 POST /CertificateStores/Approve request.

CreateCertificateStoresApprove Approves the provided certificate stores to make them available for management

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCertificateStoresApproveRequest

func (*CertificateStoreApiService) NewCreateCertificateStoresCertificatesAddRequest ¶

func (a *CertificateStoreApiService) NewCreateCertificateStoresCertificatesAddRequest(ctx context.Context) ApiCreateCertificateStoresCertificatesAddRequest

Creates a new V1 POST /CertificateStores/Certificates/Add request.

CreateCertificateStoresCertificatesAdd Configures a management job to add a certificate to one or more stores with the provided schedule

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCertificateStoresCertificatesAddRequest

func (*CertificateStoreApiService) NewCreateCertificateStoresCertificatesRemoveRequest ¶

func (a *CertificateStoreApiService) NewCreateCertificateStoresCertificatesRemoveRequest(ctx context.Context) ApiCreateCertificateStoresCertificatesRemoveRequest

Creates a new V1 POST /CertificateStores/Certificates/Remove request.

CreateCertificateStoresCertificatesRemove Configures a management job to remove a certificate from one or more stores with the provided schedule

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCertificateStoresCertificatesRemoveRequest

func (*CertificateStoreApiService) NewCreateCertificateStoresReenrollmentRequest ¶

func (a *CertificateStoreApiService) NewCreateCertificateStoresReenrollmentRequest(ctx context.Context) ApiCreateCertificateStoresReenrollmentRequest

Creates a new V1 POST /CertificateStores/Reenrollment request.

CreateCertificateStoresReenrollment Schedules a certificate store for reenrollment

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCertificateStoresReenrollmentRequest

func (*CertificateStoreApiService) NewCreateCertificateStoresRequest ¶

func (a *CertificateStoreApiService) NewCreateCertificateStoresRequest(ctx context.Context) ApiCreateCertificateStoresRequest

Creates a new V1 POST /CertificateStores request.

CreateCertificateStores Creates a new certificate store with the provided properties

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCertificateStoresRequest

func (*CertificateStoreApiService) NewCreateCertificateStoresScheduleRequest ¶

func (a *CertificateStoreApiService) NewCreateCertificateStoresScheduleRequest(ctx context.Context) ApiCreateCertificateStoresScheduleRequest

Creates a new V1 POST /CertificateStores/Schedule request.

CreateCertificateStoresSchedule Creates an inventory schedule for the provided certificate stores

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCertificateStoresScheduleRequest

func (*CertificateStoreApiService) NewDeleteCertificateStoresByIdRequest ¶

func (a *CertificateStoreApiService) NewDeleteCertificateStoresByIdRequest(ctx context.Context, id string) ApiDeleteCertificateStoresByIdRequest

Creates a new V1 DELETE /CertificateStores/{id} request.

DeleteCertificateStoresById Deletes a persisted certificate store by its Keyfactor identifier

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor certificate store identifier (GUID)
@return ApiDeleteCertificateStoresByIdRequest

func (*CertificateStoreApiService) NewDeleteCertificateStoresRequest ¶

func (a *CertificateStoreApiService) NewDeleteCertificateStoresRequest(ctx context.Context) ApiDeleteCertificateStoresRequest

Creates a new V1 DELETE /CertificateStores request.

DeleteCertificateStores Deletes multiple persisted certificate store entities by their identifiers ¶

This will ignore individual delete failures, and continue processing the array.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteCertificateStoresRequest

func (*CertificateStoreApiService) NewGetCertificateStoresByIdInventoryRequest ¶

func (a *CertificateStoreApiService) NewGetCertificateStoresByIdInventoryRequest(ctx context.Context, id string) ApiGetCertificateStoresByIdInventoryRequest

Creates a new V1 GET /CertificateStores/{id}/Inventory request.

GetCertificateStoresByIdInventory Returns a single certificate store's inventory associated with the provided id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifier (GUID) of the certificate store
@return ApiGetCertificateStoresByIdInventoryRequest

func (*CertificateStoreApiService) NewGetCertificateStoresByIdRequest ¶

func (a *CertificateStoreApiService) NewGetCertificateStoresByIdRequest(ctx context.Context, id string) ApiGetCertificateStoresByIdRequest

Creates a new V1 GET /CertificateStores/{id} request.

GetCertificateStoresById Returns a single certificate store associated with the provided id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifier (GUID) of the certificate store
@return ApiGetCertificateStoresByIdRequest

func (*CertificateStoreApiService) NewGetCertificateStoresRequest ¶

func (a *CertificateStoreApiService) NewGetCertificateStoresRequest(ctx context.Context) ApiGetCertificateStoresRequest

Creates a new V1 GET /CertificateStores request.

GetCertificateStores Returns all certificate stores according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCertificateStoresRequest

func (*CertificateStoreApiService) NewUpdateCertificateStoresAssignContainerRequest ¶

func (a *CertificateStoreApiService) NewUpdateCertificateStoresAssignContainerRequest(ctx context.Context) ApiUpdateCertificateStoresAssignContainerRequest

Creates a new V1 PUT /CertificateStores/AssignContainer request.

UpdateCertificateStoresAssignContainer Assigns the provided certificate stores to the provided container

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateCertificateStoresAssignContainerRequest

func (*CertificateStoreApiService) NewUpdateCertificateStoresDiscoveryJobRequest ¶

func (a *CertificateStoreApiService) NewUpdateCertificateStoresDiscoveryJobRequest(ctx context.Context) ApiUpdateCertificateStoresDiscoveryJobRequest

Creates a new V1 PUT /CertificateStores/DiscoveryJob request.

UpdateCertificateStoresDiscoveryJob Configures a discovery job to locate currently unmanaged certificate stores

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateCertificateStoresDiscoveryJobRequest

func (*CertificateStoreApiService) NewUpdateCertificateStoresPasswordRequest ¶

func (a *CertificateStoreApiService) NewUpdateCertificateStoresPasswordRequest(ctx context.Context) ApiUpdateCertificateStoresPasswordRequest

Creates a new V1 PUT /CertificateStores/Password request.

UpdateCertificateStoresPassword Sets a password for the requested certificate store

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateCertificateStoresPasswordRequest

func (*CertificateStoreApiService) NewUpdateCertificateStoresRequest ¶

func (a *CertificateStoreApiService) NewUpdateCertificateStoresRequest(ctx context.Context) ApiUpdateCertificateStoresRequest

Creates a new V1 PUT /CertificateStores request.

UpdateCertificateStores Updates a given certificate store with the properties of the provided instance

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateCertificateStoresRequest

func (*CertificateStoreApiService) UpdateCertificateStoresAssignContainerExecute ¶

Executes the API request V1 PUT /CertificateStores/AssignContainer

@return []CertificateStoresCertificateStoreResponse

func (*CertificateStoreApiService) UpdateCertificateStoresDiscoveryJobExecute ¶

func (a *CertificateStoreApiService) UpdateCertificateStoresDiscoveryJobExecute(r ApiUpdateCertificateStoresDiscoveryJobRequest) (*http.Response, error)

Executes the API request

func (*CertificateStoreApiService) UpdateCertificateStoresExecute ¶

Executes the API request V1 PUT /CertificateStores

@return CertificateStoresCertificateStoreResponse

func (*CertificateStoreApiService) UpdateCertificateStoresPasswordExecute ¶

func (a *CertificateStoreApiService) UpdateCertificateStoresPasswordExecute(r ApiUpdateCertificateStoresPasswordRequest) (*http.Response, error)

Executes the API request

type CertificateStoreContainerApiService ¶

type CertificateStoreContainerApiService service

CertificateStoreContainerApiService CertificateStoreContainerApi service

func (*CertificateStoreContainerApiService) CreateCertificateStoreContainersExecute ¶

Executes the API request V1 POST /CertificateStoreContainers

@return CertificateStoreContainersCertificateStoreContainerResponse

func (*CertificateStoreContainerApiService) DeleteCertificateStoreContainersByIdExecute ¶

func (a *CertificateStoreContainerApiService) DeleteCertificateStoreContainersByIdExecute(r ApiDeleteCertificateStoreContainersByIdRequest) (*http.Response, error)

Executes the API request

func (*CertificateStoreContainerApiService) GetCertificateStoreContainersByIdExecute ¶

Executes the API request V1 GET /CertificateStoreContainers/{id}

@return CertificateStoreContainersCertificateStoreContainerResponse

func (*CertificateStoreContainerApiService) GetCertificateStoreContainersExecute ¶

Executes the API request V1 GET /CertificateStoreContainers

@return []CSSCMSDataModelModelsCertificateStoreContainerListResponse

func (*CertificateStoreContainerApiService) NewCreateCertificateStoreContainersRequest ¶

func (a *CertificateStoreContainerApiService) NewCreateCertificateStoreContainersRequest(ctx context.Context) ApiCreateCertificateStoreContainersRequest

Creates a new V1 POST /CertificateStoreContainers request.

CreateCertificateStoreContainers Add a certificate store container

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCertificateStoreContainersRequest

func (*CertificateStoreContainerApiService) NewDeleteCertificateStoreContainersByIdRequest ¶

func (a *CertificateStoreContainerApiService) NewDeleteCertificateStoreContainersByIdRequest(ctx context.Context, id int32) ApiDeleteCertificateStoreContainersByIdRequest

Creates a new V1 DELETE /CertificateStoreContainers/{id} request.

DeleteCertificateStoreContainersById Delete a certificate store container

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Id for the certificate store container
@return ApiDeleteCertificateStoreContainersByIdRequest

func (*CertificateStoreContainerApiService) NewGetCertificateStoreContainersByIdRequest ¶

func (a *CertificateStoreContainerApiService) NewGetCertificateStoreContainersByIdRequest(ctx context.Context, id int32) ApiGetCertificateStoreContainersByIdRequest

Creates a new V1 GET /CertificateStoreContainers/{id} request.

GetCertificateStoreContainersById Returns a single certificate store container that matches id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetCertificateStoreContainersByIdRequest

func (*CertificateStoreContainerApiService) NewGetCertificateStoreContainersRequest ¶

func (a *CertificateStoreContainerApiService) NewGetCertificateStoreContainersRequest(ctx context.Context) ApiGetCertificateStoreContainersRequest

Creates a new V1 GET /CertificateStoreContainers request.

GetCertificateStoreContainers Returns all certificate store container according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCertificateStoreContainersRequest

func (*CertificateStoreContainerApiService) NewUpdateCertificateStoreContainersRequest ¶

func (a *CertificateStoreContainerApiService) NewUpdateCertificateStoreContainersRequest(ctx context.Context) ApiUpdateCertificateStoreContainersRequest

Creates a new V1 PUT /CertificateStoreContainers request.

UpdateCertificateStoreContainers Edit a certificate store container

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateCertificateStoreContainersRequest

func (*CertificateStoreContainerApiService) UpdateCertificateStoreContainersExecute ¶

Executes the API request V1 PUT /CertificateStoreContainers

@return CertificateStoreContainersCertificateStoreContainerResponse

type CertificateStoreContainersCertificateStoreContainerResponse ¶

type CertificateStoreContainersCertificateStoreContainerResponse struct {
	Id                *int32                                      `json:"Id,omitempty"`
	Name              NullableString                              `json:"Name,omitempty"`
	Schedule          *KeyfactorCommonSchedulingKeyfactorSchedule `json:"Schedule,omitempty"`
	CertStoreType     *int32                                      `json:"CertStoreType,omitempty"`
	CertificateStores []CertificateStoresCertificateStoreResponse `json:"CertificateStores,omitempty"`
}

CertificateStoreContainersCertificateStoreContainerResponse struct for CertificateStoreContainersCertificateStoreContainerResponse

func NewCertificateStoreContainersCertificateStoreContainerResponse ¶

func NewCertificateStoreContainersCertificateStoreContainerResponse() *CertificateStoreContainersCertificateStoreContainerResponse

NewCertificateStoreContainersCertificateStoreContainerResponse instantiates a new CertificateStoreContainersCertificateStoreContainerResponse 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 NewCertificateStoreContainersCertificateStoreContainerResponseWithDefaults ¶

func NewCertificateStoreContainersCertificateStoreContainerResponseWithDefaults() *CertificateStoreContainersCertificateStoreContainerResponse

NewCertificateStoreContainersCertificateStoreContainerResponseWithDefaults instantiates a new CertificateStoreContainersCertificateStoreContainerResponse 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 (*CertificateStoreContainersCertificateStoreContainerResponse) GetCertStoreType ¶

GetCertStoreType returns the CertStoreType field value if set, zero value otherwise.

func (*CertificateStoreContainersCertificateStoreContainerResponse) GetCertStoreTypeOk ¶

GetCertStoreTypeOk returns a tuple with the CertStoreType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoreContainersCertificateStoreContainerResponse) GetCertificateStores ¶

GetCertificateStores returns the CertificateStores field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoreContainersCertificateStoreContainerResponse) GetCertificateStoresOk ¶

GetCertificateStoresOk returns a tuple with the CertificateStores field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoreContainersCertificateStoreContainerResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CertificateStoreContainersCertificateStoreContainerResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoreContainersCertificateStoreContainerResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoreContainersCertificateStoreContainerResponse) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoreContainersCertificateStoreContainerResponse) GetSchedule ¶

GetSchedule returns the Schedule field value if set, zero value otherwise.

func (*CertificateStoreContainersCertificateStoreContainerResponse) GetScheduleOk ¶

GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoreContainersCertificateStoreContainerResponse) HasCertStoreType ¶

HasCertStoreType returns a boolean if a field has been set.

func (*CertificateStoreContainersCertificateStoreContainerResponse) HasCertificateStores ¶

HasCertificateStores returns a boolean if a field has been set.

func (*CertificateStoreContainersCertificateStoreContainerResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*CertificateStoreContainersCertificateStoreContainerResponse) HasName ¶

HasName returns a boolean if a field has been set.

func (*CertificateStoreContainersCertificateStoreContainerResponse) HasSchedule ¶

HasSchedule returns a boolean if a field has been set.

func (CertificateStoreContainersCertificateStoreContainerResponse) MarshalJSON ¶

func (*CertificateStoreContainersCertificateStoreContainerResponse) SetCertStoreType ¶

SetCertStoreType gets a reference to the given int32 and assigns it to the CertStoreType field.

func (*CertificateStoreContainersCertificateStoreContainerResponse) SetCertificateStores ¶

SetCertificateStores gets a reference to the given []CertificateStoresCertificateStoreResponse and assigns it to the CertificateStores field.

func (*CertificateStoreContainersCertificateStoreContainerResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CertificateStoreContainersCertificateStoreContainerResponse) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CertificateStoreContainersCertificateStoreContainerResponse) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*CertificateStoreContainersCertificateStoreContainerResponse) SetSchedule ¶

SetSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the Schedule field.

func (CertificateStoreContainersCertificateStoreContainerResponse) ToMap ¶

func (*CertificateStoreContainersCertificateStoreContainerResponse) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type CertificateStoreTypeApiService ¶

type CertificateStoreTypeApiService service

CertificateStoreTypeApiService CertificateStoreTypeApi service

func (*CertificateStoreTypeApiService) CreateCertificateStoreTypesExecute ¶

Executes the API request V1 POST /CertificateStoreTypes

@return CertificateStoresTypesCertificateStoreTypeResponse

func (*CertificateStoreTypeApiService) DeleteCertificateStoreTypesByIdExecute ¶

func (a *CertificateStoreTypeApiService) DeleteCertificateStoreTypesByIdExecute(r ApiDeleteCertificateStoreTypesByIdRequest) (*http.Response, error)

Executes the API request

func (*CertificateStoreTypeApiService) DeleteCertificateStoreTypesExecute ¶

func (a *CertificateStoreTypeApiService) DeleteCertificateStoreTypesExecute(r ApiDeleteCertificateStoreTypesRequest) (*http.Response, error)

Executes the API request

func (*CertificateStoreTypeApiService) GetCertificateStoreTypesByIdExecute ¶

Executes the API request V1 GET /CertificateStoreTypes/{id}

@return CertificateStoresTypesCertificateStoreTypeResponse

func (*CertificateStoreTypeApiService) GetCertificateStoreTypesExecute ¶

Executes the API request V1 GET /CertificateStoreTypes

@return []CertificateStoresTypesCertificateStoreTypeResponse

func (*CertificateStoreTypeApiService) GetCertificateStoreTypesNameNameExecute ¶

Executes the API request V1 GET /CertificateStoreTypes/Name/{name}

@return []CertificateStoresTypesCertificateStoreTypeResponse

func (*CertificateStoreTypeApiService) NewCreateCertificateStoreTypesRequest ¶

func (a *CertificateStoreTypeApiService) NewCreateCertificateStoreTypesRequest(ctx context.Context) ApiCreateCertificateStoreTypesRequest

Creates a new V1 POST /CertificateStoreTypes request.

CreateCertificateStoreTypes Creates a new certificate store type with the provided properties

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateCertificateStoreTypesRequest

func (*CertificateStoreTypeApiService) NewDeleteCertificateStoreTypesByIdRequest ¶

func (a *CertificateStoreTypeApiService) NewDeleteCertificateStoreTypesByIdRequest(ctx context.Context, id int32) ApiDeleteCertificateStoreTypesByIdRequest

Creates a new V1 DELETE /CertificateStoreTypes/{id} request.

DeleteCertificateStoreTypesById Deletes a certificate store type according to the provided identifier ¶

This will ignore individual delete failures, and continue processing certificate stores.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifier of the certificate store type to be deleted
@return ApiDeleteCertificateStoreTypesByIdRequest

func (*CertificateStoreTypeApiService) NewDeleteCertificateStoreTypesRequest ¶

func (a *CertificateStoreTypeApiService) NewDeleteCertificateStoreTypesRequest(ctx context.Context) ApiDeleteCertificateStoreTypesRequest

Creates a new V1 DELETE /CertificateStoreTypes request.

DeleteCertificateStoreTypes Deletes certificate store types according to the provided identifiers ¶

This will ignore individual delete failures, and continue processing the array.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteCertificateStoreTypesRequest

func (*CertificateStoreTypeApiService) NewGetCertificateStoreTypesByIdRequest ¶

func (a *CertificateStoreTypeApiService) NewGetCertificateStoreTypesByIdRequest(ctx context.Context, id int32) ApiGetCertificateStoreTypesByIdRequest

Creates a new V1 GET /CertificateStoreTypes/{id} request.

GetCertificateStoreTypesById Returns a single certificate store type that matches id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifier of the certificate store type
@return ApiGetCertificateStoreTypesByIdRequest

func (*CertificateStoreTypeApiService) NewGetCertificateStoreTypesNameNameRequest ¶

func (a *CertificateStoreTypeApiService) NewGetCertificateStoreTypesNameNameRequest(ctx context.Context, name string) ApiGetCertificateStoreTypesNameNameRequest

Creates a new V1 GET /CertificateStoreTypes/Name/{name} request.

GetCertificateStoreTypesNameName Returns a single certificate store type that matches the provided short name

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name Short name of the certificate store type to return
@return ApiGetCertificateStoreTypesNameNameRequest

func (*CertificateStoreTypeApiService) NewGetCertificateStoreTypesRequest ¶

func (a *CertificateStoreTypeApiService) NewGetCertificateStoreTypesRequest(ctx context.Context) ApiGetCertificateStoreTypesRequest

Creates a new V1 GET /CertificateStoreTypes request.

GetCertificateStoreTypes Returns all certificate store types according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetCertificateStoreTypesRequest

func (*CertificateStoreTypeApiService) NewUpdateCertificateStoreTypesRequest ¶

func (a *CertificateStoreTypeApiService) NewUpdateCertificateStoreTypesRequest(ctx context.Context) ApiUpdateCertificateStoreTypesRequest

Creates a new V1 PUT /CertificateStoreTypes request.

UpdateCertificateStoreTypes Updates an existing certificate store type with the provided properties

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateCertificateStoreTypesRequest

func (*CertificateStoreTypeApiService) UpdateCertificateStoreTypesExecute ¶

Executes the API request V1 PUT /CertificateStoreTypes

@return CertificateStoresTypesCertificateStoreTypeResponse

type CertificateStoresAddCertificateRequest ¶

type CertificateStoresAddCertificateRequest struct {
	CertificateId     int32                                        `json:"CertificateId"`
	CertificateStores []CSSCMSDataModelModelsCertificateStoreEntry `json:"CertificateStores"`
	Schedule          KeyfactorCommonSchedulingKeyfactorSchedule   `json:"Schedule"`
	CollectionId      NullableInt32                                `json:"CollectionId,omitempty"`
}

CertificateStoresAddCertificateRequest struct for CertificateStoresAddCertificateRequest

func NewCertificateStoresAddCertificateRequest ¶

func NewCertificateStoresAddCertificateRequest(certificateId int32, certificateStores []CSSCMSDataModelModelsCertificateStoreEntry, schedule KeyfactorCommonSchedulingKeyfactorSchedule) *CertificateStoresAddCertificateRequest

NewCertificateStoresAddCertificateRequest instantiates a new CertificateStoresAddCertificateRequest 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 NewCertificateStoresAddCertificateRequestWithDefaults ¶

func NewCertificateStoresAddCertificateRequestWithDefaults() *CertificateStoresAddCertificateRequest

NewCertificateStoresAddCertificateRequestWithDefaults instantiates a new CertificateStoresAddCertificateRequest 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 (*CertificateStoresAddCertificateRequest) GetCertificateId ¶

func (o *CertificateStoresAddCertificateRequest) GetCertificateId() int32

GetCertificateId returns the CertificateId field value

func (*CertificateStoresAddCertificateRequest) GetCertificateIdOk ¶

func (o *CertificateStoresAddCertificateRequest) GetCertificateIdOk() (*int32, bool)

GetCertificateIdOk returns a tuple with the CertificateId field value and a boolean to check if the value has been set.

func (*CertificateStoresAddCertificateRequest) GetCertificateStores ¶

GetCertificateStores returns the CertificateStores field value

func (*CertificateStoresAddCertificateRequest) GetCertificateStoresOk ¶

GetCertificateStoresOk returns a tuple with the CertificateStores field value and a boolean to check if the value has been set.

func (*CertificateStoresAddCertificateRequest) GetCollectionId ¶

func (o *CertificateStoresAddCertificateRequest) GetCollectionId() int32

GetCollectionId returns the CollectionId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresAddCertificateRequest) GetCollectionIdOk ¶

func (o *CertificateStoresAddCertificateRequest) GetCollectionIdOk() (*int32, bool)

GetCollectionIdOk returns a tuple with the CollectionId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresAddCertificateRequest) GetSchedule ¶

GetSchedule returns the Schedule field value

func (*CertificateStoresAddCertificateRequest) GetScheduleOk ¶

GetScheduleOk returns a tuple with the Schedule field value and a boolean to check if the value has been set.

func (*CertificateStoresAddCertificateRequest) HasCollectionId ¶

func (o *CertificateStoresAddCertificateRequest) HasCollectionId() bool

HasCollectionId returns a boolean if a field has been set.

func (CertificateStoresAddCertificateRequest) MarshalJSON ¶

func (o CertificateStoresAddCertificateRequest) MarshalJSON() ([]byte, error)

func (*CertificateStoresAddCertificateRequest) SetCertificateId ¶

func (o *CertificateStoresAddCertificateRequest) SetCertificateId(v int32)

SetCertificateId sets field value

func (*CertificateStoresAddCertificateRequest) SetCertificateStores ¶

SetCertificateStores sets field value

func (*CertificateStoresAddCertificateRequest) SetCollectionId ¶

func (o *CertificateStoresAddCertificateRequest) SetCollectionId(v int32)

SetCollectionId gets a reference to the given NullableInt32 and assigns it to the CollectionId field.

func (*CertificateStoresAddCertificateRequest) SetCollectionIdNil ¶

func (o *CertificateStoresAddCertificateRequest) SetCollectionIdNil()

SetCollectionIdNil sets the value for CollectionId to be an explicit nil

func (*CertificateStoresAddCertificateRequest) SetSchedule ¶

SetSchedule sets field value

func (CertificateStoresAddCertificateRequest) ToMap ¶

func (o CertificateStoresAddCertificateRequest) ToMap() (map[string]interface{}, error)

func (*CertificateStoresAddCertificateRequest) UnsetCollectionId ¶

func (o *CertificateStoresAddCertificateRequest) UnsetCollectionId()

UnsetCollectionId ensures that no value is present for CollectionId, not even an explicit nil

type CertificateStoresCertificateStoreApproveRequest ¶

type CertificateStoresCertificateStoreApproveRequest struct {
	Id                *string                                     `json:"Id,omitempty"`
	ContainerId       NullableInt32                               `json:"ContainerId,omitempty"`
	CertStoreType     *int32                                      `json:"CertStoreType,omitempty"`
	Properties        NullableString                              `json:"Properties,omitempty"`
	InventorySchedule *KeyfactorCommonSchedulingKeyfactorSchedule `json:"InventorySchedule,omitempty"`
	Password          *CSSCMSDataModelModelsKeyfactorAPISecret    `json:"Password,omitempty"`
}

CertificateStoresCertificateStoreApproveRequest struct for CertificateStoresCertificateStoreApproveRequest

func NewCertificateStoresCertificateStoreApproveRequest ¶

func NewCertificateStoresCertificateStoreApproveRequest() *CertificateStoresCertificateStoreApproveRequest

NewCertificateStoresCertificateStoreApproveRequest instantiates a new CertificateStoresCertificateStoreApproveRequest 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 NewCertificateStoresCertificateStoreApproveRequestWithDefaults ¶

func NewCertificateStoresCertificateStoreApproveRequestWithDefaults() *CertificateStoresCertificateStoreApproveRequest

NewCertificateStoresCertificateStoreApproveRequestWithDefaults instantiates a new CertificateStoresCertificateStoreApproveRequest 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 (*CertificateStoresCertificateStoreApproveRequest) GetCertStoreType ¶

GetCertStoreType returns the CertStoreType field value if set, zero value otherwise.

func (*CertificateStoresCertificateStoreApproveRequest) GetCertStoreTypeOk ¶

func (o *CertificateStoresCertificateStoreApproveRequest) GetCertStoreTypeOk() (*int32, bool)

GetCertStoreTypeOk returns a tuple with the CertStoreType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresCertificateStoreApproveRequest) GetContainerId ¶

GetContainerId returns the ContainerId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresCertificateStoreApproveRequest) GetContainerIdOk ¶

GetContainerIdOk returns a tuple with the ContainerId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresCertificateStoreApproveRequest) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CertificateStoresCertificateStoreApproveRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresCertificateStoreApproveRequest) GetInventorySchedule ¶

GetInventorySchedule returns the InventorySchedule field value if set, zero value otherwise.

func (*CertificateStoresCertificateStoreApproveRequest) GetInventoryScheduleOk ¶

GetInventoryScheduleOk returns a tuple with the InventorySchedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresCertificateStoreApproveRequest) GetPassword ¶

GetPassword returns the Password field value if set, zero value otherwise.

func (*CertificateStoresCertificateStoreApproveRequest) GetPasswordOk ¶

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresCertificateStoreApproveRequest) GetProperties ¶

GetProperties returns the Properties field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresCertificateStoreApproveRequest) GetPropertiesOk ¶

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresCertificateStoreApproveRequest) HasCertStoreType ¶

HasCertStoreType returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreApproveRequest) HasContainerId ¶

HasContainerId returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreApproveRequest) HasId ¶

HasId returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreApproveRequest) HasInventorySchedule ¶

func (o *CertificateStoresCertificateStoreApproveRequest) HasInventorySchedule() bool

HasInventorySchedule returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreApproveRequest) HasPassword ¶

HasPassword returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreApproveRequest) HasProperties ¶

HasProperties returns a boolean if a field has been set.

func (CertificateStoresCertificateStoreApproveRequest) MarshalJSON ¶

func (*CertificateStoresCertificateStoreApproveRequest) SetCertStoreType ¶

SetCertStoreType gets a reference to the given int32 and assigns it to the CertStoreType field.

func (*CertificateStoresCertificateStoreApproveRequest) SetContainerId ¶

SetContainerId gets a reference to the given NullableInt32 and assigns it to the ContainerId field.

func (*CertificateStoresCertificateStoreApproveRequest) SetContainerIdNil ¶

func (o *CertificateStoresCertificateStoreApproveRequest) SetContainerIdNil()

SetContainerIdNil sets the value for ContainerId to be an explicit nil

func (*CertificateStoresCertificateStoreApproveRequest) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*CertificateStoresCertificateStoreApproveRequest) SetInventorySchedule ¶

SetInventorySchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the InventorySchedule field.

func (*CertificateStoresCertificateStoreApproveRequest) SetPassword ¶

SetPassword gets a reference to the given CSSCMSDataModelModelsKeyfactorAPISecret and assigns it to the Password field.

func (*CertificateStoresCertificateStoreApproveRequest) SetProperties ¶

SetProperties gets a reference to the given NullableString and assigns it to the Properties field.

func (*CertificateStoresCertificateStoreApproveRequest) SetPropertiesNil ¶

SetPropertiesNil sets the value for Properties to be an explicit nil

func (CertificateStoresCertificateStoreApproveRequest) ToMap ¶

func (o CertificateStoresCertificateStoreApproveRequest) ToMap() (map[string]interface{}, error)

func (*CertificateStoresCertificateStoreApproveRequest) UnsetContainerId ¶

UnsetContainerId ensures that no value is present for ContainerId, not even an explicit nil

func (*CertificateStoresCertificateStoreApproveRequest) UnsetProperties ¶

UnsetProperties ensures that no value is present for Properties, not even an explicit nil

type CertificateStoresCertificateStoreInventoryCertificateResponse ¶

type CertificateStoresCertificateStoreInventoryCertificateResponse struct {
	Id                       *int32                 `json:"Id,omitempty"`
	IssuedDN                 NullableString         `json:"IssuedDN,omitempty"`
	SerialNumber             NullableString         `json:"SerialNumber,omitempty"`
	NotBefore                *time.Time             `json:"NotBefore,omitempty"`
	NotAfter                 *time.Time             `json:"NotAfter,omitempty"`
	SigningAlgorithm         NullableString         `json:"SigningAlgorithm,omitempty"`
	IssuerDN                 NullableString         `json:"IssuerDN,omitempty"`
	Thumbprint               NullableString         `json:"Thumbprint,omitempty"`
	CertStoreInventoryItemId *int32                 `json:"CertStoreInventoryItemId,omitempty"`
	CertState                *int32                 `json:"CertState,omitempty"`
	Metadata                 map[string]interface{} `json:"Metadata,omitempty"`
}

CertificateStoresCertificateStoreInventoryCertificateResponse struct for CertificateStoresCertificateStoreInventoryCertificateResponse

func NewCertificateStoresCertificateStoreInventoryCertificateResponse ¶

func NewCertificateStoresCertificateStoreInventoryCertificateResponse() *CertificateStoresCertificateStoreInventoryCertificateResponse

NewCertificateStoresCertificateStoreInventoryCertificateResponse instantiates a new CertificateStoresCertificateStoreInventoryCertificateResponse 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 NewCertificateStoresCertificateStoreInventoryCertificateResponseWithDefaults ¶

func NewCertificateStoresCertificateStoreInventoryCertificateResponseWithDefaults() *CertificateStoresCertificateStoreInventoryCertificateResponse

NewCertificateStoresCertificateStoreInventoryCertificateResponseWithDefaults instantiates a new CertificateStoresCertificateStoreInventoryCertificateResponse 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 (*CertificateStoresCertificateStoreInventoryCertificateResponse) GetCertState ¶

GetCertState returns the CertState field value if set, zero value otherwise.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) GetCertStateOk ¶

GetCertStateOk returns a tuple with the CertState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) GetCertStoreInventoryItemId ¶

GetCertStoreInventoryItemId returns the CertStoreInventoryItemId field value if set, zero value otherwise.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) GetCertStoreInventoryItemIdOk ¶

func (o *CertificateStoresCertificateStoreInventoryCertificateResponse) GetCertStoreInventoryItemIdOk() (*int32, bool)

GetCertStoreInventoryItemIdOk returns a tuple with the CertStoreInventoryItemId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) GetIssuedDN ¶

GetIssuedDN returns the IssuedDN field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) GetIssuedDNOk ¶

GetIssuedDNOk returns a tuple with the IssuedDN field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) GetIssuerDN ¶

GetIssuerDN returns the IssuerDN field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) GetIssuerDNOk ¶

GetIssuerDNOk returns a tuple with the IssuerDN field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) GetMetadata ¶

GetMetadata returns the Metadata field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) GetMetadataOk ¶

func (o *CertificateStoresCertificateStoreInventoryCertificateResponse) GetMetadataOk() (map[string]interface{}, bool)

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) GetNotAfter ¶

GetNotAfter returns the NotAfter field value if set, zero value otherwise.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) GetNotAfterOk ¶

GetNotAfterOk returns a tuple with the NotAfter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) GetNotBefore ¶

GetNotBefore returns the NotBefore field value if set, zero value otherwise.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) GetNotBeforeOk ¶

GetNotBeforeOk returns a tuple with the NotBefore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) GetSerialNumber ¶

GetSerialNumber returns the SerialNumber field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) GetSerialNumberOk ¶

GetSerialNumberOk returns a tuple with the SerialNumber field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) GetSigningAlgorithm ¶

GetSigningAlgorithm returns the SigningAlgorithm field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) GetSigningAlgorithmOk ¶

GetSigningAlgorithmOk returns a tuple with the SigningAlgorithm field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) GetThumbprint ¶

GetThumbprint returns the Thumbprint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) GetThumbprintOk ¶

GetThumbprintOk returns a tuple with the Thumbprint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) HasCertState ¶

HasCertState returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) HasCertStoreInventoryItemId ¶

HasCertStoreInventoryItemId returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) HasIssuedDN ¶

HasIssuedDN returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) HasIssuerDN ¶

HasIssuerDN returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) HasMetadata ¶

HasMetadata returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) HasNotAfter ¶

HasNotAfter returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) HasNotBefore ¶

HasNotBefore returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) HasSerialNumber ¶

HasSerialNumber returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) HasSigningAlgorithm ¶

HasSigningAlgorithm returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) HasThumbprint ¶

HasThumbprint returns a boolean if a field has been set.

func (CertificateStoresCertificateStoreInventoryCertificateResponse) MarshalJSON ¶

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) SetCertState ¶

SetCertState gets a reference to the given int32 and assigns it to the CertState field.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) SetCertStoreInventoryItemId ¶

func (o *CertificateStoresCertificateStoreInventoryCertificateResponse) SetCertStoreInventoryItemId(v int32)

SetCertStoreInventoryItemId gets a reference to the given int32 and assigns it to the CertStoreInventoryItemId field.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) SetIssuedDN ¶

SetIssuedDN gets a reference to the given NullableString and assigns it to the IssuedDN field.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) SetIssuedDNNil ¶

SetIssuedDNNil sets the value for IssuedDN to be an explicit nil

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) SetIssuerDN ¶

SetIssuerDN gets a reference to the given NullableString and assigns it to the IssuerDN field.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) SetIssuerDNNil ¶

SetIssuerDNNil sets the value for IssuerDN to be an explicit nil

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) SetMetadata ¶

SetMetadata gets a reference to the given map[string]interface{} and assigns it to the Metadata field.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) SetNotAfter ¶

SetNotAfter gets a reference to the given time.Time and assigns it to the NotAfter field.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) SetNotBefore ¶

SetNotBefore gets a reference to the given time.Time and assigns it to the NotBefore field.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) SetSerialNumber ¶

SetSerialNumber gets a reference to the given NullableString and assigns it to the SerialNumber field.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) SetSerialNumberNil ¶

SetSerialNumberNil sets the value for SerialNumber to be an explicit nil

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) SetSigningAlgorithm ¶

SetSigningAlgorithm gets a reference to the given NullableString and assigns it to the SigningAlgorithm field.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) SetSigningAlgorithmNil ¶

SetSigningAlgorithmNil sets the value for SigningAlgorithm to be an explicit nil

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) SetThumbprint ¶

SetThumbprint gets a reference to the given NullableString and assigns it to the Thumbprint field.

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) SetThumbprintNil ¶

SetThumbprintNil sets the value for Thumbprint to be an explicit nil

func (CertificateStoresCertificateStoreInventoryCertificateResponse) ToMap ¶

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) UnsetIssuedDN ¶

UnsetIssuedDN ensures that no value is present for IssuedDN, not even an explicit nil

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) UnsetIssuerDN ¶

UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) UnsetSerialNumber ¶

UnsetSerialNumber ensures that no value is present for SerialNumber, not even an explicit nil

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) UnsetSigningAlgorithm ¶

UnsetSigningAlgorithm ensures that no value is present for SigningAlgorithm, not even an explicit nil

func (*CertificateStoresCertificateStoreInventoryCertificateResponse) UnsetThumbprint ¶

UnsetThumbprint ensures that no value is present for Thumbprint, not even an explicit nil

type CertificateStoresCertificateStoreInventoryResponse ¶

type CertificateStoresCertificateStoreInventoryResponse struct {
	Name         NullableString                                                  `json:"Name,omitempty"`
	Certificates []CertificateStoresCertificateStoreInventoryCertificateResponse `json:"Certificates,omitempty"`
	Parameters   map[string]interface{}                                          `json:"Parameters,omitempty"`
}

CertificateStoresCertificateStoreInventoryResponse struct for CertificateStoresCertificateStoreInventoryResponse

func NewCertificateStoresCertificateStoreInventoryResponse ¶

func NewCertificateStoresCertificateStoreInventoryResponse() *CertificateStoresCertificateStoreInventoryResponse

NewCertificateStoresCertificateStoreInventoryResponse instantiates a new CertificateStoresCertificateStoreInventoryResponse 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 NewCertificateStoresCertificateStoreInventoryResponseWithDefaults ¶

func NewCertificateStoresCertificateStoreInventoryResponseWithDefaults() *CertificateStoresCertificateStoreInventoryResponse

NewCertificateStoresCertificateStoreInventoryResponseWithDefaults instantiates a new CertificateStoresCertificateStoreInventoryResponse 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 (*CertificateStoresCertificateStoreInventoryResponse) GetCertificates ¶

GetCertificates returns the Certificates field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresCertificateStoreInventoryResponse) GetCertificatesOk ¶

GetCertificatesOk returns a tuple with the Certificates field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresCertificateStoreInventoryResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresCertificateStoreInventoryResponse) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresCertificateStoreInventoryResponse) GetParameters ¶

func (o *CertificateStoresCertificateStoreInventoryResponse) GetParameters() map[string]interface{}

GetParameters returns the Parameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresCertificateStoreInventoryResponse) GetParametersOk ¶

func (o *CertificateStoresCertificateStoreInventoryResponse) GetParametersOk() (map[string]interface{}, bool)

GetParametersOk returns a tuple with the Parameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresCertificateStoreInventoryResponse) HasCertificates ¶

HasCertificates returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreInventoryResponse) HasName ¶

HasName returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreInventoryResponse) HasParameters ¶

HasParameters returns a boolean if a field has been set.

func (CertificateStoresCertificateStoreInventoryResponse) MarshalJSON ¶

func (*CertificateStoresCertificateStoreInventoryResponse) SetCertificates ¶

SetCertificates gets a reference to the given []CertificateStoresCertificateStoreInventoryCertificateResponse and assigns it to the Certificates field.

func (*CertificateStoresCertificateStoreInventoryResponse) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CertificateStoresCertificateStoreInventoryResponse) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*CertificateStoresCertificateStoreInventoryResponse) SetParameters ¶

func (o *CertificateStoresCertificateStoreInventoryResponse) SetParameters(v map[string]interface{})

SetParameters gets a reference to the given map[string]interface{} and assigns it to the Parameters field.

func (CertificateStoresCertificateStoreInventoryResponse) ToMap ¶

func (*CertificateStoresCertificateStoreInventoryResponse) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type CertificateStoresCertificateStoreResponse ¶

type CertificateStoresCertificateStoreResponse struct {
	Id                      *string                                     `json:"Id,omitempty"`
	ContainerId             NullableInt32                               `json:"ContainerId,omitempty"`
	DisplayName             NullableString                              `json:"DisplayName,omitempty"`
	ClientMachine           NullableString                              `json:"ClientMachine,omitempty"`
	Storepath               NullableString                              `json:"Storepath,omitempty"`
	CertStoreInventoryJobId NullableString                              `json:"CertStoreInventoryJobId,omitempty"`
	CertStoreType           *int32                                      `json:"CertStoreType,omitempty"`
	Approved                *bool                                       `json:"Approved,omitempty"`
	CreateIfMissing         *bool                                       `json:"CreateIfMissing,omitempty"`
	Properties              NullableString                              `json:"Properties,omitempty"`
	AgentId                 NullableString                              `json:"AgentId,omitempty"`
	AgentAssigned           *bool                                       `json:"AgentAssigned,omitempty"`
	ContainerName           NullableString                              `json:"ContainerName,omitempty"`
	InventorySchedule       *KeyfactorCommonSchedulingKeyfactorSchedule `json:"InventorySchedule,omitempty"`
	ReenrollmentStatus      *CSSCMSDataModelModelsReenrollmentStatus    `json:"ReenrollmentStatus,omitempty"`
	SetNewPasswordAllowed   *bool                                       `json:"SetNewPasswordAllowed,omitempty"`
	Password                *CSSCMSDataModelModelsKeyfactorSecret       `json:"Password,omitempty"`
}

CertificateStoresCertificateStoreResponse struct for CertificateStoresCertificateStoreResponse

func NewCertificateStoresCertificateStoreResponse ¶

func NewCertificateStoresCertificateStoreResponse() *CertificateStoresCertificateStoreResponse

NewCertificateStoresCertificateStoreResponse instantiates a new CertificateStoresCertificateStoreResponse 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 NewCertificateStoresCertificateStoreResponseWithDefaults ¶

func NewCertificateStoresCertificateStoreResponseWithDefaults() *CertificateStoresCertificateStoreResponse

NewCertificateStoresCertificateStoreResponseWithDefaults instantiates a new CertificateStoresCertificateStoreResponse 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 (*CertificateStoresCertificateStoreResponse) GetAgentAssigned ¶

func (o *CertificateStoresCertificateStoreResponse) GetAgentAssigned() bool

GetAgentAssigned returns the AgentAssigned field value if set, zero value otherwise.

func (*CertificateStoresCertificateStoreResponse) GetAgentAssignedOk ¶

func (o *CertificateStoresCertificateStoreResponse) GetAgentAssignedOk() (*bool, bool)

GetAgentAssignedOk returns a tuple with the AgentAssigned field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresCertificateStoreResponse) GetAgentId ¶

GetAgentId returns the AgentId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresCertificateStoreResponse) GetAgentIdOk ¶

GetAgentIdOk returns a tuple with the AgentId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresCertificateStoreResponse) GetApproved ¶

GetApproved returns the Approved field value if set, zero value otherwise.

func (*CertificateStoresCertificateStoreResponse) GetApprovedOk ¶

func (o *CertificateStoresCertificateStoreResponse) GetApprovedOk() (*bool, bool)

GetApprovedOk returns a tuple with the Approved field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresCertificateStoreResponse) GetCertStoreInventoryJobId ¶

func (o *CertificateStoresCertificateStoreResponse) GetCertStoreInventoryJobId() string

GetCertStoreInventoryJobId returns the CertStoreInventoryJobId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresCertificateStoreResponse) GetCertStoreInventoryJobIdOk ¶

func (o *CertificateStoresCertificateStoreResponse) GetCertStoreInventoryJobIdOk() (*string, bool)

GetCertStoreInventoryJobIdOk returns a tuple with the CertStoreInventoryJobId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresCertificateStoreResponse) GetCertStoreType ¶

func (o *CertificateStoresCertificateStoreResponse) GetCertStoreType() int32

GetCertStoreType returns the CertStoreType field value if set, zero value otherwise.

func (*CertificateStoresCertificateStoreResponse) GetCertStoreTypeOk ¶

func (o *CertificateStoresCertificateStoreResponse) GetCertStoreTypeOk() (*int32, bool)

GetCertStoreTypeOk returns a tuple with the CertStoreType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresCertificateStoreResponse) GetClientMachine ¶

func (o *CertificateStoresCertificateStoreResponse) GetClientMachine() string

GetClientMachine returns the ClientMachine field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresCertificateStoreResponse) GetClientMachineOk ¶

func (o *CertificateStoresCertificateStoreResponse) GetClientMachineOk() (*string, bool)

GetClientMachineOk returns a tuple with the ClientMachine field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresCertificateStoreResponse) GetContainerId ¶

GetContainerId returns the ContainerId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresCertificateStoreResponse) GetContainerIdOk ¶

func (o *CertificateStoresCertificateStoreResponse) GetContainerIdOk() (*int32, bool)

GetContainerIdOk returns a tuple with the ContainerId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresCertificateStoreResponse) GetContainerName ¶

func (o *CertificateStoresCertificateStoreResponse) GetContainerName() string

GetContainerName returns the ContainerName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresCertificateStoreResponse) GetContainerNameOk ¶

func (o *CertificateStoresCertificateStoreResponse) GetContainerNameOk() (*string, bool)

GetContainerNameOk returns a tuple with the ContainerName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresCertificateStoreResponse) GetCreateIfMissing ¶

func (o *CertificateStoresCertificateStoreResponse) GetCreateIfMissing() bool

GetCreateIfMissing returns the CreateIfMissing field value if set, zero value otherwise.

func (*CertificateStoresCertificateStoreResponse) GetCreateIfMissingOk ¶

func (o *CertificateStoresCertificateStoreResponse) GetCreateIfMissingOk() (*bool, bool)

GetCreateIfMissingOk returns a tuple with the CreateIfMissing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresCertificateStoreResponse) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresCertificateStoreResponse) GetDisplayNameOk ¶

func (o *CertificateStoresCertificateStoreResponse) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresCertificateStoreResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CertificateStoresCertificateStoreResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresCertificateStoreResponse) GetInventorySchedule ¶

GetInventorySchedule returns the InventorySchedule field value if set, zero value otherwise.

func (*CertificateStoresCertificateStoreResponse) GetInventoryScheduleOk ¶

GetInventoryScheduleOk returns a tuple with the InventorySchedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresCertificateStoreResponse) GetPassword ¶

GetPassword returns the Password field value if set, zero value otherwise.

func (*CertificateStoresCertificateStoreResponse) GetPasswordOk ¶

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresCertificateStoreResponse) GetProperties ¶

GetProperties returns the Properties field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresCertificateStoreResponse) GetPropertiesOk ¶

func (o *CertificateStoresCertificateStoreResponse) GetPropertiesOk() (*string, bool)

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresCertificateStoreResponse) GetReenrollmentStatus ¶

GetReenrollmentStatus returns the ReenrollmentStatus field value if set, zero value otherwise.

func (*CertificateStoresCertificateStoreResponse) GetReenrollmentStatusOk ¶

GetReenrollmentStatusOk returns a tuple with the ReenrollmentStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresCertificateStoreResponse) GetSetNewPasswordAllowed ¶

func (o *CertificateStoresCertificateStoreResponse) GetSetNewPasswordAllowed() bool

GetSetNewPasswordAllowed returns the SetNewPasswordAllowed field value if set, zero value otherwise.

func (*CertificateStoresCertificateStoreResponse) GetSetNewPasswordAllowedOk ¶

func (o *CertificateStoresCertificateStoreResponse) GetSetNewPasswordAllowedOk() (*bool, bool)

GetSetNewPasswordAllowedOk returns a tuple with the SetNewPasswordAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresCertificateStoreResponse) GetStorepath ¶

GetStorepath returns the Storepath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresCertificateStoreResponse) GetStorepathOk ¶

func (o *CertificateStoresCertificateStoreResponse) GetStorepathOk() (*string, bool)

GetStorepathOk returns a tuple with the Storepath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresCertificateStoreResponse) HasAgentAssigned ¶

func (o *CertificateStoresCertificateStoreResponse) HasAgentAssigned() bool

HasAgentAssigned returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreResponse) HasAgentId ¶

HasAgentId returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreResponse) HasApproved ¶

HasApproved returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreResponse) HasCertStoreInventoryJobId ¶

func (o *CertificateStoresCertificateStoreResponse) HasCertStoreInventoryJobId() bool

HasCertStoreInventoryJobId returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreResponse) HasCertStoreType ¶

func (o *CertificateStoresCertificateStoreResponse) HasCertStoreType() bool

HasCertStoreType returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreResponse) HasClientMachine ¶

func (o *CertificateStoresCertificateStoreResponse) HasClientMachine() bool

HasClientMachine returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreResponse) HasContainerId ¶

func (o *CertificateStoresCertificateStoreResponse) HasContainerId() bool

HasContainerId returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreResponse) HasContainerName ¶

func (o *CertificateStoresCertificateStoreResponse) HasContainerName() bool

HasContainerName returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreResponse) HasCreateIfMissing ¶

func (o *CertificateStoresCertificateStoreResponse) HasCreateIfMissing() bool

HasCreateIfMissing returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreResponse) HasDisplayName ¶

func (o *CertificateStoresCertificateStoreResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreResponse) HasInventorySchedule ¶

func (o *CertificateStoresCertificateStoreResponse) HasInventorySchedule() bool

HasInventorySchedule returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreResponse) HasPassword ¶

HasPassword returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreResponse) HasProperties ¶

HasProperties returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreResponse) HasReenrollmentStatus ¶

func (o *CertificateStoresCertificateStoreResponse) HasReenrollmentStatus() bool

HasReenrollmentStatus returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreResponse) HasSetNewPasswordAllowed ¶

func (o *CertificateStoresCertificateStoreResponse) HasSetNewPasswordAllowed() bool

HasSetNewPasswordAllowed returns a boolean if a field has been set.

func (*CertificateStoresCertificateStoreResponse) HasStorepath ¶

HasStorepath returns a boolean if a field has been set.

func (CertificateStoresCertificateStoreResponse) MarshalJSON ¶

func (*CertificateStoresCertificateStoreResponse) SetAgentAssigned ¶

func (o *CertificateStoresCertificateStoreResponse) SetAgentAssigned(v bool)

SetAgentAssigned gets a reference to the given bool and assigns it to the AgentAssigned field.

func (*CertificateStoresCertificateStoreResponse) SetAgentId ¶

SetAgentId gets a reference to the given NullableString and assigns it to the AgentId field.

func (*CertificateStoresCertificateStoreResponse) SetAgentIdNil ¶

func (o *CertificateStoresCertificateStoreResponse) SetAgentIdNil()

SetAgentIdNil sets the value for AgentId to be an explicit nil

func (*CertificateStoresCertificateStoreResponse) SetApproved ¶

SetApproved gets a reference to the given bool and assigns it to the Approved field.

func (*CertificateStoresCertificateStoreResponse) SetCertStoreInventoryJobId ¶

func (o *CertificateStoresCertificateStoreResponse) SetCertStoreInventoryJobId(v string)

SetCertStoreInventoryJobId gets a reference to the given NullableString and assigns it to the CertStoreInventoryJobId field.

func (*CertificateStoresCertificateStoreResponse) SetCertStoreInventoryJobIdNil ¶

func (o *CertificateStoresCertificateStoreResponse) SetCertStoreInventoryJobIdNil()

SetCertStoreInventoryJobIdNil sets the value for CertStoreInventoryJobId to be an explicit nil

func (*CertificateStoresCertificateStoreResponse) SetCertStoreType ¶

func (o *CertificateStoresCertificateStoreResponse) SetCertStoreType(v int32)

SetCertStoreType gets a reference to the given int32 and assigns it to the CertStoreType field.

func (*CertificateStoresCertificateStoreResponse) SetClientMachine ¶

func (o *CertificateStoresCertificateStoreResponse) SetClientMachine(v string)

SetClientMachine gets a reference to the given NullableString and assigns it to the ClientMachine field.

func (*CertificateStoresCertificateStoreResponse) SetClientMachineNil ¶

func (o *CertificateStoresCertificateStoreResponse) SetClientMachineNil()

SetClientMachineNil sets the value for ClientMachine to be an explicit nil

func (*CertificateStoresCertificateStoreResponse) SetContainerId ¶

func (o *CertificateStoresCertificateStoreResponse) SetContainerId(v int32)

SetContainerId gets a reference to the given NullableInt32 and assigns it to the ContainerId field.

func (*CertificateStoresCertificateStoreResponse) SetContainerIdNil ¶

func (o *CertificateStoresCertificateStoreResponse) SetContainerIdNil()

SetContainerIdNil sets the value for ContainerId to be an explicit nil

func (*CertificateStoresCertificateStoreResponse) SetContainerName ¶

func (o *CertificateStoresCertificateStoreResponse) SetContainerName(v string)

SetContainerName gets a reference to the given NullableString and assigns it to the ContainerName field.

func (*CertificateStoresCertificateStoreResponse) SetContainerNameNil ¶

func (o *CertificateStoresCertificateStoreResponse) SetContainerNameNil()

SetContainerNameNil sets the value for ContainerName to be an explicit nil

func (*CertificateStoresCertificateStoreResponse) SetCreateIfMissing ¶

func (o *CertificateStoresCertificateStoreResponse) SetCreateIfMissing(v bool)

SetCreateIfMissing gets a reference to the given bool and assigns it to the CreateIfMissing field.

func (*CertificateStoresCertificateStoreResponse) SetDisplayName ¶

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*CertificateStoresCertificateStoreResponse) SetDisplayNameNil ¶

func (o *CertificateStoresCertificateStoreResponse) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*CertificateStoresCertificateStoreResponse) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*CertificateStoresCertificateStoreResponse) SetInventorySchedule ¶

SetInventorySchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the InventorySchedule field.

func (*CertificateStoresCertificateStoreResponse) SetPassword ¶

SetPassword gets a reference to the given CSSCMSDataModelModelsKeyfactorSecret and assigns it to the Password field.

func (*CertificateStoresCertificateStoreResponse) SetProperties ¶

SetProperties gets a reference to the given NullableString and assigns it to the Properties field.

func (*CertificateStoresCertificateStoreResponse) SetPropertiesNil ¶

func (o *CertificateStoresCertificateStoreResponse) SetPropertiesNil()

SetPropertiesNil sets the value for Properties to be an explicit nil

func (*CertificateStoresCertificateStoreResponse) SetReenrollmentStatus ¶

SetReenrollmentStatus gets a reference to the given CSSCMSDataModelModelsReenrollmentStatus and assigns it to the ReenrollmentStatus field.

func (*CertificateStoresCertificateStoreResponse) SetSetNewPasswordAllowed ¶

func (o *CertificateStoresCertificateStoreResponse) SetSetNewPasswordAllowed(v bool)

SetSetNewPasswordAllowed gets a reference to the given bool and assigns it to the SetNewPasswordAllowed field.

func (*CertificateStoresCertificateStoreResponse) SetStorepath ¶

SetStorepath gets a reference to the given NullableString and assigns it to the Storepath field.

func (*CertificateStoresCertificateStoreResponse) SetStorepathNil ¶

func (o *CertificateStoresCertificateStoreResponse) SetStorepathNil()

SetStorepathNil sets the value for Storepath to be an explicit nil

func (CertificateStoresCertificateStoreResponse) ToMap ¶

func (o CertificateStoresCertificateStoreResponse) ToMap() (map[string]interface{}, error)

func (*CertificateStoresCertificateStoreResponse) UnsetAgentId ¶

UnsetAgentId ensures that no value is present for AgentId, not even an explicit nil

func (*CertificateStoresCertificateStoreResponse) UnsetCertStoreInventoryJobId ¶

func (o *CertificateStoresCertificateStoreResponse) UnsetCertStoreInventoryJobId()

UnsetCertStoreInventoryJobId ensures that no value is present for CertStoreInventoryJobId, not even an explicit nil

func (*CertificateStoresCertificateStoreResponse) UnsetClientMachine ¶

func (o *CertificateStoresCertificateStoreResponse) UnsetClientMachine()

UnsetClientMachine ensures that no value is present for ClientMachine, not even an explicit nil

func (*CertificateStoresCertificateStoreResponse) UnsetContainerId ¶

func (o *CertificateStoresCertificateStoreResponse) UnsetContainerId()

UnsetContainerId ensures that no value is present for ContainerId, not even an explicit nil

func (*CertificateStoresCertificateStoreResponse) UnsetContainerName ¶

func (o *CertificateStoresCertificateStoreResponse) UnsetContainerName()

UnsetContainerName ensures that no value is present for ContainerName, not even an explicit nil

func (*CertificateStoresCertificateStoreResponse) UnsetDisplayName ¶

func (o *CertificateStoresCertificateStoreResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*CertificateStoresCertificateStoreResponse) UnsetProperties ¶

func (o *CertificateStoresCertificateStoreResponse) UnsetProperties()

UnsetProperties ensures that no value is present for Properties, not even an explicit nil

func (*CertificateStoresCertificateStoreResponse) UnsetStorepath ¶

func (o *CertificateStoresCertificateStoreResponse) UnsetStorepath()

UnsetStorepath ensures that no value is present for Storepath, not even an explicit nil

type CertificateStoresJobHistoryResponse ¶

type CertificateStoresJobHistoryResponse struct {
	JobHistoryId   *int64                                                           `json:"JobHistoryId,omitempty"`
	AgentMachine   NullableString                                                   `json:"AgentMachine,omitempty"`
	JobId          *string                                                          `json:"JobId,omitempty"`
	Schedule       *KeyfactorCommonSchedulingKeyfactorSchedule                      `json:"Schedule,omitempty"`
	JobType        NullableString                                                   `json:"JobType,omitempty"`
	OperationStart *time.Time                                                       `json:"OperationStart,omitempty"`
	OperationEnd   NullableTime                                                     `json:"OperationEnd,omitempty"`
	Message        NullableString                                                   `json:"Message,omitempty"`
	Result         *KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult `json:"Result,omitempty"`
	Status         *KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus `json:"Status,omitempty"`
	StorePath      NullableString                                                   `json:"StorePath,omitempty"`
	ClientMachine  NullableString                                                   `json:"ClientMachine,omitempty"`
}

CertificateStoresJobHistoryResponse struct for CertificateStoresJobHistoryResponse

func NewCertificateStoresJobHistoryResponse ¶

func NewCertificateStoresJobHistoryResponse() *CertificateStoresJobHistoryResponse

NewCertificateStoresJobHistoryResponse instantiates a new CertificateStoresJobHistoryResponse 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 NewCertificateStoresJobHistoryResponseWithDefaults ¶

func NewCertificateStoresJobHistoryResponseWithDefaults() *CertificateStoresJobHistoryResponse

NewCertificateStoresJobHistoryResponseWithDefaults instantiates a new CertificateStoresJobHistoryResponse 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 (*CertificateStoresJobHistoryResponse) GetAgentMachine ¶

func (o *CertificateStoresJobHistoryResponse) GetAgentMachine() string

GetAgentMachine returns the AgentMachine field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresJobHistoryResponse) GetAgentMachineOk ¶

func (o *CertificateStoresJobHistoryResponse) GetAgentMachineOk() (*string, bool)

GetAgentMachineOk returns a tuple with the AgentMachine field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresJobHistoryResponse) GetClientMachine ¶

func (o *CertificateStoresJobHistoryResponse) GetClientMachine() string

GetClientMachine returns the ClientMachine field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresJobHistoryResponse) GetClientMachineOk ¶

func (o *CertificateStoresJobHistoryResponse) GetClientMachineOk() (*string, bool)

GetClientMachineOk returns a tuple with the ClientMachine field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresJobHistoryResponse) GetJobHistoryId ¶

func (o *CertificateStoresJobHistoryResponse) GetJobHistoryId() int64

GetJobHistoryId returns the JobHistoryId field value if set, zero value otherwise.

func (*CertificateStoresJobHistoryResponse) GetJobHistoryIdOk ¶

func (o *CertificateStoresJobHistoryResponse) GetJobHistoryIdOk() (*int64, bool)

GetJobHistoryIdOk returns a tuple with the JobHistoryId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresJobHistoryResponse) GetJobId ¶

GetJobId returns the JobId field value if set, zero value otherwise.

func (*CertificateStoresJobHistoryResponse) GetJobIdOk ¶

func (o *CertificateStoresJobHistoryResponse) GetJobIdOk() (*string, bool)

GetJobIdOk returns a tuple with the JobId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresJobHistoryResponse) GetJobType ¶

GetJobType returns the JobType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresJobHistoryResponse) GetJobTypeOk ¶

func (o *CertificateStoresJobHistoryResponse) GetJobTypeOk() (*string, bool)

GetJobTypeOk returns a tuple with the JobType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresJobHistoryResponse) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresJobHistoryResponse) GetMessageOk ¶

func (o *CertificateStoresJobHistoryResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresJobHistoryResponse) GetOperationEnd ¶

func (o *CertificateStoresJobHistoryResponse) GetOperationEnd() time.Time

GetOperationEnd returns the OperationEnd field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresJobHistoryResponse) GetOperationEndOk ¶

func (o *CertificateStoresJobHistoryResponse) GetOperationEndOk() (*time.Time, bool)

GetOperationEndOk returns a tuple with the OperationEnd field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresJobHistoryResponse) GetOperationStart ¶

func (o *CertificateStoresJobHistoryResponse) GetOperationStart() time.Time

GetOperationStart returns the OperationStart field value if set, zero value otherwise.

func (*CertificateStoresJobHistoryResponse) GetOperationStartOk ¶

func (o *CertificateStoresJobHistoryResponse) GetOperationStartOk() (*time.Time, bool)

GetOperationStartOk returns a tuple with the OperationStart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresJobHistoryResponse) GetResult ¶

GetResult returns the Result field value if set, zero value otherwise.

func (*CertificateStoresJobHistoryResponse) GetResultOk ¶

GetResultOk returns a tuple with the Result field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresJobHistoryResponse) GetSchedule ¶

GetSchedule returns the Schedule field value if set, zero value otherwise.

func (*CertificateStoresJobHistoryResponse) GetScheduleOk ¶

GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresJobHistoryResponse) GetStatus ¶

GetStatus returns the Status field value if set, zero value otherwise.

func (*CertificateStoresJobHistoryResponse) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresJobHistoryResponse) GetStorePath ¶

func (o *CertificateStoresJobHistoryResponse) GetStorePath() string

GetStorePath returns the StorePath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresJobHistoryResponse) GetStorePathOk ¶

func (o *CertificateStoresJobHistoryResponse) GetStorePathOk() (*string, bool)

GetStorePathOk returns a tuple with the StorePath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresJobHistoryResponse) HasAgentMachine ¶

func (o *CertificateStoresJobHistoryResponse) HasAgentMachine() bool

HasAgentMachine returns a boolean if a field has been set.

func (*CertificateStoresJobHistoryResponse) HasClientMachine ¶

func (o *CertificateStoresJobHistoryResponse) HasClientMachine() bool

HasClientMachine returns a boolean if a field has been set.

func (*CertificateStoresJobHistoryResponse) HasJobHistoryId ¶

func (o *CertificateStoresJobHistoryResponse) HasJobHistoryId() bool

HasJobHistoryId returns a boolean if a field has been set.

func (*CertificateStoresJobHistoryResponse) HasJobId ¶

HasJobId returns a boolean if a field has been set.

func (*CertificateStoresJobHistoryResponse) HasJobType ¶

func (o *CertificateStoresJobHistoryResponse) HasJobType() bool

HasJobType returns a boolean if a field has been set.

func (*CertificateStoresJobHistoryResponse) HasMessage ¶

func (o *CertificateStoresJobHistoryResponse) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*CertificateStoresJobHistoryResponse) HasOperationEnd ¶

func (o *CertificateStoresJobHistoryResponse) HasOperationEnd() bool

HasOperationEnd returns a boolean if a field has been set.

func (*CertificateStoresJobHistoryResponse) HasOperationStart ¶

func (o *CertificateStoresJobHistoryResponse) HasOperationStart() bool

HasOperationStart returns a boolean if a field has been set.

func (*CertificateStoresJobHistoryResponse) HasResult ¶

HasResult returns a boolean if a field has been set.

func (*CertificateStoresJobHistoryResponse) HasSchedule ¶

func (o *CertificateStoresJobHistoryResponse) HasSchedule() bool

HasSchedule returns a boolean if a field has been set.

func (*CertificateStoresJobHistoryResponse) HasStatus ¶

HasStatus returns a boolean if a field has been set.

func (*CertificateStoresJobHistoryResponse) HasStorePath ¶

func (o *CertificateStoresJobHistoryResponse) HasStorePath() bool

HasStorePath returns a boolean if a field has been set.

func (CertificateStoresJobHistoryResponse) MarshalJSON ¶

func (o CertificateStoresJobHistoryResponse) MarshalJSON() ([]byte, error)

func (*CertificateStoresJobHistoryResponse) SetAgentMachine ¶

func (o *CertificateStoresJobHistoryResponse) SetAgentMachine(v string)

SetAgentMachine gets a reference to the given NullableString and assigns it to the AgentMachine field.

func (*CertificateStoresJobHistoryResponse) SetAgentMachineNil ¶

func (o *CertificateStoresJobHistoryResponse) SetAgentMachineNil()

SetAgentMachineNil sets the value for AgentMachine to be an explicit nil

func (*CertificateStoresJobHistoryResponse) SetClientMachine ¶

func (o *CertificateStoresJobHistoryResponse) SetClientMachine(v string)

SetClientMachine gets a reference to the given NullableString and assigns it to the ClientMachine field.

func (*CertificateStoresJobHistoryResponse) SetClientMachineNil ¶

func (o *CertificateStoresJobHistoryResponse) SetClientMachineNil()

SetClientMachineNil sets the value for ClientMachine to be an explicit nil

func (*CertificateStoresJobHistoryResponse) SetJobHistoryId ¶

func (o *CertificateStoresJobHistoryResponse) SetJobHistoryId(v int64)

SetJobHistoryId gets a reference to the given int64 and assigns it to the JobHistoryId field.

func (*CertificateStoresJobHistoryResponse) SetJobId ¶

SetJobId gets a reference to the given string and assigns it to the JobId field.

func (*CertificateStoresJobHistoryResponse) SetJobType ¶

SetJobType gets a reference to the given NullableString and assigns it to the JobType field.

func (*CertificateStoresJobHistoryResponse) SetJobTypeNil ¶

func (o *CertificateStoresJobHistoryResponse) SetJobTypeNil()

SetJobTypeNil sets the value for JobType to be an explicit nil

func (*CertificateStoresJobHistoryResponse) SetMessage ¶

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*CertificateStoresJobHistoryResponse) SetMessageNil ¶

func (o *CertificateStoresJobHistoryResponse) SetMessageNil()

SetMessageNil sets the value for Message to be an explicit nil

func (*CertificateStoresJobHistoryResponse) SetOperationEnd ¶

func (o *CertificateStoresJobHistoryResponse) SetOperationEnd(v time.Time)

SetOperationEnd gets a reference to the given NullableTime and assigns it to the OperationEnd field.

func (*CertificateStoresJobHistoryResponse) SetOperationEndNil ¶

func (o *CertificateStoresJobHistoryResponse) SetOperationEndNil()

SetOperationEndNil sets the value for OperationEnd to be an explicit nil

func (*CertificateStoresJobHistoryResponse) SetOperationStart ¶

func (o *CertificateStoresJobHistoryResponse) SetOperationStart(v time.Time)

SetOperationStart gets a reference to the given time.Time and assigns it to the OperationStart field.

func (*CertificateStoresJobHistoryResponse) SetResult ¶

SetResult gets a reference to the given KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult and assigns it to the Result field.

func (*CertificateStoresJobHistoryResponse) SetSchedule ¶

SetSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the Schedule field.

func (*CertificateStoresJobHistoryResponse) SetStatus ¶

SetStatus gets a reference to the given KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus and assigns it to the Status field.

func (*CertificateStoresJobHistoryResponse) SetStorePath ¶

func (o *CertificateStoresJobHistoryResponse) SetStorePath(v string)

SetStorePath gets a reference to the given NullableString and assigns it to the StorePath field.

func (*CertificateStoresJobHistoryResponse) SetStorePathNil ¶

func (o *CertificateStoresJobHistoryResponse) SetStorePathNil()

SetStorePathNil sets the value for StorePath to be an explicit nil

func (CertificateStoresJobHistoryResponse) ToMap ¶

func (o CertificateStoresJobHistoryResponse) ToMap() (map[string]interface{}, error)

func (*CertificateStoresJobHistoryResponse) UnsetAgentMachine ¶

func (o *CertificateStoresJobHistoryResponse) UnsetAgentMachine()

UnsetAgentMachine ensures that no value is present for AgentMachine, not even an explicit nil

func (*CertificateStoresJobHistoryResponse) UnsetClientMachine ¶

func (o *CertificateStoresJobHistoryResponse) UnsetClientMachine()

UnsetClientMachine ensures that no value is present for ClientMachine, not even an explicit nil

func (*CertificateStoresJobHistoryResponse) UnsetJobType ¶

func (o *CertificateStoresJobHistoryResponse) UnsetJobType()

UnsetJobType ensures that no value is present for JobType, not even an explicit nil

func (*CertificateStoresJobHistoryResponse) UnsetMessage ¶

func (o *CertificateStoresJobHistoryResponse) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*CertificateStoresJobHistoryResponse) UnsetOperationEnd ¶

func (o *CertificateStoresJobHistoryResponse) UnsetOperationEnd()

UnsetOperationEnd ensures that no value is present for OperationEnd, not even an explicit nil

func (*CertificateStoresJobHistoryResponse) UnsetStorePath ¶

func (o *CertificateStoresJobHistoryResponse) UnsetStorePath()

UnsetStorePath ensures that no value is present for StorePath, not even an explicit nil

type CertificateStoresReenrollmentRequest ¶

type CertificateStoresReenrollmentRequest struct {
	KeystoreId           *string                `json:"KeystoreId,omitempty"`
	SubjectName          NullableString         `json:"SubjectName,omitempty"`
	AgentGuid            *string                `json:"AgentGuid,omitempty"`
	Alias                NullableString         `json:"Alias,omitempty"`
	JobProperties        map[string]interface{} `json:"JobProperties,omitempty"`
	CertificateAuthority NullableString         `json:"CertificateAuthority,omitempty"`
	CertificateTemplate  NullableString         `json:"CertificateTemplate,omitempty"`
}

CertificateStoresReenrollmentRequest struct for CertificateStoresReenrollmentRequest

func NewCertificateStoresReenrollmentRequest ¶

func NewCertificateStoresReenrollmentRequest() *CertificateStoresReenrollmentRequest

NewCertificateStoresReenrollmentRequest instantiates a new CertificateStoresReenrollmentRequest 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 NewCertificateStoresReenrollmentRequestWithDefaults ¶

func NewCertificateStoresReenrollmentRequestWithDefaults() *CertificateStoresReenrollmentRequest

NewCertificateStoresReenrollmentRequestWithDefaults instantiates a new CertificateStoresReenrollmentRequest 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 (*CertificateStoresReenrollmentRequest) GetAgentGuid ¶

func (o *CertificateStoresReenrollmentRequest) GetAgentGuid() string

GetAgentGuid returns the AgentGuid field value if set, zero value otherwise.

func (*CertificateStoresReenrollmentRequest) GetAgentGuidOk ¶

func (o *CertificateStoresReenrollmentRequest) GetAgentGuidOk() (*string, bool)

GetAgentGuidOk returns a tuple with the AgentGuid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresReenrollmentRequest) GetAlias ¶

GetAlias returns the Alias field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresReenrollmentRequest) GetAliasOk ¶

func (o *CertificateStoresReenrollmentRequest) GetAliasOk() (*string, bool)

GetAliasOk returns a tuple with the Alias field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresReenrollmentRequest) GetCertificateAuthority ¶

func (o *CertificateStoresReenrollmentRequest) GetCertificateAuthority() string

GetCertificateAuthority returns the CertificateAuthority field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresReenrollmentRequest) GetCertificateAuthorityOk ¶

func (o *CertificateStoresReenrollmentRequest) GetCertificateAuthorityOk() (*string, bool)

GetCertificateAuthorityOk returns a tuple with the CertificateAuthority field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresReenrollmentRequest) GetCertificateTemplate ¶

func (o *CertificateStoresReenrollmentRequest) GetCertificateTemplate() string

GetCertificateTemplate returns the CertificateTemplate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresReenrollmentRequest) GetCertificateTemplateOk ¶

func (o *CertificateStoresReenrollmentRequest) GetCertificateTemplateOk() (*string, bool)

GetCertificateTemplateOk returns a tuple with the CertificateTemplate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresReenrollmentRequest) GetJobProperties ¶

func (o *CertificateStoresReenrollmentRequest) GetJobProperties() map[string]interface{}

GetJobProperties returns the JobProperties field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresReenrollmentRequest) GetJobPropertiesOk ¶

func (o *CertificateStoresReenrollmentRequest) GetJobPropertiesOk() (map[string]interface{}, bool)

GetJobPropertiesOk returns a tuple with the JobProperties field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresReenrollmentRequest) GetKeystoreId ¶

func (o *CertificateStoresReenrollmentRequest) GetKeystoreId() string

GetKeystoreId returns the KeystoreId field value if set, zero value otherwise.

func (*CertificateStoresReenrollmentRequest) GetKeystoreIdOk ¶

func (o *CertificateStoresReenrollmentRequest) GetKeystoreIdOk() (*string, bool)

GetKeystoreIdOk returns a tuple with the KeystoreId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresReenrollmentRequest) GetSubjectName ¶

func (o *CertificateStoresReenrollmentRequest) GetSubjectName() string

GetSubjectName returns the SubjectName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresReenrollmentRequest) GetSubjectNameOk ¶

func (o *CertificateStoresReenrollmentRequest) GetSubjectNameOk() (*string, bool)

GetSubjectNameOk returns a tuple with the SubjectName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresReenrollmentRequest) HasAgentGuid ¶

func (o *CertificateStoresReenrollmentRequest) HasAgentGuid() bool

HasAgentGuid returns a boolean if a field has been set.

func (*CertificateStoresReenrollmentRequest) HasAlias ¶

HasAlias returns a boolean if a field has been set.

func (*CertificateStoresReenrollmentRequest) HasCertificateAuthority ¶

func (o *CertificateStoresReenrollmentRequest) HasCertificateAuthority() bool

HasCertificateAuthority returns a boolean if a field has been set.

func (*CertificateStoresReenrollmentRequest) HasCertificateTemplate ¶

func (o *CertificateStoresReenrollmentRequest) HasCertificateTemplate() bool

HasCertificateTemplate returns a boolean if a field has been set.

func (*CertificateStoresReenrollmentRequest) HasJobProperties ¶

func (o *CertificateStoresReenrollmentRequest) HasJobProperties() bool

HasJobProperties returns a boolean if a field has been set.

func (*CertificateStoresReenrollmentRequest) HasKeystoreId ¶

func (o *CertificateStoresReenrollmentRequest) HasKeystoreId() bool

HasKeystoreId returns a boolean if a field has been set.

func (*CertificateStoresReenrollmentRequest) HasSubjectName ¶

func (o *CertificateStoresReenrollmentRequest) HasSubjectName() bool

HasSubjectName returns a boolean if a field has been set.

func (CertificateStoresReenrollmentRequest) MarshalJSON ¶

func (o CertificateStoresReenrollmentRequest) MarshalJSON() ([]byte, error)

func (*CertificateStoresReenrollmentRequest) SetAgentGuid ¶

func (o *CertificateStoresReenrollmentRequest) SetAgentGuid(v string)

SetAgentGuid gets a reference to the given string and assigns it to the AgentGuid field.

func (*CertificateStoresReenrollmentRequest) SetAlias ¶

SetAlias gets a reference to the given NullableString and assigns it to the Alias field.

func (*CertificateStoresReenrollmentRequest) SetAliasNil ¶

func (o *CertificateStoresReenrollmentRequest) SetAliasNil()

SetAliasNil sets the value for Alias to be an explicit nil

func (*CertificateStoresReenrollmentRequest) SetCertificateAuthority ¶

func (o *CertificateStoresReenrollmentRequest) SetCertificateAuthority(v string)

SetCertificateAuthority gets a reference to the given NullableString and assigns it to the CertificateAuthority field.

func (*CertificateStoresReenrollmentRequest) SetCertificateAuthorityNil ¶

func (o *CertificateStoresReenrollmentRequest) SetCertificateAuthorityNil()

SetCertificateAuthorityNil sets the value for CertificateAuthority to be an explicit nil

func (*CertificateStoresReenrollmentRequest) SetCertificateTemplate ¶

func (o *CertificateStoresReenrollmentRequest) SetCertificateTemplate(v string)

SetCertificateTemplate gets a reference to the given NullableString and assigns it to the CertificateTemplate field.

func (*CertificateStoresReenrollmentRequest) SetCertificateTemplateNil ¶

func (o *CertificateStoresReenrollmentRequest) SetCertificateTemplateNil()

SetCertificateTemplateNil sets the value for CertificateTemplate to be an explicit nil

func (*CertificateStoresReenrollmentRequest) SetJobProperties ¶

func (o *CertificateStoresReenrollmentRequest) SetJobProperties(v map[string]interface{})

SetJobProperties gets a reference to the given map[string]interface{} and assigns it to the JobProperties field.

func (*CertificateStoresReenrollmentRequest) SetKeystoreId ¶

func (o *CertificateStoresReenrollmentRequest) SetKeystoreId(v string)

SetKeystoreId gets a reference to the given string and assigns it to the KeystoreId field.

func (*CertificateStoresReenrollmentRequest) SetSubjectName ¶

func (o *CertificateStoresReenrollmentRequest) SetSubjectName(v string)

SetSubjectName gets a reference to the given NullableString and assigns it to the SubjectName field.

func (*CertificateStoresReenrollmentRequest) SetSubjectNameNil ¶

func (o *CertificateStoresReenrollmentRequest) SetSubjectNameNil()

SetSubjectNameNil sets the value for SubjectName to be an explicit nil

func (CertificateStoresReenrollmentRequest) ToMap ¶

func (o CertificateStoresReenrollmentRequest) ToMap() (map[string]interface{}, error)

func (*CertificateStoresReenrollmentRequest) UnsetAlias ¶

func (o *CertificateStoresReenrollmentRequest) UnsetAlias()

UnsetAlias ensures that no value is present for Alias, not even an explicit nil

func (*CertificateStoresReenrollmentRequest) UnsetCertificateAuthority ¶

func (o *CertificateStoresReenrollmentRequest) UnsetCertificateAuthority()

UnsetCertificateAuthority ensures that no value is present for CertificateAuthority, not even an explicit nil

func (*CertificateStoresReenrollmentRequest) UnsetCertificateTemplate ¶

func (o *CertificateStoresReenrollmentRequest) UnsetCertificateTemplate()

UnsetCertificateTemplate ensures that no value is present for CertificateTemplate, not even an explicit nil

func (*CertificateStoresReenrollmentRequest) UnsetSubjectName ¶

func (o *CertificateStoresReenrollmentRequest) UnsetSubjectName()

UnsetSubjectName ensures that no value is present for SubjectName, not even an explicit nil

type CertificateStoresRemoveCertificateRequest ¶

type CertificateStoresRemoveCertificateRequest struct {
	CertificateStores []CSSCMSDataModelModelsCertificateLocationSpecifier `json:"CertificateStores"`
	Schedule          KeyfactorCommonSchedulingKeyfactorSchedule          `json:"Schedule"`
	CollectionId      NullableInt32                                       `json:"CollectionId,omitempty"`
}

CertificateStoresRemoveCertificateRequest struct for CertificateStoresRemoveCertificateRequest

func NewCertificateStoresRemoveCertificateRequest ¶

NewCertificateStoresRemoveCertificateRequest instantiates a new CertificateStoresRemoveCertificateRequest 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 NewCertificateStoresRemoveCertificateRequestWithDefaults ¶

func NewCertificateStoresRemoveCertificateRequestWithDefaults() *CertificateStoresRemoveCertificateRequest

NewCertificateStoresRemoveCertificateRequestWithDefaults instantiates a new CertificateStoresRemoveCertificateRequest 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 (*CertificateStoresRemoveCertificateRequest) GetCertificateStores ¶

GetCertificateStores returns the CertificateStores field value

func (*CertificateStoresRemoveCertificateRequest) GetCertificateStoresOk ¶

GetCertificateStoresOk returns a tuple with the CertificateStores field value and a boolean to check if the value has been set.

func (*CertificateStoresRemoveCertificateRequest) GetCollectionId ¶

func (o *CertificateStoresRemoveCertificateRequest) GetCollectionId() int32

GetCollectionId returns the CollectionId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresRemoveCertificateRequest) GetCollectionIdOk ¶

func (o *CertificateStoresRemoveCertificateRequest) GetCollectionIdOk() (*int32, bool)

GetCollectionIdOk returns a tuple with the CollectionId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresRemoveCertificateRequest) GetSchedule ¶

GetSchedule returns the Schedule field value

func (*CertificateStoresRemoveCertificateRequest) GetScheduleOk ¶

GetScheduleOk returns a tuple with the Schedule field value and a boolean to check if the value has been set.

func (*CertificateStoresRemoveCertificateRequest) HasCollectionId ¶

func (o *CertificateStoresRemoveCertificateRequest) HasCollectionId() bool

HasCollectionId returns a boolean if a field has been set.

func (CertificateStoresRemoveCertificateRequest) MarshalJSON ¶

func (*CertificateStoresRemoveCertificateRequest) SetCertificateStores ¶

SetCertificateStores sets field value

func (*CertificateStoresRemoveCertificateRequest) SetCollectionId ¶

func (o *CertificateStoresRemoveCertificateRequest) SetCollectionId(v int32)

SetCollectionId gets a reference to the given NullableInt32 and assigns it to the CollectionId field.

func (*CertificateStoresRemoveCertificateRequest) SetCollectionIdNil ¶

func (o *CertificateStoresRemoveCertificateRequest) SetCollectionIdNil()

SetCollectionIdNil sets the value for CollectionId to be an explicit nil

func (*CertificateStoresRemoveCertificateRequest) SetSchedule ¶

SetSchedule sets field value

func (CertificateStoresRemoveCertificateRequest) ToMap ¶

func (o CertificateStoresRemoveCertificateRequest) ToMap() (map[string]interface{}, error)

func (*CertificateStoresRemoveCertificateRequest) UnsetCollectionId ¶

func (o *CertificateStoresRemoveCertificateRequest) UnsetCollectionId()

UnsetCollectionId ensures that no value is present for CollectionId, not even an explicit nil

type CertificateStoresTypesCertificateStoreTypeCreationRequest ¶

type CertificateStoresTypesCertificateStoreTypeCreationRequest struct {
	Name                string                                                 `json:"Name"`
	ShortName           string                                                 `json:"ShortName"`
	Capability          NullableString                                         `json:"Capability,omitempty"`
	LocalStore          *bool                                                  `json:"LocalStore,omitempty"`
	SupportedOperations *CSSCMSDataModelModelsCertStoreTypeSupportedOperations `json:"SupportedOperations,omitempty"`
	Properties          []CSSCMSDataModelModelsCertificateStoreTypeProperty    `json:"Properties,omitempty"`
	PasswordOptions     *CSSCMSDataModelModelsCertStoreTypePasswordOptions     `json:"PasswordOptions,omitempty"`
	StorePathType       NullableString                                         `json:"StorePathType,omitempty"`
	StorePathValue      NullableString                                         `json:"StorePathValue,omitempty"`
	PrivateKeyAllowed   *CSSCMSCoreEnumsCertStorePrivateKey                    `json:"PrivateKeyAllowed,omitempty"`
	CertificateFormat   *CSSCMSCoreEnumsCertificateFormat                      `json:"CertificateFormat,omitempty"`
	ServerRequired      *bool                                                  `json:"ServerRequired,omitempty"`
	PowerShell          *bool                                                  `json:"PowerShell,omitempty"`
	BlueprintAllowed    *bool                                                  `json:"BlueprintAllowed,omitempty"`
	CustomAliasAllowed  *KeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias `json:"CustomAliasAllowed,omitempty"`
	ServerRegistration  NullableInt32                                          `json:"ServerRegistration,omitempty"`
	InventoryEndpoint   NullableString                                         `json:"InventoryEndpoint,omitempty"`
	InventoryJobTypeId  *string                                                `json:"InventoryJobTypeId,omitempty"`
	ManagementJobTypeId NullableString                                         `json:"ManagementJobTypeId,omitempty"`
	DiscoveryJobTypeId  NullableString                                         `json:"DiscoveryJobTypeId,omitempty"`
	EnrollmentJobTypeId NullableString                                         `json:"EnrollmentJobTypeId,omitempty"`
	// Deprecated
	JobProperties   []string                                                                       `json:"JobProperties,omitempty"`
	EntryParameters []CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter `json:"EntryParameters,omitempty"`
}

CertificateStoresTypesCertificateStoreTypeCreationRequest struct for CertificateStoresTypesCertificateStoreTypeCreationRequest

func NewCertificateStoresTypesCertificateStoreTypeCreationRequest ¶

func NewCertificateStoresTypesCertificateStoreTypeCreationRequest(name string, shortName string) *CertificateStoresTypesCertificateStoreTypeCreationRequest

NewCertificateStoresTypesCertificateStoreTypeCreationRequest instantiates a new CertificateStoresTypesCertificateStoreTypeCreationRequest 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 NewCertificateStoresTypesCertificateStoreTypeCreationRequestWithDefaults ¶

func NewCertificateStoresTypesCertificateStoreTypeCreationRequestWithDefaults() *CertificateStoresTypesCertificateStoreTypeCreationRequest

NewCertificateStoresTypesCertificateStoreTypeCreationRequestWithDefaults instantiates a new CertificateStoresTypesCertificateStoreTypeCreationRequest 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 (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetBlueprintAllowed ¶

GetBlueprintAllowed returns the BlueprintAllowed field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetBlueprintAllowedOk ¶

GetBlueprintAllowedOk returns a tuple with the BlueprintAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetCapability ¶

GetCapability returns the Capability field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetCapabilityOk ¶

GetCapabilityOk returns a tuple with the Capability field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetCertificateFormat ¶

GetCertificateFormat returns the CertificateFormat field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetCertificateFormatOk ¶

GetCertificateFormatOk returns a tuple with the CertificateFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetCustomAliasAllowed ¶

GetCustomAliasAllowed returns the CustomAliasAllowed field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetCustomAliasAllowedOk ¶

GetCustomAliasAllowedOk returns a tuple with the CustomAliasAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetDiscoveryJobTypeId ¶

GetDiscoveryJobTypeId returns the DiscoveryJobTypeId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetDiscoveryJobTypeIdOk ¶

GetDiscoveryJobTypeIdOk returns a tuple with the DiscoveryJobTypeId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetEnrollmentJobTypeId ¶

GetEnrollmentJobTypeId returns the EnrollmentJobTypeId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetEnrollmentJobTypeIdOk ¶

func (o *CertificateStoresTypesCertificateStoreTypeCreationRequest) GetEnrollmentJobTypeIdOk() (*string, bool)

GetEnrollmentJobTypeIdOk returns a tuple with the EnrollmentJobTypeId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetEntryParameters ¶

GetEntryParameters returns the EntryParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetEntryParametersOk ¶

GetEntryParametersOk returns a tuple with the EntryParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetInventoryEndpoint ¶

GetInventoryEndpoint returns the InventoryEndpoint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetInventoryEndpointOk ¶

GetInventoryEndpointOk returns a tuple with the InventoryEndpoint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetInventoryJobTypeId ¶

GetInventoryJobTypeId returns the InventoryJobTypeId field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetInventoryJobTypeIdOk ¶

GetInventoryJobTypeIdOk returns a tuple with the InventoryJobTypeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetJobProperties ¶

GetJobProperties returns the JobProperties field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetJobPropertiesOk ¶

GetJobPropertiesOk returns a tuple with the JobProperties field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetLocalStore ¶

GetLocalStore returns the LocalStore field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetLocalStoreOk ¶

GetLocalStoreOk returns a tuple with the LocalStore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetManagementJobTypeId ¶

GetManagementJobTypeId returns the ManagementJobTypeId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetManagementJobTypeIdOk ¶

func (o *CertificateStoresTypesCertificateStoreTypeCreationRequest) GetManagementJobTypeIdOk() (*string, bool)

GetManagementJobTypeIdOk returns a tuple with the ManagementJobTypeId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetName ¶

GetName returns the Name field value

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetPasswordOptions ¶

GetPasswordOptions returns the PasswordOptions field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetPasswordOptionsOk ¶

GetPasswordOptionsOk returns a tuple with the PasswordOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetPowerShell ¶

GetPowerShell returns the PowerShell field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetPowerShellOk ¶

GetPowerShellOk returns a tuple with the PowerShell field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetPrivateKeyAllowed ¶

GetPrivateKeyAllowed returns the PrivateKeyAllowed field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetPrivateKeyAllowedOk ¶

GetPrivateKeyAllowedOk returns a tuple with the PrivateKeyAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetProperties ¶

GetProperties returns the Properties field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetPropertiesOk ¶

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetServerRegistration ¶

GetServerRegistration returns the ServerRegistration field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetServerRegistrationOk ¶

func (o *CertificateStoresTypesCertificateStoreTypeCreationRequest) GetServerRegistrationOk() (*int32, bool)

GetServerRegistrationOk returns a tuple with the ServerRegistration field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetServerRequired ¶

GetServerRequired returns the ServerRequired field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetServerRequiredOk ¶

GetServerRequiredOk returns a tuple with the ServerRequired field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetShortName ¶

GetShortName returns the ShortName field value

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetShortNameOk ¶

GetShortNameOk returns a tuple with the ShortName field value and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetStorePathType ¶

GetStorePathType returns the StorePathType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetStorePathTypeOk ¶

GetStorePathTypeOk returns a tuple with the StorePathType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetStorePathValue ¶

GetStorePathValue returns the StorePathValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetStorePathValueOk ¶

GetStorePathValueOk returns a tuple with the StorePathValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetSupportedOperations ¶

GetSupportedOperations returns the SupportedOperations field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) GetSupportedOperationsOk ¶

GetSupportedOperationsOk returns a tuple with the SupportedOperations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) HasBlueprintAllowed ¶

HasBlueprintAllowed returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) HasCapability ¶

HasCapability returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) HasCertificateFormat ¶

HasCertificateFormat returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) HasCustomAliasAllowed ¶

HasCustomAliasAllowed returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) HasDiscoveryJobTypeId ¶

HasDiscoveryJobTypeId returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) HasEnrollmentJobTypeId ¶

HasEnrollmentJobTypeId returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) HasEntryParameters ¶

HasEntryParameters returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) HasInventoryEndpoint ¶

HasInventoryEndpoint returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) HasInventoryJobTypeId ¶

HasInventoryJobTypeId returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) HasJobProperties ¶

HasJobProperties returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) HasLocalStore ¶

HasLocalStore returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) HasManagementJobTypeId ¶

HasManagementJobTypeId returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) HasPasswordOptions ¶

HasPasswordOptions returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) HasPowerShell ¶

HasPowerShell returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) HasPrivateKeyAllowed ¶

HasPrivateKeyAllowed returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) HasProperties ¶

HasProperties returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) HasServerRegistration ¶

HasServerRegistration returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) HasServerRequired ¶

HasServerRequired returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) HasStorePathType ¶

HasStorePathType returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) HasStorePathValue ¶

HasStorePathValue returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) HasSupportedOperations ¶

HasSupportedOperations returns a boolean if a field has been set.

func (CertificateStoresTypesCertificateStoreTypeCreationRequest) MarshalJSON ¶

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetBlueprintAllowed ¶

SetBlueprintAllowed gets a reference to the given bool and assigns it to the BlueprintAllowed field.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetCapability ¶

SetCapability gets a reference to the given NullableString and assigns it to the Capability field.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetCapabilityNil ¶

SetCapabilityNil sets the value for Capability to be an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetCertificateFormat ¶

SetCertificateFormat gets a reference to the given CSSCMSCoreEnumsCertificateFormat and assigns it to the CertificateFormat field.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetCustomAliasAllowed ¶

SetCustomAliasAllowed gets a reference to the given KeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias and assigns it to the CustomAliasAllowed field.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetDiscoveryJobTypeId ¶

SetDiscoveryJobTypeId gets a reference to the given NullableString and assigns it to the DiscoveryJobTypeId field.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetDiscoveryJobTypeIdNil ¶

func (o *CertificateStoresTypesCertificateStoreTypeCreationRequest) SetDiscoveryJobTypeIdNil()

SetDiscoveryJobTypeIdNil sets the value for DiscoveryJobTypeId to be an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetEnrollmentJobTypeId ¶

SetEnrollmentJobTypeId gets a reference to the given NullableString and assigns it to the EnrollmentJobTypeId field.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetEnrollmentJobTypeIdNil ¶

func (o *CertificateStoresTypesCertificateStoreTypeCreationRequest) SetEnrollmentJobTypeIdNil()

SetEnrollmentJobTypeIdNil sets the value for EnrollmentJobTypeId to be an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetEntryParameters ¶

SetEntryParameters gets a reference to the given []CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter and assigns it to the EntryParameters field.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetInventoryEndpoint ¶

SetInventoryEndpoint gets a reference to the given NullableString and assigns it to the InventoryEndpoint field.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetInventoryEndpointNil ¶

func (o *CertificateStoresTypesCertificateStoreTypeCreationRequest) SetInventoryEndpointNil()

SetInventoryEndpointNil sets the value for InventoryEndpoint to be an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetInventoryJobTypeId ¶

SetInventoryJobTypeId gets a reference to the given string and assigns it to the InventoryJobTypeId field.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetJobProperties ¶

SetJobProperties gets a reference to the given []string and assigns it to the JobProperties field. Deprecated

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetLocalStore ¶

SetLocalStore gets a reference to the given bool and assigns it to the LocalStore field.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetManagementJobTypeId ¶

SetManagementJobTypeId gets a reference to the given NullableString and assigns it to the ManagementJobTypeId field.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetManagementJobTypeIdNil ¶

func (o *CertificateStoresTypesCertificateStoreTypeCreationRequest) SetManagementJobTypeIdNil()

SetManagementJobTypeIdNil sets the value for ManagementJobTypeId to be an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetName ¶

SetName sets field value

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetPasswordOptions ¶

SetPasswordOptions gets a reference to the given CSSCMSDataModelModelsCertStoreTypePasswordOptions and assigns it to the PasswordOptions field.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetPowerShell ¶

SetPowerShell gets a reference to the given bool and assigns it to the PowerShell field.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetPrivateKeyAllowed ¶

SetPrivateKeyAllowed gets a reference to the given CSSCMSCoreEnumsCertStorePrivateKey and assigns it to the PrivateKeyAllowed field.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetProperties ¶

SetProperties gets a reference to the given []CSSCMSDataModelModelsCertificateStoreTypeProperty and assigns it to the Properties field.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetServerRegistration ¶

SetServerRegistration gets a reference to the given NullableInt32 and assigns it to the ServerRegistration field.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetServerRegistrationNil ¶

func (o *CertificateStoresTypesCertificateStoreTypeCreationRequest) SetServerRegistrationNil()

SetServerRegistrationNil sets the value for ServerRegistration to be an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetServerRequired ¶

SetServerRequired gets a reference to the given bool and assigns it to the ServerRequired field.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetShortName ¶

SetShortName sets field value

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetStorePathType ¶

SetStorePathType gets a reference to the given NullableString and assigns it to the StorePathType field.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetStorePathTypeNil ¶

SetStorePathTypeNil sets the value for StorePathType to be an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetStorePathValue ¶

SetStorePathValue gets a reference to the given NullableString and assigns it to the StorePathValue field.

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetStorePathValueNil ¶

SetStorePathValueNil sets the value for StorePathValue to be an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) SetSupportedOperations ¶

SetSupportedOperations gets a reference to the given CSSCMSDataModelModelsCertStoreTypeSupportedOperations and assigns it to the SupportedOperations field.

func (CertificateStoresTypesCertificateStoreTypeCreationRequest) ToMap ¶

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) UnsetCapability ¶

UnsetCapability ensures that no value is present for Capability, not even an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) UnsetDiscoveryJobTypeId ¶

func (o *CertificateStoresTypesCertificateStoreTypeCreationRequest) UnsetDiscoveryJobTypeId()

UnsetDiscoveryJobTypeId ensures that no value is present for DiscoveryJobTypeId, not even an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) UnsetEnrollmentJobTypeId ¶

func (o *CertificateStoresTypesCertificateStoreTypeCreationRequest) UnsetEnrollmentJobTypeId()

UnsetEnrollmentJobTypeId ensures that no value is present for EnrollmentJobTypeId, not even an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) UnsetInventoryEndpoint ¶

UnsetInventoryEndpoint ensures that no value is present for InventoryEndpoint, not even an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) UnsetManagementJobTypeId ¶

func (o *CertificateStoresTypesCertificateStoreTypeCreationRequest) UnsetManagementJobTypeId()

UnsetManagementJobTypeId ensures that no value is present for ManagementJobTypeId, not even an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) UnsetServerRegistration ¶

func (o *CertificateStoresTypesCertificateStoreTypeCreationRequest) UnsetServerRegistration()

UnsetServerRegistration ensures that no value is present for ServerRegistration, not even an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) UnsetStorePathType ¶

UnsetStorePathType ensures that no value is present for StorePathType, not even an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeCreationRequest) UnsetStorePathValue ¶

UnsetStorePathValue ensures that no value is present for StorePathValue, not even an explicit nil

type CertificateStoresTypesCertificateStoreTypeResponse ¶

type CertificateStoresTypesCertificateStoreTypeResponse struct {
	Name                NullableString                                                                 `json:"Name,omitempty"`
	ShortName           NullableString                                                                 `json:"ShortName,omitempty"`
	Capability          NullableString                                                                 `json:"Capability,omitempty"`
	StoreType           NullableInt32                                                                  `json:"StoreType,omitempty"`
	ImportType          NullableInt32                                                                  `json:"ImportType,omitempty"`
	LocalStore          *bool                                                                          `json:"LocalStore,omitempty"`
	SupportedOperations *CSSCMSDataModelModelsCertStoreTypeSupportedOperations                         `json:"SupportedOperations,omitempty"`
	Properties          []CSSCMSDataModelModelsCertificateStoreTypeProperty                            `json:"Properties,omitempty"`
	EntryParameters     []CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter `json:"EntryParameters,omitempty"`
	PasswordOptions     *CSSCMSDataModelModelsCertStoreTypePasswordOptions                             `json:"PasswordOptions,omitempty"`
	StorePathType       NullableString                                                                 `json:"StorePathType,omitempty"`
	StorePathValue      NullableString                                                                 `json:"StorePathValue,omitempty"`
	PrivateKeyAllowed   *CSSCMSCoreEnumsCertStorePrivateKey                                            `json:"PrivateKeyAllowed,omitempty"`
	CertificateFormat   *CSSCMSCoreEnumsCertificateFormat                                              `json:"CertificateFormat,omitempty"`
	JobProperties       []string                                                                       `json:"JobProperties,omitempty"`
	ServerRequired      *bool                                                                          `json:"ServerRequired,omitempty"`
	PowerShell          *bool                                                                          `json:"PowerShell,omitempty"`
	BlueprintAllowed    *bool                                                                          `json:"BlueprintAllowed,omitempty"`
	CustomAliasAllowed  *KeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias                         `json:"CustomAliasAllowed,omitempty"`
	ServerRegistration  NullableInt32                                                                  `json:"ServerRegistration,omitempty"`
	InventoryEndpoint   NullableString                                                                 `json:"InventoryEndpoint,omitempty"`
	InventoryJobType    *string                                                                        `json:"InventoryJobType,omitempty"`
	ManagementJobType   NullableString                                                                 `json:"ManagementJobType,omitempty"`
	DiscoveryJobType    NullableString                                                                 `json:"DiscoveryJobType,omitempty"`
	EnrollmentJobType   NullableString                                                                 `json:"EnrollmentJobType,omitempty"`
}

CertificateStoresTypesCertificateStoreTypeResponse struct for CertificateStoresTypesCertificateStoreTypeResponse

func NewCertificateStoresTypesCertificateStoreTypeResponse ¶

func NewCertificateStoresTypesCertificateStoreTypeResponse() *CertificateStoresTypesCertificateStoreTypeResponse

NewCertificateStoresTypesCertificateStoreTypeResponse instantiates a new CertificateStoresTypesCertificateStoreTypeResponse 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 NewCertificateStoresTypesCertificateStoreTypeResponseWithDefaults ¶

func NewCertificateStoresTypesCertificateStoreTypeResponseWithDefaults() *CertificateStoresTypesCertificateStoreTypeResponse

NewCertificateStoresTypesCertificateStoreTypeResponseWithDefaults instantiates a new CertificateStoresTypesCertificateStoreTypeResponse 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 (*CertificateStoresTypesCertificateStoreTypeResponse) GetBlueprintAllowed ¶

GetBlueprintAllowed returns the BlueprintAllowed field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetBlueprintAllowedOk ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) GetBlueprintAllowedOk() (*bool, bool)

GetBlueprintAllowedOk returns a tuple with the BlueprintAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetCapability ¶

GetCapability returns the Capability field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetCapabilityOk ¶

GetCapabilityOk returns a tuple with the Capability field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetCertificateFormat ¶

GetCertificateFormat returns the CertificateFormat field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetCertificateFormatOk ¶

GetCertificateFormatOk returns a tuple with the CertificateFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetCustomAliasAllowed ¶

GetCustomAliasAllowed returns the CustomAliasAllowed field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetCustomAliasAllowedOk ¶

GetCustomAliasAllowedOk returns a tuple with the CustomAliasAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetDiscoveryJobType ¶

GetDiscoveryJobType returns the DiscoveryJobType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetDiscoveryJobTypeOk ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) GetDiscoveryJobTypeOk() (*string, bool)

GetDiscoveryJobTypeOk returns a tuple with the DiscoveryJobType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetEnrollmentJobType ¶

GetEnrollmentJobType returns the EnrollmentJobType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetEnrollmentJobTypeOk ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) GetEnrollmentJobTypeOk() (*string, bool)

GetEnrollmentJobTypeOk returns a tuple with the EnrollmentJobType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetEntryParameters ¶

GetEntryParameters returns the EntryParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetEntryParametersOk ¶

GetEntryParametersOk returns a tuple with the EntryParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetImportType ¶

GetImportType returns the ImportType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetImportTypeOk ¶

GetImportTypeOk returns a tuple with the ImportType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetInventoryEndpoint ¶

GetInventoryEndpoint returns the InventoryEndpoint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetInventoryEndpointOk ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) GetInventoryEndpointOk() (*string, bool)

GetInventoryEndpointOk returns a tuple with the InventoryEndpoint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetInventoryJobType ¶

GetInventoryJobType returns the InventoryJobType field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetInventoryJobTypeOk ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) GetInventoryJobTypeOk() (*string, bool)

GetInventoryJobTypeOk returns a tuple with the InventoryJobType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetJobProperties ¶

GetJobProperties returns the JobProperties field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetJobPropertiesOk ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) GetJobPropertiesOk() ([]string, bool)

GetJobPropertiesOk returns a tuple with the JobProperties field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetLocalStore ¶

GetLocalStore returns the LocalStore field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetLocalStoreOk ¶

GetLocalStoreOk returns a tuple with the LocalStore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetManagementJobType ¶

GetManagementJobType returns the ManagementJobType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetManagementJobTypeOk ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) GetManagementJobTypeOk() (*string, bool)

GetManagementJobTypeOk returns a tuple with the ManagementJobType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetPasswordOptions ¶

GetPasswordOptions returns the PasswordOptions field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetPasswordOptionsOk ¶

GetPasswordOptionsOk returns a tuple with the PasswordOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetPowerShell ¶

GetPowerShell returns the PowerShell field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetPowerShellOk ¶

GetPowerShellOk returns a tuple with the PowerShell field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetPrivateKeyAllowed ¶

GetPrivateKeyAllowed returns the PrivateKeyAllowed field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetPrivateKeyAllowedOk ¶

GetPrivateKeyAllowedOk returns a tuple with the PrivateKeyAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetProperties ¶

GetProperties returns the Properties field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetPropertiesOk ¶

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetServerRegistration ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) GetServerRegistration() int32

GetServerRegistration returns the ServerRegistration field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetServerRegistrationOk ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) GetServerRegistrationOk() (*int32, bool)

GetServerRegistrationOk returns a tuple with the ServerRegistration field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetServerRequired ¶

GetServerRequired returns the ServerRequired field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetServerRequiredOk ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) GetServerRequiredOk() (*bool, bool)

GetServerRequiredOk returns a tuple with the ServerRequired field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetShortName ¶

GetShortName returns the ShortName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetShortNameOk ¶

GetShortNameOk returns a tuple with the ShortName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetStorePathType ¶

GetStorePathType returns the StorePathType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetStorePathTypeOk ¶

GetStorePathTypeOk returns a tuple with the StorePathType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetStorePathValue ¶

GetStorePathValue returns the StorePathValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetStorePathValueOk ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) GetStorePathValueOk() (*string, bool)

GetStorePathValueOk returns a tuple with the StorePathValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetStoreType ¶

GetStoreType returns the StoreType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetStoreTypeOk ¶

GetStoreTypeOk returns a tuple with the StoreType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetSupportedOperations ¶

GetSupportedOperations returns the SupportedOperations field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeResponse) GetSupportedOperationsOk ¶

GetSupportedOperationsOk returns a tuple with the SupportedOperations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) HasBlueprintAllowed ¶

HasBlueprintAllowed returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) HasCapability ¶

HasCapability returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) HasCertificateFormat ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) HasCertificateFormat() bool

HasCertificateFormat returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) HasCustomAliasAllowed ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) HasCustomAliasAllowed() bool

HasCustomAliasAllowed returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) HasDiscoveryJobType ¶

HasDiscoveryJobType returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) HasEnrollmentJobType ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) HasEnrollmentJobType() bool

HasEnrollmentJobType returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) HasEntryParameters ¶

HasEntryParameters returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) HasImportType ¶

HasImportType returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) HasInventoryEndpoint ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) HasInventoryEndpoint() bool

HasInventoryEndpoint returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) HasInventoryJobType ¶

HasInventoryJobType returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) HasJobProperties ¶

HasJobProperties returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) HasLocalStore ¶

HasLocalStore returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) HasManagementJobType ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) HasManagementJobType() bool

HasManagementJobType returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) HasName ¶

HasName returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) HasPasswordOptions ¶

HasPasswordOptions returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) HasPowerShell ¶

HasPowerShell returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) HasPrivateKeyAllowed ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) HasPrivateKeyAllowed() bool

HasPrivateKeyAllowed returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) HasProperties ¶

HasProperties returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) HasServerRegistration ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) HasServerRegistration() bool

HasServerRegistration returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) HasServerRequired ¶

HasServerRequired returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) HasShortName ¶

HasShortName returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) HasStorePathType ¶

HasStorePathType returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) HasStorePathValue ¶

HasStorePathValue returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) HasStoreType ¶

HasStoreType returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeResponse) HasSupportedOperations ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) HasSupportedOperations() bool

HasSupportedOperations returns a boolean if a field has been set.

func (CertificateStoresTypesCertificateStoreTypeResponse) MarshalJSON ¶

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetBlueprintAllowed ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) SetBlueprintAllowed(v bool)

SetBlueprintAllowed gets a reference to the given bool and assigns it to the BlueprintAllowed field.

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetCapability ¶

SetCapability gets a reference to the given NullableString and assigns it to the Capability field.

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetCapabilityNil ¶

SetCapabilityNil sets the value for Capability to be an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetCertificateFormat ¶

SetCertificateFormat gets a reference to the given CSSCMSCoreEnumsCertificateFormat and assigns it to the CertificateFormat field.

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetCustomAliasAllowed ¶

SetCustomAliasAllowed gets a reference to the given KeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias and assigns it to the CustomAliasAllowed field.

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetDiscoveryJobType ¶

SetDiscoveryJobType gets a reference to the given NullableString and assigns it to the DiscoveryJobType field.

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetDiscoveryJobTypeNil ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) SetDiscoveryJobTypeNil()

SetDiscoveryJobTypeNil sets the value for DiscoveryJobType to be an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetEnrollmentJobType ¶

SetEnrollmentJobType gets a reference to the given NullableString and assigns it to the EnrollmentJobType field.

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetEnrollmentJobTypeNil ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) SetEnrollmentJobTypeNil()

SetEnrollmentJobTypeNil sets the value for EnrollmentJobType to be an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetEntryParameters ¶

SetEntryParameters gets a reference to the given []CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter and assigns it to the EntryParameters field.

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetImportType ¶

SetImportType gets a reference to the given NullableInt32 and assigns it to the ImportType field.

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetImportTypeNil ¶

SetImportTypeNil sets the value for ImportType to be an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetInventoryEndpoint ¶

SetInventoryEndpoint gets a reference to the given NullableString and assigns it to the InventoryEndpoint field.

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetInventoryEndpointNil ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) SetInventoryEndpointNil()

SetInventoryEndpointNil sets the value for InventoryEndpoint to be an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetInventoryJobType ¶

SetInventoryJobType gets a reference to the given string and assigns it to the InventoryJobType field.

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetJobProperties ¶

SetJobProperties gets a reference to the given []string and assigns it to the JobProperties field.

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetLocalStore ¶

SetLocalStore gets a reference to the given bool and assigns it to the LocalStore field.

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetManagementJobType ¶

SetManagementJobType gets a reference to the given NullableString and assigns it to the ManagementJobType field.

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetManagementJobTypeNil ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) SetManagementJobTypeNil()

SetManagementJobTypeNil sets the value for ManagementJobType to be an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetPasswordOptions ¶

SetPasswordOptions gets a reference to the given CSSCMSDataModelModelsCertStoreTypePasswordOptions and assigns it to the PasswordOptions field.

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetPowerShell ¶

SetPowerShell gets a reference to the given bool and assigns it to the PowerShell field.

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetPrivateKeyAllowed ¶

SetPrivateKeyAllowed gets a reference to the given CSSCMSCoreEnumsCertStorePrivateKey and assigns it to the PrivateKeyAllowed field.

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetProperties ¶

SetProperties gets a reference to the given []CSSCMSDataModelModelsCertificateStoreTypeProperty and assigns it to the Properties field.

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetServerRegistration ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) SetServerRegistration(v int32)

SetServerRegistration gets a reference to the given NullableInt32 and assigns it to the ServerRegistration field.

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetServerRegistrationNil ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) SetServerRegistrationNil()

SetServerRegistrationNil sets the value for ServerRegistration to be an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetServerRequired ¶

SetServerRequired gets a reference to the given bool and assigns it to the ServerRequired field.

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetShortName ¶

SetShortName gets a reference to the given NullableString and assigns it to the ShortName field.

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetShortNameNil ¶

SetShortNameNil sets the value for ShortName to be an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetStorePathType ¶

SetStorePathType gets a reference to the given NullableString and assigns it to the StorePathType field.

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetStorePathTypeNil ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) SetStorePathTypeNil()

SetStorePathTypeNil sets the value for StorePathType to be an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetStorePathValue ¶

SetStorePathValue gets a reference to the given NullableString and assigns it to the StorePathValue field.

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetStorePathValueNil ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) SetStorePathValueNil()

SetStorePathValueNil sets the value for StorePathValue to be an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetStoreType ¶

SetStoreType gets a reference to the given NullableInt32 and assigns it to the StoreType field.

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetStoreTypeNil ¶

SetStoreTypeNil sets the value for StoreType to be an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeResponse) SetSupportedOperations ¶

SetSupportedOperations gets a reference to the given CSSCMSDataModelModelsCertStoreTypeSupportedOperations and assigns it to the SupportedOperations field.

func (CertificateStoresTypesCertificateStoreTypeResponse) ToMap ¶

func (*CertificateStoresTypesCertificateStoreTypeResponse) UnsetCapability ¶

UnsetCapability ensures that no value is present for Capability, not even an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeResponse) UnsetDiscoveryJobType ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) UnsetDiscoveryJobType()

UnsetDiscoveryJobType ensures that no value is present for DiscoveryJobType, not even an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeResponse) UnsetEnrollmentJobType ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) UnsetEnrollmentJobType()

UnsetEnrollmentJobType ensures that no value is present for EnrollmentJobType, not even an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeResponse) UnsetImportType ¶

UnsetImportType ensures that no value is present for ImportType, not even an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeResponse) UnsetInventoryEndpoint ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) UnsetInventoryEndpoint()

UnsetInventoryEndpoint ensures that no value is present for InventoryEndpoint, not even an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeResponse) UnsetManagementJobType ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) UnsetManagementJobType()

UnsetManagementJobType ensures that no value is present for ManagementJobType, not even an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeResponse) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeResponse) UnsetServerRegistration ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) UnsetServerRegistration()

UnsetServerRegistration ensures that no value is present for ServerRegistration, not even an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeResponse) UnsetShortName ¶

UnsetShortName ensures that no value is present for ShortName, not even an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeResponse) UnsetStorePathType ¶

UnsetStorePathType ensures that no value is present for StorePathType, not even an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeResponse) UnsetStorePathValue ¶

func (o *CertificateStoresTypesCertificateStoreTypeResponse) UnsetStorePathValue()

UnsetStorePathValue ensures that no value is present for StorePathValue, not even an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeResponse) UnsetStoreType ¶

UnsetStoreType ensures that no value is present for StoreType, not even an explicit nil

type CertificateStoresTypesCertificateStoreTypeUpdateRequest ¶

type CertificateStoresTypesCertificateStoreTypeUpdateRequest struct {
	StoreType           int32                                                  `json:"StoreType"`
	Name                string                                                 `json:"Name"`
	ShortName           string                                                 `json:"ShortName"`
	Capability          NullableString                                         `json:"Capability,omitempty"`
	LocalStore          *bool                                                  `json:"LocalStore,omitempty"`
	SupportedOperations *CSSCMSDataModelModelsCertStoreTypeSupportedOperations `json:"SupportedOperations,omitempty"`
	Properties          []CSSCMSDataModelModelsCertificateStoreTypeProperty    `json:"Properties,omitempty"`
	PasswordOptions     *CSSCMSDataModelModelsCertStoreTypePasswordOptions     `json:"PasswordOptions,omitempty"`
	StorePathType       NullableString                                         `json:"StorePathType,omitempty"`
	StorePathValue      NullableString                                         `json:"StorePathValue,omitempty"`
	PrivateKeyAllowed   *CSSCMSCoreEnumsCertStorePrivateKey                    `json:"PrivateKeyAllowed,omitempty"`
	CertificateFormat   *CSSCMSCoreEnumsCertificateFormat                      `json:"CertificateFormat,omitempty"`
	ServerRequired      *bool                                                  `json:"ServerRequired,omitempty"`
	PowerShell          *bool                                                  `json:"PowerShell,omitempty"`
	BlueprintAllowed    *bool                                                  `json:"BlueprintAllowed,omitempty"`
	CustomAliasAllowed  *KeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias `json:"CustomAliasAllowed,omitempty"`
	// Deprecated
	JobProperties   []string                                                                       `json:"JobProperties,omitempty"`
	EntryParameters []CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter `json:"EntryParameters,omitempty"`
}

CertificateStoresTypesCertificateStoreTypeUpdateRequest struct for CertificateStoresTypesCertificateStoreTypeUpdateRequest

func NewCertificateStoresTypesCertificateStoreTypeUpdateRequest ¶

func NewCertificateStoresTypesCertificateStoreTypeUpdateRequest(storeType int32, name string, shortName string) *CertificateStoresTypesCertificateStoreTypeUpdateRequest

NewCertificateStoresTypesCertificateStoreTypeUpdateRequest instantiates a new CertificateStoresTypesCertificateStoreTypeUpdateRequest 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 NewCertificateStoresTypesCertificateStoreTypeUpdateRequestWithDefaults ¶

func NewCertificateStoresTypesCertificateStoreTypeUpdateRequestWithDefaults() *CertificateStoresTypesCertificateStoreTypeUpdateRequest

NewCertificateStoresTypesCertificateStoreTypeUpdateRequestWithDefaults instantiates a new CertificateStoresTypesCertificateStoreTypeUpdateRequest 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 (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetBlueprintAllowed ¶

GetBlueprintAllowed returns the BlueprintAllowed field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetBlueprintAllowedOk ¶

func (o *CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetBlueprintAllowedOk() (*bool, bool)

GetBlueprintAllowedOk returns a tuple with the BlueprintAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetCapability ¶

GetCapability returns the Capability field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetCapabilityOk ¶

GetCapabilityOk returns a tuple with the Capability field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetCertificateFormat ¶

GetCertificateFormat returns the CertificateFormat field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetCertificateFormatOk ¶

GetCertificateFormatOk returns a tuple with the CertificateFormat field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetCustomAliasAllowed ¶

GetCustomAliasAllowed returns the CustomAliasAllowed field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetCustomAliasAllowedOk ¶

GetCustomAliasAllowedOk returns a tuple with the CustomAliasAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetEntryParameters ¶

GetEntryParameters returns the EntryParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetEntryParametersOk ¶

GetEntryParametersOk returns a tuple with the EntryParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetJobProperties ¶

GetJobProperties returns the JobProperties field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetJobPropertiesOk ¶

GetJobPropertiesOk returns a tuple with the JobProperties field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetLocalStore ¶

GetLocalStore returns the LocalStore field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetLocalStoreOk ¶

GetLocalStoreOk returns a tuple with the LocalStore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetName ¶

GetName returns the Name field value

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetPasswordOptions ¶

GetPasswordOptions returns the PasswordOptions field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetPasswordOptionsOk ¶

GetPasswordOptionsOk returns a tuple with the PasswordOptions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetPowerShell ¶

GetPowerShell returns the PowerShell field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetPowerShellOk ¶

GetPowerShellOk returns a tuple with the PowerShell field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetPrivateKeyAllowed ¶

GetPrivateKeyAllowed returns the PrivateKeyAllowed field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetPrivateKeyAllowedOk ¶

GetPrivateKeyAllowedOk returns a tuple with the PrivateKeyAllowed field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetProperties ¶

GetProperties returns the Properties field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetPropertiesOk ¶

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetServerRequired ¶

GetServerRequired returns the ServerRequired field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetServerRequiredOk ¶

GetServerRequiredOk returns a tuple with the ServerRequired field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetShortName ¶

GetShortName returns the ShortName field value

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetShortNameOk ¶

GetShortNameOk returns a tuple with the ShortName field value and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetStorePathType ¶

GetStorePathType returns the StorePathType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetStorePathTypeOk ¶

GetStorePathTypeOk returns a tuple with the StorePathType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetStorePathValue ¶

GetStorePathValue returns the StorePathValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetStorePathValueOk ¶

GetStorePathValueOk returns a tuple with the StorePathValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetStoreType ¶

GetStoreType returns the StoreType field value

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetStoreTypeOk ¶

GetStoreTypeOk returns a tuple with the StoreType field value and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetSupportedOperations ¶

GetSupportedOperations returns the SupportedOperations field value if set, zero value otherwise.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) GetSupportedOperationsOk ¶

GetSupportedOperationsOk returns a tuple with the SupportedOperations field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) HasBlueprintAllowed ¶

HasBlueprintAllowed returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) HasCapability ¶

HasCapability returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) HasCertificateFormat ¶

HasCertificateFormat returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) HasCustomAliasAllowed ¶

HasCustomAliasAllowed returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) HasEntryParameters ¶

HasEntryParameters returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) HasJobProperties ¶

HasJobProperties returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) HasLocalStore ¶

HasLocalStore returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) HasPasswordOptions ¶

HasPasswordOptions returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) HasPowerShell ¶

HasPowerShell returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) HasPrivateKeyAllowed ¶

HasPrivateKeyAllowed returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) HasProperties ¶

HasProperties returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) HasServerRequired ¶

HasServerRequired returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) HasStorePathType ¶

HasStorePathType returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) HasStorePathValue ¶

HasStorePathValue returns a boolean if a field has been set.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) HasSupportedOperations ¶

HasSupportedOperations returns a boolean if a field has been set.

func (CertificateStoresTypesCertificateStoreTypeUpdateRequest) MarshalJSON ¶

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) SetBlueprintAllowed ¶

SetBlueprintAllowed gets a reference to the given bool and assigns it to the BlueprintAllowed field.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) SetCapability ¶

SetCapability gets a reference to the given NullableString and assigns it to the Capability field.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) SetCapabilityNil ¶

SetCapabilityNil sets the value for Capability to be an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) SetCertificateFormat ¶

SetCertificateFormat gets a reference to the given CSSCMSCoreEnumsCertificateFormat and assigns it to the CertificateFormat field.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) SetCustomAliasAllowed ¶

SetCustomAliasAllowed gets a reference to the given KeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias and assigns it to the CustomAliasAllowed field.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) SetEntryParameters ¶

SetEntryParameters gets a reference to the given []CSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter and assigns it to the EntryParameters field.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) SetJobProperties ¶

SetJobProperties gets a reference to the given []string and assigns it to the JobProperties field. Deprecated

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) SetLocalStore ¶

SetLocalStore gets a reference to the given bool and assigns it to the LocalStore field.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) SetName ¶

SetName sets field value

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) SetPasswordOptions ¶

SetPasswordOptions gets a reference to the given CSSCMSDataModelModelsCertStoreTypePasswordOptions and assigns it to the PasswordOptions field.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) SetPowerShell ¶

SetPowerShell gets a reference to the given bool and assigns it to the PowerShell field.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) SetPrivateKeyAllowed ¶

SetPrivateKeyAllowed gets a reference to the given CSSCMSCoreEnumsCertStorePrivateKey and assigns it to the PrivateKeyAllowed field.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) SetProperties ¶

SetProperties gets a reference to the given []CSSCMSDataModelModelsCertificateStoreTypeProperty and assigns it to the Properties field.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) SetServerRequired ¶

SetServerRequired gets a reference to the given bool and assigns it to the ServerRequired field.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) SetShortName ¶

SetShortName sets field value

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) SetStorePathType ¶

SetStorePathType gets a reference to the given NullableString and assigns it to the StorePathType field.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) SetStorePathTypeNil ¶

SetStorePathTypeNil sets the value for StorePathType to be an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) SetStorePathValue ¶

SetStorePathValue gets a reference to the given NullableString and assigns it to the StorePathValue field.

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) SetStorePathValueNil ¶

SetStorePathValueNil sets the value for StorePathValue to be an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) SetStoreType ¶

SetStoreType sets field value

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) SetSupportedOperations ¶

SetSupportedOperations gets a reference to the given CSSCMSDataModelModelsCertStoreTypeSupportedOperations and assigns it to the SupportedOperations field.

func (CertificateStoresTypesCertificateStoreTypeUpdateRequest) ToMap ¶

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) UnsetCapability ¶

UnsetCapability ensures that no value is present for Capability, not even an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) UnsetStorePathType ¶

UnsetStorePathType ensures that no value is present for StorePathType, not even an explicit nil

func (*CertificateStoresTypesCertificateStoreTypeUpdateRequest) UnsetStorePathValue ¶

UnsetStorePathValue ensures that no value is present for StorePathValue, not even an explicit nil

type CertificatesAnalyzeCertificateRequest ¶

type CertificatesAnalyzeCertificateRequest struct {
	Certificate NullableString `json:"Certificate,omitempty"`
	Password    NullableString `json:"Password,omitempty"`
}

CertificatesAnalyzeCertificateRequest struct for CertificatesAnalyzeCertificateRequest

func NewCertificatesAnalyzeCertificateRequest ¶

func NewCertificatesAnalyzeCertificateRequest() *CertificatesAnalyzeCertificateRequest

NewCertificatesAnalyzeCertificateRequest instantiates a new CertificatesAnalyzeCertificateRequest 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 NewCertificatesAnalyzeCertificateRequestWithDefaults ¶

func NewCertificatesAnalyzeCertificateRequestWithDefaults() *CertificatesAnalyzeCertificateRequest

NewCertificatesAnalyzeCertificateRequestWithDefaults instantiates a new CertificatesAnalyzeCertificateRequest 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 (*CertificatesAnalyzeCertificateRequest) GetCertificate ¶

func (o *CertificatesAnalyzeCertificateRequest) GetCertificate() string

GetCertificate returns the Certificate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesAnalyzeCertificateRequest) GetCertificateOk ¶

func (o *CertificatesAnalyzeCertificateRequest) GetCertificateOk() (*string, bool)

GetCertificateOk returns a tuple with the Certificate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesAnalyzeCertificateRequest) GetPassword ¶

GetPassword returns the Password field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesAnalyzeCertificateRequest) GetPasswordOk ¶

func (o *CertificatesAnalyzeCertificateRequest) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesAnalyzeCertificateRequest) HasCertificate ¶

func (o *CertificatesAnalyzeCertificateRequest) HasCertificate() bool

HasCertificate returns a boolean if a field has been set.

func (*CertificatesAnalyzeCertificateRequest) HasPassword ¶

HasPassword returns a boolean if a field has been set.

func (CertificatesAnalyzeCertificateRequest) MarshalJSON ¶

func (o CertificatesAnalyzeCertificateRequest) MarshalJSON() ([]byte, error)

func (*CertificatesAnalyzeCertificateRequest) SetCertificate ¶

func (o *CertificatesAnalyzeCertificateRequest) SetCertificate(v string)

SetCertificate gets a reference to the given NullableString and assigns it to the Certificate field.

func (*CertificatesAnalyzeCertificateRequest) SetCertificateNil ¶

func (o *CertificatesAnalyzeCertificateRequest) SetCertificateNil()

SetCertificateNil sets the value for Certificate to be an explicit nil

func (*CertificatesAnalyzeCertificateRequest) SetPassword ¶

SetPassword gets a reference to the given NullableString and assigns it to the Password field.

func (*CertificatesAnalyzeCertificateRequest) SetPasswordNil ¶

func (o *CertificatesAnalyzeCertificateRequest) SetPasswordNil()

SetPasswordNil sets the value for Password to be an explicit nil

func (CertificatesAnalyzeCertificateRequest) ToMap ¶

func (o CertificatesAnalyzeCertificateRequest) ToMap() (map[string]interface{}, error)

func (*CertificatesAnalyzeCertificateRequest) UnsetCertificate ¶

func (o *CertificatesAnalyzeCertificateRequest) UnsetCertificate()

UnsetCertificate ensures that no value is present for Certificate, not even an explicit nil

func (*CertificatesAnalyzeCertificateRequest) UnsetPassword ¶

func (o *CertificatesAnalyzeCertificateRequest) UnsetPassword()

UnsetPassword ensures that no value is present for Password, not even an explicit nil

type CertificatesCertRequestResponseModel ¶

type CertificatesCertRequestResponseModel struct {
	Id                   *int32                                                          `json:"Id,omitempty"`
	CARequestId          NullableString                                                  `json:"CARequestId,omitempty"`
	CommonName           NullableString                                                  `json:"CommonName,omitempty"`
	DistinguishedName    NullableString                                                  `json:"DistinguishedName,omitempty"`
	SubmissionDate       NullableTime                                                    `json:"SubmissionDate,omitempty"`
	CertificateAuthority NullableString                                                  `json:"CertificateAuthority,omitempty"`
	Template             NullableString                                                  `json:"Template,omitempty"`
	Requester            NullableString                                                  `json:"Requester,omitempty"`
	State                *KeyfactorPKIEnumsCertificateState                              `json:"State,omitempty"`
	StateString          NullableString                                                  `json:"StateString,omitempty"`
	Metadata             map[string]string                                               `json:"Metadata,omitempty"`
	DenialComment        NullableString                                                  `json:"DenialComment,omitempty"`
	KeyLength            NullableString                                                  `json:"KeyLength,omitempty"`
	SANs                 []string                                                        `json:"SANs,omitempty"`
	CertStores           []CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel `json:"CertStores,omitempty"`
	Curve                NullableString                                                  `json:"Curve,omitempty"`
	SubjectAltNames      []CertificatesSubjectAlternativeName                            `json:"SubjectAltNames,omitempty"`
}

CertificatesCertRequestResponseModel

func NewCertificatesCertRequestResponseModel ¶

func NewCertificatesCertRequestResponseModel() *CertificatesCertRequestResponseModel

NewCertificatesCertRequestResponseModel instantiates a new CertificatesCertRequestResponseModel 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 NewCertificatesCertRequestResponseModelWithDefaults ¶

func NewCertificatesCertRequestResponseModelWithDefaults() *CertificatesCertRequestResponseModel

NewCertificatesCertRequestResponseModelWithDefaults instantiates a new CertificatesCertRequestResponseModel 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 (*CertificatesCertRequestResponseModel) GetCARequestId ¶

func (o *CertificatesCertRequestResponseModel) GetCARequestId() string

GetCARequestId returns the CARequestId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertRequestResponseModel) GetCARequestIdOk ¶

func (o *CertificatesCertRequestResponseModel) GetCARequestIdOk() (*string, bool)

GetCARequestIdOk returns a tuple with the CARequestId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertRequestResponseModel) GetCertStores ¶

GetCertStores returns the CertStores field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertRequestResponseModel) GetCertStoresOk ¶

GetCertStoresOk returns a tuple with the CertStores field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertRequestResponseModel) GetCertificateAuthority ¶

func (o *CertificatesCertRequestResponseModel) GetCertificateAuthority() string

GetCertificateAuthority returns the CertificateAuthority field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertRequestResponseModel) GetCertificateAuthorityOk ¶

func (o *CertificatesCertRequestResponseModel) GetCertificateAuthorityOk() (*string, bool)

GetCertificateAuthorityOk returns a tuple with the CertificateAuthority field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertRequestResponseModel) GetCommonName ¶

func (o *CertificatesCertRequestResponseModel) GetCommonName() string

GetCommonName returns the CommonName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertRequestResponseModel) GetCommonNameOk ¶

func (o *CertificatesCertRequestResponseModel) GetCommonNameOk() (*string, bool)

GetCommonNameOk returns a tuple with the CommonName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertRequestResponseModel) GetCurve ¶

GetCurve returns the Curve field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertRequestResponseModel) GetCurveOk ¶

func (o *CertificatesCertRequestResponseModel) GetCurveOk() (*string, bool)

GetCurveOk returns a tuple with the Curve field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertRequestResponseModel) GetDenialComment ¶

func (o *CertificatesCertRequestResponseModel) GetDenialComment() string

GetDenialComment returns the DenialComment field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertRequestResponseModel) GetDenialCommentOk ¶

func (o *CertificatesCertRequestResponseModel) GetDenialCommentOk() (*string, bool)

GetDenialCommentOk returns a tuple with the DenialComment field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertRequestResponseModel) GetDistinguishedName ¶

func (o *CertificatesCertRequestResponseModel) GetDistinguishedName() string

GetDistinguishedName returns the DistinguishedName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertRequestResponseModel) GetDistinguishedNameOk ¶

func (o *CertificatesCertRequestResponseModel) GetDistinguishedNameOk() (*string, bool)

GetDistinguishedNameOk returns a tuple with the DistinguishedName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertRequestResponseModel) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CertificatesCertRequestResponseModel) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertRequestResponseModel) GetKeyLength ¶

func (o *CertificatesCertRequestResponseModel) GetKeyLength() string

GetKeyLength returns the KeyLength field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertRequestResponseModel) GetKeyLengthOk ¶

func (o *CertificatesCertRequestResponseModel) GetKeyLengthOk() (*string, bool)

GetKeyLengthOk returns a tuple with the KeyLength field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertRequestResponseModel) GetMetadata ¶

func (o *CertificatesCertRequestResponseModel) GetMetadata() map[string]string

GetMetadata returns the Metadata field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertRequestResponseModel) GetMetadataOk ¶

func (o *CertificatesCertRequestResponseModel) GetMetadataOk() (*map[string]string, bool)

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertRequestResponseModel) GetRequester ¶

func (o *CertificatesCertRequestResponseModel) GetRequester() string

GetRequester returns the Requester field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertRequestResponseModel) GetRequesterOk ¶

func (o *CertificatesCertRequestResponseModel) GetRequesterOk() (*string, bool)

GetRequesterOk returns a tuple with the Requester field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertRequestResponseModel) GetSANs ¶

GetSANs returns the SANs field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertRequestResponseModel) GetSANsOk ¶

func (o *CertificatesCertRequestResponseModel) GetSANsOk() ([]string, bool)

GetSANsOk returns a tuple with the SANs field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertRequestResponseModel) GetState ¶

GetState returns the State field value if set, zero value otherwise.

func (*CertificatesCertRequestResponseModel) GetStateOk ¶

GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertRequestResponseModel) GetStateString ¶

func (o *CertificatesCertRequestResponseModel) GetStateString() string

GetStateString returns the StateString field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertRequestResponseModel) GetStateStringOk ¶

func (o *CertificatesCertRequestResponseModel) GetStateStringOk() (*string, bool)

GetStateStringOk returns a tuple with the StateString field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertRequestResponseModel) GetSubjectAltNames ¶

GetSubjectAltNames returns the SubjectAltNames field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertRequestResponseModel) GetSubjectAltNamesOk ¶

GetSubjectAltNamesOk returns a tuple with the SubjectAltNames field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertRequestResponseModel) GetSubmissionDate ¶

func (o *CertificatesCertRequestResponseModel) GetSubmissionDate() time.Time

GetSubmissionDate returns the SubmissionDate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertRequestResponseModel) GetSubmissionDateOk ¶

func (o *CertificatesCertRequestResponseModel) GetSubmissionDateOk() (*time.Time, bool)

GetSubmissionDateOk returns a tuple with the SubmissionDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertRequestResponseModel) GetTemplate ¶

GetTemplate returns the Template field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertRequestResponseModel) GetTemplateOk ¶

func (o *CertificatesCertRequestResponseModel) GetTemplateOk() (*string, bool)

GetTemplateOk returns a tuple with the Template field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertRequestResponseModel) HasCARequestId ¶

func (o *CertificatesCertRequestResponseModel) HasCARequestId() bool

HasCARequestId returns a boolean if a field has been set.

func (*CertificatesCertRequestResponseModel) HasCertStores ¶

func (o *CertificatesCertRequestResponseModel) HasCertStores() bool

HasCertStores returns a boolean if a field has been set.

func (*CertificatesCertRequestResponseModel) HasCertificateAuthority ¶

func (o *CertificatesCertRequestResponseModel) HasCertificateAuthority() bool

HasCertificateAuthority returns a boolean if a field has been set.

func (*CertificatesCertRequestResponseModel) HasCommonName ¶

func (o *CertificatesCertRequestResponseModel) HasCommonName() bool

HasCommonName returns a boolean if a field has been set.

func (*CertificatesCertRequestResponseModel) HasCurve ¶

HasCurve returns a boolean if a field has been set.

func (*CertificatesCertRequestResponseModel) HasDenialComment ¶

func (o *CertificatesCertRequestResponseModel) HasDenialComment() bool

HasDenialComment returns a boolean if a field has been set.

func (*CertificatesCertRequestResponseModel) HasDistinguishedName ¶

func (o *CertificatesCertRequestResponseModel) HasDistinguishedName() bool

HasDistinguishedName returns a boolean if a field has been set.

func (*CertificatesCertRequestResponseModel) HasId ¶

HasId returns a boolean if a field has been set.

func (*CertificatesCertRequestResponseModel) HasKeyLength ¶

func (o *CertificatesCertRequestResponseModel) HasKeyLength() bool

HasKeyLength returns a boolean if a field has been set.

func (*CertificatesCertRequestResponseModel) HasMetadata ¶

func (o *CertificatesCertRequestResponseModel) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

func (*CertificatesCertRequestResponseModel) HasRequester ¶

func (o *CertificatesCertRequestResponseModel) HasRequester() bool

HasRequester returns a boolean if a field has been set.

func (*CertificatesCertRequestResponseModel) HasSANs ¶

HasSANs returns a boolean if a field has been set.

func (*CertificatesCertRequestResponseModel) HasState ¶

HasState returns a boolean if a field has been set.

func (*CertificatesCertRequestResponseModel) HasStateString ¶

func (o *CertificatesCertRequestResponseModel) HasStateString() bool

HasStateString returns a boolean if a field has been set.

func (*CertificatesCertRequestResponseModel) HasSubjectAltNames ¶

func (o *CertificatesCertRequestResponseModel) HasSubjectAltNames() bool

HasSubjectAltNames returns a boolean if a field has been set.

func (*CertificatesCertRequestResponseModel) HasSubmissionDate ¶

func (o *CertificatesCertRequestResponseModel) HasSubmissionDate() bool

HasSubmissionDate returns a boolean if a field has been set.

func (*CertificatesCertRequestResponseModel) HasTemplate ¶

func (o *CertificatesCertRequestResponseModel) HasTemplate() bool

HasTemplate returns a boolean if a field has been set.

func (CertificatesCertRequestResponseModel) MarshalJSON ¶

func (o CertificatesCertRequestResponseModel) MarshalJSON() ([]byte, error)

func (*CertificatesCertRequestResponseModel) SetCARequestId ¶

func (o *CertificatesCertRequestResponseModel) SetCARequestId(v string)

SetCARequestId gets a reference to the given NullableString and assigns it to the CARequestId field.

func (*CertificatesCertRequestResponseModel) SetCARequestIdNil ¶

func (o *CertificatesCertRequestResponseModel) SetCARequestIdNil()

SetCARequestIdNil sets the value for CARequestId to be an explicit nil

func (*CertificatesCertRequestResponseModel) SetCertStores ¶

SetCertStores gets a reference to the given []CSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel and assigns it to the CertStores field.

func (*CertificatesCertRequestResponseModel) SetCertificateAuthority ¶

func (o *CertificatesCertRequestResponseModel) SetCertificateAuthority(v string)

SetCertificateAuthority gets a reference to the given NullableString and assigns it to the CertificateAuthority field.

func (*CertificatesCertRequestResponseModel) SetCertificateAuthorityNil ¶

func (o *CertificatesCertRequestResponseModel) SetCertificateAuthorityNil()

SetCertificateAuthorityNil sets the value for CertificateAuthority to be an explicit nil

func (*CertificatesCertRequestResponseModel) SetCommonName ¶

func (o *CertificatesCertRequestResponseModel) SetCommonName(v string)

SetCommonName gets a reference to the given NullableString and assigns it to the CommonName field.

func (*CertificatesCertRequestResponseModel) SetCommonNameNil ¶

func (o *CertificatesCertRequestResponseModel) SetCommonNameNil()

SetCommonNameNil sets the value for CommonName to be an explicit nil

func (*CertificatesCertRequestResponseModel) SetCurve ¶

SetCurve gets a reference to the given NullableString and assigns it to the Curve field.

func (*CertificatesCertRequestResponseModel) SetCurveNil ¶

func (o *CertificatesCertRequestResponseModel) SetCurveNil()

SetCurveNil sets the value for Curve to be an explicit nil

func (*CertificatesCertRequestResponseModel) SetDenialComment ¶

func (o *CertificatesCertRequestResponseModel) SetDenialComment(v string)

SetDenialComment gets a reference to the given NullableString and assigns it to the DenialComment field.

func (*CertificatesCertRequestResponseModel) SetDenialCommentNil ¶

func (o *CertificatesCertRequestResponseModel) SetDenialCommentNil()

SetDenialCommentNil sets the value for DenialComment to be an explicit nil

func (*CertificatesCertRequestResponseModel) SetDistinguishedName ¶

func (o *CertificatesCertRequestResponseModel) SetDistinguishedName(v string)

SetDistinguishedName gets a reference to the given NullableString and assigns it to the DistinguishedName field.

func (*CertificatesCertRequestResponseModel) SetDistinguishedNameNil ¶

func (o *CertificatesCertRequestResponseModel) SetDistinguishedNameNil()

SetDistinguishedNameNil sets the value for DistinguishedName to be an explicit nil

func (*CertificatesCertRequestResponseModel) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CertificatesCertRequestResponseModel) SetKeyLength ¶

func (o *CertificatesCertRequestResponseModel) SetKeyLength(v string)

SetKeyLength gets a reference to the given NullableString and assigns it to the KeyLength field.

func (*CertificatesCertRequestResponseModel) SetKeyLengthNil ¶

func (o *CertificatesCertRequestResponseModel) SetKeyLengthNil()

SetKeyLengthNil sets the value for KeyLength to be an explicit nil

func (*CertificatesCertRequestResponseModel) SetMetadata ¶

func (o *CertificatesCertRequestResponseModel) SetMetadata(v map[string]string)

SetMetadata gets a reference to the given map[string]string and assigns it to the Metadata field.

func (*CertificatesCertRequestResponseModel) SetRequester ¶

func (o *CertificatesCertRequestResponseModel) SetRequester(v string)

SetRequester gets a reference to the given NullableString and assigns it to the Requester field.

func (*CertificatesCertRequestResponseModel) SetRequesterNil ¶

func (o *CertificatesCertRequestResponseModel) SetRequesterNil()

SetRequesterNil sets the value for Requester to be an explicit nil

func (*CertificatesCertRequestResponseModel) SetSANs ¶

SetSANs gets a reference to the given []string and assigns it to the SANs field.

func (*CertificatesCertRequestResponseModel) SetState ¶

SetState gets a reference to the given KeyfactorPKIEnumsCertificateState and assigns it to the State field.

func (*CertificatesCertRequestResponseModel) SetStateString ¶

func (o *CertificatesCertRequestResponseModel) SetStateString(v string)

SetStateString gets a reference to the given NullableString and assigns it to the StateString field.

func (*CertificatesCertRequestResponseModel) SetStateStringNil ¶

func (o *CertificatesCertRequestResponseModel) SetStateStringNil()

SetStateStringNil sets the value for StateString to be an explicit nil

func (*CertificatesCertRequestResponseModel) SetSubjectAltNames ¶

SetSubjectAltNames gets a reference to the given []CertificatesSubjectAlternativeName and assigns it to the SubjectAltNames field.

func (*CertificatesCertRequestResponseModel) SetSubmissionDate ¶

func (o *CertificatesCertRequestResponseModel) SetSubmissionDate(v time.Time)

SetSubmissionDate gets a reference to the given NullableTime and assigns it to the SubmissionDate field.

func (*CertificatesCertRequestResponseModel) SetSubmissionDateNil ¶

func (o *CertificatesCertRequestResponseModel) SetSubmissionDateNil()

SetSubmissionDateNil sets the value for SubmissionDate to be an explicit nil

func (*CertificatesCertRequestResponseModel) SetTemplate ¶

func (o *CertificatesCertRequestResponseModel) SetTemplate(v string)

SetTemplate gets a reference to the given NullableString and assigns it to the Template field.

func (*CertificatesCertRequestResponseModel) SetTemplateNil ¶

func (o *CertificatesCertRequestResponseModel) SetTemplateNil()

SetTemplateNil sets the value for Template to be an explicit nil

func (CertificatesCertRequestResponseModel) ToMap ¶

func (o CertificatesCertRequestResponseModel) ToMap() (map[string]interface{}, error)

func (*CertificatesCertRequestResponseModel) UnsetCARequestId ¶

func (o *CertificatesCertRequestResponseModel) UnsetCARequestId()

UnsetCARequestId ensures that no value is present for CARequestId, not even an explicit nil

func (*CertificatesCertRequestResponseModel) UnsetCertificateAuthority ¶

func (o *CertificatesCertRequestResponseModel) UnsetCertificateAuthority()

UnsetCertificateAuthority ensures that no value is present for CertificateAuthority, not even an explicit nil

func (*CertificatesCertRequestResponseModel) UnsetCommonName ¶

func (o *CertificatesCertRequestResponseModel) UnsetCommonName()

UnsetCommonName ensures that no value is present for CommonName, not even an explicit nil

func (*CertificatesCertRequestResponseModel) UnsetCurve ¶

func (o *CertificatesCertRequestResponseModel) UnsetCurve()

UnsetCurve ensures that no value is present for Curve, not even an explicit nil

func (*CertificatesCertRequestResponseModel) UnsetDenialComment ¶

func (o *CertificatesCertRequestResponseModel) UnsetDenialComment()

UnsetDenialComment ensures that no value is present for DenialComment, not even an explicit nil

func (*CertificatesCertRequestResponseModel) UnsetDistinguishedName ¶

func (o *CertificatesCertRequestResponseModel) UnsetDistinguishedName()

UnsetDistinguishedName ensures that no value is present for DistinguishedName, not even an explicit nil

func (*CertificatesCertRequestResponseModel) UnsetKeyLength ¶

func (o *CertificatesCertRequestResponseModel) UnsetKeyLength()

UnsetKeyLength ensures that no value is present for KeyLength, not even an explicit nil

func (*CertificatesCertRequestResponseModel) UnsetRequester ¶

func (o *CertificatesCertRequestResponseModel) UnsetRequester()

UnsetRequester ensures that no value is present for Requester, not even an explicit nil

func (*CertificatesCertRequestResponseModel) UnsetStateString ¶

func (o *CertificatesCertRequestResponseModel) UnsetStateString()

UnsetStateString ensures that no value is present for StateString, not even an explicit nil

func (*CertificatesCertRequestResponseModel) UnsetSubmissionDate ¶

func (o *CertificatesCertRequestResponseModel) UnsetSubmissionDate()

UnsetSubmissionDate ensures that no value is present for SubmissionDate, not even an explicit nil

func (*CertificatesCertRequestResponseModel) UnsetTemplate ¶

func (o *CertificatesCertRequestResponseModel) UnsetTemplate()

UnsetTemplate ensures that no value is present for Template, not even an explicit nil

type CertificatesCertificateDownloadRequest ¶

type CertificatesCertificateDownloadRequest struct {
	CertID               NullableInt32  `json:"CertID,omitempty"`
	SerialNumber         NullableString `json:"SerialNumber,omitempty"`
	IssuerDN             NullableString `json:"IssuerDN,omitempty"`
	Thumbprint           NullableString `json:"Thumbprint,omitempty"`
	IncludeChain         *bool          `json:"IncludeChain,omitempty"`
	IncludeSubjectHeader *bool          `json:"IncludeSubjectHeader,omitempty"`
	FriendlyName         NullableString `json:"FriendlyName,omitempty"`
	ChainOrder           NullableString `json:"ChainOrder,omitempty"`
}

CertificatesCertificateDownloadRequest struct for CertificatesCertificateDownloadRequest

func NewCertificatesCertificateDownloadRequest ¶

func NewCertificatesCertificateDownloadRequest() *CertificatesCertificateDownloadRequest

NewCertificatesCertificateDownloadRequest instantiates a new CertificatesCertificateDownloadRequest 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 NewCertificatesCertificateDownloadRequestWithDefaults ¶

func NewCertificatesCertificateDownloadRequestWithDefaults() *CertificatesCertificateDownloadRequest

NewCertificatesCertificateDownloadRequestWithDefaults instantiates a new CertificatesCertificateDownloadRequest 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 (*CertificatesCertificateDownloadRequest) GetCertID ¶

GetCertID returns the CertID field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateDownloadRequest) GetCertIDOk ¶

func (o *CertificatesCertificateDownloadRequest) GetCertIDOk() (*int32, bool)

GetCertIDOk returns a tuple with the CertID field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateDownloadRequest) GetChainOrder ¶

GetChainOrder returns the ChainOrder field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateDownloadRequest) GetChainOrderOk ¶

func (o *CertificatesCertificateDownloadRequest) GetChainOrderOk() (*string, bool)

GetChainOrderOk returns a tuple with the ChainOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateDownloadRequest) GetFriendlyName ¶

func (o *CertificatesCertificateDownloadRequest) GetFriendlyName() string

GetFriendlyName returns the FriendlyName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateDownloadRequest) GetFriendlyNameOk ¶

func (o *CertificatesCertificateDownloadRequest) GetFriendlyNameOk() (*string, bool)

GetFriendlyNameOk returns a tuple with the FriendlyName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateDownloadRequest) GetIncludeChain ¶

func (o *CertificatesCertificateDownloadRequest) GetIncludeChain() bool

GetIncludeChain returns the IncludeChain field value if set, zero value otherwise.

func (*CertificatesCertificateDownloadRequest) GetIncludeChainOk ¶

func (o *CertificatesCertificateDownloadRequest) GetIncludeChainOk() (*bool, bool)

GetIncludeChainOk returns a tuple with the IncludeChain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateDownloadRequest) GetIncludeSubjectHeader ¶

func (o *CertificatesCertificateDownloadRequest) GetIncludeSubjectHeader() bool

GetIncludeSubjectHeader returns the IncludeSubjectHeader field value if set, zero value otherwise.

func (*CertificatesCertificateDownloadRequest) GetIncludeSubjectHeaderOk ¶

func (o *CertificatesCertificateDownloadRequest) GetIncludeSubjectHeaderOk() (*bool, bool)

GetIncludeSubjectHeaderOk returns a tuple with the IncludeSubjectHeader field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateDownloadRequest) GetIssuerDN ¶

GetIssuerDN returns the IssuerDN field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateDownloadRequest) GetIssuerDNOk ¶

func (o *CertificatesCertificateDownloadRequest) GetIssuerDNOk() (*string, bool)

GetIssuerDNOk returns a tuple with the IssuerDN field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateDownloadRequest) GetSerialNumber ¶

func (o *CertificatesCertificateDownloadRequest) GetSerialNumber() string

GetSerialNumber returns the SerialNumber field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateDownloadRequest) GetSerialNumberOk ¶

func (o *CertificatesCertificateDownloadRequest) GetSerialNumberOk() (*string, bool)

GetSerialNumberOk returns a tuple with the SerialNumber field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateDownloadRequest) GetThumbprint ¶

GetThumbprint returns the Thumbprint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateDownloadRequest) GetThumbprintOk ¶

func (o *CertificatesCertificateDownloadRequest) GetThumbprintOk() (*string, bool)

GetThumbprintOk returns a tuple with the Thumbprint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateDownloadRequest) HasCertID ¶

HasCertID returns a boolean if a field has been set.

func (*CertificatesCertificateDownloadRequest) HasChainOrder ¶

func (o *CertificatesCertificateDownloadRequest) HasChainOrder() bool

HasChainOrder returns a boolean if a field has been set.

func (*CertificatesCertificateDownloadRequest) HasFriendlyName ¶

func (o *CertificatesCertificateDownloadRequest) HasFriendlyName() bool

HasFriendlyName returns a boolean if a field has been set.

func (*CertificatesCertificateDownloadRequest) HasIncludeChain ¶

func (o *CertificatesCertificateDownloadRequest) HasIncludeChain() bool

HasIncludeChain returns a boolean if a field has been set.

func (*CertificatesCertificateDownloadRequest) HasIncludeSubjectHeader ¶

func (o *CertificatesCertificateDownloadRequest) HasIncludeSubjectHeader() bool

HasIncludeSubjectHeader returns a boolean if a field has been set.

func (*CertificatesCertificateDownloadRequest) HasIssuerDN ¶

HasIssuerDN returns a boolean if a field has been set.

func (*CertificatesCertificateDownloadRequest) HasSerialNumber ¶

func (o *CertificatesCertificateDownloadRequest) HasSerialNumber() bool

HasSerialNumber returns a boolean if a field has been set.

func (*CertificatesCertificateDownloadRequest) HasThumbprint ¶

func (o *CertificatesCertificateDownloadRequest) HasThumbprint() bool

HasThumbprint returns a boolean if a field has been set.

func (CertificatesCertificateDownloadRequest) MarshalJSON ¶

func (o CertificatesCertificateDownloadRequest) MarshalJSON() ([]byte, error)

func (*CertificatesCertificateDownloadRequest) SetCertID ¶

SetCertID gets a reference to the given NullableInt32 and assigns it to the CertID field.

func (*CertificatesCertificateDownloadRequest) SetCertIDNil ¶

func (o *CertificatesCertificateDownloadRequest) SetCertIDNil()

SetCertIDNil sets the value for CertID to be an explicit nil

func (*CertificatesCertificateDownloadRequest) SetChainOrder ¶

func (o *CertificatesCertificateDownloadRequest) SetChainOrder(v string)

SetChainOrder gets a reference to the given NullableString and assigns it to the ChainOrder field.

func (*CertificatesCertificateDownloadRequest) SetChainOrderNil ¶

func (o *CertificatesCertificateDownloadRequest) SetChainOrderNil()

SetChainOrderNil sets the value for ChainOrder to be an explicit nil

func (*CertificatesCertificateDownloadRequest) SetFriendlyName ¶

func (o *CertificatesCertificateDownloadRequest) SetFriendlyName(v string)

SetFriendlyName gets a reference to the given NullableString and assigns it to the FriendlyName field.

func (*CertificatesCertificateDownloadRequest) SetFriendlyNameNil ¶

func (o *CertificatesCertificateDownloadRequest) SetFriendlyNameNil()

SetFriendlyNameNil sets the value for FriendlyName to be an explicit nil

func (*CertificatesCertificateDownloadRequest) SetIncludeChain ¶

func (o *CertificatesCertificateDownloadRequest) SetIncludeChain(v bool)

SetIncludeChain gets a reference to the given bool and assigns it to the IncludeChain field.

func (*CertificatesCertificateDownloadRequest) SetIncludeSubjectHeader ¶

func (o *CertificatesCertificateDownloadRequest) SetIncludeSubjectHeader(v bool)

SetIncludeSubjectHeader gets a reference to the given bool and assigns it to the IncludeSubjectHeader field.

func (*CertificatesCertificateDownloadRequest) SetIssuerDN ¶

SetIssuerDN gets a reference to the given NullableString and assigns it to the IssuerDN field.

func (*CertificatesCertificateDownloadRequest) SetIssuerDNNil ¶

func (o *CertificatesCertificateDownloadRequest) SetIssuerDNNil()

SetIssuerDNNil sets the value for IssuerDN to be an explicit nil

func (*CertificatesCertificateDownloadRequest) SetSerialNumber ¶

func (o *CertificatesCertificateDownloadRequest) SetSerialNumber(v string)

SetSerialNumber gets a reference to the given NullableString and assigns it to the SerialNumber field.

func (*CertificatesCertificateDownloadRequest) SetSerialNumberNil ¶

func (o *CertificatesCertificateDownloadRequest) SetSerialNumberNil()

SetSerialNumberNil sets the value for SerialNumber to be an explicit nil

func (*CertificatesCertificateDownloadRequest) SetThumbprint ¶

func (o *CertificatesCertificateDownloadRequest) SetThumbprint(v string)

SetThumbprint gets a reference to the given NullableString and assigns it to the Thumbprint field.

func (*CertificatesCertificateDownloadRequest) SetThumbprintNil ¶

func (o *CertificatesCertificateDownloadRequest) SetThumbprintNil()

SetThumbprintNil sets the value for Thumbprint to be an explicit nil

func (CertificatesCertificateDownloadRequest) ToMap ¶

func (o CertificatesCertificateDownloadRequest) ToMap() (map[string]interface{}, error)

func (*CertificatesCertificateDownloadRequest) UnsetCertID ¶

func (o *CertificatesCertificateDownloadRequest) UnsetCertID()

UnsetCertID ensures that no value is present for CertID, not even an explicit nil

func (*CertificatesCertificateDownloadRequest) UnsetChainOrder ¶

func (o *CertificatesCertificateDownloadRequest) UnsetChainOrder()

UnsetChainOrder ensures that no value is present for ChainOrder, not even an explicit nil

func (*CertificatesCertificateDownloadRequest) UnsetFriendlyName ¶

func (o *CertificatesCertificateDownloadRequest) UnsetFriendlyName()

UnsetFriendlyName ensures that no value is present for FriendlyName, not even an explicit nil

func (*CertificatesCertificateDownloadRequest) UnsetIssuerDN ¶

func (o *CertificatesCertificateDownloadRequest) UnsetIssuerDN()

UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil

func (*CertificatesCertificateDownloadRequest) UnsetSerialNumber ¶

func (o *CertificatesCertificateDownloadRequest) UnsetSerialNumber()

UnsetSerialNumber ensures that no value is present for SerialNumber, not even an explicit nil

func (*CertificatesCertificateDownloadRequest) UnsetThumbprint ¶

func (o *CertificatesCertificateDownloadRequest) UnsetThumbprint()

UnsetThumbprint ensures that no value is present for Thumbprint, not even an explicit nil

type CertificatesCertificateIdentityAuditResponse ¶

type CertificatesCertificateIdentityAuditResponse struct {
	// Id of the account represented by the audit response
	Id *int32 `json:"Id,omitempty"`
	// Name of the account represented by the audit response
	AccountName NullableString `json:"AccountName,omitempty"`
	// The type of account represented by the audit response (User or Group)
	IdentityType NullableString `json:"IdentityType,omitempty"`
	// The SID of the account represented by the audit reponse
	SID NullableString `json:"SID,omitempty"`
	// Permissions granted to the account represented by the audit reponse on the specified certifcate
	Permissions []CertificatesCertificateIdentityAuditResponseCertificatePermission `json:"Permissions,omitempty"`
}

CertificatesCertificateIdentityAuditResponse Represents an account with a list of permission granted to it on a given certificate by either a role or collection

func NewCertificatesCertificateIdentityAuditResponse ¶

func NewCertificatesCertificateIdentityAuditResponse() *CertificatesCertificateIdentityAuditResponse

NewCertificatesCertificateIdentityAuditResponse instantiates a new CertificatesCertificateIdentityAuditResponse 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 NewCertificatesCertificateIdentityAuditResponseWithDefaults ¶

func NewCertificatesCertificateIdentityAuditResponseWithDefaults() *CertificatesCertificateIdentityAuditResponse

NewCertificatesCertificateIdentityAuditResponseWithDefaults instantiates a new CertificatesCertificateIdentityAuditResponse 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 (*CertificatesCertificateIdentityAuditResponse) GetAccountName ¶

GetAccountName returns the AccountName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateIdentityAuditResponse) GetAccountNameOk ¶

func (o *CertificatesCertificateIdentityAuditResponse) GetAccountNameOk() (*string, bool)

GetAccountNameOk returns a tuple with the AccountName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateIdentityAuditResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CertificatesCertificateIdentityAuditResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateIdentityAuditResponse) GetIdentityType ¶

GetIdentityType returns the IdentityType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateIdentityAuditResponse) GetIdentityTypeOk ¶

func (o *CertificatesCertificateIdentityAuditResponse) GetIdentityTypeOk() (*string, bool)

GetIdentityTypeOk returns a tuple with the IdentityType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateIdentityAuditResponse) GetPermissions ¶

GetPermissions returns the Permissions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateIdentityAuditResponse) GetPermissionsOk ¶

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateIdentityAuditResponse) GetSID ¶

GetSID returns the SID field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateIdentityAuditResponse) GetSIDOk ¶

GetSIDOk returns a tuple with the SID field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateIdentityAuditResponse) HasAccountName ¶

HasAccountName returns a boolean if a field has been set.

func (*CertificatesCertificateIdentityAuditResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*CertificatesCertificateIdentityAuditResponse) HasIdentityType ¶

HasIdentityType returns a boolean if a field has been set.

func (*CertificatesCertificateIdentityAuditResponse) HasPermissions ¶

HasPermissions returns a boolean if a field has been set.

func (*CertificatesCertificateIdentityAuditResponse) HasSID ¶

HasSID returns a boolean if a field has been set.

func (CertificatesCertificateIdentityAuditResponse) MarshalJSON ¶

func (*CertificatesCertificateIdentityAuditResponse) SetAccountName ¶

SetAccountName gets a reference to the given NullableString and assigns it to the AccountName field.

func (*CertificatesCertificateIdentityAuditResponse) SetAccountNameNil ¶

func (o *CertificatesCertificateIdentityAuditResponse) SetAccountNameNil()

SetAccountNameNil sets the value for AccountName to be an explicit nil

func (*CertificatesCertificateIdentityAuditResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CertificatesCertificateIdentityAuditResponse) SetIdentityType ¶

SetIdentityType gets a reference to the given NullableString and assigns it to the IdentityType field.

func (*CertificatesCertificateIdentityAuditResponse) SetIdentityTypeNil ¶

func (o *CertificatesCertificateIdentityAuditResponse) SetIdentityTypeNil()

SetIdentityTypeNil sets the value for IdentityType to be an explicit nil

func (*CertificatesCertificateIdentityAuditResponse) SetPermissions ¶

SetPermissions gets a reference to the given []CertificatesCertificateIdentityAuditResponseCertificatePermission and assigns it to the Permissions field.

func (*CertificatesCertificateIdentityAuditResponse) SetSID ¶

SetSID gets a reference to the given NullableString and assigns it to the SID field.

func (*CertificatesCertificateIdentityAuditResponse) SetSIDNil ¶

SetSIDNil sets the value for SID to be an explicit nil

func (CertificatesCertificateIdentityAuditResponse) ToMap ¶

func (o CertificatesCertificateIdentityAuditResponse) ToMap() (map[string]interface{}, error)

func (*CertificatesCertificateIdentityAuditResponse) UnsetAccountName ¶

func (o *CertificatesCertificateIdentityAuditResponse) UnsetAccountName()

UnsetAccountName ensures that no value is present for AccountName, not even an explicit nil

func (*CertificatesCertificateIdentityAuditResponse) UnsetIdentityType ¶

func (o *CertificatesCertificateIdentityAuditResponse) UnsetIdentityType()

UnsetIdentityType ensures that no value is present for IdentityType, not even an explicit nil

func (*CertificatesCertificateIdentityAuditResponse) UnsetSID ¶

UnsetSID ensures that no value is present for SID, not even an explicit nil

type CertificatesCertificateIdentityAuditResponseCertificatePermission ¶

type CertificatesCertificateIdentityAuditResponseCertificatePermission struct {
	// The name of the permission
	Name NullableString `json:"Name,omitempty"`
	// A list of roles or collections that grant the given permission
	GrantedBy []string `json:"GrantedBy,omitempty"`
}

CertificatesCertificateIdentityAuditResponseCertificatePermission Represents a permission granted to an account for a certificate

func NewCertificatesCertificateIdentityAuditResponseCertificatePermission ¶

func NewCertificatesCertificateIdentityAuditResponseCertificatePermission() *CertificatesCertificateIdentityAuditResponseCertificatePermission

NewCertificatesCertificateIdentityAuditResponseCertificatePermission instantiates a new CertificatesCertificateIdentityAuditResponseCertificatePermission 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 NewCertificatesCertificateIdentityAuditResponseCertificatePermissionWithDefaults ¶

func NewCertificatesCertificateIdentityAuditResponseCertificatePermissionWithDefaults() *CertificatesCertificateIdentityAuditResponseCertificatePermission

NewCertificatesCertificateIdentityAuditResponseCertificatePermissionWithDefaults instantiates a new CertificatesCertificateIdentityAuditResponseCertificatePermission 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 (*CertificatesCertificateIdentityAuditResponseCertificatePermission) GetGrantedBy ¶

GetGrantedBy returns the GrantedBy field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateIdentityAuditResponseCertificatePermission) GetGrantedByOk ¶

GetGrantedByOk returns a tuple with the GrantedBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateIdentityAuditResponseCertificatePermission) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateIdentityAuditResponseCertificatePermission) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateIdentityAuditResponseCertificatePermission) HasGrantedBy ¶

HasGrantedBy returns a boolean if a field has been set.

func (*CertificatesCertificateIdentityAuditResponseCertificatePermission) HasName ¶

HasName returns a boolean if a field has been set.

func (CertificatesCertificateIdentityAuditResponseCertificatePermission) MarshalJSON ¶

func (*CertificatesCertificateIdentityAuditResponseCertificatePermission) SetGrantedBy ¶

SetGrantedBy gets a reference to the given []string and assigns it to the GrantedBy field.

func (*CertificatesCertificateIdentityAuditResponseCertificatePermission) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*CertificatesCertificateIdentityAuditResponseCertificatePermission) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (CertificatesCertificateIdentityAuditResponseCertificatePermission) ToMap ¶

func (*CertificatesCertificateIdentityAuditResponseCertificatePermission) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type CertificatesCertificateLocationsResponse ¶

type CertificatesCertificateLocationsResponse struct {
	Details []CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup `json:"Details,omitempty"`
}

CertificatesCertificateLocationsResponse struct for CertificatesCertificateLocationsResponse

func NewCertificatesCertificateLocationsResponse ¶

func NewCertificatesCertificateLocationsResponse() *CertificatesCertificateLocationsResponse

NewCertificatesCertificateLocationsResponse instantiates a new CertificatesCertificateLocationsResponse 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 NewCertificatesCertificateLocationsResponseWithDefaults ¶

func NewCertificatesCertificateLocationsResponseWithDefaults() *CertificatesCertificateLocationsResponse

NewCertificatesCertificateLocationsResponseWithDefaults instantiates a new CertificatesCertificateLocationsResponse 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 (*CertificatesCertificateLocationsResponse) GetDetails ¶

GetDetails returns the Details field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateLocationsResponse) GetDetailsOk ¶

GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateLocationsResponse) HasDetails ¶

HasDetails returns a boolean if a field has been set.

func (CertificatesCertificateLocationsResponse) MarshalJSON ¶

func (*CertificatesCertificateLocationsResponse) SetDetails ¶

SetDetails gets a reference to the given []CSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup and assigns it to the Details field.

func (CertificatesCertificateLocationsResponse) ToMap ¶

func (o CertificatesCertificateLocationsResponse) ToMap() (map[string]interface{}, error)

type CertificatesCertificateRecoveryRequest ¶

type CertificatesCertificateRecoveryRequest struct {
	Password             string         `json:"Password"`
	UseLegacyEncryption  NullableBool   `json:"UseLegacyEncryption,omitempty"`
	MicrosoftTargetCSP   NullableString `json:"MicrosoftTargetCSP,omitempty"`
	CertID               NullableInt32  `json:"CertID,omitempty"`
	SerialNumber         NullableString `json:"SerialNumber,omitempty"`
	IssuerDN             NullableString `json:"IssuerDN,omitempty"`
	Thumbprint           NullableString `json:"Thumbprint,omitempty"`
	IncludeChain         *bool          `json:"IncludeChain,omitempty"`
	IncludeSubjectHeader *bool          `json:"IncludeSubjectHeader,omitempty"`
	FriendlyName         NullableString `json:"FriendlyName,omitempty"`
	ChainOrder           NullableString `json:"ChainOrder,omitempty"`
}

CertificatesCertificateRecoveryRequest struct for CertificatesCertificateRecoveryRequest

func NewCertificatesCertificateRecoveryRequest ¶

func NewCertificatesCertificateRecoveryRequest(password string) *CertificatesCertificateRecoveryRequest

NewCertificatesCertificateRecoveryRequest instantiates a new CertificatesCertificateRecoveryRequest 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 NewCertificatesCertificateRecoveryRequestWithDefaults ¶

func NewCertificatesCertificateRecoveryRequestWithDefaults() *CertificatesCertificateRecoveryRequest

NewCertificatesCertificateRecoveryRequestWithDefaults instantiates a new CertificatesCertificateRecoveryRequest 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 (*CertificatesCertificateRecoveryRequest) GetCertID ¶

GetCertID returns the CertID field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRecoveryRequest) GetCertIDOk ¶

func (o *CertificatesCertificateRecoveryRequest) GetCertIDOk() (*int32, bool)

GetCertIDOk returns a tuple with the CertID field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRecoveryRequest) GetChainOrder ¶

GetChainOrder returns the ChainOrder field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRecoveryRequest) GetChainOrderOk ¶

func (o *CertificatesCertificateRecoveryRequest) GetChainOrderOk() (*string, bool)

GetChainOrderOk returns a tuple with the ChainOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRecoveryRequest) GetFriendlyName ¶

func (o *CertificatesCertificateRecoveryRequest) GetFriendlyName() string

GetFriendlyName returns the FriendlyName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRecoveryRequest) GetFriendlyNameOk ¶

func (o *CertificatesCertificateRecoveryRequest) GetFriendlyNameOk() (*string, bool)

GetFriendlyNameOk returns a tuple with the FriendlyName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRecoveryRequest) GetIncludeChain ¶

func (o *CertificatesCertificateRecoveryRequest) GetIncludeChain() bool

GetIncludeChain returns the IncludeChain field value if set, zero value otherwise.

func (*CertificatesCertificateRecoveryRequest) GetIncludeChainOk ¶

func (o *CertificatesCertificateRecoveryRequest) GetIncludeChainOk() (*bool, bool)

GetIncludeChainOk returns a tuple with the IncludeChain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRecoveryRequest) GetIncludeSubjectHeader ¶

func (o *CertificatesCertificateRecoveryRequest) GetIncludeSubjectHeader() bool

GetIncludeSubjectHeader returns the IncludeSubjectHeader field value if set, zero value otherwise.

func (*CertificatesCertificateRecoveryRequest) GetIncludeSubjectHeaderOk ¶

func (o *CertificatesCertificateRecoveryRequest) GetIncludeSubjectHeaderOk() (*bool, bool)

GetIncludeSubjectHeaderOk returns a tuple with the IncludeSubjectHeader field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRecoveryRequest) GetIssuerDN ¶

GetIssuerDN returns the IssuerDN field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRecoveryRequest) GetIssuerDNOk ¶

func (o *CertificatesCertificateRecoveryRequest) GetIssuerDNOk() (*string, bool)

GetIssuerDNOk returns a tuple with the IssuerDN field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRecoveryRequest) GetMicrosoftTargetCSP ¶

func (o *CertificatesCertificateRecoveryRequest) GetMicrosoftTargetCSP() string

GetMicrosoftTargetCSP returns the MicrosoftTargetCSP field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRecoveryRequest) GetMicrosoftTargetCSPOk ¶

func (o *CertificatesCertificateRecoveryRequest) GetMicrosoftTargetCSPOk() (*string, bool)

GetMicrosoftTargetCSPOk returns a tuple with the MicrosoftTargetCSP field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRecoveryRequest) GetPassword ¶

GetPassword returns the Password field value

func (*CertificatesCertificateRecoveryRequest) GetPasswordOk ¶

func (o *CertificatesCertificateRecoveryRequest) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (*CertificatesCertificateRecoveryRequest) GetSerialNumber ¶

func (o *CertificatesCertificateRecoveryRequest) GetSerialNumber() string

GetSerialNumber returns the SerialNumber field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRecoveryRequest) GetSerialNumberOk ¶

func (o *CertificatesCertificateRecoveryRequest) GetSerialNumberOk() (*string, bool)

GetSerialNumberOk returns a tuple with the SerialNumber field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRecoveryRequest) GetThumbprint ¶

GetThumbprint returns the Thumbprint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRecoveryRequest) GetThumbprintOk ¶

func (o *CertificatesCertificateRecoveryRequest) GetThumbprintOk() (*string, bool)

GetThumbprintOk returns a tuple with the Thumbprint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRecoveryRequest) GetUseLegacyEncryption ¶

func (o *CertificatesCertificateRecoveryRequest) GetUseLegacyEncryption() bool

GetUseLegacyEncryption returns the UseLegacyEncryption field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRecoveryRequest) GetUseLegacyEncryptionOk ¶

func (o *CertificatesCertificateRecoveryRequest) GetUseLegacyEncryptionOk() (*bool, bool)

GetUseLegacyEncryptionOk returns a tuple with the UseLegacyEncryption field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRecoveryRequest) HasCertID ¶

HasCertID returns a boolean if a field has been set.

func (*CertificatesCertificateRecoveryRequest) HasChainOrder ¶

func (o *CertificatesCertificateRecoveryRequest) HasChainOrder() bool

HasChainOrder returns a boolean if a field has been set.

func (*CertificatesCertificateRecoveryRequest) HasFriendlyName ¶

func (o *CertificatesCertificateRecoveryRequest) HasFriendlyName() bool

HasFriendlyName returns a boolean if a field has been set.

func (*CertificatesCertificateRecoveryRequest) HasIncludeChain ¶

func (o *CertificatesCertificateRecoveryRequest) HasIncludeChain() bool

HasIncludeChain returns a boolean if a field has been set.

func (*CertificatesCertificateRecoveryRequest) HasIncludeSubjectHeader ¶

func (o *CertificatesCertificateRecoveryRequest) HasIncludeSubjectHeader() bool

HasIncludeSubjectHeader returns a boolean if a field has been set.

func (*CertificatesCertificateRecoveryRequest) HasIssuerDN ¶

HasIssuerDN returns a boolean if a field has been set.

func (*CertificatesCertificateRecoveryRequest) HasMicrosoftTargetCSP ¶

func (o *CertificatesCertificateRecoveryRequest) HasMicrosoftTargetCSP() bool

HasMicrosoftTargetCSP returns a boolean if a field has been set.

func (*CertificatesCertificateRecoveryRequest) HasSerialNumber ¶

func (o *CertificatesCertificateRecoveryRequest) HasSerialNumber() bool

HasSerialNumber returns a boolean if a field has been set.

func (*CertificatesCertificateRecoveryRequest) HasThumbprint ¶

func (o *CertificatesCertificateRecoveryRequest) HasThumbprint() bool

HasThumbprint returns a boolean if a field has been set.

func (*CertificatesCertificateRecoveryRequest) HasUseLegacyEncryption ¶

func (o *CertificatesCertificateRecoveryRequest) HasUseLegacyEncryption() bool

HasUseLegacyEncryption returns a boolean if a field has been set.

func (CertificatesCertificateRecoveryRequest) MarshalJSON ¶

func (o CertificatesCertificateRecoveryRequest) MarshalJSON() ([]byte, error)

func (*CertificatesCertificateRecoveryRequest) SetCertID ¶

SetCertID gets a reference to the given NullableInt32 and assigns it to the CertID field.

func (*CertificatesCertificateRecoveryRequest) SetCertIDNil ¶

func (o *CertificatesCertificateRecoveryRequest) SetCertIDNil()

SetCertIDNil sets the value for CertID to be an explicit nil

func (*CertificatesCertificateRecoveryRequest) SetChainOrder ¶

func (o *CertificatesCertificateRecoveryRequest) SetChainOrder(v string)

SetChainOrder gets a reference to the given NullableString and assigns it to the ChainOrder field.

func (*CertificatesCertificateRecoveryRequest) SetChainOrderNil ¶

func (o *CertificatesCertificateRecoveryRequest) SetChainOrderNil()

SetChainOrderNil sets the value for ChainOrder to be an explicit nil

func (*CertificatesCertificateRecoveryRequest) SetFriendlyName ¶

func (o *CertificatesCertificateRecoveryRequest) SetFriendlyName(v string)

SetFriendlyName gets a reference to the given NullableString and assigns it to the FriendlyName field.

func (*CertificatesCertificateRecoveryRequest) SetFriendlyNameNil ¶

func (o *CertificatesCertificateRecoveryRequest) SetFriendlyNameNil()

SetFriendlyNameNil sets the value for FriendlyName to be an explicit nil

func (*CertificatesCertificateRecoveryRequest) SetIncludeChain ¶

func (o *CertificatesCertificateRecoveryRequest) SetIncludeChain(v bool)

SetIncludeChain gets a reference to the given bool and assigns it to the IncludeChain field.

func (*CertificatesCertificateRecoveryRequest) SetIncludeSubjectHeader ¶

func (o *CertificatesCertificateRecoveryRequest) SetIncludeSubjectHeader(v bool)

SetIncludeSubjectHeader gets a reference to the given bool and assigns it to the IncludeSubjectHeader field.

func (*CertificatesCertificateRecoveryRequest) SetIssuerDN ¶

SetIssuerDN gets a reference to the given NullableString and assigns it to the IssuerDN field.

func (*CertificatesCertificateRecoveryRequest) SetIssuerDNNil ¶

func (o *CertificatesCertificateRecoveryRequest) SetIssuerDNNil()

SetIssuerDNNil sets the value for IssuerDN to be an explicit nil

func (*CertificatesCertificateRecoveryRequest) SetMicrosoftTargetCSP ¶

func (o *CertificatesCertificateRecoveryRequest) SetMicrosoftTargetCSP(v string)

SetMicrosoftTargetCSP gets a reference to the given NullableString and assigns it to the MicrosoftTargetCSP field.

func (*CertificatesCertificateRecoveryRequest) SetMicrosoftTargetCSPNil ¶

func (o *CertificatesCertificateRecoveryRequest) SetMicrosoftTargetCSPNil()

SetMicrosoftTargetCSPNil sets the value for MicrosoftTargetCSP to be an explicit nil

func (*CertificatesCertificateRecoveryRequest) SetPassword ¶

SetPassword sets field value

func (*CertificatesCertificateRecoveryRequest) SetSerialNumber ¶

func (o *CertificatesCertificateRecoveryRequest) SetSerialNumber(v string)

SetSerialNumber gets a reference to the given NullableString and assigns it to the SerialNumber field.

func (*CertificatesCertificateRecoveryRequest) SetSerialNumberNil ¶

func (o *CertificatesCertificateRecoveryRequest) SetSerialNumberNil()

SetSerialNumberNil sets the value for SerialNumber to be an explicit nil

func (*CertificatesCertificateRecoveryRequest) SetThumbprint ¶

func (o *CertificatesCertificateRecoveryRequest) SetThumbprint(v string)

SetThumbprint gets a reference to the given NullableString and assigns it to the Thumbprint field.

func (*CertificatesCertificateRecoveryRequest) SetThumbprintNil ¶

func (o *CertificatesCertificateRecoveryRequest) SetThumbprintNil()

SetThumbprintNil sets the value for Thumbprint to be an explicit nil

func (*CertificatesCertificateRecoveryRequest) SetUseLegacyEncryption ¶

func (o *CertificatesCertificateRecoveryRequest) SetUseLegacyEncryption(v bool)

SetUseLegacyEncryption gets a reference to the given NullableBool and assigns it to the UseLegacyEncryption field.

func (*CertificatesCertificateRecoveryRequest) SetUseLegacyEncryptionNil ¶

func (o *CertificatesCertificateRecoveryRequest) SetUseLegacyEncryptionNil()

SetUseLegacyEncryptionNil sets the value for UseLegacyEncryption to be an explicit nil

func (CertificatesCertificateRecoveryRequest) ToMap ¶

func (o CertificatesCertificateRecoveryRequest) ToMap() (map[string]interface{}, error)

func (*CertificatesCertificateRecoveryRequest) UnsetCertID ¶

func (o *CertificatesCertificateRecoveryRequest) UnsetCertID()

UnsetCertID ensures that no value is present for CertID, not even an explicit nil

func (*CertificatesCertificateRecoveryRequest) UnsetChainOrder ¶

func (o *CertificatesCertificateRecoveryRequest) UnsetChainOrder()

UnsetChainOrder ensures that no value is present for ChainOrder, not even an explicit nil

func (*CertificatesCertificateRecoveryRequest) UnsetFriendlyName ¶

func (o *CertificatesCertificateRecoveryRequest) UnsetFriendlyName()

UnsetFriendlyName ensures that no value is present for FriendlyName, not even an explicit nil

func (*CertificatesCertificateRecoveryRequest) UnsetIssuerDN ¶

func (o *CertificatesCertificateRecoveryRequest) UnsetIssuerDN()

UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil

func (*CertificatesCertificateRecoveryRequest) UnsetMicrosoftTargetCSP ¶

func (o *CertificatesCertificateRecoveryRequest) UnsetMicrosoftTargetCSP()

UnsetMicrosoftTargetCSP ensures that no value is present for MicrosoftTargetCSP, not even an explicit nil

func (*CertificatesCertificateRecoveryRequest) UnsetSerialNumber ¶

func (o *CertificatesCertificateRecoveryRequest) UnsetSerialNumber()

UnsetSerialNumber ensures that no value is present for SerialNumber, not even an explicit nil

func (*CertificatesCertificateRecoveryRequest) UnsetThumbprint ¶

func (o *CertificatesCertificateRecoveryRequest) UnsetThumbprint()

UnsetThumbprint ensures that no value is present for Thumbprint, not even an explicit nil

func (*CertificatesCertificateRecoveryRequest) UnsetUseLegacyEncryption ¶

func (o *CertificatesCertificateRecoveryRequest) UnsetUseLegacyEncryption()

UnsetUseLegacyEncryption ensures that no value is present for UseLegacyEncryption, not even an explicit nil

type CertificatesCertificateRetrievalResponse ¶

type CertificatesCertificateRetrievalResponse struct {
	Id                       *int32                              `json:"Id,omitempty"`
	Thumbprint               NullableString                      `json:"Thumbprint,omitempty"`
	SerialNumber             NullableString                      `json:"SerialNumber,omitempty"`
	IssuedDN                 NullableString                      `json:"IssuedDN,omitempty"`
	IssuedCN                 NullableString                      `json:"IssuedCN,omitempty"`
	ImportDate               *time.Time                          `json:"ImportDate,omitempty"`
	NotBefore                *time.Time                          `json:"NotBefore,omitempty"`
	NotAfter                 *time.Time                          `json:"NotAfter,omitempty"`
	IssuerDN                 NullableString                      `json:"IssuerDN,omitempty"`
	PrincipalId              NullableInt32                       `json:"PrincipalId,omitempty"`
	OwnerRoleId              NullableInt32                       `json:"OwnerRoleId,omitempty"`
	OwnerRoleName            NullableString                      `json:"OwnerRoleName,omitempty"`
	TemplateId               NullableInt32                       `json:"TemplateId,omitempty"`
	CertState                *KeyfactorPKIEnumsCertificateState  `json:"CertState,omitempty"`
	KeySizeInBits            *int32                              `json:"KeySizeInBits,omitempty"`
	KeyType                  *KeyfactorPKIEnumsEncryptionKeyType `json:"KeyType,omitempty"`
	AltKeySizeInBits         *int32                              `json:"AltKeySizeInBits,omitempty"`
	AltKeyType               *KeyfactorPKIEnumsEncryptionKeyType `json:"AltKeyType,omitempty"`
	RequesterId              NullableInt32                       `json:"RequesterId,omitempty"`
	IssuedOU                 NullableString                      `json:"IssuedOU,omitempty"`
	IssuedEmail              NullableString                      `json:"IssuedEmail,omitempty"`
	KeyUsage                 NullableInt32                       `json:"KeyUsage,omitempty"`
	SigningAlgorithm         NullableString                      `json:"SigningAlgorithm,omitempty"`
	AltSigningAlgorithm      NullableString                      `json:"AltSigningAlgorithm,omitempty"`
	CertStateString          NullableString                      `json:"CertStateString,omitempty"`
	KeyTypeString            NullableString                      `json:"KeyTypeString,omitempty"`
	AltKeyTypeString         NullableString                      `json:"AltKeyTypeString,omitempty"`
	RevocationEffDate        NullableTime                        `json:"RevocationEffDate,omitempty"`
	RevocationReason         *KeyfactorPKIEnumsRevokeCode        `json:"RevocationReason,omitempty"`
	RevocationComment        NullableString                      `json:"RevocationComment,omitempty"`
	CertificateAuthorityId   NullableInt32                       `json:"CertificateAuthorityId,omitempty"`
	CertificateAuthorityName NullableString                      `json:"CertificateAuthorityName,omitempty"`
	// Full template display name.
	TemplateName           NullableString                                                                `json:"TemplateName,omitempty"`
	ArchivedKey            *bool                                                                         `json:"ArchivedKey,omitempty"`
	HasPrivateKey          *bool                                                                         `json:"HasPrivateKey,omitempty"`
	HasAltPrivateKey       *bool                                                                         `json:"HasAltPrivateKey,omitempty"`
	PrincipalName          NullableString                                                                `json:"PrincipalName,omitempty"`
	CertRequestId          NullableInt32                                                                 `json:"CertRequestId,omitempty"`
	RequesterName          NullableString                                                                `json:"RequesterName,omitempty"`
	ContentBytes           NullableString                                                                `json:"ContentBytes,omitempty"`
	ExtendedKeyUsages      []CertificatesCertificateRetrievalResponseExtendedKeyUsageModel               `json:"ExtendedKeyUsages,omitempty"`
	SubjectAltNameElements []CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel         `json:"SubjectAltNameElements,omitempty"`
	CRLDistributionPoints  []CertificatesCertificateRetrievalResponseCRLDistributionPointModel           `json:"CRLDistributionPoints,omitempty"`
	LocationsCount         []CertificatesCertificateRetrievalResponseLocationCountModel                  `json:"LocationsCount,omitempty"`
	SSLLocations           []CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel `json:"SSLLocations,omitempty"`
	Locations              []CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel  `json:"Locations,omitempty"`
	Metadata               map[string]string                                                             `json:"Metadata,omitempty"`
	CARowIndex             NullableInt64                                                                 `json:"CARowIndex,omitempty"`
	CARecordId             NullableString                                                                `json:"CARecordId,omitempty"`
	DetailedKeyUsage       *CertificatesCertificateRetrievalResponseDetailedKeyUsageModel                `json:"DetailedKeyUsage,omitempty"`
	KeyRecoverable         *bool                                                                         `json:"KeyRecoverable,omitempty"`
	Curve                  NullableString                                                                `json:"Curve,omitempty"`
}

CertificatesCertificateRetrievalResponse struct for CertificatesCertificateRetrievalResponse

func NewCertificatesCertificateRetrievalResponse ¶

func NewCertificatesCertificateRetrievalResponse() *CertificatesCertificateRetrievalResponse

NewCertificatesCertificateRetrievalResponse instantiates a new CertificatesCertificateRetrievalResponse 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 NewCertificatesCertificateRetrievalResponseWithDefaults ¶

func NewCertificatesCertificateRetrievalResponseWithDefaults() *CertificatesCertificateRetrievalResponse

NewCertificatesCertificateRetrievalResponseWithDefaults instantiates a new CertificatesCertificateRetrievalResponse 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 (*CertificatesCertificateRetrievalResponse) GetAltKeySizeInBits ¶

func (o *CertificatesCertificateRetrievalResponse) GetAltKeySizeInBits() int32

GetAltKeySizeInBits returns the AltKeySizeInBits field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponse) GetAltKeySizeInBitsOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetAltKeySizeInBitsOk() (*int32, bool)

GetAltKeySizeInBitsOk returns a tuple with the AltKeySizeInBits field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponse) GetAltKeyType ¶

GetAltKeyType returns the AltKeyType field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponse) GetAltKeyTypeOk ¶

GetAltKeyTypeOk returns a tuple with the AltKeyType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponse) GetAltKeyTypeString ¶

func (o *CertificatesCertificateRetrievalResponse) GetAltKeyTypeString() string

GetAltKeyTypeString returns the AltKeyTypeString field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetAltKeyTypeStringOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetAltKeyTypeStringOk() (*string, bool)

GetAltKeyTypeStringOk returns a tuple with the AltKeyTypeString field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetAltSigningAlgorithm ¶

func (o *CertificatesCertificateRetrievalResponse) GetAltSigningAlgorithm() string

GetAltSigningAlgorithm returns the AltSigningAlgorithm field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetAltSigningAlgorithmOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetAltSigningAlgorithmOk() (*string, bool)

GetAltSigningAlgorithmOk returns a tuple with the AltSigningAlgorithm field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetArchivedKey ¶

func (o *CertificatesCertificateRetrievalResponse) GetArchivedKey() bool

GetArchivedKey returns the ArchivedKey field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponse) GetArchivedKeyOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetArchivedKeyOk() (*bool, bool)

GetArchivedKeyOk returns a tuple with the ArchivedKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponse) GetCARecordId ¶

GetCARecordId returns the CARecordId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetCARecordIdOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetCARecordIdOk() (*string, bool)

GetCARecordIdOk returns a tuple with the CARecordId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetCARowIndex ¶

GetCARowIndex returns the CARowIndex field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetCARowIndexOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetCARowIndexOk() (*int64, bool)

GetCARowIndexOk returns a tuple with the CARowIndex field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetCRLDistributionPoints ¶

GetCRLDistributionPoints returns the CRLDistributionPoints field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetCRLDistributionPointsOk ¶

GetCRLDistributionPointsOk returns a tuple with the CRLDistributionPoints field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetCertRequestId ¶

func (o *CertificatesCertificateRetrievalResponse) GetCertRequestId() int32

GetCertRequestId returns the CertRequestId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetCertRequestIdOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetCertRequestIdOk() (*int32, bool)

GetCertRequestIdOk returns a tuple with the CertRequestId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetCertState ¶

GetCertState returns the CertState field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponse) GetCertStateOk ¶

GetCertStateOk returns a tuple with the CertState field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponse) GetCertStateString ¶

func (o *CertificatesCertificateRetrievalResponse) GetCertStateString() string

GetCertStateString returns the CertStateString field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetCertStateStringOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetCertStateStringOk() (*string, bool)

GetCertStateStringOk returns a tuple with the CertStateString field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetCertificateAuthorityId ¶

func (o *CertificatesCertificateRetrievalResponse) GetCertificateAuthorityId() int32

GetCertificateAuthorityId returns the CertificateAuthorityId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetCertificateAuthorityIdOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetCertificateAuthorityIdOk() (*int32, bool)

GetCertificateAuthorityIdOk returns a tuple with the CertificateAuthorityId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetCertificateAuthorityName ¶

func (o *CertificatesCertificateRetrievalResponse) GetCertificateAuthorityName() string

GetCertificateAuthorityName returns the CertificateAuthorityName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetCertificateAuthorityNameOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetCertificateAuthorityNameOk() (*string, bool)

GetCertificateAuthorityNameOk returns a tuple with the CertificateAuthorityName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetContentBytes ¶

func (o *CertificatesCertificateRetrievalResponse) GetContentBytes() string

GetContentBytes returns the ContentBytes field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetContentBytesOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetContentBytesOk() (*string, bool)

GetContentBytesOk returns a tuple with the ContentBytes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetCurve ¶

GetCurve returns the Curve field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetCurveOk ¶

GetCurveOk returns a tuple with the Curve field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetDetailedKeyUsage ¶

GetDetailedKeyUsage returns the DetailedKeyUsage field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponse) GetDetailedKeyUsageOk ¶

GetDetailedKeyUsageOk returns a tuple with the DetailedKeyUsage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponse) GetExtendedKeyUsages ¶

GetExtendedKeyUsages returns the ExtendedKeyUsages field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetExtendedKeyUsagesOk ¶

GetExtendedKeyUsagesOk returns a tuple with the ExtendedKeyUsages field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetHasAltPrivateKey ¶

func (o *CertificatesCertificateRetrievalResponse) GetHasAltPrivateKey() bool

GetHasAltPrivateKey returns the HasAltPrivateKey field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponse) GetHasAltPrivateKeyOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetHasAltPrivateKeyOk() (*bool, bool)

GetHasAltPrivateKeyOk returns a tuple with the HasAltPrivateKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponse) GetHasPrivateKey ¶

func (o *CertificatesCertificateRetrievalResponse) GetHasPrivateKey() bool

GetHasPrivateKey returns the HasPrivateKey field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponse) GetHasPrivateKeyOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetHasPrivateKeyOk() (*bool, bool)

GetHasPrivateKeyOk returns a tuple with the HasPrivateKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponse) GetImportDate ¶

GetImportDate returns the ImportDate field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponse) GetImportDateOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetImportDateOk() (*time.Time, bool)

GetImportDateOk returns a tuple with the ImportDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponse) GetIssuedCN ¶

GetIssuedCN returns the IssuedCN field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetIssuedCNOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetIssuedCNOk() (*string, bool)

GetIssuedCNOk returns a tuple with the IssuedCN field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetIssuedDN ¶

GetIssuedDN returns the IssuedDN field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetIssuedDNOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetIssuedDNOk() (*string, bool)

GetIssuedDNOk returns a tuple with the IssuedDN field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetIssuedEmail ¶

GetIssuedEmail returns the IssuedEmail field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetIssuedEmailOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetIssuedEmailOk() (*string, bool)

GetIssuedEmailOk returns a tuple with the IssuedEmail field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetIssuedOU ¶

GetIssuedOU returns the IssuedOU field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetIssuedOUOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetIssuedOUOk() (*string, bool)

GetIssuedOUOk returns a tuple with the IssuedOU field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetIssuerDN ¶

GetIssuerDN returns the IssuerDN field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetIssuerDNOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetIssuerDNOk() (*string, bool)

GetIssuerDNOk returns a tuple with the IssuerDN field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetKeyRecoverable ¶

func (o *CertificatesCertificateRetrievalResponse) GetKeyRecoverable() bool

GetKeyRecoverable returns the KeyRecoverable field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponse) GetKeyRecoverableOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetKeyRecoverableOk() (*bool, bool)

GetKeyRecoverableOk returns a tuple with the KeyRecoverable field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponse) GetKeySizeInBits ¶

func (o *CertificatesCertificateRetrievalResponse) GetKeySizeInBits() int32

GetKeySizeInBits returns the KeySizeInBits field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponse) GetKeySizeInBitsOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetKeySizeInBitsOk() (*int32, bool)

GetKeySizeInBitsOk returns a tuple with the KeySizeInBits field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponse) GetKeyType ¶

GetKeyType returns the KeyType field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponse) GetKeyTypeOk ¶

GetKeyTypeOk returns a tuple with the KeyType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponse) GetKeyTypeString ¶

func (o *CertificatesCertificateRetrievalResponse) GetKeyTypeString() string

GetKeyTypeString returns the KeyTypeString field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetKeyTypeStringOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetKeyTypeStringOk() (*string, bool)

GetKeyTypeStringOk returns a tuple with the KeyTypeString field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetKeyUsage ¶

GetKeyUsage returns the KeyUsage field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetKeyUsageOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetKeyUsageOk() (*int32, bool)

GetKeyUsageOk returns a tuple with the KeyUsage field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetLocations ¶

GetLocations returns the Locations field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetLocationsCount ¶

GetLocationsCount returns the LocationsCount field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetLocationsCountOk ¶

GetLocationsCountOk returns a tuple with the LocationsCount field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetLocationsOk ¶

GetLocationsOk returns a tuple with the Locations field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetMetadata ¶

GetMetadata returns the Metadata field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetMetadataOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetMetadataOk() (*map[string]string, bool)

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetNotAfter ¶

GetNotAfter returns the NotAfter field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponse) GetNotAfterOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetNotAfterOk() (*time.Time, bool)

GetNotAfterOk returns a tuple with the NotAfter field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponse) GetNotBefore ¶

GetNotBefore returns the NotBefore field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponse) GetNotBeforeOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetNotBeforeOk() (*time.Time, bool)

GetNotBeforeOk returns a tuple with the NotBefore field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponse) GetOwnerRoleId ¶

func (o *CertificatesCertificateRetrievalResponse) GetOwnerRoleId() int32

GetOwnerRoleId returns the OwnerRoleId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetOwnerRoleIdOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetOwnerRoleIdOk() (*int32, bool)

GetOwnerRoleIdOk returns a tuple with the OwnerRoleId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetOwnerRoleName ¶

func (o *CertificatesCertificateRetrievalResponse) GetOwnerRoleName() string

GetOwnerRoleName returns the OwnerRoleName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetOwnerRoleNameOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetOwnerRoleNameOk() (*string, bool)

GetOwnerRoleNameOk returns a tuple with the OwnerRoleName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetPrincipalId ¶

func (o *CertificatesCertificateRetrievalResponse) GetPrincipalId() int32

GetPrincipalId returns the PrincipalId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetPrincipalIdOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetPrincipalIdOk() (*int32, bool)

GetPrincipalIdOk returns a tuple with the PrincipalId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetPrincipalName ¶

func (o *CertificatesCertificateRetrievalResponse) GetPrincipalName() string

GetPrincipalName returns the PrincipalName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetPrincipalNameOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetPrincipalNameOk() (*string, bool)

GetPrincipalNameOk returns a tuple with the PrincipalName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetRequesterId ¶

func (o *CertificatesCertificateRetrievalResponse) GetRequesterId() int32

GetRequesterId returns the RequesterId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetRequesterIdOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetRequesterIdOk() (*int32, bool)

GetRequesterIdOk returns a tuple with the RequesterId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetRequesterName ¶

func (o *CertificatesCertificateRetrievalResponse) GetRequesterName() string

GetRequesterName returns the RequesterName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetRequesterNameOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetRequesterNameOk() (*string, bool)

GetRequesterNameOk returns a tuple with the RequesterName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetRevocationComment ¶

func (o *CertificatesCertificateRetrievalResponse) GetRevocationComment() string

GetRevocationComment returns the RevocationComment field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetRevocationCommentOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetRevocationCommentOk() (*string, bool)

GetRevocationCommentOk returns a tuple with the RevocationComment field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetRevocationEffDate ¶

func (o *CertificatesCertificateRetrievalResponse) GetRevocationEffDate() time.Time

GetRevocationEffDate returns the RevocationEffDate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetRevocationEffDateOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetRevocationEffDateOk() (*time.Time, bool)

GetRevocationEffDateOk returns a tuple with the RevocationEffDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetRevocationReason ¶

GetRevocationReason returns the RevocationReason field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponse) GetRevocationReasonOk ¶

GetRevocationReasonOk returns a tuple with the RevocationReason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponse) GetSSLLocations ¶

GetSSLLocations returns the SSLLocations field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetSSLLocationsOk ¶

GetSSLLocationsOk returns a tuple with the SSLLocations field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetSerialNumber ¶

func (o *CertificatesCertificateRetrievalResponse) GetSerialNumber() string

GetSerialNumber returns the SerialNumber field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetSerialNumberOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetSerialNumberOk() (*string, bool)

GetSerialNumberOk returns a tuple with the SerialNumber field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetSigningAlgorithm ¶

func (o *CertificatesCertificateRetrievalResponse) GetSigningAlgorithm() string

GetSigningAlgorithm returns the SigningAlgorithm field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetSigningAlgorithmOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetSigningAlgorithmOk() (*string, bool)

GetSigningAlgorithmOk returns a tuple with the SigningAlgorithm field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetSubjectAltNameElements ¶

GetSubjectAltNameElements returns the SubjectAltNameElements field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetSubjectAltNameElementsOk ¶

GetSubjectAltNameElementsOk returns a tuple with the SubjectAltNameElements field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetTemplateId ¶

GetTemplateId returns the TemplateId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetTemplateIdOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetTemplateIdOk() (*int32, bool)

GetTemplateIdOk returns a tuple with the TemplateId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetTemplateName ¶

func (o *CertificatesCertificateRetrievalResponse) GetTemplateName() string

GetTemplateName returns the TemplateName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetTemplateNameOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetTemplateNameOk() (*string, bool)

GetTemplateNameOk returns a tuple with the TemplateName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) GetThumbprint ¶

GetThumbprint returns the Thumbprint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponse) GetThumbprintOk ¶

func (o *CertificatesCertificateRetrievalResponse) GetThumbprintOk() (*string, bool)

GetThumbprintOk returns a tuple with the Thumbprint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponse) HasAltKeySizeInBits ¶

func (o *CertificatesCertificateRetrievalResponse) HasAltKeySizeInBits() bool

HasAltKeySizeInBits returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasAltKeyType ¶

HasAltKeyType returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasAltKeyTypeString ¶

func (o *CertificatesCertificateRetrievalResponse) HasAltKeyTypeString() bool

HasAltKeyTypeString returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasAltSigningAlgorithm ¶

func (o *CertificatesCertificateRetrievalResponse) HasAltSigningAlgorithm() bool

HasAltSigningAlgorithm returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasArchivedKey ¶

func (o *CertificatesCertificateRetrievalResponse) HasArchivedKey() bool

HasArchivedKey returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasCARecordId ¶

HasCARecordId returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasCARowIndex ¶

HasCARowIndex returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasCRLDistributionPoints ¶

func (o *CertificatesCertificateRetrievalResponse) HasCRLDistributionPoints() bool

HasCRLDistributionPoints returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasCertRequestId ¶

func (o *CertificatesCertificateRetrievalResponse) HasCertRequestId() bool

HasCertRequestId returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasCertState ¶

HasCertState returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasCertStateString ¶

func (o *CertificatesCertificateRetrievalResponse) HasCertStateString() bool

HasCertStateString returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasCertificateAuthorityId ¶

func (o *CertificatesCertificateRetrievalResponse) HasCertificateAuthorityId() bool

HasCertificateAuthorityId returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasCertificateAuthorityName ¶

func (o *CertificatesCertificateRetrievalResponse) HasCertificateAuthorityName() bool

HasCertificateAuthorityName returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasContentBytes ¶

func (o *CertificatesCertificateRetrievalResponse) HasContentBytes() bool

HasContentBytes returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasCurve ¶

HasCurve returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasDetailedKeyUsage ¶

func (o *CertificatesCertificateRetrievalResponse) HasDetailedKeyUsage() bool

HasDetailedKeyUsage returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasExtendedKeyUsages ¶

func (o *CertificatesCertificateRetrievalResponse) HasExtendedKeyUsages() bool

HasExtendedKeyUsages returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasHasAltPrivateKey ¶

func (o *CertificatesCertificateRetrievalResponse) HasHasAltPrivateKey() bool

HasHasAltPrivateKey returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasHasPrivateKey ¶

func (o *CertificatesCertificateRetrievalResponse) HasHasPrivateKey() bool

HasHasPrivateKey returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasImportDate ¶

HasImportDate returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasIssuedCN ¶

HasIssuedCN returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasIssuedDN ¶

HasIssuedDN returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasIssuedEmail ¶

func (o *CertificatesCertificateRetrievalResponse) HasIssuedEmail() bool

HasIssuedEmail returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasIssuedOU ¶

HasIssuedOU returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasIssuerDN ¶

HasIssuerDN returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasKeyRecoverable ¶

func (o *CertificatesCertificateRetrievalResponse) HasKeyRecoverable() bool

HasKeyRecoverable returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasKeySizeInBits ¶

func (o *CertificatesCertificateRetrievalResponse) HasKeySizeInBits() bool

HasKeySizeInBits returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasKeyType ¶

HasKeyType returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasKeyTypeString ¶

func (o *CertificatesCertificateRetrievalResponse) HasKeyTypeString() bool

HasKeyTypeString returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasKeyUsage ¶

HasKeyUsage returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasLocations ¶

HasLocations returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasLocationsCount ¶

func (o *CertificatesCertificateRetrievalResponse) HasLocationsCount() bool

HasLocationsCount returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasMetadata ¶

HasMetadata returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasNotAfter ¶

HasNotAfter returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasNotBefore ¶

HasNotBefore returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasOwnerRoleId ¶

func (o *CertificatesCertificateRetrievalResponse) HasOwnerRoleId() bool

HasOwnerRoleId returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasOwnerRoleName ¶

func (o *CertificatesCertificateRetrievalResponse) HasOwnerRoleName() bool

HasOwnerRoleName returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasPrincipalId ¶

func (o *CertificatesCertificateRetrievalResponse) HasPrincipalId() bool

HasPrincipalId returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasPrincipalName ¶

func (o *CertificatesCertificateRetrievalResponse) HasPrincipalName() bool

HasPrincipalName returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasRequesterId ¶

func (o *CertificatesCertificateRetrievalResponse) HasRequesterId() bool

HasRequesterId returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasRequesterName ¶

func (o *CertificatesCertificateRetrievalResponse) HasRequesterName() bool

HasRequesterName returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasRevocationComment ¶

func (o *CertificatesCertificateRetrievalResponse) HasRevocationComment() bool

HasRevocationComment returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasRevocationEffDate ¶

func (o *CertificatesCertificateRetrievalResponse) HasRevocationEffDate() bool

HasRevocationEffDate returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasRevocationReason ¶

func (o *CertificatesCertificateRetrievalResponse) HasRevocationReason() bool

HasRevocationReason returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasSSLLocations ¶

func (o *CertificatesCertificateRetrievalResponse) HasSSLLocations() bool

HasSSLLocations returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasSerialNumber ¶

func (o *CertificatesCertificateRetrievalResponse) HasSerialNumber() bool

HasSerialNumber returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasSigningAlgorithm ¶

func (o *CertificatesCertificateRetrievalResponse) HasSigningAlgorithm() bool

HasSigningAlgorithm returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasSubjectAltNameElements ¶

func (o *CertificatesCertificateRetrievalResponse) HasSubjectAltNameElements() bool

HasSubjectAltNameElements returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasTemplateId ¶

HasTemplateId returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasTemplateName ¶

func (o *CertificatesCertificateRetrievalResponse) HasTemplateName() bool

HasTemplateName returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponse) HasThumbprint ¶

HasThumbprint returns a boolean if a field has been set.

func (CertificatesCertificateRetrievalResponse) MarshalJSON ¶

func (*CertificatesCertificateRetrievalResponse) SetAltKeySizeInBits ¶

func (o *CertificatesCertificateRetrievalResponse) SetAltKeySizeInBits(v int32)

SetAltKeySizeInBits gets a reference to the given int32 and assigns it to the AltKeySizeInBits field.

func (*CertificatesCertificateRetrievalResponse) SetAltKeyType ¶

SetAltKeyType gets a reference to the given KeyfactorPKIEnumsEncryptionKeyType and assigns it to the AltKeyType field.

func (*CertificatesCertificateRetrievalResponse) SetAltKeyTypeString ¶

func (o *CertificatesCertificateRetrievalResponse) SetAltKeyTypeString(v string)

SetAltKeyTypeString gets a reference to the given NullableString and assigns it to the AltKeyTypeString field.

func (*CertificatesCertificateRetrievalResponse) SetAltKeyTypeStringNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetAltKeyTypeStringNil()

SetAltKeyTypeStringNil sets the value for AltKeyTypeString to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetAltSigningAlgorithm ¶

func (o *CertificatesCertificateRetrievalResponse) SetAltSigningAlgorithm(v string)

SetAltSigningAlgorithm gets a reference to the given NullableString and assigns it to the AltSigningAlgorithm field.

func (*CertificatesCertificateRetrievalResponse) SetAltSigningAlgorithmNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetAltSigningAlgorithmNil()

SetAltSigningAlgorithmNil sets the value for AltSigningAlgorithm to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetArchivedKey ¶

func (o *CertificatesCertificateRetrievalResponse) SetArchivedKey(v bool)

SetArchivedKey gets a reference to the given bool and assigns it to the ArchivedKey field.

func (*CertificatesCertificateRetrievalResponse) SetCARecordId ¶

SetCARecordId gets a reference to the given NullableString and assigns it to the CARecordId field.

func (*CertificatesCertificateRetrievalResponse) SetCARecordIdNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetCARecordIdNil()

SetCARecordIdNil sets the value for CARecordId to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetCARowIndex ¶

func (o *CertificatesCertificateRetrievalResponse) SetCARowIndex(v int64)

SetCARowIndex gets a reference to the given NullableInt64 and assigns it to the CARowIndex field.

func (*CertificatesCertificateRetrievalResponse) SetCARowIndexNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetCARowIndexNil()

SetCARowIndexNil sets the value for CARowIndex to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetCRLDistributionPoints ¶

SetCRLDistributionPoints gets a reference to the given []CertificatesCertificateRetrievalResponseCRLDistributionPointModel and assigns it to the CRLDistributionPoints field.

func (*CertificatesCertificateRetrievalResponse) SetCertRequestId ¶

func (o *CertificatesCertificateRetrievalResponse) SetCertRequestId(v int32)

SetCertRequestId gets a reference to the given NullableInt32 and assigns it to the CertRequestId field.

func (*CertificatesCertificateRetrievalResponse) SetCertRequestIdNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetCertRequestIdNil()

SetCertRequestIdNil sets the value for CertRequestId to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetCertState ¶

SetCertState gets a reference to the given KeyfactorPKIEnumsCertificateState and assigns it to the CertState field.

func (*CertificatesCertificateRetrievalResponse) SetCertStateString ¶

func (o *CertificatesCertificateRetrievalResponse) SetCertStateString(v string)

SetCertStateString gets a reference to the given NullableString and assigns it to the CertStateString field.

func (*CertificatesCertificateRetrievalResponse) SetCertStateStringNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetCertStateStringNil()

SetCertStateStringNil sets the value for CertStateString to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetCertificateAuthorityId ¶

func (o *CertificatesCertificateRetrievalResponse) SetCertificateAuthorityId(v int32)

SetCertificateAuthorityId gets a reference to the given NullableInt32 and assigns it to the CertificateAuthorityId field.

func (*CertificatesCertificateRetrievalResponse) SetCertificateAuthorityIdNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetCertificateAuthorityIdNil()

SetCertificateAuthorityIdNil sets the value for CertificateAuthorityId to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetCertificateAuthorityName ¶

func (o *CertificatesCertificateRetrievalResponse) SetCertificateAuthorityName(v string)

SetCertificateAuthorityName gets a reference to the given NullableString and assigns it to the CertificateAuthorityName field.

func (*CertificatesCertificateRetrievalResponse) SetCertificateAuthorityNameNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetCertificateAuthorityNameNil()

SetCertificateAuthorityNameNil sets the value for CertificateAuthorityName to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetContentBytes ¶

func (o *CertificatesCertificateRetrievalResponse) SetContentBytes(v string)

SetContentBytes gets a reference to the given NullableString and assigns it to the ContentBytes field.

func (*CertificatesCertificateRetrievalResponse) SetContentBytesNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetContentBytesNil()

SetContentBytesNil sets the value for ContentBytes to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetCurve ¶

SetCurve gets a reference to the given NullableString and assigns it to the Curve field.

func (*CertificatesCertificateRetrievalResponse) SetCurveNil ¶

SetCurveNil sets the value for Curve to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetDetailedKeyUsage ¶

SetDetailedKeyUsage gets a reference to the given CertificatesCertificateRetrievalResponseDetailedKeyUsageModel and assigns it to the DetailedKeyUsage field.

func (*CertificatesCertificateRetrievalResponse) SetExtendedKeyUsages ¶

SetExtendedKeyUsages gets a reference to the given []CertificatesCertificateRetrievalResponseExtendedKeyUsageModel and assigns it to the ExtendedKeyUsages field.

func (*CertificatesCertificateRetrievalResponse) SetHasAltPrivateKey ¶

func (o *CertificatesCertificateRetrievalResponse) SetHasAltPrivateKey(v bool)

SetHasAltPrivateKey gets a reference to the given bool and assigns it to the HasAltPrivateKey field.

func (*CertificatesCertificateRetrievalResponse) SetHasPrivateKey ¶

func (o *CertificatesCertificateRetrievalResponse) SetHasPrivateKey(v bool)

SetHasPrivateKey gets a reference to the given bool and assigns it to the HasPrivateKey field.

func (*CertificatesCertificateRetrievalResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CertificatesCertificateRetrievalResponse) SetImportDate ¶

SetImportDate gets a reference to the given time.Time and assigns it to the ImportDate field.

func (*CertificatesCertificateRetrievalResponse) SetIssuedCN ¶

SetIssuedCN gets a reference to the given NullableString and assigns it to the IssuedCN field.

func (*CertificatesCertificateRetrievalResponse) SetIssuedCNNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetIssuedCNNil()

SetIssuedCNNil sets the value for IssuedCN to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetIssuedDN ¶

SetIssuedDN gets a reference to the given NullableString and assigns it to the IssuedDN field.

func (*CertificatesCertificateRetrievalResponse) SetIssuedDNNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetIssuedDNNil()

SetIssuedDNNil sets the value for IssuedDN to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetIssuedEmail ¶

func (o *CertificatesCertificateRetrievalResponse) SetIssuedEmail(v string)

SetIssuedEmail gets a reference to the given NullableString and assigns it to the IssuedEmail field.

func (*CertificatesCertificateRetrievalResponse) SetIssuedEmailNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetIssuedEmailNil()

SetIssuedEmailNil sets the value for IssuedEmail to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetIssuedOU ¶

SetIssuedOU gets a reference to the given NullableString and assigns it to the IssuedOU field.

func (*CertificatesCertificateRetrievalResponse) SetIssuedOUNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetIssuedOUNil()

SetIssuedOUNil sets the value for IssuedOU to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetIssuerDN ¶

SetIssuerDN gets a reference to the given NullableString and assigns it to the IssuerDN field.

func (*CertificatesCertificateRetrievalResponse) SetIssuerDNNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetIssuerDNNil()

SetIssuerDNNil sets the value for IssuerDN to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetKeyRecoverable ¶

func (o *CertificatesCertificateRetrievalResponse) SetKeyRecoverable(v bool)

SetKeyRecoverable gets a reference to the given bool and assigns it to the KeyRecoverable field.

func (*CertificatesCertificateRetrievalResponse) SetKeySizeInBits ¶

func (o *CertificatesCertificateRetrievalResponse) SetKeySizeInBits(v int32)

SetKeySizeInBits gets a reference to the given int32 and assigns it to the KeySizeInBits field.

func (*CertificatesCertificateRetrievalResponse) SetKeyType ¶

SetKeyType gets a reference to the given KeyfactorPKIEnumsEncryptionKeyType and assigns it to the KeyType field.

func (*CertificatesCertificateRetrievalResponse) SetKeyTypeString ¶

func (o *CertificatesCertificateRetrievalResponse) SetKeyTypeString(v string)

SetKeyTypeString gets a reference to the given NullableString and assigns it to the KeyTypeString field.

func (*CertificatesCertificateRetrievalResponse) SetKeyTypeStringNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetKeyTypeStringNil()

SetKeyTypeStringNil sets the value for KeyTypeString to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetKeyUsage ¶

SetKeyUsage gets a reference to the given NullableInt32 and assigns it to the KeyUsage field.

func (*CertificatesCertificateRetrievalResponse) SetKeyUsageNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetKeyUsageNil()

SetKeyUsageNil sets the value for KeyUsage to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetLocations ¶

SetLocations gets a reference to the given []CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel and assigns it to the Locations field.

func (*CertificatesCertificateRetrievalResponse) SetLocationsCount ¶

SetLocationsCount gets a reference to the given []CertificatesCertificateRetrievalResponseLocationCountModel and assigns it to the LocationsCount field.

func (*CertificatesCertificateRetrievalResponse) SetMetadata ¶

SetMetadata gets a reference to the given map[string]string and assigns it to the Metadata field.

func (*CertificatesCertificateRetrievalResponse) SetNotAfter ¶

SetNotAfter gets a reference to the given time.Time and assigns it to the NotAfter field.

func (*CertificatesCertificateRetrievalResponse) SetNotBefore ¶

SetNotBefore gets a reference to the given time.Time and assigns it to the NotBefore field.

func (*CertificatesCertificateRetrievalResponse) SetOwnerRoleId ¶

func (o *CertificatesCertificateRetrievalResponse) SetOwnerRoleId(v int32)

SetOwnerRoleId gets a reference to the given NullableInt32 and assigns it to the OwnerRoleId field.

func (*CertificatesCertificateRetrievalResponse) SetOwnerRoleIdNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetOwnerRoleIdNil()

SetOwnerRoleIdNil sets the value for OwnerRoleId to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetOwnerRoleName ¶

func (o *CertificatesCertificateRetrievalResponse) SetOwnerRoleName(v string)

SetOwnerRoleName gets a reference to the given NullableString and assigns it to the OwnerRoleName field.

func (*CertificatesCertificateRetrievalResponse) SetOwnerRoleNameNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetOwnerRoleNameNil()

SetOwnerRoleNameNil sets the value for OwnerRoleName to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetPrincipalId ¶

func (o *CertificatesCertificateRetrievalResponse) SetPrincipalId(v int32)

SetPrincipalId gets a reference to the given NullableInt32 and assigns it to the PrincipalId field.

func (*CertificatesCertificateRetrievalResponse) SetPrincipalIdNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetPrincipalIdNil()

SetPrincipalIdNil sets the value for PrincipalId to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetPrincipalName ¶

func (o *CertificatesCertificateRetrievalResponse) SetPrincipalName(v string)

SetPrincipalName gets a reference to the given NullableString and assigns it to the PrincipalName field.

func (*CertificatesCertificateRetrievalResponse) SetPrincipalNameNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetPrincipalNameNil()

SetPrincipalNameNil sets the value for PrincipalName to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetRequesterId ¶

func (o *CertificatesCertificateRetrievalResponse) SetRequesterId(v int32)

SetRequesterId gets a reference to the given NullableInt32 and assigns it to the RequesterId field.

func (*CertificatesCertificateRetrievalResponse) SetRequesterIdNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetRequesterIdNil()

SetRequesterIdNil sets the value for RequesterId to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetRequesterName ¶

func (o *CertificatesCertificateRetrievalResponse) SetRequesterName(v string)

SetRequesterName gets a reference to the given NullableString and assigns it to the RequesterName field.

func (*CertificatesCertificateRetrievalResponse) SetRequesterNameNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetRequesterNameNil()

SetRequesterNameNil sets the value for RequesterName to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetRevocationComment ¶

func (o *CertificatesCertificateRetrievalResponse) SetRevocationComment(v string)

SetRevocationComment gets a reference to the given NullableString and assigns it to the RevocationComment field.

func (*CertificatesCertificateRetrievalResponse) SetRevocationCommentNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetRevocationCommentNil()

SetRevocationCommentNil sets the value for RevocationComment to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetRevocationEffDate ¶

func (o *CertificatesCertificateRetrievalResponse) SetRevocationEffDate(v time.Time)

SetRevocationEffDate gets a reference to the given NullableTime and assigns it to the RevocationEffDate field.

func (*CertificatesCertificateRetrievalResponse) SetRevocationEffDateNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetRevocationEffDateNil()

SetRevocationEffDateNil sets the value for RevocationEffDate to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetRevocationReason ¶

SetRevocationReason gets a reference to the given KeyfactorPKIEnumsRevokeCode and assigns it to the RevocationReason field.

func (*CertificatesCertificateRetrievalResponse) SetSSLLocations ¶

SetSSLLocations gets a reference to the given []CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel and assigns it to the SSLLocations field.

func (*CertificatesCertificateRetrievalResponse) SetSerialNumber ¶

func (o *CertificatesCertificateRetrievalResponse) SetSerialNumber(v string)

SetSerialNumber gets a reference to the given NullableString and assigns it to the SerialNumber field.

func (*CertificatesCertificateRetrievalResponse) SetSerialNumberNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetSerialNumberNil()

SetSerialNumberNil sets the value for SerialNumber to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetSigningAlgorithm ¶

func (o *CertificatesCertificateRetrievalResponse) SetSigningAlgorithm(v string)

SetSigningAlgorithm gets a reference to the given NullableString and assigns it to the SigningAlgorithm field.

func (*CertificatesCertificateRetrievalResponse) SetSigningAlgorithmNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetSigningAlgorithmNil()

SetSigningAlgorithmNil sets the value for SigningAlgorithm to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetSubjectAltNameElements ¶

SetSubjectAltNameElements gets a reference to the given []CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel and assigns it to the SubjectAltNameElements field.

func (*CertificatesCertificateRetrievalResponse) SetTemplateId ¶

func (o *CertificatesCertificateRetrievalResponse) SetTemplateId(v int32)

SetTemplateId gets a reference to the given NullableInt32 and assigns it to the TemplateId field.

func (*CertificatesCertificateRetrievalResponse) SetTemplateIdNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetTemplateIdNil()

SetTemplateIdNil sets the value for TemplateId to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetTemplateName ¶

func (o *CertificatesCertificateRetrievalResponse) SetTemplateName(v string)

SetTemplateName gets a reference to the given NullableString and assigns it to the TemplateName field.

func (*CertificatesCertificateRetrievalResponse) SetTemplateNameNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetTemplateNameNil()

SetTemplateNameNil sets the value for TemplateName to be an explicit nil

func (*CertificatesCertificateRetrievalResponse) SetThumbprint ¶

SetThumbprint gets a reference to the given NullableString and assigns it to the Thumbprint field.

func (*CertificatesCertificateRetrievalResponse) SetThumbprintNil ¶

func (o *CertificatesCertificateRetrievalResponse) SetThumbprintNil()

SetThumbprintNil sets the value for Thumbprint to be an explicit nil

func (CertificatesCertificateRetrievalResponse) ToMap ¶

func (o CertificatesCertificateRetrievalResponse) ToMap() (map[string]interface{}, error)

func (*CertificatesCertificateRetrievalResponse) UnsetAltKeyTypeString ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetAltKeyTypeString()

UnsetAltKeyTypeString ensures that no value is present for AltKeyTypeString, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetAltSigningAlgorithm ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetAltSigningAlgorithm()

UnsetAltSigningAlgorithm ensures that no value is present for AltSigningAlgorithm, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetCARecordId ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetCARecordId()

UnsetCARecordId ensures that no value is present for CARecordId, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetCARowIndex ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetCARowIndex()

UnsetCARowIndex ensures that no value is present for CARowIndex, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetCertRequestId ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetCertRequestId()

UnsetCertRequestId ensures that no value is present for CertRequestId, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetCertStateString ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetCertStateString()

UnsetCertStateString ensures that no value is present for CertStateString, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetCertificateAuthorityId ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetCertificateAuthorityId()

UnsetCertificateAuthorityId ensures that no value is present for CertificateAuthorityId, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetCertificateAuthorityName ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetCertificateAuthorityName()

UnsetCertificateAuthorityName ensures that no value is present for CertificateAuthorityName, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetContentBytes ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetContentBytes()

UnsetContentBytes ensures that no value is present for ContentBytes, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetCurve ¶

UnsetCurve ensures that no value is present for Curve, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetIssuedCN ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetIssuedCN()

UnsetIssuedCN ensures that no value is present for IssuedCN, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetIssuedDN ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetIssuedDN()

UnsetIssuedDN ensures that no value is present for IssuedDN, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetIssuedEmail ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetIssuedEmail()

UnsetIssuedEmail ensures that no value is present for IssuedEmail, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetIssuedOU ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetIssuedOU()

UnsetIssuedOU ensures that no value is present for IssuedOU, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetIssuerDN ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetIssuerDN()

UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetKeyTypeString ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetKeyTypeString()

UnsetKeyTypeString ensures that no value is present for KeyTypeString, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetKeyUsage ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetKeyUsage()

UnsetKeyUsage ensures that no value is present for KeyUsage, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetOwnerRoleId ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetOwnerRoleId()

UnsetOwnerRoleId ensures that no value is present for OwnerRoleId, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetOwnerRoleName ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetOwnerRoleName()

UnsetOwnerRoleName ensures that no value is present for OwnerRoleName, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetPrincipalId ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetPrincipalId()

UnsetPrincipalId ensures that no value is present for PrincipalId, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetPrincipalName ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetPrincipalName()

UnsetPrincipalName ensures that no value is present for PrincipalName, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetRequesterId ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetRequesterId()

UnsetRequesterId ensures that no value is present for RequesterId, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetRequesterName ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetRequesterName()

UnsetRequesterName ensures that no value is present for RequesterName, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetRevocationComment ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetRevocationComment()

UnsetRevocationComment ensures that no value is present for RevocationComment, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetRevocationEffDate ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetRevocationEffDate()

UnsetRevocationEffDate ensures that no value is present for RevocationEffDate, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetSerialNumber ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetSerialNumber()

UnsetSerialNumber ensures that no value is present for SerialNumber, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetSigningAlgorithm ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetSigningAlgorithm()

UnsetSigningAlgorithm ensures that no value is present for SigningAlgorithm, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetTemplateId ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetTemplateId()

UnsetTemplateId ensures that no value is present for TemplateId, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetTemplateName ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetTemplateName()

UnsetTemplateName ensures that no value is present for TemplateName, not even an explicit nil

func (*CertificatesCertificateRetrievalResponse) UnsetThumbprint ¶

func (o *CertificatesCertificateRetrievalResponse) UnsetThumbprint()

UnsetThumbprint ensures that no value is present for Thumbprint, not even an explicit nil

type CertificatesCertificateRetrievalResponseCRLDistributionPointModel ¶

type CertificatesCertificateRetrievalResponseCRLDistributionPointModel struct {
	Id      *int32         `json:"Id,omitempty"`
	Url     NullableString `json:"Url,omitempty"`
	UrlHash NullableString `json:"UrlHash,omitempty"`
}

CertificatesCertificateRetrievalResponseCRLDistributionPointModel struct for CertificatesCertificateRetrievalResponseCRLDistributionPointModel

func NewCertificatesCertificateRetrievalResponseCRLDistributionPointModel ¶

func NewCertificatesCertificateRetrievalResponseCRLDistributionPointModel() *CertificatesCertificateRetrievalResponseCRLDistributionPointModel

NewCertificatesCertificateRetrievalResponseCRLDistributionPointModel instantiates a new CertificatesCertificateRetrievalResponseCRLDistributionPointModel 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 NewCertificatesCertificateRetrievalResponseCRLDistributionPointModelWithDefaults ¶

func NewCertificatesCertificateRetrievalResponseCRLDistributionPointModelWithDefaults() *CertificatesCertificateRetrievalResponseCRLDistributionPointModel

NewCertificatesCertificateRetrievalResponseCRLDistributionPointModelWithDefaults instantiates a new CertificatesCertificateRetrievalResponseCRLDistributionPointModel 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 (*CertificatesCertificateRetrievalResponseCRLDistributionPointModel) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponseCRLDistributionPointModel) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponseCRLDistributionPointModel) GetUrl ¶

GetUrl returns the Url field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponseCRLDistributionPointModel) GetUrlHash ¶

GetUrlHash returns the UrlHash field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponseCRLDistributionPointModel) GetUrlHashOk ¶

GetUrlHashOk returns a tuple with the UrlHash field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponseCRLDistributionPointModel) GetUrlOk ¶

GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponseCRLDistributionPointModel) HasId ¶

HasId returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseCRLDistributionPointModel) HasUrl ¶

HasUrl returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseCRLDistributionPointModel) HasUrlHash ¶

HasUrlHash returns a boolean if a field has been set.

func (CertificatesCertificateRetrievalResponseCRLDistributionPointModel) MarshalJSON ¶

func (*CertificatesCertificateRetrievalResponseCRLDistributionPointModel) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CertificatesCertificateRetrievalResponseCRLDistributionPointModel) SetUrl ¶

SetUrl gets a reference to the given NullableString and assigns it to the Url field.

func (*CertificatesCertificateRetrievalResponseCRLDistributionPointModel) SetUrlHash ¶

SetUrlHash gets a reference to the given NullableString and assigns it to the UrlHash field.

func (*CertificatesCertificateRetrievalResponseCRLDistributionPointModel) SetUrlHashNil ¶

SetUrlHashNil sets the value for UrlHash to be an explicit nil

func (*CertificatesCertificateRetrievalResponseCRLDistributionPointModel) SetUrlNil ¶

SetUrlNil sets the value for Url to be an explicit nil

func (CertificatesCertificateRetrievalResponseCRLDistributionPointModel) ToMap ¶

func (*CertificatesCertificateRetrievalResponseCRLDistributionPointModel) UnsetUrl ¶

UnsetUrl ensures that no value is present for Url, not even an explicit nil

func (*CertificatesCertificateRetrievalResponseCRLDistributionPointModel) UnsetUrlHash ¶

UnsetUrlHash ensures that no value is present for UrlHash, not even an explicit nil

type CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel ¶

type CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel struct {
	StoreMachine NullableString `json:"StoreMachine,omitempty"`
	StorePath    NullableString `json:"StorePath,omitempty"`
	StoreType    *int32         `json:"StoreType,omitempty"`
	Alias        NullableString `json:"Alias,omitempty"`
	ChainLevel   *int32         `json:"ChainLevel,omitempty"`
	CertStoreId  *string        `json:"CertStoreId,omitempty"`
}

CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel struct for CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel

func NewCertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel ¶

func NewCertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel() *CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel

NewCertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel instantiates a new CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel 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 NewCertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModelWithDefaults ¶

func NewCertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModelWithDefaults() *CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel

NewCertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModelWithDefaults instantiates a new CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel 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 (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetAlias ¶

GetAlias returns the Alias field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetAliasOk ¶

GetAliasOk returns a tuple with the Alias field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetCertStoreId ¶

GetCertStoreId returns the CertStoreId field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetCertStoreIdOk ¶

GetCertStoreIdOk returns a tuple with the CertStoreId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetChainLevel ¶

GetChainLevel returns the ChainLevel field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetChainLevelOk ¶

GetChainLevelOk returns a tuple with the ChainLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetStoreMachine ¶

GetStoreMachine returns the StoreMachine field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetStoreMachineOk ¶

GetStoreMachineOk returns a tuple with the StoreMachine field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetStorePath ¶

GetStorePath returns the StorePath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetStorePathOk ¶

GetStorePathOk returns a tuple with the StorePath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetStoreType ¶

GetStoreType returns the StoreType field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) GetStoreTypeOk ¶

GetStoreTypeOk returns a tuple with the StoreType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) HasAlias ¶

HasAlias returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) HasCertStoreId ¶

HasCertStoreId returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) HasChainLevel ¶

HasChainLevel returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) HasStoreMachine ¶

HasStoreMachine returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) HasStorePath ¶

HasStorePath returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) HasStoreType ¶

HasStoreType returns a boolean if a field has been set.

func (CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) MarshalJSON ¶

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) SetAlias ¶

SetAlias gets a reference to the given NullableString and assigns it to the Alias field.

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) SetAliasNil ¶

SetAliasNil sets the value for Alias to be an explicit nil

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) SetCertStoreId ¶

SetCertStoreId gets a reference to the given string and assigns it to the CertStoreId field.

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) SetChainLevel ¶

SetChainLevel gets a reference to the given int32 and assigns it to the ChainLevel field.

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) SetStoreMachine ¶

SetStoreMachine gets a reference to the given NullableString and assigns it to the StoreMachine field.

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) SetStoreMachineNil ¶

SetStoreMachineNil sets the value for StoreMachine to be an explicit nil

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) SetStorePath ¶

SetStorePath gets a reference to the given NullableString and assigns it to the StorePath field.

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) SetStorePathNil ¶

SetStorePathNil sets the value for StorePath to be an explicit nil

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) SetStoreType ¶

SetStoreType gets a reference to the given int32 and assigns it to the StoreType field.

func (CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) ToMap ¶

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) UnsetAlias ¶

UnsetAlias ensures that no value is present for Alias, not even an explicit nil

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) UnsetStoreMachine ¶

UnsetStoreMachine ensures that no value is present for StoreMachine, not even an explicit nil

func (*CertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) UnsetStorePath ¶

UnsetStorePath ensures that no value is present for StorePath, not even an explicit nil

type CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel ¶

type CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel struct {
	StorePath   NullableString `json:"StorePath,omitempty"`
	AgentPool   NullableString `json:"AgentPool,omitempty"`
	IPAddress   NullableString `json:"IPAddress,omitempty"`
	Port        NullableInt32  `json:"Port,omitempty"`
	NetworkName NullableString `json:"NetworkName,omitempty"`
}

CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel struct for CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel

func NewCertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel ¶

func NewCertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel() *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel

NewCertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel instantiates a new CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel 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 NewCertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModelWithDefaults ¶

func NewCertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModelWithDefaults() *CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel

NewCertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModelWithDefaults instantiates a new CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel 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 (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetAgentPool ¶

GetAgentPool returns the AgentPool field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetAgentPoolOk ¶

GetAgentPoolOk returns a tuple with the AgentPool field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetIPAddress ¶

GetIPAddress returns the IPAddress field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetIPAddressOk ¶

GetIPAddressOk returns a tuple with the IPAddress field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetNetworkName ¶

GetNetworkName returns the NetworkName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetNetworkNameOk ¶

GetNetworkNameOk returns a tuple with the NetworkName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetPort ¶

GetPort returns the Port field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetPortOk ¶

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetStorePath ¶

GetStorePath returns the StorePath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) GetStorePathOk ¶

GetStorePathOk returns a tuple with the StorePath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) HasAgentPool ¶

HasAgentPool returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) HasIPAddress ¶

HasIPAddress returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) HasNetworkName ¶

HasNetworkName returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) HasPort ¶

HasPort returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) HasStorePath ¶

HasStorePath returns a boolean if a field has been set.

func (CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) MarshalJSON ¶

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) SetAgentPool ¶

SetAgentPool gets a reference to the given NullableString and assigns it to the AgentPool field.

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) SetAgentPoolNil ¶

SetAgentPoolNil sets the value for AgentPool to be an explicit nil

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) SetIPAddress ¶

SetIPAddress gets a reference to the given NullableString and assigns it to the IPAddress field.

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) SetIPAddressNil ¶

SetIPAddressNil sets the value for IPAddress to be an explicit nil

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) SetNetworkName ¶

SetNetworkName gets a reference to the given NullableString and assigns it to the NetworkName field.

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) SetNetworkNameNil ¶

SetNetworkNameNil sets the value for NetworkName to be an explicit nil

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) SetPort ¶

SetPort gets a reference to the given NullableInt32 and assigns it to the Port field.

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) SetPortNil ¶

SetPortNil sets the value for Port to be an explicit nil

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) SetStorePath ¶

SetStorePath gets a reference to the given NullableString and assigns it to the StorePath field.

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) SetStorePathNil ¶

SetStorePathNil sets the value for StorePath to be an explicit nil

func (CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) ToMap ¶

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) UnsetAgentPool ¶

UnsetAgentPool ensures that no value is present for AgentPool, not even an explicit nil

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) UnsetIPAddress ¶

UnsetIPAddress ensures that no value is present for IPAddress, not even an explicit nil

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) UnsetNetworkName ¶

UnsetNetworkName ensures that no value is present for NetworkName, not even an explicit nil

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) UnsetPort ¶

UnsetPort ensures that no value is present for Port, not even an explicit nil

func (*CertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) UnsetStorePath ¶

UnsetStorePath ensures that no value is present for StorePath, not even an explicit nil

type CertificatesCertificateRetrievalResponseDetailedKeyUsageModel ¶

type CertificatesCertificateRetrievalResponseDetailedKeyUsageModel struct {
	CrlSign          *bool          `json:"CrlSign,omitempty"`
	DataEncipherment *bool          `json:"DataEncipherment,omitempty"`
	DecipherOnly     *bool          `json:"DecipherOnly,omitempty"`
	DigitalSignature *bool          `json:"DigitalSignature,omitempty"`
	EncipherOnly     *bool          `json:"EncipherOnly,omitempty"`
	KeyAgreement     *bool          `json:"KeyAgreement,omitempty"`
	KeyCertSign      *bool          `json:"KeyCertSign,omitempty"`
	KeyEncipherment  *bool          `json:"KeyEncipherment,omitempty"`
	NonRepudiation   *bool          `json:"NonRepudiation,omitempty"`
	HexCode          NullableString `json:"HexCode,omitempty"`
}

CertificatesCertificateRetrievalResponseDetailedKeyUsageModel struct for CertificatesCertificateRetrievalResponseDetailedKeyUsageModel

func NewCertificatesCertificateRetrievalResponseDetailedKeyUsageModel ¶

func NewCertificatesCertificateRetrievalResponseDetailedKeyUsageModel() *CertificatesCertificateRetrievalResponseDetailedKeyUsageModel

NewCertificatesCertificateRetrievalResponseDetailedKeyUsageModel instantiates a new CertificatesCertificateRetrievalResponseDetailedKeyUsageModel 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 NewCertificatesCertificateRetrievalResponseDetailedKeyUsageModelWithDefaults ¶

func NewCertificatesCertificateRetrievalResponseDetailedKeyUsageModelWithDefaults() *CertificatesCertificateRetrievalResponseDetailedKeyUsageModel

NewCertificatesCertificateRetrievalResponseDetailedKeyUsageModelWithDefaults instantiates a new CertificatesCertificateRetrievalResponseDetailedKeyUsageModel 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 (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) GetCrlSign ¶

GetCrlSign returns the CrlSign field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) GetCrlSignOk ¶

GetCrlSignOk returns a tuple with the CrlSign field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) GetDataEncipherment ¶

GetDataEncipherment returns the DataEncipherment field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) GetDataEnciphermentOk ¶

GetDataEnciphermentOk returns a tuple with the DataEncipherment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) GetDecipherOnly ¶

GetDecipherOnly returns the DecipherOnly field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) GetDecipherOnlyOk ¶

GetDecipherOnlyOk returns a tuple with the DecipherOnly field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) GetDigitalSignature ¶

GetDigitalSignature returns the DigitalSignature field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) GetDigitalSignatureOk ¶

GetDigitalSignatureOk returns a tuple with the DigitalSignature field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) GetEncipherOnly ¶

GetEncipherOnly returns the EncipherOnly field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) GetEncipherOnlyOk ¶

GetEncipherOnlyOk returns a tuple with the EncipherOnly field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) GetHexCode ¶

GetHexCode returns the HexCode field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) GetHexCodeOk ¶

GetHexCodeOk returns a tuple with the HexCode field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) GetKeyAgreement ¶

GetKeyAgreement returns the KeyAgreement field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) GetKeyAgreementOk ¶

GetKeyAgreementOk returns a tuple with the KeyAgreement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) GetKeyCertSign ¶

GetKeyCertSign returns the KeyCertSign field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) GetKeyCertSignOk ¶

GetKeyCertSignOk returns a tuple with the KeyCertSign field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) GetKeyEncipherment ¶

GetKeyEncipherment returns the KeyEncipherment field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) GetKeyEnciphermentOk ¶

GetKeyEnciphermentOk returns a tuple with the KeyEncipherment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) GetNonRepudiation ¶

GetNonRepudiation returns the NonRepudiation field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) GetNonRepudiationOk ¶

GetNonRepudiationOk returns a tuple with the NonRepudiation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) HasCrlSign ¶

HasCrlSign returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) HasDataEncipherment ¶

HasDataEncipherment returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) HasDecipherOnly ¶

HasDecipherOnly returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) HasDigitalSignature ¶

HasDigitalSignature returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) HasEncipherOnly ¶

HasEncipherOnly returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) HasHexCode ¶

HasHexCode returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) HasKeyAgreement ¶

HasKeyAgreement returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) HasKeyCertSign ¶

HasKeyCertSign returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) HasKeyEncipherment ¶

HasKeyEncipherment returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) HasNonRepudiation ¶

HasNonRepudiation returns a boolean if a field has been set.

func (CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) MarshalJSON ¶

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) SetCrlSign ¶

SetCrlSign gets a reference to the given bool and assigns it to the CrlSign field.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) SetDataEncipherment ¶

SetDataEncipherment gets a reference to the given bool and assigns it to the DataEncipherment field.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) SetDecipherOnly ¶

SetDecipherOnly gets a reference to the given bool and assigns it to the DecipherOnly field.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) SetDigitalSignature ¶

SetDigitalSignature gets a reference to the given bool and assigns it to the DigitalSignature field.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) SetEncipherOnly ¶

SetEncipherOnly gets a reference to the given bool and assigns it to the EncipherOnly field.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) SetHexCode ¶

SetHexCode gets a reference to the given NullableString and assigns it to the HexCode field.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) SetHexCodeNil ¶

SetHexCodeNil sets the value for HexCode to be an explicit nil

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) SetKeyAgreement ¶

SetKeyAgreement gets a reference to the given bool and assigns it to the KeyAgreement field.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) SetKeyCertSign ¶

SetKeyCertSign gets a reference to the given bool and assigns it to the KeyCertSign field.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) SetKeyEncipherment ¶

SetKeyEncipherment gets a reference to the given bool and assigns it to the KeyEncipherment field.

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) SetNonRepudiation ¶

SetNonRepudiation gets a reference to the given bool and assigns it to the NonRepudiation field.

func (CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) ToMap ¶

func (*CertificatesCertificateRetrievalResponseDetailedKeyUsageModel) UnsetHexCode ¶

UnsetHexCode ensures that no value is present for HexCode, not even an explicit nil

type CertificatesCertificateRetrievalResponseExtendedKeyUsageModel ¶

type CertificatesCertificateRetrievalResponseExtendedKeyUsageModel struct {
	Id          *int32         `json:"Id,omitempty"`
	Oid         NullableString `json:"Oid,omitempty"`
	DisplayName NullableString `json:"DisplayName,omitempty"`
}

CertificatesCertificateRetrievalResponseExtendedKeyUsageModel struct for CertificatesCertificateRetrievalResponseExtendedKeyUsageModel

func NewCertificatesCertificateRetrievalResponseExtendedKeyUsageModel ¶

func NewCertificatesCertificateRetrievalResponseExtendedKeyUsageModel() *CertificatesCertificateRetrievalResponseExtendedKeyUsageModel

NewCertificatesCertificateRetrievalResponseExtendedKeyUsageModel instantiates a new CertificatesCertificateRetrievalResponseExtendedKeyUsageModel 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 NewCertificatesCertificateRetrievalResponseExtendedKeyUsageModelWithDefaults ¶

func NewCertificatesCertificateRetrievalResponseExtendedKeyUsageModelWithDefaults() *CertificatesCertificateRetrievalResponseExtendedKeyUsageModel

NewCertificatesCertificateRetrievalResponseExtendedKeyUsageModelWithDefaults instantiates a new CertificatesCertificateRetrievalResponseExtendedKeyUsageModel 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 (*CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) GetDisplayNameOk ¶

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) GetOid ¶

GetOid returns the Oid field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) GetOidOk ¶

GetOidOk returns a tuple with the Oid field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) HasDisplayName ¶

HasDisplayName returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) HasId ¶

HasId returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) HasOid ¶

HasOid returns a boolean if a field has been set.

func (CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) MarshalJSON ¶

func (*CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) SetDisplayName ¶

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) SetDisplayNameNil ¶

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) SetOid ¶

SetOid gets a reference to the given NullableString and assigns it to the Oid field.

func (*CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) SetOidNil ¶

SetOidNil sets the value for Oid to be an explicit nil

func (CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) ToMap ¶

func (*CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) UnsetDisplayName ¶

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*CertificatesCertificateRetrievalResponseExtendedKeyUsageModel) UnsetOid ¶

UnsetOid ensures that no value is present for Oid, not even an explicit nil

type CertificatesCertificateRetrievalResponseLocationCountModel ¶

type CertificatesCertificateRetrievalResponseLocationCountModel struct {
	Type  NullableString `json:"Type,omitempty"`
	Count *int32         `json:"Count,omitempty"`
}

CertificatesCertificateRetrievalResponseLocationCountModel struct for CertificatesCertificateRetrievalResponseLocationCountModel

func NewCertificatesCertificateRetrievalResponseLocationCountModel ¶

func NewCertificatesCertificateRetrievalResponseLocationCountModel() *CertificatesCertificateRetrievalResponseLocationCountModel

NewCertificatesCertificateRetrievalResponseLocationCountModel instantiates a new CertificatesCertificateRetrievalResponseLocationCountModel 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 NewCertificatesCertificateRetrievalResponseLocationCountModelWithDefaults ¶

func NewCertificatesCertificateRetrievalResponseLocationCountModelWithDefaults() *CertificatesCertificateRetrievalResponseLocationCountModel

NewCertificatesCertificateRetrievalResponseLocationCountModelWithDefaults instantiates a new CertificatesCertificateRetrievalResponseLocationCountModel 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 (*CertificatesCertificateRetrievalResponseLocationCountModel) GetCount ¶

GetCount returns the Count field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponseLocationCountModel) GetCountOk ¶

GetCountOk returns a tuple with the Count field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponseLocationCountModel) GetType ¶

GetType returns the Type field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponseLocationCountModel) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponseLocationCountModel) HasCount ¶

HasCount returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseLocationCountModel) HasType ¶

HasType returns a boolean if a field has been set.

func (CertificatesCertificateRetrievalResponseLocationCountModel) MarshalJSON ¶

func (*CertificatesCertificateRetrievalResponseLocationCountModel) SetCount ¶

SetCount gets a reference to the given int32 and assigns it to the Count field.

func (*CertificatesCertificateRetrievalResponseLocationCountModel) SetType ¶

SetType gets a reference to the given NullableString and assigns it to the Type field.

func (*CertificatesCertificateRetrievalResponseLocationCountModel) SetTypeNil ¶

SetTypeNil sets the value for Type to be an explicit nil

func (CertificatesCertificateRetrievalResponseLocationCountModel) ToMap ¶

func (*CertificatesCertificateRetrievalResponseLocationCountModel) UnsetType ¶

UnsetType ensures that no value is present for Type, not even an explicit nil

type CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel ¶

type CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel struct {
	Id        *int32                                                 `json:"Id,omitempty"`
	Value     NullableString                                         `json:"Value,omitempty"`
	Type      *KeyfactorPKIPKIConstantsX509SubjectAltNameElementType `json:"Type,omitempty"`
	ValueHash NullableString                                         `json:"ValueHash,omitempty"`
}

CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel struct for CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel

func NewCertificatesCertificateRetrievalResponseSubjectAlternativeNameModel ¶

func NewCertificatesCertificateRetrievalResponseSubjectAlternativeNameModel() *CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel

NewCertificatesCertificateRetrievalResponseSubjectAlternativeNameModel instantiates a new CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel 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 NewCertificatesCertificateRetrievalResponseSubjectAlternativeNameModelWithDefaults ¶

func NewCertificatesCertificateRetrievalResponseSubjectAlternativeNameModelWithDefaults() *CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel

NewCertificatesCertificateRetrievalResponseSubjectAlternativeNameModelWithDefaults instantiates a new CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel 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 (*CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) GetValue ¶

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) GetValueHash ¶

GetValueHash returns the ValueHash field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) GetValueHashOk ¶

GetValueHashOk returns a tuple with the ValueHash field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) GetValueOk ¶

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) HasId ¶

HasId returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) HasType ¶

HasType returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) HasValue ¶

HasValue returns a boolean if a field has been set.

func (*CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) HasValueHash ¶

HasValueHash returns a boolean if a field has been set.

func (CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) MarshalJSON ¶

func (*CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) SetType ¶

SetType gets a reference to the given KeyfactorPKIPKIConstantsX509SubjectAltNameElementType and assigns it to the Type field.

func (*CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) SetValue ¶

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) SetValueHash ¶

SetValueHash gets a reference to the given NullableString and assigns it to the ValueHash field.

func (*CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) SetValueHashNil ¶

SetValueHashNil sets the value for ValueHash to be an explicit nil

func (*CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) SetValueNil ¶

SetValueNil sets the value for Value to be an explicit nil

func (CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) ToMap ¶

func (*CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) UnsetValue ¶

UnsetValue ensures that no value is present for Value, not even an explicit nil

func (*CertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) UnsetValueHash ¶

UnsetValueHash ensures that no value is present for ValueHash, not even an explicit nil

type CertificatesOwnerRequest ¶

type CertificatesOwnerRequest struct {
	NewRoleId   NullableInt32  `json:"NewRoleId,omitempty"`
	NewRoleName NullableString `json:"NewRoleName,omitempty"`
}

CertificatesOwnerRequest struct for CertificatesOwnerRequest

func NewCertificatesOwnerRequest ¶

func NewCertificatesOwnerRequest() *CertificatesOwnerRequest

NewCertificatesOwnerRequest instantiates a new CertificatesOwnerRequest 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 NewCertificatesOwnerRequestWithDefaults ¶

func NewCertificatesOwnerRequestWithDefaults() *CertificatesOwnerRequest

NewCertificatesOwnerRequestWithDefaults instantiates a new CertificatesOwnerRequest 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 (*CertificatesOwnerRequest) GetNewRoleId ¶

func (o *CertificatesOwnerRequest) GetNewRoleId() int32

GetNewRoleId returns the NewRoleId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesOwnerRequest) GetNewRoleIdOk ¶

func (o *CertificatesOwnerRequest) GetNewRoleIdOk() (*int32, bool)

GetNewRoleIdOk returns a tuple with the NewRoleId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesOwnerRequest) GetNewRoleName ¶

func (o *CertificatesOwnerRequest) GetNewRoleName() string

GetNewRoleName returns the NewRoleName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesOwnerRequest) GetNewRoleNameOk ¶

func (o *CertificatesOwnerRequest) GetNewRoleNameOk() (*string, bool)

GetNewRoleNameOk returns a tuple with the NewRoleName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesOwnerRequest) HasNewRoleId ¶

func (o *CertificatesOwnerRequest) HasNewRoleId() bool

HasNewRoleId returns a boolean if a field has been set.

func (*CertificatesOwnerRequest) HasNewRoleName ¶

func (o *CertificatesOwnerRequest) HasNewRoleName() bool

HasNewRoleName returns a boolean if a field has been set.

func (CertificatesOwnerRequest) MarshalJSON ¶

func (o CertificatesOwnerRequest) MarshalJSON() ([]byte, error)

func (*CertificatesOwnerRequest) SetNewRoleId ¶

func (o *CertificatesOwnerRequest) SetNewRoleId(v int32)

SetNewRoleId gets a reference to the given NullableInt32 and assigns it to the NewRoleId field.

func (*CertificatesOwnerRequest) SetNewRoleIdNil ¶

func (o *CertificatesOwnerRequest) SetNewRoleIdNil()

SetNewRoleIdNil sets the value for NewRoleId to be an explicit nil

func (*CertificatesOwnerRequest) SetNewRoleName ¶

func (o *CertificatesOwnerRequest) SetNewRoleName(v string)

SetNewRoleName gets a reference to the given NullableString and assigns it to the NewRoleName field.

func (*CertificatesOwnerRequest) SetNewRoleNameNil ¶

func (o *CertificatesOwnerRequest) SetNewRoleNameNil()

SetNewRoleNameNil sets the value for NewRoleName to be an explicit nil

func (CertificatesOwnerRequest) ToMap ¶

func (o CertificatesOwnerRequest) ToMap() (map[string]interface{}, error)

func (*CertificatesOwnerRequest) UnsetNewRoleId ¶

func (o *CertificatesOwnerRequest) UnsetNewRoleId()

UnsetNewRoleId ensures that no value is present for NewRoleId, not even an explicit nil

func (*CertificatesOwnerRequest) UnsetNewRoleName ¶

func (o *CertificatesOwnerRequest) UnsetNewRoleName()

UnsetNewRoleName ensures that no value is present for NewRoleName, not even an explicit nil

type CertificatesRevocationResponse ¶

type CertificatesRevocationResponse struct {
	RevokedIds     []int32                                   `json:"RevokedIds,omitempty"`
	SuspendedCerts []CertificatesSuspendedRevocationResponse `json:"SuspendedCerts,omitempty"`
}

CertificatesRevocationResponse struct for CertificatesRevocationResponse

func NewCertificatesRevocationResponse ¶

func NewCertificatesRevocationResponse() *CertificatesRevocationResponse

NewCertificatesRevocationResponse instantiates a new CertificatesRevocationResponse 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 NewCertificatesRevocationResponseWithDefaults ¶

func NewCertificatesRevocationResponseWithDefaults() *CertificatesRevocationResponse

NewCertificatesRevocationResponseWithDefaults instantiates a new CertificatesRevocationResponse 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 (*CertificatesRevocationResponse) GetRevokedIds ¶

func (o *CertificatesRevocationResponse) GetRevokedIds() []int32

GetRevokedIds returns the RevokedIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesRevocationResponse) GetRevokedIdsOk ¶

func (o *CertificatesRevocationResponse) GetRevokedIdsOk() ([]int32, bool)

GetRevokedIdsOk returns a tuple with the RevokedIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesRevocationResponse) GetSuspendedCerts ¶

GetSuspendedCerts returns the SuspendedCerts field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesRevocationResponse) GetSuspendedCertsOk ¶

GetSuspendedCertsOk returns a tuple with the SuspendedCerts field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesRevocationResponse) HasRevokedIds ¶

func (o *CertificatesRevocationResponse) HasRevokedIds() bool

HasRevokedIds returns a boolean if a field has been set.

func (*CertificatesRevocationResponse) HasSuspendedCerts ¶

func (o *CertificatesRevocationResponse) HasSuspendedCerts() bool

HasSuspendedCerts returns a boolean if a field has been set.

func (CertificatesRevocationResponse) MarshalJSON ¶

func (o CertificatesRevocationResponse) MarshalJSON() ([]byte, error)

func (*CertificatesRevocationResponse) SetRevokedIds ¶

func (o *CertificatesRevocationResponse) SetRevokedIds(v []int32)

SetRevokedIds gets a reference to the given []int32 and assigns it to the RevokedIds field.

func (*CertificatesRevocationResponse) SetSuspendedCerts ¶

SetSuspendedCerts gets a reference to the given []CertificatesSuspendedRevocationResponse and assigns it to the SuspendedCerts field.

func (CertificatesRevocationResponse) ToMap ¶

func (o CertificatesRevocationResponse) ToMap() (map[string]interface{}, error)

type CertificatesRevokeCertificateRequest ¶

type CertificatesRevokeCertificateRequest struct {
	CertificateIds []int32                      `json:"CertificateIds,omitempty"`
	Reason         *KeyfactorPKIEnumsRevokeCode `json:"Reason,omitempty"`
	Comment        NullableString               `json:"Comment,omitempty"`
	EffectiveDate  *time.Time                   `json:"EffectiveDate,omitempty"`
	CollectionId   NullableInt32                `json:"CollectionId,omitempty"`
	PublishCRL     *bool                        `json:"PublishCRL,omitempty"`
}

CertificatesRevokeCertificateRequest struct for CertificatesRevokeCertificateRequest

func NewCertificatesRevokeCertificateRequest ¶

func NewCertificatesRevokeCertificateRequest() *CertificatesRevokeCertificateRequest

NewCertificatesRevokeCertificateRequest instantiates a new CertificatesRevokeCertificateRequest 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 NewCertificatesRevokeCertificateRequestWithDefaults ¶

func NewCertificatesRevokeCertificateRequestWithDefaults() *CertificatesRevokeCertificateRequest

NewCertificatesRevokeCertificateRequestWithDefaults instantiates a new CertificatesRevokeCertificateRequest 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 (*CertificatesRevokeCertificateRequest) GetCertificateIds ¶

func (o *CertificatesRevokeCertificateRequest) GetCertificateIds() []int32

GetCertificateIds returns the CertificateIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesRevokeCertificateRequest) GetCertificateIdsOk ¶

func (o *CertificatesRevokeCertificateRequest) GetCertificateIdsOk() ([]int32, bool)

GetCertificateIdsOk returns a tuple with the CertificateIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesRevokeCertificateRequest) GetCollectionId ¶

func (o *CertificatesRevokeCertificateRequest) GetCollectionId() int32

GetCollectionId returns the CollectionId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesRevokeCertificateRequest) GetCollectionIdOk ¶

func (o *CertificatesRevokeCertificateRequest) GetCollectionIdOk() (*int32, bool)

GetCollectionIdOk returns a tuple with the CollectionId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesRevokeCertificateRequest) GetComment ¶

GetComment returns the Comment field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesRevokeCertificateRequest) GetCommentOk ¶

func (o *CertificatesRevokeCertificateRequest) GetCommentOk() (*string, bool)

GetCommentOk returns a tuple with the Comment field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesRevokeCertificateRequest) GetEffectiveDate ¶

func (o *CertificatesRevokeCertificateRequest) GetEffectiveDate() time.Time

GetEffectiveDate returns the EffectiveDate field value if set, zero value otherwise.

func (*CertificatesRevokeCertificateRequest) GetEffectiveDateOk ¶

func (o *CertificatesRevokeCertificateRequest) GetEffectiveDateOk() (*time.Time, bool)

GetEffectiveDateOk returns a tuple with the EffectiveDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesRevokeCertificateRequest) GetPublishCRL ¶

func (o *CertificatesRevokeCertificateRequest) GetPublishCRL() bool

GetPublishCRL returns the PublishCRL field value if set, zero value otherwise.

func (*CertificatesRevokeCertificateRequest) GetPublishCRLOk ¶

func (o *CertificatesRevokeCertificateRequest) GetPublishCRLOk() (*bool, bool)

GetPublishCRLOk returns a tuple with the PublishCRL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesRevokeCertificateRequest) GetReason ¶

GetReason returns the Reason field value if set, zero value otherwise.

func (*CertificatesRevokeCertificateRequest) GetReasonOk ¶

GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesRevokeCertificateRequest) HasCertificateIds ¶

func (o *CertificatesRevokeCertificateRequest) HasCertificateIds() bool

HasCertificateIds returns a boolean if a field has been set.

func (*CertificatesRevokeCertificateRequest) HasCollectionId ¶

func (o *CertificatesRevokeCertificateRequest) HasCollectionId() bool

HasCollectionId returns a boolean if a field has been set.

func (*CertificatesRevokeCertificateRequest) HasComment ¶

HasComment returns a boolean if a field has been set.

func (*CertificatesRevokeCertificateRequest) HasEffectiveDate ¶

func (o *CertificatesRevokeCertificateRequest) HasEffectiveDate() bool

HasEffectiveDate returns a boolean if a field has been set.

func (*CertificatesRevokeCertificateRequest) HasPublishCRL ¶

func (o *CertificatesRevokeCertificateRequest) HasPublishCRL() bool

HasPublishCRL returns a boolean if a field has been set.

func (*CertificatesRevokeCertificateRequest) HasReason ¶

HasReason returns a boolean if a field has been set.

func (CertificatesRevokeCertificateRequest) MarshalJSON ¶

func (o CertificatesRevokeCertificateRequest) MarshalJSON() ([]byte, error)

func (*CertificatesRevokeCertificateRequest) SetCertificateIds ¶

func (o *CertificatesRevokeCertificateRequest) SetCertificateIds(v []int32)

SetCertificateIds gets a reference to the given []int32 and assigns it to the CertificateIds field.

func (*CertificatesRevokeCertificateRequest) SetCollectionId ¶

func (o *CertificatesRevokeCertificateRequest) SetCollectionId(v int32)

SetCollectionId gets a reference to the given NullableInt32 and assigns it to the CollectionId field.

func (*CertificatesRevokeCertificateRequest) SetCollectionIdNil ¶

func (o *CertificatesRevokeCertificateRequest) SetCollectionIdNil()

SetCollectionIdNil sets the value for CollectionId to be an explicit nil

func (*CertificatesRevokeCertificateRequest) SetComment ¶

SetComment gets a reference to the given NullableString and assigns it to the Comment field.

func (*CertificatesRevokeCertificateRequest) SetCommentNil ¶

func (o *CertificatesRevokeCertificateRequest) SetCommentNil()

SetCommentNil sets the value for Comment to be an explicit nil

func (*CertificatesRevokeCertificateRequest) SetEffectiveDate ¶

func (o *CertificatesRevokeCertificateRequest) SetEffectiveDate(v time.Time)

SetEffectiveDate gets a reference to the given time.Time and assigns it to the EffectiveDate field.

func (*CertificatesRevokeCertificateRequest) SetPublishCRL ¶

func (o *CertificatesRevokeCertificateRequest) SetPublishCRL(v bool)

SetPublishCRL gets a reference to the given bool and assigns it to the PublishCRL field.

func (*CertificatesRevokeCertificateRequest) SetReason ¶

SetReason gets a reference to the given KeyfactorPKIEnumsRevokeCode and assigns it to the Reason field.

func (CertificatesRevokeCertificateRequest) ToMap ¶

func (o CertificatesRevokeCertificateRequest) ToMap() (map[string]interface{}, error)

func (*CertificatesRevokeCertificateRequest) UnsetCollectionId ¶

func (o *CertificatesRevokeCertificateRequest) UnsetCollectionId()

UnsetCollectionId ensures that no value is present for CollectionId, not even an explicit nil

func (*CertificatesRevokeCertificateRequest) UnsetComment ¶

func (o *CertificatesRevokeCertificateRequest) UnsetComment()

UnsetComment ensures that no value is present for Comment, not even an explicit nil

type CertificatesSubjectAlternativeName ¶

type CertificatesSubjectAlternativeName struct {
	Value NullableString `json:"Value,omitempty"`
	Type  NullableString `json:"Type,omitempty"`
}

CertificatesSubjectAlternativeName

func NewCertificatesSubjectAlternativeName ¶

func NewCertificatesSubjectAlternativeName() *CertificatesSubjectAlternativeName

NewCertificatesSubjectAlternativeName instantiates a new CertificatesSubjectAlternativeName 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 NewCertificatesSubjectAlternativeNameWithDefaults ¶

func NewCertificatesSubjectAlternativeNameWithDefaults() *CertificatesSubjectAlternativeName

NewCertificatesSubjectAlternativeNameWithDefaults instantiates a new CertificatesSubjectAlternativeName 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 (*CertificatesSubjectAlternativeName) GetType ¶

GetType returns the Type field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesSubjectAlternativeName) GetTypeOk ¶

func (o *CertificatesSubjectAlternativeName) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesSubjectAlternativeName) GetValue ¶

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesSubjectAlternativeName) GetValueOk ¶

func (o *CertificatesSubjectAlternativeName) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesSubjectAlternativeName) HasType ¶

HasType returns a boolean if a field has been set.

func (*CertificatesSubjectAlternativeName) HasValue ¶

HasValue returns a boolean if a field has been set.

func (CertificatesSubjectAlternativeName) MarshalJSON ¶

func (o CertificatesSubjectAlternativeName) MarshalJSON() ([]byte, error)

func (*CertificatesSubjectAlternativeName) SetType ¶

SetType gets a reference to the given NullableString and assigns it to the Type field.

func (*CertificatesSubjectAlternativeName) SetTypeNil ¶

func (o *CertificatesSubjectAlternativeName) SetTypeNil()

SetTypeNil sets the value for Type to be an explicit nil

func (*CertificatesSubjectAlternativeName) SetValue ¶

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*CertificatesSubjectAlternativeName) SetValueNil ¶

func (o *CertificatesSubjectAlternativeName) SetValueNil()

SetValueNil sets the value for Value to be an explicit nil

func (CertificatesSubjectAlternativeName) ToMap ¶

func (o CertificatesSubjectAlternativeName) ToMap() (map[string]interface{}, error)

func (*CertificatesSubjectAlternativeName) UnsetType ¶

func (o *CertificatesSubjectAlternativeName) UnsetType()

UnsetType ensures that no value is present for Type, not even an explicit nil

func (*CertificatesSubjectAlternativeName) UnsetValue ¶

func (o *CertificatesSubjectAlternativeName) UnsetValue()

UnsetValue ensures that no value is present for Value, not even an explicit nil

type CertificatesSuspendedRevocationResponse ¶

type CertificatesSuspendedRevocationResponse struct {
	CertId     *int32         `json:"CertId,omitempty"`
	WorkflowId *string        `json:"WorkflowId,omitempty"`
	Message    NullableString `json:"Message,omitempty"`
}

CertificatesSuspendedRevocationResponse struct for CertificatesSuspendedRevocationResponse

func NewCertificatesSuspendedRevocationResponse ¶

func NewCertificatesSuspendedRevocationResponse() *CertificatesSuspendedRevocationResponse

NewCertificatesSuspendedRevocationResponse instantiates a new CertificatesSuspendedRevocationResponse 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 NewCertificatesSuspendedRevocationResponseWithDefaults ¶

func NewCertificatesSuspendedRevocationResponseWithDefaults() *CertificatesSuspendedRevocationResponse

NewCertificatesSuspendedRevocationResponseWithDefaults instantiates a new CertificatesSuspendedRevocationResponse 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 (*CertificatesSuspendedRevocationResponse) GetCertId ¶

GetCertId returns the CertId field value if set, zero value otherwise.

func (*CertificatesSuspendedRevocationResponse) GetCertIdOk ¶

func (o *CertificatesSuspendedRevocationResponse) GetCertIdOk() (*int32, bool)

GetCertIdOk returns a tuple with the CertId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesSuspendedRevocationResponse) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CertificatesSuspendedRevocationResponse) GetMessageOk ¶

func (o *CertificatesSuspendedRevocationResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CertificatesSuspendedRevocationResponse) GetWorkflowId ¶

GetWorkflowId returns the WorkflowId field value if set, zero value otherwise.

func (*CertificatesSuspendedRevocationResponse) GetWorkflowIdOk ¶

func (o *CertificatesSuspendedRevocationResponse) GetWorkflowIdOk() (*string, bool)

GetWorkflowIdOk returns a tuple with the WorkflowId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*CertificatesSuspendedRevocationResponse) HasCertId ¶

HasCertId returns a boolean if a field has been set.

func (*CertificatesSuspendedRevocationResponse) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (*CertificatesSuspendedRevocationResponse) HasWorkflowId ¶

func (o *CertificatesSuspendedRevocationResponse) HasWorkflowId() bool

HasWorkflowId returns a boolean if a field has been set.

func (CertificatesSuspendedRevocationResponse) MarshalJSON ¶

func (o CertificatesSuspendedRevocationResponse) MarshalJSON() ([]byte, error)

func (*CertificatesSuspendedRevocationResponse) SetCertId ¶

SetCertId gets a reference to the given int32 and assigns it to the CertId field.

func (*CertificatesSuspendedRevocationResponse) SetMessage ¶

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*CertificatesSuspendedRevocationResponse) SetMessageNil ¶

func (o *CertificatesSuspendedRevocationResponse) SetMessageNil()

SetMessageNil sets the value for Message to be an explicit nil

func (*CertificatesSuspendedRevocationResponse) SetWorkflowId ¶

func (o *CertificatesSuspendedRevocationResponse) SetWorkflowId(v string)

SetWorkflowId gets a reference to the given string and assigns it to the WorkflowId field.

func (CertificatesSuspendedRevocationResponse) ToMap ¶

func (o CertificatesSuspendedRevocationResponse) ToMap() (map[string]interface{}, error)

func (*CertificatesSuspendedRevocationResponse) UnsetMessage ¶

func (o *CertificatesSuspendedRevocationResponse) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

type ComponentInstallationApiService ¶

type ComponentInstallationApiService service

ComponentInstallationApiService ComponentInstallationApi service

func (*ComponentInstallationApiService) DeleteComponentInstallationByIdExecute ¶

func (a *ComponentInstallationApiService) DeleteComponentInstallationByIdExecute(r ApiDeleteComponentInstallationByIdRequest) (*http.Response, error)

Executes the API request

func (*ComponentInstallationApiService) GetComponentInstallationExecute ¶

Executes the API request V1 GET /ComponentInstallation

@return []ComponentInstallationComponentInstallationResponse

func (*ComponentInstallationApiService) NewDeleteComponentInstallationByIdRequest ¶

func (a *ComponentInstallationApiService) NewDeleteComponentInstallationByIdRequest(ctx context.Context, id int32) ApiDeleteComponentInstallationByIdRequest

Creates a new V1 DELETE /ComponentInstallation/{id} request.

DeleteComponentInstallationById Deletes the Keyfactor component installation whose ID is provided.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor component installation identifier
@return ApiDeleteComponentInstallationByIdRequest

func (*ComponentInstallationApiService) NewGetComponentInstallationRequest ¶

func (a *ComponentInstallationApiService) NewGetComponentInstallationRequest(ctx context.Context) ApiGetComponentInstallationRequest

Creates a new V1 GET /ComponentInstallation request.

GetComponentInstallation Returns all Keyfactor component installations.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetComponentInstallationRequest

type ComponentInstallationComponentInstallationResponse ¶

type ComponentInstallationComponentInstallationResponse struct {
	Id         *int32         `json:"Id,omitempty"`
	Machine    NullableString `json:"Machine,omitempty"`
	Version    NullableString `json:"Version,omitempty"`
	Components NullableString `json:"Components,omitempty"`
}

ComponentInstallationComponentInstallationResponse struct for ComponentInstallationComponentInstallationResponse

func NewComponentInstallationComponentInstallationResponse ¶

func NewComponentInstallationComponentInstallationResponse() *ComponentInstallationComponentInstallationResponse

NewComponentInstallationComponentInstallationResponse instantiates a new ComponentInstallationComponentInstallationResponse 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 NewComponentInstallationComponentInstallationResponseWithDefaults ¶

func NewComponentInstallationComponentInstallationResponseWithDefaults() *ComponentInstallationComponentInstallationResponse

NewComponentInstallationComponentInstallationResponseWithDefaults instantiates a new ComponentInstallationComponentInstallationResponse 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 (*ComponentInstallationComponentInstallationResponse) GetComponents ¶

GetComponents returns the Components field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ComponentInstallationComponentInstallationResponse) GetComponentsOk ¶

GetComponentsOk returns a tuple with the Components field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ComponentInstallationComponentInstallationResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ComponentInstallationComponentInstallationResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ComponentInstallationComponentInstallationResponse) GetMachine ¶

GetMachine returns the Machine field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ComponentInstallationComponentInstallationResponse) GetMachineOk ¶

GetMachineOk returns a tuple with the Machine field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ComponentInstallationComponentInstallationResponse) GetVersion ¶

GetVersion returns the Version field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ComponentInstallationComponentInstallationResponse) GetVersionOk ¶

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ComponentInstallationComponentInstallationResponse) HasComponents ¶

HasComponents returns a boolean if a field has been set.

func (*ComponentInstallationComponentInstallationResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*ComponentInstallationComponentInstallationResponse) HasMachine ¶

HasMachine returns a boolean if a field has been set.

func (*ComponentInstallationComponentInstallationResponse) HasVersion ¶

HasVersion returns a boolean if a field has been set.

func (ComponentInstallationComponentInstallationResponse) MarshalJSON ¶

func (*ComponentInstallationComponentInstallationResponse) SetComponents ¶

SetComponents gets a reference to the given NullableString and assigns it to the Components field.

func (*ComponentInstallationComponentInstallationResponse) SetComponentsNil ¶

SetComponentsNil sets the value for Components to be an explicit nil

func (*ComponentInstallationComponentInstallationResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ComponentInstallationComponentInstallationResponse) SetMachine ¶

SetMachine gets a reference to the given NullableString and assigns it to the Machine field.

func (*ComponentInstallationComponentInstallationResponse) SetMachineNil ¶

SetMachineNil sets the value for Machine to be an explicit nil

func (*ComponentInstallationComponentInstallationResponse) SetVersion ¶

SetVersion gets a reference to the given NullableString and assigns it to the Version field.

func (*ComponentInstallationComponentInstallationResponse) SetVersionNil ¶

SetVersionNil sets the value for Version to be an explicit nil

func (ComponentInstallationComponentInstallationResponse) ToMap ¶

func (*ComponentInstallationComponentInstallationResponse) UnsetComponents ¶

UnsetComponents ensures that no value is present for Components, not even an explicit nil

func (*ComponentInstallationComponentInstallationResponse) UnsetMachine ¶

UnsetMachine ensures that no value is present for Machine, not even an explicit nil

func (*ComponentInstallationComponentInstallationResponse) UnsetVersion ¶

UnsetVersion ensures that no value is present for Version, not even an explicit nil

type Configuration ¶

type Configuration struct {
	Host              string            `json:"host,omitempty"`
	BasicAuth         BasicAuth         `json:"basicAuth,omitempty"`
	DefaultHeader     map[string]string `json:"defaultHeader,omitempty"`
	UserAgent         string            `json:"userAgent,omitempty"`
	Debug             bool              `json:"debug,omitempty"`
	CaCertificatePath string            `json:"caCertificatePath,omitempty"`
	APIPath           string            `json:"apiPath,omitempty"`
	Domain            string            `json:"domain,omitempty"`
	HTTPClient        *http.Client
	// contains filtered or unexported fields
}

Configuration stores the configuration of the API client

func NewConfiguration ¶

func NewConfiguration(config map[string]string) (*Configuration, error)

NewConfiguration returns a new Configuration object

func (*Configuration) AddDefaultHeader ¶

func (c *Configuration) AddDefaultHeader(key string, value string)

AddDefaultHeader adds a new HTTP header to the default header in the request

func (*Configuration) SetCaCertificates ¶

func (c *Configuration) SetCaCertificates(caCertificates []*x509.Certificate)

type ConfigurationTenantConfigurationTenantRequest ¶

type ConfigurationTenantConfigurationTenantRequest struct {
	ConfigurationTenant NullableString `json:"ConfigurationTenant,omitempty"`
}

ConfigurationTenantConfigurationTenantRequest struct for ConfigurationTenantConfigurationTenantRequest

func NewConfigurationTenantConfigurationTenantRequest ¶

func NewConfigurationTenantConfigurationTenantRequest() *ConfigurationTenantConfigurationTenantRequest

NewConfigurationTenantConfigurationTenantRequest instantiates a new ConfigurationTenantConfigurationTenantRequest 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 NewConfigurationTenantConfigurationTenantRequestWithDefaults ¶

func NewConfigurationTenantConfigurationTenantRequestWithDefaults() *ConfigurationTenantConfigurationTenantRequest

NewConfigurationTenantConfigurationTenantRequestWithDefaults instantiates a new ConfigurationTenantConfigurationTenantRequest 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 (*ConfigurationTenantConfigurationTenantRequest) GetConfigurationTenant ¶

func (o *ConfigurationTenantConfigurationTenantRequest) GetConfigurationTenant() string

GetConfigurationTenant returns the ConfigurationTenant field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ConfigurationTenantConfigurationTenantRequest) GetConfigurationTenantOk ¶

func (o *ConfigurationTenantConfigurationTenantRequest) GetConfigurationTenantOk() (*string, bool)

GetConfigurationTenantOk returns a tuple with the ConfigurationTenant field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ConfigurationTenantConfigurationTenantRequest) HasConfigurationTenant ¶

func (o *ConfigurationTenantConfigurationTenantRequest) HasConfigurationTenant() bool

HasConfigurationTenant returns a boolean if a field has been set.

func (ConfigurationTenantConfigurationTenantRequest) MarshalJSON ¶

func (*ConfigurationTenantConfigurationTenantRequest) SetConfigurationTenant ¶

func (o *ConfigurationTenantConfigurationTenantRequest) SetConfigurationTenant(v string)

SetConfigurationTenant gets a reference to the given NullableString and assigns it to the ConfigurationTenant field.

func (*ConfigurationTenantConfigurationTenantRequest) SetConfigurationTenantNil ¶

func (o *ConfigurationTenantConfigurationTenantRequest) SetConfigurationTenantNil()

SetConfigurationTenantNil sets the value for ConfigurationTenant to be an explicit nil

func (ConfigurationTenantConfigurationTenantRequest) ToMap ¶

func (o ConfigurationTenantConfigurationTenantRequest) ToMap() (map[string]interface{}, error)

func (*ConfigurationTenantConfigurationTenantRequest) UnsetConfigurationTenant ¶

func (o *ConfigurationTenantConfigurationTenantRequest) UnsetConfigurationTenant()

UnsetConfigurationTenant ensures that no value is present for ConfigurationTenant, not even an explicit nil

type CustomJobTypeApiService ¶

type CustomJobTypeApiService service

CustomJobTypeApiService CustomJobTypeApi service

func (*CustomJobTypeApiService) CreateJobTypesCustomExecute ¶

Executes the API request V1 POST /JobTypes/Custom

@return OrchestratorJobsJobTypeResponse

func (*CustomJobTypeApiService) DeleteJobTypesCustomByIdExecute ¶

func (a *CustomJobTypeApiService) DeleteJobTypesCustomByIdExecute(r ApiDeleteJobTypesCustomByIdRequest) (*http.Response, error)

Executes the API request

func (*CustomJobTypeApiService) GetJobTypesCustomByIdExecute ¶

Executes the API request V1 GET /JobTypes/Custom/{id}

@return OrchestratorJobsJobTypeResponse

func (*CustomJobTypeApiService) GetJobTypesCustomExecute ¶

Executes the API request V1 GET /JobTypes/Custom

@return []OrchestratorJobsJobTypeResponse

func (*CustomJobTypeApiService) NewCreateJobTypesCustomRequest ¶

func (a *CustomJobTypeApiService) NewCreateJobTypesCustomRequest(ctx context.Context) ApiCreateJobTypesCustomRequest

Creates a new V1 POST /JobTypes/Custom request.

CreateJobTypesCustom Creates a custom job type with the provided properties

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateJobTypesCustomRequest

func (*CustomJobTypeApiService) NewDeleteJobTypesCustomByIdRequest ¶

func (a *CustomJobTypeApiService) NewDeleteJobTypesCustomByIdRequest(ctx context.Context, id string) ApiDeleteJobTypesCustomByIdRequest

Creates a new V1 DELETE /JobTypes/Custom/{id} request.

DeleteJobTypesCustomById Deletes the custom job type associated with the provided id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifier (GUID) of the job type
@return ApiDeleteJobTypesCustomByIdRequest

func (*CustomJobTypeApiService) NewGetJobTypesCustomByIdRequest ¶

func (a *CustomJobTypeApiService) NewGetJobTypesCustomByIdRequest(ctx context.Context, id string) ApiGetJobTypesCustomByIdRequest

Creates a new V1 GET /JobTypes/Custom/{id} request.

GetJobTypesCustomById Returns a single custom job type associated with the provided id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor (GUID) identifier of the job type
@return ApiGetJobTypesCustomByIdRequest

func (*CustomJobTypeApiService) NewGetJobTypesCustomRequest ¶

func (a *CustomJobTypeApiService) NewGetJobTypesCustomRequest(ctx context.Context) ApiGetJobTypesCustomRequest

Creates a new V1 GET /JobTypes/Custom request.

GetJobTypesCustom Returns all custom job types according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetJobTypesCustomRequest

func (*CustomJobTypeApiService) NewUpdateJobTypesCustomRequest ¶

func (a *CustomJobTypeApiService) NewUpdateJobTypesCustomRequest(ctx context.Context) ApiUpdateJobTypesCustomRequest

Creates a new V1 PUT /JobTypes/Custom request.

UpdateJobTypesCustom Updates an existing custom job type with the provided properties

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateJobTypesCustomRequest

func (*CustomJobTypeApiService) UpdateJobTypesCustomExecute ¶

Executes the API request V1 PUT /JobTypes/Custom

@return OrchestratorJobsJobTypeResponse

type DeniedAlertApiService ¶

type DeniedAlertApiService service

DeniedAlertApiService DeniedAlertApi service

func (*DeniedAlertApiService) CreateAlertsDeniedExecute ¶

Executes the API request V1 POST /Alerts/Denied

@return AlertsDeniedDeniedAlertDefinitionResponse

func (*DeniedAlertApiService) DeleteAlertsDeniedByIdExecute ¶

func (a *DeniedAlertApiService) DeleteAlertsDeniedByIdExecute(r ApiDeleteAlertsDeniedByIdRequest) (*http.Response, error)

Executes the API request

func (*DeniedAlertApiService) GetAlertsDeniedByIdExecute ¶

Executes the API request V1 GET /Alerts/Denied/{id}

@return AlertsDeniedDeniedAlertDefinitionResponse

func (*DeniedAlertApiService) GetAlertsDeniedExecute ¶

Executes the API request V1 GET /Alerts/Denied

@return []AlertsDeniedDeniedAlertDefinitionResponse

func (*DeniedAlertApiService) NewCreateAlertsDeniedRequest ¶

func (a *DeniedAlertApiService) NewCreateAlertsDeniedRequest(ctx context.Context) ApiCreateAlertsDeniedRequest

Creates a new V1 POST /Alerts/Denied request.

CreateAlertsDenied Add a denied alert

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateAlertsDeniedRequest

func (*DeniedAlertApiService) NewDeleteAlertsDeniedByIdRequest ¶

func (a *DeniedAlertApiService) NewDeleteAlertsDeniedByIdRequest(ctx context.Context, id int32) ApiDeleteAlertsDeniedByIdRequest

Creates a new V1 DELETE /Alerts/Denied/{id} request.

DeleteAlertsDeniedById Delete a denied alert

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Id for the denied alert
@return ApiDeleteAlertsDeniedByIdRequest

func (*DeniedAlertApiService) NewGetAlertsDeniedByIdRequest ¶

func (a *DeniedAlertApiService) NewGetAlertsDeniedByIdRequest(ctx context.Context, id int32) ApiGetAlertsDeniedByIdRequest

Creates a new V1 GET /Alerts/Denied/{id} request.

GetAlertsDeniedById Get a denied alert

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Id for the denied alert to get
@return ApiGetAlertsDeniedByIdRequest

func (*DeniedAlertApiService) NewGetAlertsDeniedRequest ¶

func (a *DeniedAlertApiService) NewGetAlertsDeniedRequest(ctx context.Context) ApiGetAlertsDeniedRequest

Creates a new V1 GET /Alerts/Denied request.

GetAlertsDenied Gets all denied alerts according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAlertsDeniedRequest

func (*DeniedAlertApiService) NewUpdateAlertsDeniedRequest ¶

func (a *DeniedAlertApiService) NewUpdateAlertsDeniedRequest(ctx context.Context) ApiUpdateAlertsDeniedRequest

Creates a new V1 PUT /Alerts/Denied request.

UpdateAlertsDenied Edit a denied alert

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateAlertsDeniedRequest

func (*DeniedAlertApiService) UpdateAlertsDeniedExecute ¶

Executes the API request V1 PUT /Alerts/Denied

@return AlertsDeniedDeniedAlertDefinitionResponse

type EnrollmentApiService ¶

type EnrollmentApiService service

EnrollmentApiService EnrollmentApi service

func (*EnrollmentApiService) CreateEnrollmentCSRExecute ¶

Executes the API request V1 POST /Enrollment/CSR

@return CSSCMSDataModelModelsEnrollmentCSREnrollmentResponse

func (*EnrollmentApiService) CreateEnrollmentCSRParseExecute ¶

func (a *EnrollmentApiService) CreateEnrollmentCSRParseExecute(r ApiCreateEnrollmentCSRParseRequest) ([]string, *http.Response, error)

Executes the API request V1 POST /Enrollment/CSR/Parse

@return []string

func (*EnrollmentApiService) CreateEnrollmentPFXDeployExecute ¶

Executes the API request V1 POST /Enrollment/PFX/Deploy

@return EnrollmentEnrollmentManagementResponse

func (*EnrollmentApiService) CreateEnrollmentPFXExecute ¶

Executes the API request V1 POST /Enrollment/PFX

@return CSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse

func (*EnrollmentApiService) CreateEnrollmentPFXReplaceExecute ¶

Executes the API request V1 POST /Enrollment/PFX/Replace

@return EnrollmentEnrollmentManagementResponse

func (*EnrollmentApiService) CreateEnrollmentRenewExecute ¶

Executes the API request V1 POST /Enrollment/Renew

@return EnrollmentRenewalApiResponse

func (*EnrollmentApiService) GetEnrollmentAvailableRenewalIdByIdExecute ¶

Executes the API request V1 GET /Enrollment/AvailableRenewal/Id/{id}

@return CSSCMSDataModelModelsEnrollmentAvailableRenewal

func (*EnrollmentApiService) GetEnrollmentAvailableRenewalThumbprintThumbprintExecute ¶

Executes the API request V1 GET /Enrollment/AvailableRenewal/Thumbprint/{thumbprint}

@return CSSCMSDataModelModelsEnrollmentAvailableRenewal

func (*EnrollmentApiService) GetEnrollmentCSRContextMyExecute ¶

Executes the API request V1 GET /Enrollment/CSR/Context/My

@return KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse

func (*EnrollmentApiService) GetEnrollmentPFXContextMyExecute ¶

Executes the API request V1 GET /Enrollment/PFX/Context/My

@return KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse

func (*EnrollmentApiService) GetEnrollmentSettingsByIdExecute ¶

Executes the API request V1 GET /Enrollment/Settings/{id}

@return TemplatesEnrollmentTemplateEnrollmentSettingsResponse

func (*EnrollmentApiService) NewCreateEnrollmentCSRParseRequest ¶

func (a *EnrollmentApiService) NewCreateEnrollmentCSRParseRequest(ctx context.Context) ApiCreateEnrollmentCSRParseRequest

Creates a new V1 POST /Enrollment/CSR/Parse request.

CreateEnrollmentCSRParse Parses the provided CSR and returns the properties ¶

This functionality is equivalent to the result of pasting a CSR into the field within the Management Portal CSR Enrollment page.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateEnrollmentCSRParseRequest

func (*EnrollmentApiService) NewCreateEnrollmentCSRRequest ¶

func (a *EnrollmentApiService) NewCreateEnrollmentCSRRequest(ctx context.Context) ApiCreateEnrollmentCSRRequest

Creates a new V1 POST /Enrollment/CSR request.

CreateEnrollmentCSR Performs a CSR Enrollment based upon the provided request ¶

### Subject Alternative Name Flags ### | Value | Description | |--------------------|---------------------------| | other | OtherName | | rfc822 | RFC822Name | | dns | DNSName | | x400 | X400Address | | directory | DirectoryName | | ediparty | EdipartyName | | uri | UniformResourceIdentifier | | ip | IPAddress | | ip4 | IPv4Address | | ip6 | IPv6Address | | registeredid | RegisteredId | | ms_ntprincipalname | MS_NTPrincipalName | | ms_ntdsreplication | MS_NTDSReplication |

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateEnrollmentCSRRequest

func (*EnrollmentApiService) NewCreateEnrollmentPFXDeployRequest ¶

func (a *EnrollmentApiService) NewCreateEnrollmentPFXDeployRequest(ctx context.Context) ApiCreateEnrollmentPFXDeployRequest

Creates a new V1 POST /Enrollment/PFX/Deploy request.

CreateEnrollmentPFXDeploy Creates management jobs to install a newly enrolled pfx in to one or more certificate stores

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateEnrollmentPFXDeployRequest

func (*EnrollmentApiService) NewCreateEnrollmentPFXReplaceRequest ¶

func (a *EnrollmentApiService) NewCreateEnrollmentPFXReplaceRequest(ctx context.Context) ApiCreateEnrollmentPFXReplaceRequest

Creates a new V1 POST /Enrollment/PFX/Replace request.

CreateEnrollmentPFXReplace Creates management jobs to install a newly enrolled pfx into the same certificate stores as the previous certificate

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateEnrollmentPFXReplaceRequest

func (*EnrollmentApiService) NewCreateEnrollmentPFXRequest ¶

func (a *EnrollmentApiService) NewCreateEnrollmentPFXRequest(ctx context.Context) ApiCreateEnrollmentPFXRequest

Creates a new V1 POST /Enrollment/PFX request.

CreateEnrollmentPFX Performs a PFX Enrollment based upon the provided request ¶

### IMPORTANT: - The <b>'RenewalCertificateId'</b> field in the request should be set to <b>null</b> if the certificate is not being renewed as part of the enrollment. A value of <b>0</b> will produce an error.

### Subject Alternative Name Flags ### | Value | Description | |--------------------|---------------------------| | other | OtherName | | rfc822 | RFC822Name | | dns | DNSName | | x400 | X400Address | | directory | DirectoryName | | ediparty | EdipartyName | | uri | UniformResourceIdentifier | | ip | IPAddress | | ip4 | IPv4Address | | ip6 | IPv6Address | | registeredid | RegisteredId | | ms_ntprincipalname | MS_NTPrincipalName | | ms_ntdsreplication | MS_NTDSReplication |

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateEnrollmentPFXRequest

func (*EnrollmentApiService) NewCreateEnrollmentRenewRequest ¶

func (a *EnrollmentApiService) NewCreateEnrollmentRenewRequest(ctx context.Context) ApiCreateEnrollmentRenewRequest

Creates a new V1 POST /Enrollment/Renew request.

CreateEnrollmentRenew Performs a renewal based upon the passed in request

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateEnrollmentRenewRequest

func (*EnrollmentApiService) NewGetEnrollmentAvailableRenewalIdByIdRequest ¶

func (a *EnrollmentApiService) NewGetEnrollmentAvailableRenewalIdByIdRequest(ctx context.Context, id int32) ApiGetEnrollmentAvailableRenewalIdByIdRequest

Creates a new V1 GET /Enrollment/AvailableRenewal/Id/{id} request.

GetEnrollmentAvailableRenewalIdById Returns the type of renewal available for a given certificate.

### Available Renewal Types ### | Value | Description | |--------------------|---------------------------| | 0 | None | | 1 | Seeded PFX | | 2 | One-click |

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The Keyfactor certificate Id
@return ApiGetEnrollmentAvailableRenewalIdByIdRequest

func (*EnrollmentApiService) NewGetEnrollmentAvailableRenewalThumbprintThumbprintRequest ¶

func (a *EnrollmentApiService) NewGetEnrollmentAvailableRenewalThumbprintThumbprintRequest(ctx context.Context, thumbprint string) ApiGetEnrollmentAvailableRenewalThumbprintThumbprintRequest

Creates a new V1 GET /Enrollment/AvailableRenewal/Thumbprint/{thumbprint} request.

GetEnrollmentAvailableRenewalThumbprintThumbprint Returns the type of renewal available for a given certificate.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param thumbprint The certificate thumbprint
@return ApiGetEnrollmentAvailableRenewalThumbprintThumbprintRequest

func (*EnrollmentApiService) NewGetEnrollmentCSRContextMyRequest ¶

func (a *EnrollmentApiService) NewGetEnrollmentCSRContextMyRequest(ctx context.Context) ApiGetEnrollmentCSRContextMyRequest

Creates a new V1 GET /Enrollment/CSR/Context/My request.

GetEnrollmentCSRContextMy Returns the list of available CSR enrollment templates and their associated CA mappings that the calling user has permissions on

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetEnrollmentCSRContextMyRequest

func (*EnrollmentApiService) NewGetEnrollmentPFXContextMyRequest ¶

func (a *EnrollmentApiService) NewGetEnrollmentPFXContextMyRequest(ctx context.Context) ApiGetEnrollmentPFXContextMyRequest

Creates a new V1 GET /Enrollment/PFX/Context/My request.

GetEnrollmentPFXContextMy Returns the list of available PFX enrollment templates and their associated CA mappings that the calling user has permissions on

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetEnrollmentPFXContextMyRequest

func (*EnrollmentApiService) NewGetEnrollmentSettingsByIdRequest ¶

func (a *EnrollmentApiService) NewGetEnrollmentSettingsByIdRequest(ctx context.Context, id int32) ApiGetEnrollmentSettingsByIdRequest

Creates a new V1 GET /Enrollment/Settings/{id} request.

GetEnrollmentSettingsById Gets the template settings to use during enrollment. The response will be the resolved values for the settings. If there is a template specific setting, the template specific setting will be used in the response. If there is not a template specific setting, the global setting will be used in the response.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetEnrollmentSettingsByIdRequest

type EnrollmentCSREnrollmentRequest ¶

type EnrollmentCSREnrollmentRequest struct {
	CSR                        string                 `json:"CSR"`
	PrivateKey                 NullableString         `json:"PrivateKey,omitempty"`
	CertificateAuthority       NullableString         `json:"CertificateAuthority,omitempty"`
	IncludeChain               *bool                  `json:"IncludeChain,omitempty"`
	IncludeSubjectHeader       *bool                  `json:"IncludeSubjectHeader,omitempty"`
	Metadata                   map[string]interface{} `json:"Metadata,omitempty"`
	AdditionalEnrollmentFields map[string]interface{} `json:"AdditionalEnrollmentFields,omitempty"`
	Timestamp                  *time.Time             `json:"Timestamp,omitempty"`
	OwnerRoleId                NullableInt32          `json:"OwnerRoleId,omitempty"`
	OwnerRoleName              NullableString         `json:"OwnerRoleName,omitempty"`
	Template                   NullableString         `json:"Template,omitempty"`
	SANs                       map[string][]string    `json:"SANs,omitempty"`
}

EnrollmentCSREnrollmentRequest struct for EnrollmentCSREnrollmentRequest

func NewEnrollmentCSREnrollmentRequest ¶

func NewEnrollmentCSREnrollmentRequest(cSR string) *EnrollmentCSREnrollmentRequest

NewEnrollmentCSREnrollmentRequest instantiates a new EnrollmentCSREnrollmentRequest 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 NewEnrollmentCSREnrollmentRequestWithDefaults ¶

func NewEnrollmentCSREnrollmentRequestWithDefaults() *EnrollmentCSREnrollmentRequest

NewEnrollmentCSREnrollmentRequestWithDefaults instantiates a new EnrollmentCSREnrollmentRequest 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 (*EnrollmentCSREnrollmentRequest) GetAdditionalEnrollmentFields ¶

func (o *EnrollmentCSREnrollmentRequest) GetAdditionalEnrollmentFields() map[string]interface{}

GetAdditionalEnrollmentFields returns the AdditionalEnrollmentFields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentCSREnrollmentRequest) GetAdditionalEnrollmentFieldsOk ¶

func (o *EnrollmentCSREnrollmentRequest) GetAdditionalEnrollmentFieldsOk() (map[string]interface{}, bool)

GetAdditionalEnrollmentFieldsOk returns a tuple with the AdditionalEnrollmentFields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentCSREnrollmentRequest) GetCSR ¶

GetCSR returns the CSR field value

func (*EnrollmentCSREnrollmentRequest) GetCSROk ¶

func (o *EnrollmentCSREnrollmentRequest) GetCSROk() (*string, bool)

GetCSROk returns a tuple with the CSR field value and a boolean to check if the value has been set.

func (*EnrollmentCSREnrollmentRequest) GetCertificateAuthority ¶

func (o *EnrollmentCSREnrollmentRequest) GetCertificateAuthority() string

GetCertificateAuthority returns the CertificateAuthority field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentCSREnrollmentRequest) GetCertificateAuthorityOk ¶

func (o *EnrollmentCSREnrollmentRequest) GetCertificateAuthorityOk() (*string, bool)

GetCertificateAuthorityOk returns a tuple with the CertificateAuthority field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentCSREnrollmentRequest) GetIncludeChain ¶

func (o *EnrollmentCSREnrollmentRequest) GetIncludeChain() bool

GetIncludeChain returns the IncludeChain field value if set, zero value otherwise.

func (*EnrollmentCSREnrollmentRequest) GetIncludeChainOk ¶

func (o *EnrollmentCSREnrollmentRequest) GetIncludeChainOk() (*bool, bool)

GetIncludeChainOk returns a tuple with the IncludeChain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnrollmentCSREnrollmentRequest) GetIncludeSubjectHeader ¶

func (o *EnrollmentCSREnrollmentRequest) GetIncludeSubjectHeader() bool

GetIncludeSubjectHeader returns the IncludeSubjectHeader field value if set, zero value otherwise.

func (*EnrollmentCSREnrollmentRequest) GetIncludeSubjectHeaderOk ¶

func (o *EnrollmentCSREnrollmentRequest) GetIncludeSubjectHeaderOk() (*bool, bool)

GetIncludeSubjectHeaderOk returns a tuple with the IncludeSubjectHeader field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnrollmentCSREnrollmentRequest) GetMetadata ¶

func (o *EnrollmentCSREnrollmentRequest) GetMetadata() map[string]interface{}

GetMetadata returns the Metadata field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentCSREnrollmentRequest) GetMetadataOk ¶

func (o *EnrollmentCSREnrollmentRequest) GetMetadataOk() (map[string]interface{}, bool)

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentCSREnrollmentRequest) GetOwnerRoleId ¶

func (o *EnrollmentCSREnrollmentRequest) GetOwnerRoleId() int32

GetOwnerRoleId returns the OwnerRoleId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentCSREnrollmentRequest) GetOwnerRoleIdOk ¶

func (o *EnrollmentCSREnrollmentRequest) GetOwnerRoleIdOk() (*int32, bool)

GetOwnerRoleIdOk returns a tuple with the OwnerRoleId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentCSREnrollmentRequest) GetOwnerRoleName ¶

func (o *EnrollmentCSREnrollmentRequest) GetOwnerRoleName() string

GetOwnerRoleName returns the OwnerRoleName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentCSREnrollmentRequest) GetOwnerRoleNameOk ¶

func (o *EnrollmentCSREnrollmentRequest) GetOwnerRoleNameOk() (*string, bool)

GetOwnerRoleNameOk returns a tuple with the OwnerRoleName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentCSREnrollmentRequest) GetPrivateKey ¶

func (o *EnrollmentCSREnrollmentRequest) GetPrivateKey() string

GetPrivateKey returns the PrivateKey field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentCSREnrollmentRequest) GetPrivateKeyOk ¶

func (o *EnrollmentCSREnrollmentRequest) GetPrivateKeyOk() (*string, bool)

GetPrivateKeyOk returns a tuple with the PrivateKey field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentCSREnrollmentRequest) GetSANs ¶

func (o *EnrollmentCSREnrollmentRequest) GetSANs() map[string][]string

GetSANs returns the SANs field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentCSREnrollmentRequest) GetSANsOk ¶

func (o *EnrollmentCSREnrollmentRequest) GetSANsOk() (*map[string][]string, bool)

GetSANsOk returns a tuple with the SANs field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentCSREnrollmentRequest) GetTemplate ¶

func (o *EnrollmentCSREnrollmentRequest) GetTemplate() string

GetTemplate returns the Template field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentCSREnrollmentRequest) GetTemplateOk ¶

func (o *EnrollmentCSREnrollmentRequest) GetTemplateOk() (*string, bool)

GetTemplateOk returns a tuple with the Template field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentCSREnrollmentRequest) GetTimestamp ¶

func (o *EnrollmentCSREnrollmentRequest) GetTimestamp() time.Time

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*EnrollmentCSREnrollmentRequest) GetTimestampOk ¶

func (o *EnrollmentCSREnrollmentRequest) GetTimestampOk() (*time.Time, bool)

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnrollmentCSREnrollmentRequest) HasAdditionalEnrollmentFields ¶

func (o *EnrollmentCSREnrollmentRequest) HasAdditionalEnrollmentFields() bool

HasAdditionalEnrollmentFields returns a boolean if a field has been set.

func (*EnrollmentCSREnrollmentRequest) HasCertificateAuthority ¶

func (o *EnrollmentCSREnrollmentRequest) HasCertificateAuthority() bool

HasCertificateAuthority returns a boolean if a field has been set.

func (*EnrollmentCSREnrollmentRequest) HasIncludeChain ¶

func (o *EnrollmentCSREnrollmentRequest) HasIncludeChain() bool

HasIncludeChain returns a boolean if a field has been set.

func (*EnrollmentCSREnrollmentRequest) HasIncludeSubjectHeader ¶

func (o *EnrollmentCSREnrollmentRequest) HasIncludeSubjectHeader() bool

HasIncludeSubjectHeader returns a boolean if a field has been set.

func (*EnrollmentCSREnrollmentRequest) HasMetadata ¶

func (o *EnrollmentCSREnrollmentRequest) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

func (*EnrollmentCSREnrollmentRequest) HasOwnerRoleId ¶

func (o *EnrollmentCSREnrollmentRequest) HasOwnerRoleId() bool

HasOwnerRoleId returns a boolean if a field has been set.

func (*EnrollmentCSREnrollmentRequest) HasOwnerRoleName ¶

func (o *EnrollmentCSREnrollmentRequest) HasOwnerRoleName() bool

HasOwnerRoleName returns a boolean if a field has been set.

func (*EnrollmentCSREnrollmentRequest) HasPrivateKey ¶

func (o *EnrollmentCSREnrollmentRequest) HasPrivateKey() bool

HasPrivateKey returns a boolean if a field has been set.

func (*EnrollmentCSREnrollmentRequest) HasSANs ¶

func (o *EnrollmentCSREnrollmentRequest) HasSANs() bool

HasSANs returns a boolean if a field has been set.

func (*EnrollmentCSREnrollmentRequest) HasTemplate ¶

func (o *EnrollmentCSREnrollmentRequest) HasTemplate() bool

HasTemplate returns a boolean if a field has been set.

func (*EnrollmentCSREnrollmentRequest) HasTimestamp ¶

func (o *EnrollmentCSREnrollmentRequest) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (EnrollmentCSREnrollmentRequest) MarshalJSON ¶

func (o EnrollmentCSREnrollmentRequest) MarshalJSON() ([]byte, error)

func (*EnrollmentCSREnrollmentRequest) SetAdditionalEnrollmentFields ¶

func (o *EnrollmentCSREnrollmentRequest) SetAdditionalEnrollmentFields(v map[string]interface{})

SetAdditionalEnrollmentFields gets a reference to the given map[string]interface{} and assigns it to the AdditionalEnrollmentFields field.

func (*EnrollmentCSREnrollmentRequest) SetCSR ¶

SetCSR sets field value

func (*EnrollmentCSREnrollmentRequest) SetCertificateAuthority ¶

func (o *EnrollmentCSREnrollmentRequest) SetCertificateAuthority(v string)

SetCertificateAuthority gets a reference to the given NullableString and assigns it to the CertificateAuthority field.

func (*EnrollmentCSREnrollmentRequest) SetCertificateAuthorityNil ¶

func (o *EnrollmentCSREnrollmentRequest) SetCertificateAuthorityNil()

SetCertificateAuthorityNil sets the value for CertificateAuthority to be an explicit nil

func (*EnrollmentCSREnrollmentRequest) SetIncludeChain ¶

func (o *EnrollmentCSREnrollmentRequest) SetIncludeChain(v bool)

SetIncludeChain gets a reference to the given bool and assigns it to the IncludeChain field.

func (*EnrollmentCSREnrollmentRequest) SetIncludeSubjectHeader ¶

func (o *EnrollmentCSREnrollmentRequest) SetIncludeSubjectHeader(v bool)

SetIncludeSubjectHeader gets a reference to the given bool and assigns it to the IncludeSubjectHeader field.

func (*EnrollmentCSREnrollmentRequest) SetMetadata ¶

func (o *EnrollmentCSREnrollmentRequest) SetMetadata(v map[string]interface{})

SetMetadata gets a reference to the given map[string]interface{} and assigns it to the Metadata field.

func (*EnrollmentCSREnrollmentRequest) SetOwnerRoleId ¶

func (o *EnrollmentCSREnrollmentRequest) SetOwnerRoleId(v int32)

SetOwnerRoleId gets a reference to the given NullableInt32 and assigns it to the OwnerRoleId field.

func (*EnrollmentCSREnrollmentRequest) SetOwnerRoleIdNil ¶

func (o *EnrollmentCSREnrollmentRequest) SetOwnerRoleIdNil()

SetOwnerRoleIdNil sets the value for OwnerRoleId to be an explicit nil

func (*EnrollmentCSREnrollmentRequest) SetOwnerRoleName ¶

func (o *EnrollmentCSREnrollmentRequest) SetOwnerRoleName(v string)

SetOwnerRoleName gets a reference to the given NullableString and assigns it to the OwnerRoleName field.

func (*EnrollmentCSREnrollmentRequest) SetOwnerRoleNameNil ¶

func (o *EnrollmentCSREnrollmentRequest) SetOwnerRoleNameNil()

SetOwnerRoleNameNil sets the value for OwnerRoleName to be an explicit nil

func (*EnrollmentCSREnrollmentRequest) SetPrivateKey ¶

func (o *EnrollmentCSREnrollmentRequest) SetPrivateKey(v string)

SetPrivateKey gets a reference to the given NullableString and assigns it to the PrivateKey field.

func (*EnrollmentCSREnrollmentRequest) SetPrivateKeyNil ¶

func (o *EnrollmentCSREnrollmentRequest) SetPrivateKeyNil()

SetPrivateKeyNil sets the value for PrivateKey to be an explicit nil

func (*EnrollmentCSREnrollmentRequest) SetSANs ¶

func (o *EnrollmentCSREnrollmentRequest) SetSANs(v map[string][]string)

SetSANs gets a reference to the given map[string][]string and assigns it to the SANs field.

func (*EnrollmentCSREnrollmentRequest) SetTemplate ¶

func (o *EnrollmentCSREnrollmentRequest) SetTemplate(v string)

SetTemplate gets a reference to the given NullableString and assigns it to the Template field.

func (*EnrollmentCSREnrollmentRequest) SetTemplateNil ¶

func (o *EnrollmentCSREnrollmentRequest) SetTemplateNil()

SetTemplateNil sets the value for Template to be an explicit nil

func (*EnrollmentCSREnrollmentRequest) SetTimestamp ¶

func (o *EnrollmentCSREnrollmentRequest) SetTimestamp(v time.Time)

SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field.

func (EnrollmentCSREnrollmentRequest) ToMap ¶

func (o EnrollmentCSREnrollmentRequest) ToMap() (map[string]interface{}, error)

func (*EnrollmentCSREnrollmentRequest) UnsetCertificateAuthority ¶

func (o *EnrollmentCSREnrollmentRequest) UnsetCertificateAuthority()

UnsetCertificateAuthority ensures that no value is present for CertificateAuthority, not even an explicit nil

func (*EnrollmentCSREnrollmentRequest) UnsetOwnerRoleId ¶

func (o *EnrollmentCSREnrollmentRequest) UnsetOwnerRoleId()

UnsetOwnerRoleId ensures that no value is present for OwnerRoleId, not even an explicit nil

func (*EnrollmentCSREnrollmentRequest) UnsetOwnerRoleName ¶

func (o *EnrollmentCSREnrollmentRequest) UnsetOwnerRoleName()

UnsetOwnerRoleName ensures that no value is present for OwnerRoleName, not even an explicit nil

func (*EnrollmentCSREnrollmentRequest) UnsetPrivateKey ¶

func (o *EnrollmentCSREnrollmentRequest) UnsetPrivateKey()

UnsetPrivateKey ensures that no value is present for PrivateKey, not even an explicit nil

func (*EnrollmentCSREnrollmentRequest) UnsetTemplate ¶

func (o *EnrollmentCSREnrollmentRequest) UnsetTemplate()

UnsetTemplate ensures that no value is present for Template, not even an explicit nil

type EnrollmentCSRGenerationRequest ¶

type EnrollmentCSRGenerationRequest struct {
	// Subject for the requested certificate
	Subject string `json:"Subject"`
	// Certificate key type [RSA, ECC, ED448, ED25519]
	KeyType string `json:"KeyType"`
	// Size of the certificate key (ex: RSA 1024, 2048, 4096/ECC 256, 384, 521)
	KeyLength *int32 `json:"KeyLength,omitempty"`
	// The curve used to generate a CSR.
	Curve NullableString `json:"Curve,omitempty"`
	// Alternative Certificate key type [ML-DSA-44, ML-DSA-65, ML-DSA-87]
	AlternativeKeyType NullableString `json:"AlternativeKeyType,omitempty"`
	// Size of the alternative certificate key.
	AlternativeKeyLength NullableInt32 `json:"AlternativeKeyLength,omitempty"`
	// The alternative curve used to generate a CSR.
	AlternativeCurve NullableString      `json:"AlternativeCurve,omitempty"`
	Template         NullableString      `json:"Template,omitempty"`
	SANs             map[string][]string `json:"SANs,omitempty"`
}

EnrollmentCSRGenerationRequest struct for EnrollmentCSRGenerationRequest

func NewEnrollmentCSRGenerationRequest ¶

func NewEnrollmentCSRGenerationRequest(subject string, keyType string) *EnrollmentCSRGenerationRequest

NewEnrollmentCSRGenerationRequest instantiates a new EnrollmentCSRGenerationRequest 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 NewEnrollmentCSRGenerationRequestWithDefaults ¶

func NewEnrollmentCSRGenerationRequestWithDefaults() *EnrollmentCSRGenerationRequest

NewEnrollmentCSRGenerationRequestWithDefaults instantiates a new EnrollmentCSRGenerationRequest 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 (*EnrollmentCSRGenerationRequest) GetAlternativeCurve ¶

func (o *EnrollmentCSRGenerationRequest) GetAlternativeCurve() string

GetAlternativeCurve returns the AlternativeCurve field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentCSRGenerationRequest) GetAlternativeCurveOk ¶

func (o *EnrollmentCSRGenerationRequest) GetAlternativeCurveOk() (*string, bool)

GetAlternativeCurveOk returns a tuple with the AlternativeCurve field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentCSRGenerationRequest) GetAlternativeKeyLength ¶

func (o *EnrollmentCSRGenerationRequest) GetAlternativeKeyLength() int32

GetAlternativeKeyLength returns the AlternativeKeyLength field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentCSRGenerationRequest) GetAlternativeKeyLengthOk ¶

func (o *EnrollmentCSRGenerationRequest) GetAlternativeKeyLengthOk() (*int32, bool)

GetAlternativeKeyLengthOk returns a tuple with the AlternativeKeyLength field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentCSRGenerationRequest) GetAlternativeKeyType ¶

func (o *EnrollmentCSRGenerationRequest) GetAlternativeKeyType() string

GetAlternativeKeyType returns the AlternativeKeyType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentCSRGenerationRequest) GetAlternativeKeyTypeOk ¶

func (o *EnrollmentCSRGenerationRequest) GetAlternativeKeyTypeOk() (*string, bool)

GetAlternativeKeyTypeOk returns a tuple with the AlternativeKeyType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentCSRGenerationRequest) GetCurve ¶

func (o *EnrollmentCSRGenerationRequest) GetCurve() string

GetCurve returns the Curve field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentCSRGenerationRequest) GetCurveOk ¶

func (o *EnrollmentCSRGenerationRequest) GetCurveOk() (*string, bool)

GetCurveOk returns a tuple with the Curve field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentCSRGenerationRequest) GetKeyLength ¶

func (o *EnrollmentCSRGenerationRequest) GetKeyLength() int32

GetKeyLength returns the KeyLength field value if set, zero value otherwise.

func (*EnrollmentCSRGenerationRequest) GetKeyLengthOk ¶

func (o *EnrollmentCSRGenerationRequest) GetKeyLengthOk() (*int32, bool)

GetKeyLengthOk returns a tuple with the KeyLength field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnrollmentCSRGenerationRequest) GetKeyType ¶

func (o *EnrollmentCSRGenerationRequest) GetKeyType() string

GetKeyType returns the KeyType field value

func (*EnrollmentCSRGenerationRequest) GetKeyTypeOk ¶

func (o *EnrollmentCSRGenerationRequest) GetKeyTypeOk() (*string, bool)

GetKeyTypeOk returns a tuple with the KeyType field value and a boolean to check if the value has been set.

func (*EnrollmentCSRGenerationRequest) GetSANs ¶

func (o *EnrollmentCSRGenerationRequest) GetSANs() map[string][]string

GetSANs returns the SANs field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentCSRGenerationRequest) GetSANsOk ¶

func (o *EnrollmentCSRGenerationRequest) GetSANsOk() (*map[string][]string, bool)

GetSANsOk returns a tuple with the SANs field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentCSRGenerationRequest) GetSubject ¶

func (o *EnrollmentCSRGenerationRequest) GetSubject() string

GetSubject returns the Subject field value

func (*EnrollmentCSRGenerationRequest) GetSubjectOk ¶

func (o *EnrollmentCSRGenerationRequest) GetSubjectOk() (*string, bool)

GetSubjectOk returns a tuple with the Subject field value and a boolean to check if the value has been set.

func (*EnrollmentCSRGenerationRequest) GetTemplate ¶

func (o *EnrollmentCSRGenerationRequest) GetTemplate() string

GetTemplate returns the Template field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentCSRGenerationRequest) GetTemplateOk ¶

func (o *EnrollmentCSRGenerationRequest) GetTemplateOk() (*string, bool)

GetTemplateOk returns a tuple with the Template field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentCSRGenerationRequest) HasAlternativeCurve ¶

func (o *EnrollmentCSRGenerationRequest) HasAlternativeCurve() bool

HasAlternativeCurve returns a boolean if a field has been set.

func (*EnrollmentCSRGenerationRequest) HasAlternativeKeyLength ¶

func (o *EnrollmentCSRGenerationRequest) HasAlternativeKeyLength() bool

HasAlternativeKeyLength returns a boolean if a field has been set.

func (*EnrollmentCSRGenerationRequest) HasAlternativeKeyType ¶

func (o *EnrollmentCSRGenerationRequest) HasAlternativeKeyType() bool

HasAlternativeKeyType returns a boolean if a field has been set.

func (*EnrollmentCSRGenerationRequest) HasCurve ¶

func (o *EnrollmentCSRGenerationRequest) HasCurve() bool

HasCurve returns a boolean if a field has been set.

func (*EnrollmentCSRGenerationRequest) HasKeyLength ¶

func (o *EnrollmentCSRGenerationRequest) HasKeyLength() bool

HasKeyLength returns a boolean if a field has been set.

func (*EnrollmentCSRGenerationRequest) HasSANs ¶

func (o *EnrollmentCSRGenerationRequest) HasSANs() bool

HasSANs returns a boolean if a field has been set.

func (*EnrollmentCSRGenerationRequest) HasTemplate ¶

func (o *EnrollmentCSRGenerationRequest) HasTemplate() bool

HasTemplate returns a boolean if a field has been set.

func (EnrollmentCSRGenerationRequest) MarshalJSON ¶

func (o EnrollmentCSRGenerationRequest) MarshalJSON() ([]byte, error)

func (*EnrollmentCSRGenerationRequest) SetAlternativeCurve ¶

func (o *EnrollmentCSRGenerationRequest) SetAlternativeCurve(v string)

SetAlternativeCurve gets a reference to the given NullableString and assigns it to the AlternativeCurve field.

func (*EnrollmentCSRGenerationRequest) SetAlternativeCurveNil ¶

func (o *EnrollmentCSRGenerationRequest) SetAlternativeCurveNil()

SetAlternativeCurveNil sets the value for AlternativeCurve to be an explicit nil

func (*EnrollmentCSRGenerationRequest) SetAlternativeKeyLength ¶

func (o *EnrollmentCSRGenerationRequest) SetAlternativeKeyLength(v int32)

SetAlternativeKeyLength gets a reference to the given NullableInt32 and assigns it to the AlternativeKeyLength field.

func (*EnrollmentCSRGenerationRequest) SetAlternativeKeyLengthNil ¶

func (o *EnrollmentCSRGenerationRequest) SetAlternativeKeyLengthNil()

SetAlternativeKeyLengthNil sets the value for AlternativeKeyLength to be an explicit nil

func (*EnrollmentCSRGenerationRequest) SetAlternativeKeyType ¶

func (o *EnrollmentCSRGenerationRequest) SetAlternativeKeyType(v string)

SetAlternativeKeyType gets a reference to the given NullableString and assigns it to the AlternativeKeyType field.

func (*EnrollmentCSRGenerationRequest) SetAlternativeKeyTypeNil ¶

func (o *EnrollmentCSRGenerationRequest) SetAlternativeKeyTypeNil()

SetAlternativeKeyTypeNil sets the value for AlternativeKeyType to be an explicit nil

func (*EnrollmentCSRGenerationRequest) SetCurve ¶

func (o *EnrollmentCSRGenerationRequest) SetCurve(v string)

SetCurve gets a reference to the given NullableString and assigns it to the Curve field.

func (*EnrollmentCSRGenerationRequest) SetCurveNil ¶

func (o *EnrollmentCSRGenerationRequest) SetCurveNil()

SetCurveNil sets the value for Curve to be an explicit nil

func (*EnrollmentCSRGenerationRequest) SetKeyLength ¶

func (o *EnrollmentCSRGenerationRequest) SetKeyLength(v int32)

SetKeyLength gets a reference to the given int32 and assigns it to the KeyLength field.

func (*EnrollmentCSRGenerationRequest) SetKeyType ¶

func (o *EnrollmentCSRGenerationRequest) SetKeyType(v string)

SetKeyType sets field value

func (*EnrollmentCSRGenerationRequest) SetSANs ¶

func (o *EnrollmentCSRGenerationRequest) SetSANs(v map[string][]string)

SetSANs gets a reference to the given map[string][]string and assigns it to the SANs field.

func (*EnrollmentCSRGenerationRequest) SetSubject ¶

func (o *EnrollmentCSRGenerationRequest) SetSubject(v string)

SetSubject sets field value

func (*EnrollmentCSRGenerationRequest) SetTemplate ¶

func (o *EnrollmentCSRGenerationRequest) SetTemplate(v string)

SetTemplate gets a reference to the given NullableString and assigns it to the Template field.

func (*EnrollmentCSRGenerationRequest) SetTemplateNil ¶

func (o *EnrollmentCSRGenerationRequest) SetTemplateNil()

SetTemplateNil sets the value for Template to be an explicit nil

func (EnrollmentCSRGenerationRequest) ToMap ¶

func (o EnrollmentCSRGenerationRequest) ToMap() (map[string]interface{}, error)

func (*EnrollmentCSRGenerationRequest) UnsetAlternativeCurve ¶

func (o *EnrollmentCSRGenerationRequest) UnsetAlternativeCurve()

UnsetAlternativeCurve ensures that no value is present for AlternativeCurve, not even an explicit nil

func (*EnrollmentCSRGenerationRequest) UnsetAlternativeKeyLength ¶

func (o *EnrollmentCSRGenerationRequest) UnsetAlternativeKeyLength()

UnsetAlternativeKeyLength ensures that no value is present for AlternativeKeyLength, not even an explicit nil

func (*EnrollmentCSRGenerationRequest) UnsetAlternativeKeyType ¶

func (o *EnrollmentCSRGenerationRequest) UnsetAlternativeKeyType()

UnsetAlternativeKeyType ensures that no value is present for AlternativeKeyType, not even an explicit nil

func (*EnrollmentCSRGenerationRequest) UnsetCurve ¶

func (o *EnrollmentCSRGenerationRequest) UnsetCurve()

UnsetCurve ensures that no value is present for Curve, not even an explicit nil

func (*EnrollmentCSRGenerationRequest) UnsetTemplate ¶

func (o *EnrollmentCSRGenerationRequest) UnsetTemplate()

UnsetTemplate ensures that no value is present for Template, not even an explicit nil

type EnrollmentEnrollmentManagementRequest ¶

type EnrollmentEnrollmentManagementRequest struct {
	// The stores to add the certificate to. Values in this collection will take precedence over values in CSS.CMS.Data.Model.Models.Enrollment.SpecificEnrollmentManagementRequest.StoreTypes.
	Stores        []EnrollmentManagementStoreRequest     `json:"Stores,omitempty"`
	StoreIds      []string                               `json:"StoreIds,omitempty"`
	StoreTypes    []EnrollmentManagementStoreTypeRequest `json:"StoreTypes,omitempty"`
	CertificateId *int32                                 `json:"CertificateId,omitempty"`
	RequestId     *int32                                 `json:"RequestId,omitempty"`
	Password      string                                 `json:"Password"`
	JobTime       *time.Time                             `json:"JobTime,omitempty"`
}

EnrollmentEnrollmentManagementRequest struct for EnrollmentEnrollmentManagementRequest

func NewEnrollmentEnrollmentManagementRequest ¶

func NewEnrollmentEnrollmentManagementRequest(password string) *EnrollmentEnrollmentManagementRequest

NewEnrollmentEnrollmentManagementRequest instantiates a new EnrollmentEnrollmentManagementRequest 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 NewEnrollmentEnrollmentManagementRequestWithDefaults ¶

func NewEnrollmentEnrollmentManagementRequestWithDefaults() *EnrollmentEnrollmentManagementRequest

NewEnrollmentEnrollmentManagementRequestWithDefaults instantiates a new EnrollmentEnrollmentManagementRequest 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 (*EnrollmentEnrollmentManagementRequest) GetCertificateId ¶

func (o *EnrollmentEnrollmentManagementRequest) GetCertificateId() int32

GetCertificateId returns the CertificateId field value if set, zero value otherwise.

func (*EnrollmentEnrollmentManagementRequest) GetCertificateIdOk ¶

func (o *EnrollmentEnrollmentManagementRequest) GetCertificateIdOk() (*int32, bool)

GetCertificateIdOk returns a tuple with the CertificateId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnrollmentEnrollmentManagementRequest) GetJobTime ¶

GetJobTime returns the JobTime field value if set, zero value otherwise.

func (*EnrollmentEnrollmentManagementRequest) GetJobTimeOk ¶

func (o *EnrollmentEnrollmentManagementRequest) GetJobTimeOk() (*time.Time, bool)

GetJobTimeOk returns a tuple with the JobTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnrollmentEnrollmentManagementRequest) GetPassword ¶

GetPassword returns the Password field value

func (*EnrollmentEnrollmentManagementRequest) GetPasswordOk ¶

func (o *EnrollmentEnrollmentManagementRequest) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (*EnrollmentEnrollmentManagementRequest) GetRequestId ¶

func (o *EnrollmentEnrollmentManagementRequest) GetRequestId() int32

GetRequestId returns the RequestId field value if set, zero value otherwise.

func (*EnrollmentEnrollmentManagementRequest) GetRequestIdOk ¶

func (o *EnrollmentEnrollmentManagementRequest) GetRequestIdOk() (*int32, bool)

GetRequestIdOk returns a tuple with the RequestId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnrollmentEnrollmentManagementRequest) GetStoreIds ¶

func (o *EnrollmentEnrollmentManagementRequest) GetStoreIds() []string

GetStoreIds returns the StoreIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentEnrollmentManagementRequest) GetStoreIdsOk ¶

func (o *EnrollmentEnrollmentManagementRequest) GetStoreIdsOk() ([]string, bool)

GetStoreIdsOk returns a tuple with the StoreIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentEnrollmentManagementRequest) GetStoreTypes ¶

GetStoreTypes returns the StoreTypes field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentEnrollmentManagementRequest) GetStoreTypesOk ¶

GetStoreTypesOk returns a tuple with the StoreTypes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentEnrollmentManagementRequest) GetStores ¶

GetStores returns the Stores field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentEnrollmentManagementRequest) GetStoresOk ¶

GetStoresOk returns a tuple with the Stores field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentEnrollmentManagementRequest) HasCertificateId ¶

func (o *EnrollmentEnrollmentManagementRequest) HasCertificateId() bool

HasCertificateId returns a boolean if a field has been set.

func (*EnrollmentEnrollmentManagementRequest) HasJobTime ¶

HasJobTime returns a boolean if a field has been set.

func (*EnrollmentEnrollmentManagementRequest) HasRequestId ¶

func (o *EnrollmentEnrollmentManagementRequest) HasRequestId() bool

HasRequestId returns a boolean if a field has been set.

func (*EnrollmentEnrollmentManagementRequest) HasStoreIds ¶

HasStoreIds returns a boolean if a field has been set.

func (*EnrollmentEnrollmentManagementRequest) HasStoreTypes ¶

func (o *EnrollmentEnrollmentManagementRequest) HasStoreTypes() bool

HasStoreTypes returns a boolean if a field has been set.

func (*EnrollmentEnrollmentManagementRequest) HasStores ¶

HasStores returns a boolean if a field has been set.

func (EnrollmentEnrollmentManagementRequest) MarshalJSON ¶

func (o EnrollmentEnrollmentManagementRequest) MarshalJSON() ([]byte, error)

func (*EnrollmentEnrollmentManagementRequest) SetCertificateId ¶

func (o *EnrollmentEnrollmentManagementRequest) SetCertificateId(v int32)

SetCertificateId gets a reference to the given int32 and assigns it to the CertificateId field.

func (*EnrollmentEnrollmentManagementRequest) SetJobTime ¶

SetJobTime gets a reference to the given time.Time and assigns it to the JobTime field.

func (*EnrollmentEnrollmentManagementRequest) SetPassword ¶

SetPassword sets field value

func (*EnrollmentEnrollmentManagementRequest) SetRequestId ¶

func (o *EnrollmentEnrollmentManagementRequest) SetRequestId(v int32)

SetRequestId gets a reference to the given int32 and assigns it to the RequestId field.

func (*EnrollmentEnrollmentManagementRequest) SetStoreIds ¶

func (o *EnrollmentEnrollmentManagementRequest) SetStoreIds(v []string)

SetStoreIds gets a reference to the given []string and assigns it to the StoreIds field.

func (*EnrollmentEnrollmentManagementRequest) SetStoreTypes ¶

SetStoreTypes gets a reference to the given []EnrollmentManagementStoreTypeRequest and assigns it to the StoreTypes field.

func (*EnrollmentEnrollmentManagementRequest) SetStores ¶

SetStores gets a reference to the given []EnrollmentManagementStoreRequest and assigns it to the Stores field.

func (EnrollmentEnrollmentManagementRequest) ToMap ¶

func (o EnrollmentEnrollmentManagementRequest) ToMap() (map[string]interface{}, error)

type EnrollmentEnrollmentManagementResponse ¶

type EnrollmentEnrollmentManagementResponse struct {
	SuccessfulStores []string `json:"SuccessfulStores,omitempty"`
	FailedStores     []string `json:"FailedStores,omitempty"`
}

EnrollmentEnrollmentManagementResponse struct for EnrollmentEnrollmentManagementResponse

func NewEnrollmentEnrollmentManagementResponse ¶

func NewEnrollmentEnrollmentManagementResponse() *EnrollmentEnrollmentManagementResponse

NewEnrollmentEnrollmentManagementResponse instantiates a new EnrollmentEnrollmentManagementResponse 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 NewEnrollmentEnrollmentManagementResponseWithDefaults ¶

func NewEnrollmentEnrollmentManagementResponseWithDefaults() *EnrollmentEnrollmentManagementResponse

NewEnrollmentEnrollmentManagementResponseWithDefaults instantiates a new EnrollmentEnrollmentManagementResponse 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 (*EnrollmentEnrollmentManagementResponse) GetFailedStores ¶

func (o *EnrollmentEnrollmentManagementResponse) GetFailedStores() []string

GetFailedStores returns the FailedStores field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentEnrollmentManagementResponse) GetFailedStoresOk ¶

func (o *EnrollmentEnrollmentManagementResponse) GetFailedStoresOk() ([]string, bool)

GetFailedStoresOk returns a tuple with the FailedStores field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentEnrollmentManagementResponse) GetSuccessfulStores ¶

func (o *EnrollmentEnrollmentManagementResponse) GetSuccessfulStores() []string

GetSuccessfulStores returns the SuccessfulStores field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentEnrollmentManagementResponse) GetSuccessfulStoresOk ¶

func (o *EnrollmentEnrollmentManagementResponse) GetSuccessfulStoresOk() ([]string, bool)

GetSuccessfulStoresOk returns a tuple with the SuccessfulStores field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentEnrollmentManagementResponse) HasFailedStores ¶

func (o *EnrollmentEnrollmentManagementResponse) HasFailedStores() bool

HasFailedStores returns a boolean if a field has been set.

func (*EnrollmentEnrollmentManagementResponse) HasSuccessfulStores ¶

func (o *EnrollmentEnrollmentManagementResponse) HasSuccessfulStores() bool

HasSuccessfulStores returns a boolean if a field has been set.

func (EnrollmentEnrollmentManagementResponse) MarshalJSON ¶

func (o EnrollmentEnrollmentManagementResponse) MarshalJSON() ([]byte, error)

func (*EnrollmentEnrollmentManagementResponse) SetFailedStores ¶

func (o *EnrollmentEnrollmentManagementResponse) SetFailedStores(v []string)

SetFailedStores gets a reference to the given []string and assigns it to the FailedStores field.

func (*EnrollmentEnrollmentManagementResponse) SetSuccessfulStores ¶

func (o *EnrollmentEnrollmentManagementResponse) SetSuccessfulStores(v []string)

SetSuccessfulStores gets a reference to the given []string and assigns it to the SuccessfulStores field.

func (EnrollmentEnrollmentManagementResponse) ToMap ¶

func (o EnrollmentEnrollmentManagementResponse) ToMap() (map[string]interface{}, error)

type EnrollmentManagementStoreRequest ¶

type EnrollmentManagementStoreRequest struct {
	StoreId    *string                `json:"StoreId,omitempty"`
	Alias      NullableString         `json:"Alias,omitempty"`
	Overwrite  *bool                  `json:"Overwrite,omitempty"`
	Properties map[string]interface{} `json:"Properties,omitempty"`
}

EnrollmentManagementStoreRequest struct for EnrollmentManagementStoreRequest

func NewEnrollmentManagementStoreRequest ¶

func NewEnrollmentManagementStoreRequest() *EnrollmentManagementStoreRequest

NewEnrollmentManagementStoreRequest instantiates a new EnrollmentManagementStoreRequest 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 NewEnrollmentManagementStoreRequestWithDefaults ¶

func NewEnrollmentManagementStoreRequestWithDefaults() *EnrollmentManagementStoreRequest

NewEnrollmentManagementStoreRequestWithDefaults instantiates a new EnrollmentManagementStoreRequest 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 (*EnrollmentManagementStoreRequest) GetAlias ¶

GetAlias returns the Alias field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentManagementStoreRequest) GetAliasOk ¶

func (o *EnrollmentManagementStoreRequest) GetAliasOk() (*string, bool)

GetAliasOk returns a tuple with the Alias field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentManagementStoreRequest) GetOverwrite ¶

func (o *EnrollmentManagementStoreRequest) GetOverwrite() bool

GetOverwrite returns the Overwrite field value if set, zero value otherwise.

func (*EnrollmentManagementStoreRequest) GetOverwriteOk ¶

func (o *EnrollmentManagementStoreRequest) GetOverwriteOk() (*bool, bool)

GetOverwriteOk returns a tuple with the Overwrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnrollmentManagementStoreRequest) GetProperties ¶

func (o *EnrollmentManagementStoreRequest) GetProperties() map[string]interface{}

GetProperties returns the Properties field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentManagementStoreRequest) GetPropertiesOk ¶

func (o *EnrollmentManagementStoreRequest) GetPropertiesOk() (map[string]interface{}, bool)

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentManagementStoreRequest) GetStoreId ¶

func (o *EnrollmentManagementStoreRequest) GetStoreId() string

GetStoreId returns the StoreId field value if set, zero value otherwise.

func (*EnrollmentManagementStoreRequest) GetStoreIdOk ¶

func (o *EnrollmentManagementStoreRequest) GetStoreIdOk() (*string, bool)

GetStoreIdOk returns a tuple with the StoreId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnrollmentManagementStoreRequest) HasAlias ¶

func (o *EnrollmentManagementStoreRequest) HasAlias() bool

HasAlias returns a boolean if a field has been set.

func (*EnrollmentManagementStoreRequest) HasOverwrite ¶

func (o *EnrollmentManagementStoreRequest) HasOverwrite() bool

HasOverwrite returns a boolean if a field has been set.

func (*EnrollmentManagementStoreRequest) HasProperties ¶

func (o *EnrollmentManagementStoreRequest) HasProperties() bool

HasProperties returns a boolean if a field has been set.

func (*EnrollmentManagementStoreRequest) HasStoreId ¶

func (o *EnrollmentManagementStoreRequest) HasStoreId() bool

HasStoreId returns a boolean if a field has been set.

func (EnrollmentManagementStoreRequest) MarshalJSON ¶

func (o EnrollmentManagementStoreRequest) MarshalJSON() ([]byte, error)

func (*EnrollmentManagementStoreRequest) SetAlias ¶

SetAlias gets a reference to the given NullableString and assigns it to the Alias field.

func (*EnrollmentManagementStoreRequest) SetAliasNil ¶

func (o *EnrollmentManagementStoreRequest) SetAliasNil()

SetAliasNil sets the value for Alias to be an explicit nil

func (*EnrollmentManagementStoreRequest) SetOverwrite ¶

func (o *EnrollmentManagementStoreRequest) SetOverwrite(v bool)

SetOverwrite gets a reference to the given bool and assigns it to the Overwrite field.

func (*EnrollmentManagementStoreRequest) SetProperties ¶

func (o *EnrollmentManagementStoreRequest) SetProperties(v map[string]interface{})

SetProperties gets a reference to the given map[string]interface{} and assigns it to the Properties field.

func (*EnrollmentManagementStoreRequest) SetStoreId ¶

func (o *EnrollmentManagementStoreRequest) SetStoreId(v string)

SetStoreId gets a reference to the given string and assigns it to the StoreId field.

func (EnrollmentManagementStoreRequest) ToMap ¶

func (o EnrollmentManagementStoreRequest) ToMap() (map[string]interface{}, error)

func (*EnrollmentManagementStoreRequest) UnsetAlias ¶

func (o *EnrollmentManagementStoreRequest) UnsetAlias()

UnsetAlias ensures that no value is present for Alias, not even an explicit nil

type EnrollmentManagementStoreTypeRequest ¶

type EnrollmentManagementStoreTypeRequest struct {
	StoreTypeId *int32         `json:"StoreTypeId,omitempty"`
	Alias       NullableString `json:"Alias,omitempty"`
	Overwrite   *bool          `json:"Overwrite,omitempty"`
	Properties  []interface{}  `json:"Properties,omitempty"`
}

EnrollmentManagementStoreTypeRequest struct for EnrollmentManagementStoreTypeRequest

func NewEnrollmentManagementStoreTypeRequest ¶

func NewEnrollmentManagementStoreTypeRequest() *EnrollmentManagementStoreTypeRequest

NewEnrollmentManagementStoreTypeRequest instantiates a new EnrollmentManagementStoreTypeRequest 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 NewEnrollmentManagementStoreTypeRequestWithDefaults ¶

func NewEnrollmentManagementStoreTypeRequestWithDefaults() *EnrollmentManagementStoreTypeRequest

NewEnrollmentManagementStoreTypeRequestWithDefaults instantiates a new EnrollmentManagementStoreTypeRequest 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 (*EnrollmentManagementStoreTypeRequest) GetAlias ¶

GetAlias returns the Alias field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentManagementStoreTypeRequest) GetAliasOk ¶

func (o *EnrollmentManagementStoreTypeRequest) GetAliasOk() (*string, bool)

GetAliasOk returns a tuple with the Alias field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentManagementStoreTypeRequest) GetOverwrite ¶

func (o *EnrollmentManagementStoreTypeRequest) GetOverwrite() bool

GetOverwrite returns the Overwrite field value if set, zero value otherwise.

func (*EnrollmentManagementStoreTypeRequest) GetOverwriteOk ¶

func (o *EnrollmentManagementStoreTypeRequest) GetOverwriteOk() (*bool, bool)

GetOverwriteOk returns a tuple with the Overwrite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnrollmentManagementStoreTypeRequest) GetProperties ¶

func (o *EnrollmentManagementStoreTypeRequest) GetProperties() []interface{}

GetProperties returns the Properties field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentManagementStoreTypeRequest) GetPropertiesOk ¶

func (o *EnrollmentManagementStoreTypeRequest) GetPropertiesOk() ([]interface{}, bool)

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentManagementStoreTypeRequest) GetStoreTypeId ¶

func (o *EnrollmentManagementStoreTypeRequest) GetStoreTypeId() int32

GetStoreTypeId returns the StoreTypeId field value if set, zero value otherwise.

func (*EnrollmentManagementStoreTypeRequest) GetStoreTypeIdOk ¶

func (o *EnrollmentManagementStoreTypeRequest) GetStoreTypeIdOk() (*int32, bool)

GetStoreTypeIdOk returns a tuple with the StoreTypeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnrollmentManagementStoreTypeRequest) HasAlias ¶

HasAlias returns a boolean if a field has been set.

func (*EnrollmentManagementStoreTypeRequest) HasOverwrite ¶

func (o *EnrollmentManagementStoreTypeRequest) HasOverwrite() bool

HasOverwrite returns a boolean if a field has been set.

func (*EnrollmentManagementStoreTypeRequest) HasProperties ¶

func (o *EnrollmentManagementStoreTypeRequest) HasProperties() bool

HasProperties returns a boolean if a field has been set.

func (*EnrollmentManagementStoreTypeRequest) HasStoreTypeId ¶

func (o *EnrollmentManagementStoreTypeRequest) HasStoreTypeId() bool

HasStoreTypeId returns a boolean if a field has been set.

func (EnrollmentManagementStoreTypeRequest) MarshalJSON ¶

func (o EnrollmentManagementStoreTypeRequest) MarshalJSON() ([]byte, error)

func (*EnrollmentManagementStoreTypeRequest) SetAlias ¶

SetAlias gets a reference to the given NullableString and assigns it to the Alias field.

func (*EnrollmentManagementStoreTypeRequest) SetAliasNil ¶

func (o *EnrollmentManagementStoreTypeRequest) SetAliasNil()

SetAliasNil sets the value for Alias to be an explicit nil

func (*EnrollmentManagementStoreTypeRequest) SetOverwrite ¶

func (o *EnrollmentManagementStoreTypeRequest) SetOverwrite(v bool)

SetOverwrite gets a reference to the given bool and assigns it to the Overwrite field.

func (*EnrollmentManagementStoreTypeRequest) SetProperties ¶

func (o *EnrollmentManagementStoreTypeRequest) SetProperties(v []interface{})

SetProperties gets a reference to the given []interface{} and assigns it to the Properties field.

func (*EnrollmentManagementStoreTypeRequest) SetStoreTypeId ¶

func (o *EnrollmentManagementStoreTypeRequest) SetStoreTypeId(v int32)

SetStoreTypeId gets a reference to the given int32 and assigns it to the StoreTypeId field.

func (EnrollmentManagementStoreTypeRequest) ToMap ¶

func (o EnrollmentManagementStoreTypeRequest) ToMap() (map[string]interface{}, error)

func (*EnrollmentManagementStoreTypeRequest) UnsetAlias ¶

func (o *EnrollmentManagementStoreTypeRequest) UnsetAlias()

UnsetAlias ensures that no value is present for Alias, not even an explicit nil

type EnrollmentPFXEnrollmentRequest ¶

type EnrollmentPFXEnrollmentRequest struct {
	CustomFriendlyName          NullableString         `json:"CustomFriendlyName,omitempty"`
	Password                    NullableString         `json:"Password,omitempty"`
	PopulateMissingValuesFromAD *bool                  `json:"PopulateMissingValuesFromAD,omitempty"`
	Subject                     NullableString         `json:"Subject,omitempty"`
	RenewalCertificateId        NullableInt32          `json:"RenewalCertificateId,omitempty"`
	ChainOrder                  NullableString         `json:"ChainOrder,omitempty"`
	UseLegacyEncryption         NullableBool           `json:"UseLegacyEncryption,omitempty"`
	KeyType                     NullableString         `json:"KeyType,omitempty"`
	KeyLength                   *int32                 `json:"KeyLength,omitempty"`
	Curve                       NullableString         `json:"Curve,omitempty"`
	MicrosoftTargetCSP          NullableString         `json:"MicrosoftTargetCSP,omitempty"`
	CertificateAuthority        NullableString         `json:"CertificateAuthority,omitempty"`
	IncludeChain                *bool                  `json:"IncludeChain,omitempty"`
	IncludeSubjectHeader        *bool                  `json:"IncludeSubjectHeader,omitempty"`
	Metadata                    map[string]interface{} `json:"Metadata,omitempty"`
	AdditionalEnrollmentFields  map[string]interface{} `json:"AdditionalEnrollmentFields,omitempty"`
	Timestamp                   *time.Time             `json:"Timestamp,omitempty"`
	OwnerRoleId                 NullableInt32          `json:"OwnerRoleId,omitempty"`
	OwnerRoleName               NullableString         `json:"OwnerRoleName,omitempty"`
	Template                    NullableString         `json:"Template,omitempty"`
	SANs                        map[string][]string    `json:"SANs,omitempty"`
}

EnrollmentPFXEnrollmentRequest struct for EnrollmentPFXEnrollmentRequest

func NewEnrollmentPFXEnrollmentRequest ¶

func NewEnrollmentPFXEnrollmentRequest() *EnrollmentPFXEnrollmentRequest

NewEnrollmentPFXEnrollmentRequest instantiates a new EnrollmentPFXEnrollmentRequest 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 NewEnrollmentPFXEnrollmentRequestWithDefaults ¶

func NewEnrollmentPFXEnrollmentRequestWithDefaults() *EnrollmentPFXEnrollmentRequest

NewEnrollmentPFXEnrollmentRequestWithDefaults instantiates a new EnrollmentPFXEnrollmentRequest 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 (*EnrollmentPFXEnrollmentRequest) GetAdditionalEnrollmentFields ¶

func (o *EnrollmentPFXEnrollmentRequest) GetAdditionalEnrollmentFields() map[string]interface{}

GetAdditionalEnrollmentFields returns the AdditionalEnrollmentFields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentPFXEnrollmentRequest) GetAdditionalEnrollmentFieldsOk ¶

func (o *EnrollmentPFXEnrollmentRequest) GetAdditionalEnrollmentFieldsOk() (map[string]interface{}, bool)

GetAdditionalEnrollmentFieldsOk returns a tuple with the AdditionalEnrollmentFields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentPFXEnrollmentRequest) GetCertificateAuthority ¶

func (o *EnrollmentPFXEnrollmentRequest) GetCertificateAuthority() string

GetCertificateAuthority returns the CertificateAuthority field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentPFXEnrollmentRequest) GetCertificateAuthorityOk ¶

func (o *EnrollmentPFXEnrollmentRequest) GetCertificateAuthorityOk() (*string, bool)

GetCertificateAuthorityOk returns a tuple with the CertificateAuthority field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentPFXEnrollmentRequest) GetChainOrder ¶

func (o *EnrollmentPFXEnrollmentRequest) GetChainOrder() string

GetChainOrder returns the ChainOrder field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentPFXEnrollmentRequest) GetChainOrderOk ¶

func (o *EnrollmentPFXEnrollmentRequest) GetChainOrderOk() (*string, bool)

GetChainOrderOk returns a tuple with the ChainOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentPFXEnrollmentRequest) GetCurve ¶

func (o *EnrollmentPFXEnrollmentRequest) GetCurve() string

GetCurve returns the Curve field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentPFXEnrollmentRequest) GetCurveOk ¶

func (o *EnrollmentPFXEnrollmentRequest) GetCurveOk() (*string, bool)

GetCurveOk returns a tuple with the Curve field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentPFXEnrollmentRequest) GetCustomFriendlyName ¶

func (o *EnrollmentPFXEnrollmentRequest) GetCustomFriendlyName() string

GetCustomFriendlyName returns the CustomFriendlyName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentPFXEnrollmentRequest) GetCustomFriendlyNameOk ¶

func (o *EnrollmentPFXEnrollmentRequest) GetCustomFriendlyNameOk() (*string, bool)

GetCustomFriendlyNameOk returns a tuple with the CustomFriendlyName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentPFXEnrollmentRequest) GetIncludeChain ¶

func (o *EnrollmentPFXEnrollmentRequest) GetIncludeChain() bool

GetIncludeChain returns the IncludeChain field value if set, zero value otherwise.

func (*EnrollmentPFXEnrollmentRequest) GetIncludeChainOk ¶

func (o *EnrollmentPFXEnrollmentRequest) GetIncludeChainOk() (*bool, bool)

GetIncludeChainOk returns a tuple with the IncludeChain field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnrollmentPFXEnrollmentRequest) GetIncludeSubjectHeader ¶

func (o *EnrollmentPFXEnrollmentRequest) GetIncludeSubjectHeader() bool

GetIncludeSubjectHeader returns the IncludeSubjectHeader field value if set, zero value otherwise.

func (*EnrollmentPFXEnrollmentRequest) GetIncludeSubjectHeaderOk ¶

func (o *EnrollmentPFXEnrollmentRequest) GetIncludeSubjectHeaderOk() (*bool, bool)

GetIncludeSubjectHeaderOk returns a tuple with the IncludeSubjectHeader field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnrollmentPFXEnrollmentRequest) GetKeyLength ¶

func (o *EnrollmentPFXEnrollmentRequest) GetKeyLength() int32

GetKeyLength returns the KeyLength field value if set, zero value otherwise.

func (*EnrollmentPFXEnrollmentRequest) GetKeyLengthOk ¶

func (o *EnrollmentPFXEnrollmentRequest) GetKeyLengthOk() (*int32, bool)

GetKeyLengthOk returns a tuple with the KeyLength field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnrollmentPFXEnrollmentRequest) GetKeyType ¶

func (o *EnrollmentPFXEnrollmentRequest) GetKeyType() string

GetKeyType returns the KeyType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentPFXEnrollmentRequest) GetKeyTypeOk ¶

func (o *EnrollmentPFXEnrollmentRequest) GetKeyTypeOk() (*string, bool)

GetKeyTypeOk returns a tuple with the KeyType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentPFXEnrollmentRequest) GetMetadata ¶

func (o *EnrollmentPFXEnrollmentRequest) GetMetadata() map[string]interface{}

GetMetadata returns the Metadata field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentPFXEnrollmentRequest) GetMetadataOk ¶

func (o *EnrollmentPFXEnrollmentRequest) GetMetadataOk() (map[string]interface{}, bool)

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentPFXEnrollmentRequest) GetMicrosoftTargetCSP ¶

func (o *EnrollmentPFXEnrollmentRequest) GetMicrosoftTargetCSP() string

GetMicrosoftTargetCSP returns the MicrosoftTargetCSP field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentPFXEnrollmentRequest) GetMicrosoftTargetCSPOk ¶

func (o *EnrollmentPFXEnrollmentRequest) GetMicrosoftTargetCSPOk() (*string, bool)

GetMicrosoftTargetCSPOk returns a tuple with the MicrosoftTargetCSP field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentPFXEnrollmentRequest) GetOwnerRoleId ¶

func (o *EnrollmentPFXEnrollmentRequest) GetOwnerRoleId() int32

GetOwnerRoleId returns the OwnerRoleId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentPFXEnrollmentRequest) GetOwnerRoleIdOk ¶

func (o *EnrollmentPFXEnrollmentRequest) GetOwnerRoleIdOk() (*int32, bool)

GetOwnerRoleIdOk returns a tuple with the OwnerRoleId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentPFXEnrollmentRequest) GetOwnerRoleName ¶

func (o *EnrollmentPFXEnrollmentRequest) GetOwnerRoleName() string

GetOwnerRoleName returns the OwnerRoleName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentPFXEnrollmentRequest) GetOwnerRoleNameOk ¶

func (o *EnrollmentPFXEnrollmentRequest) GetOwnerRoleNameOk() (*string, bool)

GetOwnerRoleNameOk returns a tuple with the OwnerRoleName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentPFXEnrollmentRequest) GetPassword ¶

func (o *EnrollmentPFXEnrollmentRequest) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentPFXEnrollmentRequest) GetPasswordOk ¶

func (o *EnrollmentPFXEnrollmentRequest) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentPFXEnrollmentRequest) GetPopulateMissingValuesFromAD ¶

func (o *EnrollmentPFXEnrollmentRequest) GetPopulateMissingValuesFromAD() bool

GetPopulateMissingValuesFromAD returns the PopulateMissingValuesFromAD field value if set, zero value otherwise.

func (*EnrollmentPFXEnrollmentRequest) GetPopulateMissingValuesFromADOk ¶

func (o *EnrollmentPFXEnrollmentRequest) GetPopulateMissingValuesFromADOk() (*bool, bool)

GetPopulateMissingValuesFromADOk returns a tuple with the PopulateMissingValuesFromAD field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnrollmentPFXEnrollmentRequest) GetRenewalCertificateId ¶

func (o *EnrollmentPFXEnrollmentRequest) GetRenewalCertificateId() int32

GetRenewalCertificateId returns the RenewalCertificateId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentPFXEnrollmentRequest) GetRenewalCertificateIdOk ¶

func (o *EnrollmentPFXEnrollmentRequest) GetRenewalCertificateIdOk() (*int32, bool)

GetRenewalCertificateIdOk returns a tuple with the RenewalCertificateId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentPFXEnrollmentRequest) GetSANs ¶

func (o *EnrollmentPFXEnrollmentRequest) GetSANs() map[string][]string

GetSANs returns the SANs field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentPFXEnrollmentRequest) GetSANsOk ¶

func (o *EnrollmentPFXEnrollmentRequest) GetSANsOk() (*map[string][]string, bool)

GetSANsOk returns a tuple with the SANs field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentPFXEnrollmentRequest) GetSubject ¶

func (o *EnrollmentPFXEnrollmentRequest) GetSubject() string

GetSubject returns the Subject field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentPFXEnrollmentRequest) GetSubjectOk ¶

func (o *EnrollmentPFXEnrollmentRequest) GetSubjectOk() (*string, bool)

GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentPFXEnrollmentRequest) GetTemplate ¶

func (o *EnrollmentPFXEnrollmentRequest) GetTemplate() string

GetTemplate returns the Template field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentPFXEnrollmentRequest) GetTemplateOk ¶

func (o *EnrollmentPFXEnrollmentRequest) GetTemplateOk() (*string, bool)

GetTemplateOk returns a tuple with the Template field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentPFXEnrollmentRequest) GetTimestamp ¶

func (o *EnrollmentPFXEnrollmentRequest) GetTimestamp() time.Time

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*EnrollmentPFXEnrollmentRequest) GetTimestampOk ¶

func (o *EnrollmentPFXEnrollmentRequest) GetTimestampOk() (*time.Time, bool)

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnrollmentPFXEnrollmentRequest) GetUseLegacyEncryption ¶

func (o *EnrollmentPFXEnrollmentRequest) GetUseLegacyEncryption() bool

GetUseLegacyEncryption returns the UseLegacyEncryption field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentPFXEnrollmentRequest) GetUseLegacyEncryptionOk ¶

func (o *EnrollmentPFXEnrollmentRequest) GetUseLegacyEncryptionOk() (*bool, bool)

GetUseLegacyEncryptionOk returns a tuple with the UseLegacyEncryption field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentPFXEnrollmentRequest) HasAdditionalEnrollmentFields ¶

func (o *EnrollmentPFXEnrollmentRequest) HasAdditionalEnrollmentFields() bool

HasAdditionalEnrollmentFields returns a boolean if a field has been set.

func (*EnrollmentPFXEnrollmentRequest) HasCertificateAuthority ¶

func (o *EnrollmentPFXEnrollmentRequest) HasCertificateAuthority() bool

HasCertificateAuthority returns a boolean if a field has been set.

func (*EnrollmentPFXEnrollmentRequest) HasChainOrder ¶

func (o *EnrollmentPFXEnrollmentRequest) HasChainOrder() bool

HasChainOrder returns a boolean if a field has been set.

func (*EnrollmentPFXEnrollmentRequest) HasCurve ¶

func (o *EnrollmentPFXEnrollmentRequest) HasCurve() bool

HasCurve returns a boolean if a field has been set.

func (*EnrollmentPFXEnrollmentRequest) HasCustomFriendlyName ¶

func (o *EnrollmentPFXEnrollmentRequest) HasCustomFriendlyName() bool

HasCustomFriendlyName returns a boolean if a field has been set.

func (*EnrollmentPFXEnrollmentRequest) HasIncludeChain ¶

func (o *EnrollmentPFXEnrollmentRequest) HasIncludeChain() bool

HasIncludeChain returns a boolean if a field has been set.

func (*EnrollmentPFXEnrollmentRequest) HasIncludeSubjectHeader ¶

func (o *EnrollmentPFXEnrollmentRequest) HasIncludeSubjectHeader() bool

HasIncludeSubjectHeader returns a boolean if a field has been set.

func (*EnrollmentPFXEnrollmentRequest) HasKeyLength ¶

func (o *EnrollmentPFXEnrollmentRequest) HasKeyLength() bool

HasKeyLength returns a boolean if a field has been set.

func (*EnrollmentPFXEnrollmentRequest) HasKeyType ¶

func (o *EnrollmentPFXEnrollmentRequest) HasKeyType() bool

HasKeyType returns a boolean if a field has been set.

func (*EnrollmentPFXEnrollmentRequest) HasMetadata ¶

func (o *EnrollmentPFXEnrollmentRequest) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

func (*EnrollmentPFXEnrollmentRequest) HasMicrosoftTargetCSP ¶

func (o *EnrollmentPFXEnrollmentRequest) HasMicrosoftTargetCSP() bool

HasMicrosoftTargetCSP returns a boolean if a field has been set.

func (*EnrollmentPFXEnrollmentRequest) HasOwnerRoleId ¶

func (o *EnrollmentPFXEnrollmentRequest) HasOwnerRoleId() bool

HasOwnerRoleId returns a boolean if a field has been set.

func (*EnrollmentPFXEnrollmentRequest) HasOwnerRoleName ¶

func (o *EnrollmentPFXEnrollmentRequest) HasOwnerRoleName() bool

HasOwnerRoleName returns a boolean if a field has been set.

func (*EnrollmentPFXEnrollmentRequest) HasPassword ¶

func (o *EnrollmentPFXEnrollmentRequest) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*EnrollmentPFXEnrollmentRequest) HasPopulateMissingValuesFromAD ¶

func (o *EnrollmentPFXEnrollmentRequest) HasPopulateMissingValuesFromAD() bool

HasPopulateMissingValuesFromAD returns a boolean if a field has been set.

func (*EnrollmentPFXEnrollmentRequest) HasRenewalCertificateId ¶

func (o *EnrollmentPFXEnrollmentRequest) HasRenewalCertificateId() bool

HasRenewalCertificateId returns a boolean if a field has been set.

func (*EnrollmentPFXEnrollmentRequest) HasSANs ¶

func (o *EnrollmentPFXEnrollmentRequest) HasSANs() bool

HasSANs returns a boolean if a field has been set.

func (*EnrollmentPFXEnrollmentRequest) HasSubject ¶

func (o *EnrollmentPFXEnrollmentRequest) HasSubject() bool

HasSubject returns a boolean if a field has been set.

func (*EnrollmentPFXEnrollmentRequest) HasTemplate ¶

func (o *EnrollmentPFXEnrollmentRequest) HasTemplate() bool

HasTemplate returns a boolean if a field has been set.

func (*EnrollmentPFXEnrollmentRequest) HasTimestamp ¶

func (o *EnrollmentPFXEnrollmentRequest) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (*EnrollmentPFXEnrollmentRequest) HasUseLegacyEncryption ¶

func (o *EnrollmentPFXEnrollmentRequest) HasUseLegacyEncryption() bool

HasUseLegacyEncryption returns a boolean if a field has been set.

func (EnrollmentPFXEnrollmentRequest) MarshalJSON ¶

func (o EnrollmentPFXEnrollmentRequest) MarshalJSON() ([]byte, error)

func (*EnrollmentPFXEnrollmentRequest) SetAdditionalEnrollmentFields ¶

func (o *EnrollmentPFXEnrollmentRequest) SetAdditionalEnrollmentFields(v map[string]interface{})

SetAdditionalEnrollmentFields gets a reference to the given map[string]interface{} and assigns it to the AdditionalEnrollmentFields field.

func (*EnrollmentPFXEnrollmentRequest) SetCertificateAuthority ¶

func (o *EnrollmentPFXEnrollmentRequest) SetCertificateAuthority(v string)

SetCertificateAuthority gets a reference to the given NullableString and assigns it to the CertificateAuthority field.

func (*EnrollmentPFXEnrollmentRequest) SetCertificateAuthorityNil ¶

func (o *EnrollmentPFXEnrollmentRequest) SetCertificateAuthorityNil()

SetCertificateAuthorityNil sets the value for CertificateAuthority to be an explicit nil

func (*EnrollmentPFXEnrollmentRequest) SetChainOrder ¶

func (o *EnrollmentPFXEnrollmentRequest) SetChainOrder(v string)

SetChainOrder gets a reference to the given NullableString and assigns it to the ChainOrder field.

func (*EnrollmentPFXEnrollmentRequest) SetChainOrderNil ¶

func (o *EnrollmentPFXEnrollmentRequest) SetChainOrderNil()

SetChainOrderNil sets the value for ChainOrder to be an explicit nil

func (*EnrollmentPFXEnrollmentRequest) SetCurve ¶

func (o *EnrollmentPFXEnrollmentRequest) SetCurve(v string)

SetCurve gets a reference to the given NullableString and assigns it to the Curve field.

func (*EnrollmentPFXEnrollmentRequest) SetCurveNil ¶

func (o *EnrollmentPFXEnrollmentRequest) SetCurveNil()

SetCurveNil sets the value for Curve to be an explicit nil

func (*EnrollmentPFXEnrollmentRequest) SetCustomFriendlyName ¶

func (o *EnrollmentPFXEnrollmentRequest) SetCustomFriendlyName(v string)

SetCustomFriendlyName gets a reference to the given NullableString and assigns it to the CustomFriendlyName field.

func (*EnrollmentPFXEnrollmentRequest) SetCustomFriendlyNameNil ¶

func (o *EnrollmentPFXEnrollmentRequest) SetCustomFriendlyNameNil()

SetCustomFriendlyNameNil sets the value for CustomFriendlyName to be an explicit nil

func (*EnrollmentPFXEnrollmentRequest) SetIncludeChain ¶

func (o *EnrollmentPFXEnrollmentRequest) SetIncludeChain(v bool)

SetIncludeChain gets a reference to the given bool and assigns it to the IncludeChain field.

func (*EnrollmentPFXEnrollmentRequest) SetIncludeSubjectHeader ¶

func (o *EnrollmentPFXEnrollmentRequest) SetIncludeSubjectHeader(v bool)

SetIncludeSubjectHeader gets a reference to the given bool and assigns it to the IncludeSubjectHeader field.

func (*EnrollmentPFXEnrollmentRequest) SetKeyLength ¶

func (o *EnrollmentPFXEnrollmentRequest) SetKeyLength(v int32)

SetKeyLength gets a reference to the given int32 and assigns it to the KeyLength field.

func (*EnrollmentPFXEnrollmentRequest) SetKeyType ¶

func (o *EnrollmentPFXEnrollmentRequest) SetKeyType(v string)

SetKeyType gets a reference to the given NullableString and assigns it to the KeyType field.

func (*EnrollmentPFXEnrollmentRequest) SetKeyTypeNil ¶

func (o *EnrollmentPFXEnrollmentRequest) SetKeyTypeNil()

SetKeyTypeNil sets the value for KeyType to be an explicit nil

func (*EnrollmentPFXEnrollmentRequest) SetMetadata ¶

func (o *EnrollmentPFXEnrollmentRequest) SetMetadata(v map[string]interface{})

SetMetadata gets a reference to the given map[string]interface{} and assigns it to the Metadata field.

func (*EnrollmentPFXEnrollmentRequest) SetMicrosoftTargetCSP ¶

func (o *EnrollmentPFXEnrollmentRequest) SetMicrosoftTargetCSP(v string)

SetMicrosoftTargetCSP gets a reference to the given NullableString and assigns it to the MicrosoftTargetCSP field.

func (*EnrollmentPFXEnrollmentRequest) SetMicrosoftTargetCSPNil ¶

func (o *EnrollmentPFXEnrollmentRequest) SetMicrosoftTargetCSPNil()

SetMicrosoftTargetCSPNil sets the value for MicrosoftTargetCSP to be an explicit nil

func (*EnrollmentPFXEnrollmentRequest) SetOwnerRoleId ¶

func (o *EnrollmentPFXEnrollmentRequest) SetOwnerRoleId(v int32)

SetOwnerRoleId gets a reference to the given NullableInt32 and assigns it to the OwnerRoleId field.

func (*EnrollmentPFXEnrollmentRequest) SetOwnerRoleIdNil ¶

func (o *EnrollmentPFXEnrollmentRequest) SetOwnerRoleIdNil()

SetOwnerRoleIdNil sets the value for OwnerRoleId to be an explicit nil

func (*EnrollmentPFXEnrollmentRequest) SetOwnerRoleName ¶

func (o *EnrollmentPFXEnrollmentRequest) SetOwnerRoleName(v string)

SetOwnerRoleName gets a reference to the given NullableString and assigns it to the OwnerRoleName field.

func (*EnrollmentPFXEnrollmentRequest) SetOwnerRoleNameNil ¶

func (o *EnrollmentPFXEnrollmentRequest) SetOwnerRoleNameNil()

SetOwnerRoleNameNil sets the value for OwnerRoleName to be an explicit nil

func (*EnrollmentPFXEnrollmentRequest) SetPassword ¶

func (o *EnrollmentPFXEnrollmentRequest) SetPassword(v string)

SetPassword gets a reference to the given NullableString and assigns it to the Password field.

func (*EnrollmentPFXEnrollmentRequest) SetPasswordNil ¶

func (o *EnrollmentPFXEnrollmentRequest) SetPasswordNil()

SetPasswordNil sets the value for Password to be an explicit nil

func (*EnrollmentPFXEnrollmentRequest) SetPopulateMissingValuesFromAD ¶

func (o *EnrollmentPFXEnrollmentRequest) SetPopulateMissingValuesFromAD(v bool)

SetPopulateMissingValuesFromAD gets a reference to the given bool and assigns it to the PopulateMissingValuesFromAD field.

func (*EnrollmentPFXEnrollmentRequest) SetRenewalCertificateId ¶

func (o *EnrollmentPFXEnrollmentRequest) SetRenewalCertificateId(v int32)

SetRenewalCertificateId gets a reference to the given NullableInt32 and assigns it to the RenewalCertificateId field.

func (*EnrollmentPFXEnrollmentRequest) SetRenewalCertificateIdNil ¶

func (o *EnrollmentPFXEnrollmentRequest) SetRenewalCertificateIdNil()

SetRenewalCertificateIdNil sets the value for RenewalCertificateId to be an explicit nil

func (*EnrollmentPFXEnrollmentRequest) SetSANs ¶

func (o *EnrollmentPFXEnrollmentRequest) SetSANs(v map[string][]string)

SetSANs gets a reference to the given map[string][]string and assigns it to the SANs field.

func (*EnrollmentPFXEnrollmentRequest) SetSubject ¶

func (o *EnrollmentPFXEnrollmentRequest) SetSubject(v string)

SetSubject gets a reference to the given NullableString and assigns it to the Subject field.

func (*EnrollmentPFXEnrollmentRequest) SetSubjectNil ¶

func (o *EnrollmentPFXEnrollmentRequest) SetSubjectNil()

SetSubjectNil sets the value for Subject to be an explicit nil

func (*EnrollmentPFXEnrollmentRequest) SetTemplate ¶

func (o *EnrollmentPFXEnrollmentRequest) SetTemplate(v string)

SetTemplate gets a reference to the given NullableString and assigns it to the Template field.

func (*EnrollmentPFXEnrollmentRequest) SetTemplateNil ¶

func (o *EnrollmentPFXEnrollmentRequest) SetTemplateNil()

SetTemplateNil sets the value for Template to be an explicit nil

func (*EnrollmentPFXEnrollmentRequest) SetTimestamp ¶

func (o *EnrollmentPFXEnrollmentRequest) SetTimestamp(v time.Time)

SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field.

func (*EnrollmentPFXEnrollmentRequest) SetUseLegacyEncryption ¶

func (o *EnrollmentPFXEnrollmentRequest) SetUseLegacyEncryption(v bool)

SetUseLegacyEncryption gets a reference to the given NullableBool and assigns it to the UseLegacyEncryption field.

func (*EnrollmentPFXEnrollmentRequest) SetUseLegacyEncryptionNil ¶

func (o *EnrollmentPFXEnrollmentRequest) SetUseLegacyEncryptionNil()

SetUseLegacyEncryptionNil sets the value for UseLegacyEncryption to be an explicit nil

func (EnrollmentPFXEnrollmentRequest) ToMap ¶

func (o EnrollmentPFXEnrollmentRequest) ToMap() (map[string]interface{}, error)

func (*EnrollmentPFXEnrollmentRequest) UnsetCertificateAuthority ¶

func (o *EnrollmentPFXEnrollmentRequest) UnsetCertificateAuthority()

UnsetCertificateAuthority ensures that no value is present for CertificateAuthority, not even an explicit nil

func (*EnrollmentPFXEnrollmentRequest) UnsetChainOrder ¶

func (o *EnrollmentPFXEnrollmentRequest) UnsetChainOrder()

UnsetChainOrder ensures that no value is present for ChainOrder, not even an explicit nil

func (*EnrollmentPFXEnrollmentRequest) UnsetCurve ¶

func (o *EnrollmentPFXEnrollmentRequest) UnsetCurve()

UnsetCurve ensures that no value is present for Curve, not even an explicit nil

func (*EnrollmentPFXEnrollmentRequest) UnsetCustomFriendlyName ¶

func (o *EnrollmentPFXEnrollmentRequest) UnsetCustomFriendlyName()

UnsetCustomFriendlyName ensures that no value is present for CustomFriendlyName, not even an explicit nil

func (*EnrollmentPFXEnrollmentRequest) UnsetKeyType ¶

func (o *EnrollmentPFXEnrollmentRequest) UnsetKeyType()

UnsetKeyType ensures that no value is present for KeyType, not even an explicit nil

func (*EnrollmentPFXEnrollmentRequest) UnsetMicrosoftTargetCSP ¶

func (o *EnrollmentPFXEnrollmentRequest) UnsetMicrosoftTargetCSP()

UnsetMicrosoftTargetCSP ensures that no value is present for MicrosoftTargetCSP, not even an explicit nil

func (*EnrollmentPFXEnrollmentRequest) UnsetOwnerRoleId ¶

func (o *EnrollmentPFXEnrollmentRequest) UnsetOwnerRoleId()

UnsetOwnerRoleId ensures that no value is present for OwnerRoleId, not even an explicit nil

func (*EnrollmentPFXEnrollmentRequest) UnsetOwnerRoleName ¶

func (o *EnrollmentPFXEnrollmentRequest) UnsetOwnerRoleName()

UnsetOwnerRoleName ensures that no value is present for OwnerRoleName, not even an explicit nil

func (*EnrollmentPFXEnrollmentRequest) UnsetPassword ¶

func (o *EnrollmentPFXEnrollmentRequest) UnsetPassword()

UnsetPassword ensures that no value is present for Password, not even an explicit nil

func (*EnrollmentPFXEnrollmentRequest) UnsetRenewalCertificateId ¶

func (o *EnrollmentPFXEnrollmentRequest) UnsetRenewalCertificateId()

UnsetRenewalCertificateId ensures that no value is present for RenewalCertificateId, not even an explicit nil

func (*EnrollmentPFXEnrollmentRequest) UnsetSubject ¶

func (o *EnrollmentPFXEnrollmentRequest) UnsetSubject()

UnsetSubject ensures that no value is present for Subject, not even an explicit nil

func (*EnrollmentPFXEnrollmentRequest) UnsetTemplate ¶

func (o *EnrollmentPFXEnrollmentRequest) UnsetTemplate()

UnsetTemplate ensures that no value is present for Template, not even an explicit nil

func (*EnrollmentPFXEnrollmentRequest) UnsetUseLegacyEncryption ¶

func (o *EnrollmentPFXEnrollmentRequest) UnsetUseLegacyEncryption()

UnsetUseLegacyEncryption ensures that no value is present for UseLegacyEncryption, not even an explicit nil

type EnrollmentPatternsValidSubjectPartResponse ¶

type EnrollmentPatternsValidSubjectPartResponse struct {
	SubjectPart     NullableString `json:"SubjectPart,omitempty"`
	SubjectPartName NullableString `json:"SubjectPartName,omitempty"`
}

EnrollmentPatternsValidSubjectPartResponse struct for EnrollmentPatternsValidSubjectPartResponse

func NewEnrollmentPatternsValidSubjectPartResponse ¶

func NewEnrollmentPatternsValidSubjectPartResponse() *EnrollmentPatternsValidSubjectPartResponse

NewEnrollmentPatternsValidSubjectPartResponse instantiates a new EnrollmentPatternsValidSubjectPartResponse 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 NewEnrollmentPatternsValidSubjectPartResponseWithDefaults ¶

func NewEnrollmentPatternsValidSubjectPartResponseWithDefaults() *EnrollmentPatternsValidSubjectPartResponse

NewEnrollmentPatternsValidSubjectPartResponseWithDefaults instantiates a new EnrollmentPatternsValidSubjectPartResponse 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 (*EnrollmentPatternsValidSubjectPartResponse) GetSubjectPart ¶

GetSubjectPart returns the SubjectPart field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentPatternsValidSubjectPartResponse) GetSubjectPartName ¶

func (o *EnrollmentPatternsValidSubjectPartResponse) GetSubjectPartName() string

GetSubjectPartName returns the SubjectPartName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentPatternsValidSubjectPartResponse) GetSubjectPartNameOk ¶

func (o *EnrollmentPatternsValidSubjectPartResponse) GetSubjectPartNameOk() (*string, bool)

GetSubjectPartNameOk returns a tuple with the SubjectPartName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentPatternsValidSubjectPartResponse) GetSubjectPartOk ¶

func (o *EnrollmentPatternsValidSubjectPartResponse) GetSubjectPartOk() (*string, bool)

GetSubjectPartOk returns a tuple with the SubjectPart field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentPatternsValidSubjectPartResponse) HasSubjectPart ¶

HasSubjectPart returns a boolean if a field has been set.

func (*EnrollmentPatternsValidSubjectPartResponse) HasSubjectPartName ¶

func (o *EnrollmentPatternsValidSubjectPartResponse) HasSubjectPartName() bool

HasSubjectPartName returns a boolean if a field has been set.

func (EnrollmentPatternsValidSubjectPartResponse) MarshalJSON ¶

func (*EnrollmentPatternsValidSubjectPartResponse) SetSubjectPart ¶

SetSubjectPart gets a reference to the given NullableString and assigns it to the SubjectPart field.

func (*EnrollmentPatternsValidSubjectPartResponse) SetSubjectPartName ¶

func (o *EnrollmentPatternsValidSubjectPartResponse) SetSubjectPartName(v string)

SetSubjectPartName gets a reference to the given NullableString and assigns it to the SubjectPartName field.

func (*EnrollmentPatternsValidSubjectPartResponse) SetSubjectPartNameNil ¶

func (o *EnrollmentPatternsValidSubjectPartResponse) SetSubjectPartNameNil()

SetSubjectPartNameNil sets the value for SubjectPartName to be an explicit nil

func (*EnrollmentPatternsValidSubjectPartResponse) SetSubjectPartNil ¶

func (o *EnrollmentPatternsValidSubjectPartResponse) SetSubjectPartNil()

SetSubjectPartNil sets the value for SubjectPart to be an explicit nil

func (EnrollmentPatternsValidSubjectPartResponse) ToMap ¶

func (o EnrollmentPatternsValidSubjectPartResponse) ToMap() (map[string]interface{}, error)

func (*EnrollmentPatternsValidSubjectPartResponse) UnsetSubjectPart ¶

func (o *EnrollmentPatternsValidSubjectPartResponse) UnsetSubjectPart()

UnsetSubjectPart ensures that no value is present for SubjectPart, not even an explicit nil

func (*EnrollmentPatternsValidSubjectPartResponse) UnsetSubjectPartName ¶

func (o *EnrollmentPatternsValidSubjectPartResponse) UnsetSubjectPartName()

UnsetSubjectPartName ensures that no value is present for SubjectPartName, not even an explicit nil

type EnrollmentRenewalApiResponse ¶

type EnrollmentRenewalApiResponse struct {
	KeyfactorId        *int32         `json:"KeyfactorId,omitempty"`
	KeyfactorRequestId *int32         `json:"KeyfactorRequestId,omitempty"`
	Thumbprint         NullableString `json:"Thumbprint,omitempty"`
	SerialNumber       NullableString `json:"SerialNumber,omitempty"`
	IssuerDN           NullableString `json:"IssuerDN,omitempty"`
	RequestDisposition NullableString `json:"RequestDisposition,omitempty"`
	DispositionMessage NullableString `json:"DispositionMessage,omitempty"`
	Password           NullableString `json:"Password,omitempty"`
}

EnrollmentRenewalApiResponse struct for EnrollmentRenewalApiResponse

func NewEnrollmentRenewalApiResponse ¶

func NewEnrollmentRenewalApiResponse() *EnrollmentRenewalApiResponse

NewEnrollmentRenewalApiResponse instantiates a new EnrollmentRenewalApiResponse 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 NewEnrollmentRenewalApiResponseWithDefaults ¶

func NewEnrollmentRenewalApiResponseWithDefaults() *EnrollmentRenewalApiResponse

NewEnrollmentRenewalApiResponseWithDefaults instantiates a new EnrollmentRenewalApiResponse 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 (*EnrollmentRenewalApiResponse) GetDispositionMessage ¶

func (o *EnrollmentRenewalApiResponse) GetDispositionMessage() string

GetDispositionMessage returns the DispositionMessage field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentRenewalApiResponse) GetDispositionMessageOk ¶

func (o *EnrollmentRenewalApiResponse) GetDispositionMessageOk() (*string, bool)

GetDispositionMessageOk returns a tuple with the DispositionMessage field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentRenewalApiResponse) GetIssuerDN ¶

func (o *EnrollmentRenewalApiResponse) GetIssuerDN() string

GetIssuerDN returns the IssuerDN field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentRenewalApiResponse) GetIssuerDNOk ¶

func (o *EnrollmentRenewalApiResponse) GetIssuerDNOk() (*string, bool)

GetIssuerDNOk returns a tuple with the IssuerDN field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentRenewalApiResponse) GetKeyfactorId ¶

func (o *EnrollmentRenewalApiResponse) GetKeyfactorId() int32

GetKeyfactorId returns the KeyfactorId field value if set, zero value otherwise.

func (*EnrollmentRenewalApiResponse) GetKeyfactorIdOk ¶

func (o *EnrollmentRenewalApiResponse) GetKeyfactorIdOk() (*int32, bool)

GetKeyfactorIdOk returns a tuple with the KeyfactorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnrollmentRenewalApiResponse) GetKeyfactorRequestId ¶

func (o *EnrollmentRenewalApiResponse) GetKeyfactorRequestId() int32

GetKeyfactorRequestId returns the KeyfactorRequestId field value if set, zero value otherwise.

func (*EnrollmentRenewalApiResponse) GetKeyfactorRequestIdOk ¶

func (o *EnrollmentRenewalApiResponse) GetKeyfactorRequestIdOk() (*int32, bool)

GetKeyfactorRequestIdOk returns a tuple with the KeyfactorRequestId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EnrollmentRenewalApiResponse) GetPassword ¶

func (o *EnrollmentRenewalApiResponse) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentRenewalApiResponse) GetPasswordOk ¶

func (o *EnrollmentRenewalApiResponse) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentRenewalApiResponse) GetRequestDisposition ¶

func (o *EnrollmentRenewalApiResponse) GetRequestDisposition() string

GetRequestDisposition returns the RequestDisposition field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentRenewalApiResponse) GetRequestDispositionOk ¶

func (o *EnrollmentRenewalApiResponse) GetRequestDispositionOk() (*string, bool)

GetRequestDispositionOk returns a tuple with the RequestDisposition field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentRenewalApiResponse) GetSerialNumber ¶

func (o *EnrollmentRenewalApiResponse) GetSerialNumber() string

GetSerialNumber returns the SerialNumber field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentRenewalApiResponse) GetSerialNumberOk ¶

func (o *EnrollmentRenewalApiResponse) GetSerialNumberOk() (*string, bool)

GetSerialNumberOk returns a tuple with the SerialNumber field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentRenewalApiResponse) GetThumbprint ¶

func (o *EnrollmentRenewalApiResponse) GetThumbprint() string

GetThumbprint returns the Thumbprint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EnrollmentRenewalApiResponse) GetThumbprintOk ¶

func (o *EnrollmentRenewalApiResponse) GetThumbprintOk() (*string, bool)

GetThumbprintOk returns a tuple with the Thumbprint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EnrollmentRenewalApiResponse) HasDispositionMessage ¶

func (o *EnrollmentRenewalApiResponse) HasDispositionMessage() bool

HasDispositionMessage returns a boolean if a field has been set.

func (*EnrollmentRenewalApiResponse) HasIssuerDN ¶

func (o *EnrollmentRenewalApiResponse) HasIssuerDN() bool

HasIssuerDN returns a boolean if a field has been set.

func (*EnrollmentRenewalApiResponse) HasKeyfactorId ¶

func (o *EnrollmentRenewalApiResponse) HasKeyfactorId() bool

HasKeyfactorId returns a boolean if a field has been set.

func (*EnrollmentRenewalApiResponse) HasKeyfactorRequestId ¶

func (o *EnrollmentRenewalApiResponse) HasKeyfactorRequestId() bool

HasKeyfactorRequestId returns a boolean if a field has been set.

func (*EnrollmentRenewalApiResponse) HasPassword ¶

func (o *EnrollmentRenewalApiResponse) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*EnrollmentRenewalApiResponse) HasRequestDisposition ¶

func (o *EnrollmentRenewalApiResponse) HasRequestDisposition() bool

HasRequestDisposition returns a boolean if a field has been set.

func (*EnrollmentRenewalApiResponse) HasSerialNumber ¶

func (o *EnrollmentRenewalApiResponse) HasSerialNumber() bool

HasSerialNumber returns a boolean if a field has been set.

func (*EnrollmentRenewalApiResponse) HasThumbprint ¶

func (o *EnrollmentRenewalApiResponse) HasThumbprint() bool

HasThumbprint returns a boolean if a field has been set.

func (EnrollmentRenewalApiResponse) MarshalJSON ¶

func (o EnrollmentRenewalApiResponse) MarshalJSON() ([]byte, error)

func (*EnrollmentRenewalApiResponse) SetDispositionMessage ¶

func (o *EnrollmentRenewalApiResponse) SetDispositionMessage(v string)

SetDispositionMessage gets a reference to the given NullableString and assigns it to the DispositionMessage field.

func (*EnrollmentRenewalApiResponse) SetDispositionMessageNil ¶

func (o *EnrollmentRenewalApiResponse) SetDispositionMessageNil()

SetDispositionMessageNil sets the value for DispositionMessage to be an explicit nil

func (*EnrollmentRenewalApiResponse) SetIssuerDN ¶

func (o *EnrollmentRenewalApiResponse) SetIssuerDN(v string)

SetIssuerDN gets a reference to the given NullableString and assigns it to the IssuerDN field.

func (*EnrollmentRenewalApiResponse) SetIssuerDNNil ¶

func (o *EnrollmentRenewalApiResponse) SetIssuerDNNil()

SetIssuerDNNil sets the value for IssuerDN to be an explicit nil

func (*EnrollmentRenewalApiResponse) SetKeyfactorId ¶

func (o *EnrollmentRenewalApiResponse) SetKeyfactorId(v int32)

SetKeyfactorId gets a reference to the given int32 and assigns it to the KeyfactorId field.

func (*EnrollmentRenewalApiResponse) SetKeyfactorRequestId ¶

func (o *EnrollmentRenewalApiResponse) SetKeyfactorRequestId(v int32)

SetKeyfactorRequestId gets a reference to the given int32 and assigns it to the KeyfactorRequestId field.

func (*EnrollmentRenewalApiResponse) SetPassword ¶

func (o *EnrollmentRenewalApiResponse) SetPassword(v string)

SetPassword gets a reference to the given NullableString and assigns it to the Password field.

func (*EnrollmentRenewalApiResponse) SetPasswordNil ¶

func (o *EnrollmentRenewalApiResponse) SetPasswordNil()

SetPasswordNil sets the value for Password to be an explicit nil

func (*EnrollmentRenewalApiResponse) SetRequestDisposition ¶

func (o *EnrollmentRenewalApiResponse) SetRequestDisposition(v string)

SetRequestDisposition gets a reference to the given NullableString and assigns it to the RequestDisposition field.

func (*EnrollmentRenewalApiResponse) SetRequestDispositionNil ¶

func (o *EnrollmentRenewalApiResponse) SetRequestDispositionNil()

SetRequestDispositionNil sets the value for RequestDisposition to be an explicit nil

func (*EnrollmentRenewalApiResponse) SetSerialNumber ¶

func (o *EnrollmentRenewalApiResponse) SetSerialNumber(v string)

SetSerialNumber gets a reference to the given NullableString and assigns it to the SerialNumber field.

func (*EnrollmentRenewalApiResponse) SetSerialNumberNil ¶

func (o *EnrollmentRenewalApiResponse) SetSerialNumberNil()

SetSerialNumberNil sets the value for SerialNumber to be an explicit nil

func (*EnrollmentRenewalApiResponse) SetThumbprint ¶

func (o *EnrollmentRenewalApiResponse) SetThumbprint(v string)

SetThumbprint gets a reference to the given NullableString and assigns it to the Thumbprint field.

func (*EnrollmentRenewalApiResponse) SetThumbprintNil ¶

func (o *EnrollmentRenewalApiResponse) SetThumbprintNil()

SetThumbprintNil sets the value for Thumbprint to be an explicit nil

func (EnrollmentRenewalApiResponse) ToMap ¶

func (o EnrollmentRenewalApiResponse) ToMap() (map[string]interface{}, error)

func (*EnrollmentRenewalApiResponse) UnsetDispositionMessage ¶

func (o *EnrollmentRenewalApiResponse) UnsetDispositionMessage()

UnsetDispositionMessage ensures that no value is present for DispositionMessage, not even an explicit nil

func (*EnrollmentRenewalApiResponse) UnsetIssuerDN ¶

func (o *EnrollmentRenewalApiResponse) UnsetIssuerDN()

UnsetIssuerDN ensures that no value is present for IssuerDN, not even an explicit nil

func (*EnrollmentRenewalApiResponse) UnsetPassword ¶

func (o *EnrollmentRenewalApiResponse) UnsetPassword()

UnsetPassword ensures that no value is present for Password, not even an explicit nil

func (*EnrollmentRenewalApiResponse) UnsetRequestDisposition ¶

func (o *EnrollmentRenewalApiResponse) UnsetRequestDisposition()

UnsetRequestDisposition ensures that no value is present for RequestDisposition, not even an explicit nil

func (*EnrollmentRenewalApiResponse) UnsetSerialNumber ¶

func (o *EnrollmentRenewalApiResponse) UnsetSerialNumber()

UnsetSerialNumber ensures that no value is present for SerialNumber, not even an explicit nil

func (*EnrollmentRenewalApiResponse) UnsetThumbprint ¶

func (o *EnrollmentRenewalApiResponse) UnsetThumbprint()

UnsetThumbprint ensures that no value is present for Thumbprint, not even an explicit nil

type EventHandlerEventHandlerParameterRequest ¶

type EventHandlerEventHandlerParameterRequest struct {
	Key           string `json:"Key"`
	DefaultValue  string `json:"DefaultValue"`
	ParameterType string `json:"ParameterType"`
}

EventHandlerEventHandlerParameterRequest struct for EventHandlerEventHandlerParameterRequest

func NewEventHandlerEventHandlerParameterRequest ¶

func NewEventHandlerEventHandlerParameterRequest(key string, defaultValue string, parameterType string) *EventHandlerEventHandlerParameterRequest

NewEventHandlerEventHandlerParameterRequest instantiates a new EventHandlerEventHandlerParameterRequest 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 NewEventHandlerEventHandlerParameterRequestWithDefaults ¶

func NewEventHandlerEventHandlerParameterRequestWithDefaults() *EventHandlerEventHandlerParameterRequest

NewEventHandlerEventHandlerParameterRequestWithDefaults instantiates a new EventHandlerEventHandlerParameterRequest 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 (*EventHandlerEventHandlerParameterRequest) GetDefaultValue ¶

func (o *EventHandlerEventHandlerParameterRequest) GetDefaultValue() string

GetDefaultValue returns the DefaultValue field value

func (*EventHandlerEventHandlerParameterRequest) GetDefaultValueOk ¶

func (o *EventHandlerEventHandlerParameterRequest) GetDefaultValueOk() (*string, bool)

GetDefaultValueOk returns a tuple with the DefaultValue field value and a boolean to check if the value has been set.

func (*EventHandlerEventHandlerParameterRequest) GetKey ¶

GetKey returns the Key field value

func (*EventHandlerEventHandlerParameterRequest) GetKeyOk ¶

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (*EventHandlerEventHandlerParameterRequest) GetParameterType ¶

func (o *EventHandlerEventHandlerParameterRequest) GetParameterType() string

GetParameterType returns the ParameterType field value

func (*EventHandlerEventHandlerParameterRequest) GetParameterTypeOk ¶

func (o *EventHandlerEventHandlerParameterRequest) GetParameterTypeOk() (*string, bool)

GetParameterTypeOk returns a tuple with the ParameterType field value and a boolean to check if the value has been set.

func (EventHandlerEventHandlerParameterRequest) MarshalJSON ¶

func (*EventHandlerEventHandlerParameterRequest) SetDefaultValue ¶

func (o *EventHandlerEventHandlerParameterRequest) SetDefaultValue(v string)

SetDefaultValue sets field value

func (*EventHandlerEventHandlerParameterRequest) SetKey ¶

SetKey sets field value

func (*EventHandlerEventHandlerParameterRequest) SetParameterType ¶

func (o *EventHandlerEventHandlerParameterRequest) SetParameterType(v string)

SetParameterType sets field value

func (EventHandlerEventHandlerParameterRequest) ToMap ¶

func (o EventHandlerEventHandlerParameterRequest) ToMap() (map[string]interface{}, error)

type EventHandlerEventHandlerParameterResponse ¶

type EventHandlerEventHandlerParameterResponse struct {
	Id            *int32         `json:"Id,omitempty"`
	Key           NullableString `json:"Key,omitempty"`
	DefaultValue  NullableString `json:"DefaultValue,omitempty"`
	ParameterType NullableString `json:"ParameterType,omitempty"`
}

EventHandlerEventHandlerParameterResponse struct for EventHandlerEventHandlerParameterResponse

func NewEventHandlerEventHandlerParameterResponse ¶

func NewEventHandlerEventHandlerParameterResponse() *EventHandlerEventHandlerParameterResponse

NewEventHandlerEventHandlerParameterResponse instantiates a new EventHandlerEventHandlerParameterResponse 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 NewEventHandlerEventHandlerParameterResponseWithDefaults ¶

func NewEventHandlerEventHandlerParameterResponseWithDefaults() *EventHandlerEventHandlerParameterResponse

NewEventHandlerEventHandlerParameterResponseWithDefaults instantiates a new EventHandlerEventHandlerParameterResponse 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 (*EventHandlerEventHandlerParameterResponse) GetDefaultValue ¶

GetDefaultValue returns the DefaultValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EventHandlerEventHandlerParameterResponse) GetDefaultValueOk ¶

func (o *EventHandlerEventHandlerParameterResponse) GetDefaultValueOk() (*string, bool)

GetDefaultValueOk returns a tuple with the DefaultValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EventHandlerEventHandlerParameterResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*EventHandlerEventHandlerParameterResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EventHandlerEventHandlerParameterResponse) GetKey ¶

GetKey returns the Key field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EventHandlerEventHandlerParameterResponse) GetKeyOk ¶

GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EventHandlerEventHandlerParameterResponse) GetParameterType ¶

func (o *EventHandlerEventHandlerParameterResponse) GetParameterType() string

GetParameterType returns the ParameterType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EventHandlerEventHandlerParameterResponse) GetParameterTypeOk ¶

func (o *EventHandlerEventHandlerParameterResponse) GetParameterTypeOk() (*string, bool)

GetParameterTypeOk returns a tuple with the ParameterType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EventHandlerEventHandlerParameterResponse) HasDefaultValue ¶

func (o *EventHandlerEventHandlerParameterResponse) HasDefaultValue() bool

HasDefaultValue returns a boolean if a field has been set.

func (*EventHandlerEventHandlerParameterResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*EventHandlerEventHandlerParameterResponse) HasKey ¶

HasKey returns a boolean if a field has been set.

func (*EventHandlerEventHandlerParameterResponse) HasParameterType ¶

func (o *EventHandlerEventHandlerParameterResponse) HasParameterType() bool

HasParameterType returns a boolean if a field has been set.

func (EventHandlerEventHandlerParameterResponse) MarshalJSON ¶

func (*EventHandlerEventHandlerParameterResponse) SetDefaultValue ¶

func (o *EventHandlerEventHandlerParameterResponse) SetDefaultValue(v string)

SetDefaultValue gets a reference to the given NullableString and assigns it to the DefaultValue field.

func (*EventHandlerEventHandlerParameterResponse) SetDefaultValueNil ¶

func (o *EventHandlerEventHandlerParameterResponse) SetDefaultValueNil()

SetDefaultValueNil sets the value for DefaultValue to be an explicit nil

func (*EventHandlerEventHandlerParameterResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*EventHandlerEventHandlerParameterResponse) SetKey ¶

SetKey gets a reference to the given NullableString and assigns it to the Key field.

func (*EventHandlerEventHandlerParameterResponse) SetKeyNil ¶

SetKeyNil sets the value for Key to be an explicit nil

func (*EventHandlerEventHandlerParameterResponse) SetParameterType ¶

func (o *EventHandlerEventHandlerParameterResponse) SetParameterType(v string)

SetParameterType gets a reference to the given NullableString and assigns it to the ParameterType field.

func (*EventHandlerEventHandlerParameterResponse) SetParameterTypeNil ¶

func (o *EventHandlerEventHandlerParameterResponse) SetParameterTypeNil()

SetParameterTypeNil sets the value for ParameterType to be an explicit nil

func (EventHandlerEventHandlerParameterResponse) ToMap ¶

func (o EventHandlerEventHandlerParameterResponse) ToMap() (map[string]interface{}, error)

func (*EventHandlerEventHandlerParameterResponse) UnsetDefaultValue ¶

func (o *EventHandlerEventHandlerParameterResponse) UnsetDefaultValue()

UnsetDefaultValue ensures that no value is present for DefaultValue, not even an explicit nil

func (*EventHandlerEventHandlerParameterResponse) UnsetKey ¶

UnsetKey ensures that no value is present for Key, not even an explicit nil

func (*EventHandlerEventHandlerParameterResponse) UnsetParameterType ¶

func (o *EventHandlerEventHandlerParameterResponse) UnsetParameterType()

UnsetParameterType ensures that no value is present for ParameterType, not even an explicit nil

type EventHandlerRegisteredEventHandlerRequest ¶

type EventHandlerRegisteredEventHandlerRequest struct {
	Id         int32 `json:"Id"`
	UseHandler bool  `json:"UseHandler"`
}

EventHandlerRegisteredEventHandlerRequest struct for EventHandlerRegisteredEventHandlerRequest

func NewEventHandlerRegisteredEventHandlerRequest ¶

func NewEventHandlerRegisteredEventHandlerRequest(id int32, useHandler bool) *EventHandlerRegisteredEventHandlerRequest

NewEventHandlerRegisteredEventHandlerRequest instantiates a new EventHandlerRegisteredEventHandlerRequest 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 NewEventHandlerRegisteredEventHandlerRequestWithDefaults ¶

func NewEventHandlerRegisteredEventHandlerRequestWithDefaults() *EventHandlerRegisteredEventHandlerRequest

NewEventHandlerRegisteredEventHandlerRequestWithDefaults instantiates a new EventHandlerRegisteredEventHandlerRequest 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 (*EventHandlerRegisteredEventHandlerRequest) GetId ¶

GetId returns the Id field value

func (*EventHandlerRegisteredEventHandlerRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*EventHandlerRegisteredEventHandlerRequest) GetUseHandler ¶

GetUseHandler returns the UseHandler field value

func (*EventHandlerRegisteredEventHandlerRequest) GetUseHandlerOk ¶

func (o *EventHandlerRegisteredEventHandlerRequest) GetUseHandlerOk() (*bool, bool)

GetUseHandlerOk returns a tuple with the UseHandler field value and a boolean to check if the value has been set.

func (EventHandlerRegisteredEventHandlerRequest) MarshalJSON ¶

func (*EventHandlerRegisteredEventHandlerRequest) SetId ¶

SetId sets field value

func (*EventHandlerRegisteredEventHandlerRequest) SetUseHandler ¶

func (o *EventHandlerRegisteredEventHandlerRequest) SetUseHandler(v bool)

SetUseHandler sets field value

func (EventHandlerRegisteredEventHandlerRequest) ToMap ¶

func (o EventHandlerRegisteredEventHandlerRequest) ToMap() (map[string]interface{}, error)

type EventHandlerRegisteredEventHandlerResponse ¶

type EventHandlerRegisteredEventHandlerResponse struct {
	Id          *int32         `json:"Id,omitempty"`
	DisplayName NullableString `json:"DisplayName,omitempty"`
	UseHandler  *bool          `json:"UseHandler,omitempty"`
}

EventHandlerRegisteredEventHandlerResponse struct for EventHandlerRegisteredEventHandlerResponse

func NewEventHandlerRegisteredEventHandlerResponse ¶

func NewEventHandlerRegisteredEventHandlerResponse() *EventHandlerRegisteredEventHandlerResponse

NewEventHandlerRegisteredEventHandlerResponse instantiates a new EventHandlerRegisteredEventHandlerResponse 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 NewEventHandlerRegisteredEventHandlerResponseWithDefaults ¶

func NewEventHandlerRegisteredEventHandlerResponseWithDefaults() *EventHandlerRegisteredEventHandlerResponse

NewEventHandlerRegisteredEventHandlerResponseWithDefaults instantiates a new EventHandlerRegisteredEventHandlerResponse 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 (*EventHandlerRegisteredEventHandlerResponse) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EventHandlerRegisteredEventHandlerResponse) GetDisplayNameOk ¶

func (o *EventHandlerRegisteredEventHandlerResponse) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EventHandlerRegisteredEventHandlerResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*EventHandlerRegisteredEventHandlerResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EventHandlerRegisteredEventHandlerResponse) GetUseHandler ¶

GetUseHandler returns the UseHandler field value if set, zero value otherwise.

func (*EventHandlerRegisteredEventHandlerResponse) GetUseHandlerOk ¶

func (o *EventHandlerRegisteredEventHandlerResponse) GetUseHandlerOk() (*bool, bool)

GetUseHandlerOk returns a tuple with the UseHandler field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EventHandlerRegisteredEventHandlerResponse) HasDisplayName ¶

HasDisplayName returns a boolean if a field has been set.

func (*EventHandlerRegisteredEventHandlerResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*EventHandlerRegisteredEventHandlerResponse) HasUseHandler ¶

HasUseHandler returns a boolean if a field has been set.

func (EventHandlerRegisteredEventHandlerResponse) MarshalJSON ¶

func (*EventHandlerRegisteredEventHandlerResponse) SetDisplayName ¶

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*EventHandlerRegisteredEventHandlerResponse) SetDisplayNameNil ¶

func (o *EventHandlerRegisteredEventHandlerResponse) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*EventHandlerRegisteredEventHandlerResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*EventHandlerRegisteredEventHandlerResponse) SetUseHandler ¶

SetUseHandler gets a reference to the given bool and assigns it to the UseHandler field.

func (EventHandlerRegisteredEventHandlerResponse) ToMap ¶

func (o EventHandlerRegisteredEventHandlerResponse) ToMap() (map[string]interface{}, error)

func (*EventHandlerRegisteredEventHandlerResponse) UnsetDisplayName ¶

func (o *EventHandlerRegisteredEventHandlerResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

type EventHandlerRegistrationApiService ¶

type EventHandlerRegistrationApiService service

EventHandlerRegistrationApiService EventHandlerRegistrationApi service

func (*EventHandlerRegistrationApiService) CreateEventHandlerRegistrationExecute ¶

Executes the API request V1 POST /EventHandlerRegistration

@return []EventHandlerRegistrationEventHandlerRegistrationResponse

func (*EventHandlerRegistrationApiService) DeleteEventHandlerRegistrationByIdExecute ¶

func (a *EventHandlerRegistrationApiService) DeleteEventHandlerRegistrationByIdExecute(r ApiDeleteEventHandlerRegistrationByIdRequest) (*http.Response, error)

Executes the API request

func (*EventHandlerRegistrationApiService) GetEventHandlerRegistrationByIdExecute ¶

Executes the API request V1 GET /EventHandlerRegistration/{id}

@return EventHandlerRegistrationEventHandlerRegistrationResponse

func (*EventHandlerRegistrationApiService) GetEventHandlerRegistrationExecute ¶

Executes the API request V1 GET /EventHandlerRegistration

@return []EventHandlerRegistrationEventHandlerRegistrationResponse

func (*EventHandlerRegistrationApiService) NewCreateEventHandlerRegistrationRequest ¶

func (a *EventHandlerRegistrationApiService) NewCreateEventHandlerRegistrationRequest(ctx context.Context) ApiCreateEventHandlerRegistrationRequest

Creates a new V1 POST /EventHandlerRegistration request.

CreateEventHandlerRegistration Registers an event handler

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateEventHandlerRegistrationRequest

func (*EventHandlerRegistrationApiService) NewDeleteEventHandlerRegistrationByIdRequest ¶

func (a *EventHandlerRegistrationApiService) NewDeleteEventHandlerRegistrationByIdRequest(ctx context.Context, id int32) ApiDeleteEventHandlerRegistrationByIdRequest

Creates a new V1 DELETE /EventHandlerRegistration/{id} request.

DeleteEventHandlerRegistrationById Deletes an event handler

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Id of the event handler
@return ApiDeleteEventHandlerRegistrationByIdRequest

func (*EventHandlerRegistrationApiService) NewGetEventHandlerRegistrationByIdRequest ¶

func (a *EventHandlerRegistrationApiService) NewGetEventHandlerRegistrationByIdRequest(ctx context.Context, id int32) ApiGetEventHandlerRegistrationByIdRequest

Creates a new V1 GET /EventHandlerRegistration/{id} request.

GetEventHandlerRegistrationById Returns a registered event handler that matches the provided ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Id of the event handler
@return ApiGetEventHandlerRegistrationByIdRequest

func (*EventHandlerRegistrationApiService) NewGetEventHandlerRegistrationRequest ¶

func (a *EventHandlerRegistrationApiService) NewGetEventHandlerRegistrationRequest(ctx context.Context) ApiGetEventHandlerRegistrationRequest

Creates a new V1 GET /EventHandlerRegistration request.

GetEventHandlerRegistration Returns all registered event handlers according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetEventHandlerRegistrationRequest

func (*EventHandlerRegistrationApiService) NewUpdateEventHandlerRegistrationByIdRequest ¶

func (a *EventHandlerRegistrationApiService) NewUpdateEventHandlerRegistrationByIdRequest(ctx context.Context, id int32) ApiUpdateEventHandlerRegistrationByIdRequest

Creates a new V1 PUT /EventHandlerRegistration/{id} request.

UpdateEventHandlerRegistrationById Updates a registered event handler's information

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Id of the event handler
@return ApiUpdateEventHandlerRegistrationByIdRequest

func (*EventHandlerRegistrationApiService) UpdateEventHandlerRegistrationByIdExecute ¶

Executes the API request V1 PUT /EventHandlerRegistration/{id}

@return EventHandlerRegistrationEventHandlerRegistrationResponse

type EventHandlerRegistrationEventHandlerRegistrationCreateRequest ¶

type EventHandlerRegistrationEventHandlerRegistrationCreateRequest struct {
	AssemblyName string `json:"AssemblyName"`
}

EventHandlerRegistrationEventHandlerRegistrationCreateRequest struct for EventHandlerRegistrationEventHandlerRegistrationCreateRequest

func NewEventHandlerRegistrationEventHandlerRegistrationCreateRequest ¶

func NewEventHandlerRegistrationEventHandlerRegistrationCreateRequest(assemblyName string) *EventHandlerRegistrationEventHandlerRegistrationCreateRequest

NewEventHandlerRegistrationEventHandlerRegistrationCreateRequest instantiates a new EventHandlerRegistrationEventHandlerRegistrationCreateRequest 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 NewEventHandlerRegistrationEventHandlerRegistrationCreateRequestWithDefaults ¶

func NewEventHandlerRegistrationEventHandlerRegistrationCreateRequestWithDefaults() *EventHandlerRegistrationEventHandlerRegistrationCreateRequest

NewEventHandlerRegistrationEventHandlerRegistrationCreateRequestWithDefaults instantiates a new EventHandlerRegistrationEventHandlerRegistrationCreateRequest 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 (*EventHandlerRegistrationEventHandlerRegistrationCreateRequest) GetAssemblyName ¶

GetAssemblyName returns the AssemblyName field value

func (*EventHandlerRegistrationEventHandlerRegistrationCreateRequest) GetAssemblyNameOk ¶

GetAssemblyNameOk returns a tuple with the AssemblyName field value and a boolean to check if the value has been set.

func (EventHandlerRegistrationEventHandlerRegistrationCreateRequest) MarshalJSON ¶

func (*EventHandlerRegistrationEventHandlerRegistrationCreateRequest) SetAssemblyName ¶

SetAssemblyName sets field value

func (EventHandlerRegistrationEventHandlerRegistrationCreateRequest) ToMap ¶

type EventHandlerRegistrationEventHandlerRegistrationResponse ¶

type EventHandlerRegistrationEventHandlerRegistrationResponse struct {
	Id              *int32         `json:"Id,omitempty"`
	DisplayName     NullableString `json:"DisplayName,omitempty"`
	ClassName       NullableString `json:"ClassName,omitempty"`
	Enabled         *bool          `json:"Enabled,omitempty"`
	SupportedEvents NullableString `json:"SupportedEvents,omitempty"`
}

EventHandlerRegistrationEventHandlerRegistrationResponse struct for EventHandlerRegistrationEventHandlerRegistrationResponse

func NewEventHandlerRegistrationEventHandlerRegistrationResponse ¶

func NewEventHandlerRegistrationEventHandlerRegistrationResponse() *EventHandlerRegistrationEventHandlerRegistrationResponse

NewEventHandlerRegistrationEventHandlerRegistrationResponse instantiates a new EventHandlerRegistrationEventHandlerRegistrationResponse 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 NewEventHandlerRegistrationEventHandlerRegistrationResponseWithDefaults ¶

func NewEventHandlerRegistrationEventHandlerRegistrationResponseWithDefaults() *EventHandlerRegistrationEventHandlerRegistrationResponse

NewEventHandlerRegistrationEventHandlerRegistrationResponseWithDefaults instantiates a new EventHandlerRegistrationEventHandlerRegistrationResponse 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 (*EventHandlerRegistrationEventHandlerRegistrationResponse) GetClassName ¶

GetClassName returns the ClassName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EventHandlerRegistrationEventHandlerRegistrationResponse) GetClassNameOk ¶

GetClassNameOk returns a tuple with the ClassName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EventHandlerRegistrationEventHandlerRegistrationResponse) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EventHandlerRegistrationEventHandlerRegistrationResponse) GetDisplayNameOk ¶

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EventHandlerRegistrationEventHandlerRegistrationResponse) GetEnabled ¶

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*EventHandlerRegistrationEventHandlerRegistrationResponse) GetEnabledOk ¶

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EventHandlerRegistrationEventHandlerRegistrationResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*EventHandlerRegistrationEventHandlerRegistrationResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EventHandlerRegistrationEventHandlerRegistrationResponse) GetSupportedEvents ¶

GetSupportedEvents returns the SupportedEvents field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EventHandlerRegistrationEventHandlerRegistrationResponse) GetSupportedEventsOk ¶

GetSupportedEventsOk returns a tuple with the SupportedEvents field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EventHandlerRegistrationEventHandlerRegistrationResponse) HasClassName ¶

HasClassName returns a boolean if a field has been set.

func (*EventHandlerRegistrationEventHandlerRegistrationResponse) HasDisplayName ¶

HasDisplayName returns a boolean if a field has been set.

func (*EventHandlerRegistrationEventHandlerRegistrationResponse) HasEnabled ¶

HasEnabled returns a boolean if a field has been set.

func (*EventHandlerRegistrationEventHandlerRegistrationResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*EventHandlerRegistrationEventHandlerRegistrationResponse) HasSupportedEvents ¶

HasSupportedEvents returns a boolean if a field has been set.

func (EventHandlerRegistrationEventHandlerRegistrationResponse) MarshalJSON ¶

func (*EventHandlerRegistrationEventHandlerRegistrationResponse) SetClassName ¶

SetClassName gets a reference to the given NullableString and assigns it to the ClassName field.

func (*EventHandlerRegistrationEventHandlerRegistrationResponse) SetClassNameNil ¶

SetClassNameNil sets the value for ClassName to be an explicit nil

func (*EventHandlerRegistrationEventHandlerRegistrationResponse) SetDisplayName ¶

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*EventHandlerRegistrationEventHandlerRegistrationResponse) SetDisplayNameNil ¶

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*EventHandlerRegistrationEventHandlerRegistrationResponse) SetEnabled ¶

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*EventHandlerRegistrationEventHandlerRegistrationResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*EventHandlerRegistrationEventHandlerRegistrationResponse) SetSupportedEvents ¶

SetSupportedEvents gets a reference to the given NullableString and assigns it to the SupportedEvents field.

func (*EventHandlerRegistrationEventHandlerRegistrationResponse) SetSupportedEventsNil ¶

SetSupportedEventsNil sets the value for SupportedEvents to be an explicit nil

func (EventHandlerRegistrationEventHandlerRegistrationResponse) ToMap ¶

func (*EventHandlerRegistrationEventHandlerRegistrationResponse) UnsetClassName ¶

UnsetClassName ensures that no value is present for ClassName, not even an explicit nil

func (*EventHandlerRegistrationEventHandlerRegistrationResponse) UnsetDisplayName ¶

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*EventHandlerRegistrationEventHandlerRegistrationResponse) UnsetSupportedEvents ¶

UnsetSupportedEvents ensures that no value is present for SupportedEvents, not even an explicit nil

type EventHandlerRegistrationEventHandlerRegistrationUpdateRequest ¶

type EventHandlerRegistrationEventHandlerRegistrationUpdateRequest struct {
	DisplayName NullableString `json:"DisplayName,omitempty"`
	Enabled     *bool          `json:"Enabled,omitempty"`
}

EventHandlerRegistrationEventHandlerRegistrationUpdateRequest struct for EventHandlerRegistrationEventHandlerRegistrationUpdateRequest

func NewEventHandlerRegistrationEventHandlerRegistrationUpdateRequest ¶

func NewEventHandlerRegistrationEventHandlerRegistrationUpdateRequest() *EventHandlerRegistrationEventHandlerRegistrationUpdateRequest

NewEventHandlerRegistrationEventHandlerRegistrationUpdateRequest instantiates a new EventHandlerRegistrationEventHandlerRegistrationUpdateRequest 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 NewEventHandlerRegistrationEventHandlerRegistrationUpdateRequestWithDefaults ¶

func NewEventHandlerRegistrationEventHandlerRegistrationUpdateRequestWithDefaults() *EventHandlerRegistrationEventHandlerRegistrationUpdateRequest

NewEventHandlerRegistrationEventHandlerRegistrationUpdateRequestWithDefaults instantiates a new EventHandlerRegistrationEventHandlerRegistrationUpdateRequest 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 (*EventHandlerRegistrationEventHandlerRegistrationUpdateRequest) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*EventHandlerRegistrationEventHandlerRegistrationUpdateRequest) GetDisplayNameOk ¶

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*EventHandlerRegistrationEventHandlerRegistrationUpdateRequest) GetEnabled ¶

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*EventHandlerRegistrationEventHandlerRegistrationUpdateRequest) GetEnabledOk ¶

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*EventHandlerRegistrationEventHandlerRegistrationUpdateRequest) HasDisplayName ¶

HasDisplayName returns a boolean if a field has been set.

func (*EventHandlerRegistrationEventHandlerRegistrationUpdateRequest) HasEnabled ¶

HasEnabled returns a boolean if a field has been set.

func (EventHandlerRegistrationEventHandlerRegistrationUpdateRequest) MarshalJSON ¶

func (*EventHandlerRegistrationEventHandlerRegistrationUpdateRequest) SetDisplayName ¶

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*EventHandlerRegistrationEventHandlerRegistrationUpdateRequest) SetDisplayNameNil ¶

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*EventHandlerRegistrationEventHandlerRegistrationUpdateRequest) SetEnabled ¶

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (EventHandlerRegistrationEventHandlerRegistrationUpdateRequest) ToMap ¶

func (*EventHandlerRegistrationEventHandlerRegistrationUpdateRequest) UnsetDisplayName ¶

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

type ExpirationAlertApiService ¶

type ExpirationAlertApiService service

ExpirationAlertApiService ExpirationAlertApi service

func (*ExpirationAlertApiService) CreateAlertsExpirationExecute ¶

Executes the API request V1 POST /Alerts/Expiration

@return AlertsExpirationExpirationAlertDefinitionResponse

func (*ExpirationAlertApiService) CreateAlertsExpirationTestAllExecute ¶

Executes the API request V1 POST /Alerts/Expiration/TestAll

@return AlertsExpirationExpirationAlertTestResponse

Deprecated

func (*ExpirationAlertApiService) CreateAlertsExpirationTestExecute ¶

Executes the API request V1 POST /Alerts/Expiration/Test

@return AlertsExpirationExpirationAlertTestResponse

Deprecated

func (*ExpirationAlertApiService) DeleteAlertsExpirationByIdExecute ¶

func (a *ExpirationAlertApiService) DeleteAlertsExpirationByIdExecute(r ApiDeleteAlertsExpirationByIdRequest) (*http.Response, error)

Executes the API request

func (*ExpirationAlertApiService) GetAlertsExpirationByIdExecute ¶

Executes the API request V1 GET /Alerts/Expiration/{id}

@return AlertsExpirationExpirationAlertDefinitionResponse

func (*ExpirationAlertApiService) GetAlertsExpirationExecute ¶

Executes the API request V1 GET /Alerts/Expiration

@return []AlertsExpirationExpirationAlertDefinitionResponse

func (*ExpirationAlertApiService) GetAlertsExpirationScheduleExecute ¶

Executes the API request V1 GET /Alerts/Expiration/Schedule

@return AlertsAlertScheduleAlertScheduleResponse

func (*ExpirationAlertApiService) NewCreateAlertsExpirationRequest ¶

func (a *ExpirationAlertApiService) NewCreateAlertsExpirationRequest(ctx context.Context) ApiCreateAlertsExpirationRequest

Creates a new V1 POST /Alerts/Expiration request.

CreateAlertsExpiration Add an expiration alert

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateAlertsExpirationRequest

func (*ExpirationAlertApiService) NewCreateAlertsExpirationTestAllRequest ¶

func (a *ExpirationAlertApiService) NewCreateAlertsExpirationTestAllRequest(ctx context.Context) ApiCreateAlertsExpirationTestAllRequest

Creates a new V1 POST /Alerts/Expiration/TestAll request.

CreateAlertsExpirationTestAll Test All Expiration Alerts

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateAlertsExpirationTestAllRequest

Deprecated

func (*ExpirationAlertApiService) NewCreateAlertsExpirationTestRequest ¶

func (a *ExpirationAlertApiService) NewCreateAlertsExpirationTestRequest(ctx context.Context) ApiCreateAlertsExpirationTestRequest

Creates a new V1 POST /Alerts/Expiration/Test request.

CreateAlertsExpirationTest Test an Expiration Alert

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateAlertsExpirationTestRequest

Deprecated

func (*ExpirationAlertApiService) NewDeleteAlertsExpirationByIdRequest ¶

func (a *ExpirationAlertApiService) NewDeleteAlertsExpirationByIdRequest(ctx context.Context, id int32) ApiDeleteAlertsExpirationByIdRequest

Creates a new V1 DELETE /Alerts/Expiration/{id} request.

DeleteAlertsExpirationById Delete an expiration alert

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Id for the expiration alert
@return ApiDeleteAlertsExpirationByIdRequest

func (*ExpirationAlertApiService) NewGetAlertsExpirationByIdRequest ¶

func (a *ExpirationAlertApiService) NewGetAlertsExpirationByIdRequest(ctx context.Context, id int32) ApiGetAlertsExpirationByIdRequest

Creates a new V1 GET /Alerts/Expiration/{id} request.

GetAlertsExpirationById Get an expiration alert

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Id for the expiration alert to get
@return ApiGetAlertsExpirationByIdRequest

func (*ExpirationAlertApiService) NewGetAlertsExpirationRequest ¶

func (a *ExpirationAlertApiService) NewGetAlertsExpirationRequest(ctx context.Context) ApiGetAlertsExpirationRequest

Creates a new V1 GET /Alerts/Expiration request.

GetAlertsExpiration Gets all expiration alerts according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAlertsExpirationRequest

func (*ExpirationAlertApiService) NewGetAlertsExpirationScheduleRequest ¶

func (a *ExpirationAlertApiService) NewGetAlertsExpirationScheduleRequest(ctx context.Context) ApiGetAlertsExpirationScheduleRequest

Creates a new V1 GET /Alerts/Expiration/Schedule request.

GetAlertsExpirationSchedule Get the schedule for expiration alerts

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAlertsExpirationScheduleRequest

func (*ExpirationAlertApiService) NewUpdateAlertsExpirationRequest ¶

func (a *ExpirationAlertApiService) NewUpdateAlertsExpirationRequest(ctx context.Context) ApiUpdateAlertsExpirationRequest

Creates a new V1 PUT /Alerts/Expiration request.

UpdateAlertsExpiration Edit an expiration alert

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateAlertsExpirationRequest

func (*ExpirationAlertApiService) NewUpdateAlertsExpirationScheduleRequest ¶

func (a *ExpirationAlertApiService) NewUpdateAlertsExpirationScheduleRequest(ctx context.Context) ApiUpdateAlertsExpirationScheduleRequest

Creates a new V1 PUT /Alerts/Expiration/Schedule request.

UpdateAlertsExpirationSchedule Edit schedule

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateAlertsExpirationScheduleRequest

func (*ExpirationAlertApiService) UpdateAlertsExpirationExecute ¶

Executes the API request V1 PUT /Alerts/Expiration

@return AlertsExpirationExpirationAlertDefinitionResponse

func (*ExpirationAlertApiService) UpdateAlertsExpirationScheduleExecute ¶

Executes the API request V1 PUT /Alerts/Expiration/Schedule

@return AlertsAlertScheduleAlertScheduleResponse

type ExtensionsApiService ¶

type ExtensionsApiService service

ExtensionsApiService ExtensionsApi service

func (*ExtensionsApiService) CreateExtensionsScriptsExecute ¶

Executes the API request V1 POST /Extensions/Scripts

@return ScriptsScriptResponse

func (*ExtensionsApiService) DeleteExtensionsScriptsByIdExecute ¶

func (a *ExtensionsApiService) DeleteExtensionsScriptsByIdExecute(r ApiDeleteExtensionsScriptsByIdRequest) (*http.Response, error)

Executes the API request

func (*ExtensionsApiService) GetExtensionsScriptsByIdExecute ¶

Executes the API request V1 GET /Extensions/Scripts/{id}

@return ScriptsScriptResponse

func (*ExtensionsApiService) GetExtensionsScriptsExecute ¶

Executes the API request V1 GET /Extensions/Scripts

@return []ScriptsScriptQueryResponse

func (*ExtensionsApiService) NewCreateExtensionsScriptsRequest ¶

func (a *ExtensionsApiService) NewCreateExtensionsScriptsRequest(ctx context.Context) ApiCreateExtensionsScriptsRequest

Creates a new V1 POST /Extensions/Scripts request.

CreateExtensionsScripts Adds a new script

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateExtensionsScriptsRequest

func (*ExtensionsApiService) NewDeleteExtensionsScriptsByIdRequest ¶

func (a *ExtensionsApiService) NewDeleteExtensionsScriptsByIdRequest(ctx context.Context, id int32) ApiDeleteExtensionsScriptsByIdRequest

Creates a new V1 DELETE /Extensions/Scripts/{id} request.

DeleteExtensionsScriptsById Deletes a script. Script cannot be configured to an alert or workflow.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Id of the script to delete
@return ApiDeleteExtensionsScriptsByIdRequest

func (*ExtensionsApiService) NewGetExtensionsScriptsByIdRequest ¶

func (a *ExtensionsApiService) NewGetExtensionsScriptsByIdRequest(ctx context.Context, id int32) ApiGetExtensionsScriptsByIdRequest

Creates a new V1 GET /Extensions/Scripts/{id} request.

GetExtensionsScriptsById Returns a single script that matches the provided Id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Id of the script
@return ApiGetExtensionsScriptsByIdRequest

func (*ExtensionsApiService) NewGetExtensionsScriptsRequest ¶

func (a *ExtensionsApiService) NewGetExtensionsScriptsRequest(ctx context.Context) ApiGetExtensionsScriptsRequest

Creates a new V1 GET /Extensions/Scripts request.

GetExtensionsScripts Returns all scripts according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetExtensionsScriptsRequest

func (*ExtensionsApiService) NewUpdateExtensionsScriptsRequest ¶

func (a *ExtensionsApiService) NewUpdateExtensionsScriptsRequest(ctx context.Context) ApiUpdateExtensionsScriptsRequest

Creates a new V1 PUT /Extensions/Scripts request.

UpdateExtensionsScripts Updates a script

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateExtensionsScriptsRequest

func (*ExtensionsApiService) UpdateExtensionsScriptsExecute ¶

Executes the API request V1 PUT /Extensions/Scripts

@return ScriptsScriptResponse

type GenericOpenAPIError ¶

type GenericOpenAPIError struct {
	// contains filtered or unexported fields
}

GenericOpenAPIError Provides access to the body, error and model on returned errors.

func (GenericOpenAPIError) Body ¶

func (e GenericOpenAPIError) Body() []byte

Body returns the raw bytes of the response

func (GenericOpenAPIError) Error ¶

func (e GenericOpenAPIError) Error() string

Error returns non-empty string if there was an error.

func (GenericOpenAPIError) Model ¶

func (e GenericOpenAPIError) Model() interface{}

Model returns the unpacked model of the error

type GlobalPermissionsGlobalPermissionResponse ¶

type GlobalPermissionsGlobalPermissionResponse struct {
	Area       NullableString `json:"Area,omitempty"`
	Permission NullableString `json:"Permission,omitempty"`
}

GlobalPermissionsGlobalPermissionResponse struct for GlobalPermissionsGlobalPermissionResponse

func NewGlobalPermissionsGlobalPermissionResponse ¶

func NewGlobalPermissionsGlobalPermissionResponse() *GlobalPermissionsGlobalPermissionResponse

NewGlobalPermissionsGlobalPermissionResponse instantiates a new GlobalPermissionsGlobalPermissionResponse 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 NewGlobalPermissionsGlobalPermissionResponseWithDefaults ¶

func NewGlobalPermissionsGlobalPermissionResponseWithDefaults() *GlobalPermissionsGlobalPermissionResponse

NewGlobalPermissionsGlobalPermissionResponseWithDefaults instantiates a new GlobalPermissionsGlobalPermissionResponse 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 (*GlobalPermissionsGlobalPermissionResponse) GetArea ¶

GetArea returns the Area field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GlobalPermissionsGlobalPermissionResponse) GetAreaOk ¶

GetAreaOk returns a tuple with the Area field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GlobalPermissionsGlobalPermissionResponse) GetPermission ¶

GetPermission returns the Permission field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GlobalPermissionsGlobalPermissionResponse) GetPermissionOk ¶

func (o *GlobalPermissionsGlobalPermissionResponse) GetPermissionOk() (*string, bool)

GetPermissionOk returns a tuple with the Permission field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GlobalPermissionsGlobalPermissionResponse) HasArea ¶

HasArea returns a boolean if a field has been set.

func (*GlobalPermissionsGlobalPermissionResponse) HasPermission ¶

HasPermission returns a boolean if a field has been set.

func (GlobalPermissionsGlobalPermissionResponse) MarshalJSON ¶

func (*GlobalPermissionsGlobalPermissionResponse) SetArea ¶

SetArea gets a reference to the given NullableString and assigns it to the Area field.

func (*GlobalPermissionsGlobalPermissionResponse) SetAreaNil ¶

SetAreaNil sets the value for Area to be an explicit nil

func (*GlobalPermissionsGlobalPermissionResponse) SetPermission ¶

SetPermission gets a reference to the given NullableString and assigns it to the Permission field.

func (*GlobalPermissionsGlobalPermissionResponse) SetPermissionNil ¶

func (o *GlobalPermissionsGlobalPermissionResponse) SetPermissionNil()

SetPermissionNil sets the value for Permission to be an explicit nil

func (GlobalPermissionsGlobalPermissionResponse) ToMap ¶

func (o GlobalPermissionsGlobalPermissionResponse) ToMap() (map[string]interface{}, error)

func (*GlobalPermissionsGlobalPermissionResponse) UnsetArea ¶

UnsetArea ensures that no value is present for Area, not even an explicit nil

func (*GlobalPermissionsGlobalPermissionResponse) UnsetPermission ¶

func (o *GlobalPermissionsGlobalPermissionResponse) UnsetPermission()

UnsetPermission ensures that no value is present for Permission, not even an explicit nil

type IdentityProviderApiService ¶

type IdentityProviderApiService service

IdentityProviderApiService IdentityProviderApi service

func (*IdentityProviderApiService) CreateIdentityProvidersExecute ¶

Executes the API request V1 POST /IdentityProviders

@return IdentityProviderIdentityProviderCreateResponse

func (*IdentityProviderApiService) GetIdentityProvidersByIdExecute ¶

Executes the API request V1 GET /IdentityProviders/{id}

@return IdentityProviderIdentityProviderGetResponse

func (*IdentityProviderApiService) GetIdentityProvidersExecute ¶

Executes the API request V1 GET /IdentityProviders

@return []IdentityProviderIdentityProviderGetResponse

func (*IdentityProviderApiService) GetIdentityProvidersTypesExecute ¶

Executes the API request V1 GET /IdentityProviders/Types

@return []IdentityProviderProviderTypeResponse

func (*IdentityProviderApiService) NewCreateIdentityProvidersRequest ¶

func (a *IdentityProviderApiService) NewCreateIdentityProvidersRequest(ctx context.Context) ApiCreateIdentityProvidersRequest

Creates a new V1 POST /IdentityProviders request.

CreateIdentityProviders Creates an OAuth identity provider and any provided parameters. The identity provider will be assigned to the Global Permission Set if no PermissionSet is specified in the request and the user is in a security role that belongs to the Global Permission Set.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateIdentityProvidersRequest

func (*IdentityProviderApiService) NewGetIdentityProvidersByIdRequest ¶

func (a *IdentityProviderApiService) NewGetIdentityProvidersByIdRequest(ctx context.Context, id string) ApiGetIdentityProvidersByIdRequest

Creates a new V1 GET /IdentityProviders/{id} request.

GetIdentityProvidersById Gets an OAuth identity provider and its parameters.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The Id of the OAuth identity provider to retrieve.
@return ApiGetIdentityProvidersByIdRequest

func (*IdentityProviderApiService) NewGetIdentityProvidersRequest ¶

func (a *IdentityProviderApiService) NewGetIdentityProvidersRequest(ctx context.Context) ApiGetIdentityProvidersRequest

Creates a new V1 GET /IdentityProviders request.

GetIdentityProviders Returns all OAuth identity providers according to the provided filter and output parameters and user's security role assigned permission sets.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIdentityProvidersRequest

func (*IdentityProviderApiService) NewGetIdentityProvidersTypesRequest ¶

func (a *IdentityProviderApiService) NewGetIdentityProvidersTypesRequest(ctx context.Context) ApiGetIdentityProvidersTypesRequest

Creates a new V1 GET /IdentityProviders/Types request.

GetIdentityProvidersTypes Returns a list of all available identity provider types and corresponding type parameters.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetIdentityProvidersTypesRequest

func (*IdentityProviderApiService) NewUpdateIdentityProvidersByIdRequest ¶

func (a *IdentityProviderApiService) NewUpdateIdentityProvidersByIdRequest(ctx context.Context, id string) ApiUpdateIdentityProvidersByIdRequest

Creates a new V1 PUT /IdentityProviders/{id} request.

UpdateIdentityProvidersById Updates an OAuth identity provider and any provided parameters. The identity provider will be assigned to the Global Permission Set if no PermissionSet is specified in the request and the user is in a security role that belongs to the Global Permission Set.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The Id of the OAuth identity provider to update.
@return ApiUpdateIdentityProvidersByIdRequest

func (*IdentityProviderApiService) UpdateIdentityProvidersByIdExecute ¶

Executes the API request V1 PUT /IdentityProviders/{id}

@return IdentityProviderIdentityProviderUpdateResponse

type IdentityProviderIdentityProviderCreateRequest ¶

type IdentityProviderIdentityProviderCreateRequest struct {
	AuthenticationScheme string                                        `json:"AuthenticationScheme"`
	DisplayName          string                                        `json:"DisplayName"`
	ProviderType         string                                        `json:"ProviderType"`
	PermissionSetId      NullableString                                `json:"PermissionSetId,omitempty"`
	Parameters           *IdentityProviderProviderTypeParameterRequest `json:"Parameters,omitempty"`
}

IdentityProviderIdentityProviderCreateRequest struct for IdentityProviderIdentityProviderCreateRequest

func NewIdentityProviderIdentityProviderCreateRequest ¶

func NewIdentityProviderIdentityProviderCreateRequest(authenticationScheme string, displayName string, providerType string) *IdentityProviderIdentityProviderCreateRequest

NewIdentityProviderIdentityProviderCreateRequest instantiates a new IdentityProviderIdentityProviderCreateRequest 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 NewIdentityProviderIdentityProviderCreateRequestWithDefaults ¶

func NewIdentityProviderIdentityProviderCreateRequestWithDefaults() *IdentityProviderIdentityProviderCreateRequest

NewIdentityProviderIdentityProviderCreateRequestWithDefaults instantiates a new IdentityProviderIdentityProviderCreateRequest 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 (*IdentityProviderIdentityProviderCreateRequest) GetAuthenticationScheme ¶

func (o *IdentityProviderIdentityProviderCreateRequest) GetAuthenticationScheme() string

GetAuthenticationScheme returns the AuthenticationScheme field value

func (*IdentityProviderIdentityProviderCreateRequest) GetAuthenticationSchemeOk ¶

func (o *IdentityProviderIdentityProviderCreateRequest) GetAuthenticationSchemeOk() (*string, bool)

GetAuthenticationSchemeOk returns a tuple with the AuthenticationScheme field value and a boolean to check if the value has been set.

func (*IdentityProviderIdentityProviderCreateRequest) GetDisplayName ¶

GetDisplayName returns the DisplayName field value

func (*IdentityProviderIdentityProviderCreateRequest) GetDisplayNameOk ¶

func (o *IdentityProviderIdentityProviderCreateRequest) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.

func (*IdentityProviderIdentityProviderCreateRequest) GetParameters ¶

GetParameters returns the Parameters field value if set, zero value otherwise.

func (*IdentityProviderIdentityProviderCreateRequest) GetParametersOk ¶

GetParametersOk returns a tuple with the Parameters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderIdentityProviderCreateRequest) GetPermissionSetId ¶

func (o *IdentityProviderIdentityProviderCreateRequest) GetPermissionSetId() string

GetPermissionSetId returns the PermissionSetId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IdentityProviderIdentityProviderCreateRequest) GetPermissionSetIdOk ¶

func (o *IdentityProviderIdentityProviderCreateRequest) GetPermissionSetIdOk() (*string, bool)

GetPermissionSetIdOk returns a tuple with the PermissionSetId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IdentityProviderIdentityProviderCreateRequest) GetProviderType ¶

GetProviderType returns the ProviderType field value

func (*IdentityProviderIdentityProviderCreateRequest) GetProviderTypeOk ¶

func (o *IdentityProviderIdentityProviderCreateRequest) GetProviderTypeOk() (*string, bool)

GetProviderTypeOk returns a tuple with the ProviderType field value and a boolean to check if the value has been set.

func (*IdentityProviderIdentityProviderCreateRequest) HasParameters ¶

HasParameters returns a boolean if a field has been set.

func (*IdentityProviderIdentityProviderCreateRequest) HasPermissionSetId ¶

func (o *IdentityProviderIdentityProviderCreateRequest) HasPermissionSetId() bool

HasPermissionSetId returns a boolean if a field has been set.

func (IdentityProviderIdentityProviderCreateRequest) MarshalJSON ¶

func (*IdentityProviderIdentityProviderCreateRequest) SetAuthenticationScheme ¶

func (o *IdentityProviderIdentityProviderCreateRequest) SetAuthenticationScheme(v string)

SetAuthenticationScheme sets field value

func (*IdentityProviderIdentityProviderCreateRequest) SetDisplayName ¶

SetDisplayName sets field value

func (*IdentityProviderIdentityProviderCreateRequest) SetParameters ¶

SetParameters gets a reference to the given IdentityProviderProviderTypeParameterRequest and assigns it to the Parameters field.

func (*IdentityProviderIdentityProviderCreateRequest) SetPermissionSetId ¶

func (o *IdentityProviderIdentityProviderCreateRequest) SetPermissionSetId(v string)

SetPermissionSetId gets a reference to the given NullableString and assigns it to the PermissionSetId field.

func (*IdentityProviderIdentityProviderCreateRequest) SetPermissionSetIdNil ¶

func (o *IdentityProviderIdentityProviderCreateRequest) SetPermissionSetIdNil()

SetPermissionSetIdNil sets the value for PermissionSetId to be an explicit nil

func (*IdentityProviderIdentityProviderCreateRequest) SetProviderType ¶

SetProviderType sets field value

func (IdentityProviderIdentityProviderCreateRequest) ToMap ¶

func (o IdentityProviderIdentityProviderCreateRequest) ToMap() (map[string]interface{}, error)

func (*IdentityProviderIdentityProviderCreateRequest) UnsetPermissionSetId ¶

func (o *IdentityProviderIdentityProviderCreateRequest) UnsetPermissionSetId()

UnsetPermissionSetId ensures that no value is present for PermissionSetId, not even an explicit nil

type IdentityProviderIdentityProviderCreateResponse ¶

type IdentityProviderIdentityProviderCreateResponse struct {
	Id                    *string                                              `json:"Id,omitempty"`
	AuthenticationScheme  NullableString                                       `json:"AuthenticationScheme,omitempty"`
	DisplayName           NullableString                                       `json:"DisplayName,omitempty"`
	TypeId                *string                                              `json:"TypeId,omitempty"`
	Parameters            []IdentityProviderProviderTypeParameterValueResponse `json:"Parameters,omitempty"`
	PermissionSetId       *string                                              `json:"PermissionSetId,omitempty"`
	AuthenticationEnabled *bool                                                `json:"AuthenticationEnabled,omitempty"`
}

IdentityProviderIdentityProviderCreateResponse struct for IdentityProviderIdentityProviderCreateResponse

func NewIdentityProviderIdentityProviderCreateResponse ¶

func NewIdentityProviderIdentityProviderCreateResponse() *IdentityProviderIdentityProviderCreateResponse

NewIdentityProviderIdentityProviderCreateResponse instantiates a new IdentityProviderIdentityProviderCreateResponse 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 NewIdentityProviderIdentityProviderCreateResponseWithDefaults ¶

func NewIdentityProviderIdentityProviderCreateResponseWithDefaults() *IdentityProviderIdentityProviderCreateResponse

NewIdentityProviderIdentityProviderCreateResponseWithDefaults instantiates a new IdentityProviderIdentityProviderCreateResponse 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 (*IdentityProviderIdentityProviderCreateResponse) GetAuthenticationEnabled ¶

func (o *IdentityProviderIdentityProviderCreateResponse) GetAuthenticationEnabled() bool

GetAuthenticationEnabled returns the AuthenticationEnabled field value if set, zero value otherwise.

func (*IdentityProviderIdentityProviderCreateResponse) GetAuthenticationEnabledOk ¶

func (o *IdentityProviderIdentityProviderCreateResponse) GetAuthenticationEnabledOk() (*bool, bool)

GetAuthenticationEnabledOk returns a tuple with the AuthenticationEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderIdentityProviderCreateResponse) GetAuthenticationScheme ¶

func (o *IdentityProviderIdentityProviderCreateResponse) GetAuthenticationScheme() string

GetAuthenticationScheme returns the AuthenticationScheme field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IdentityProviderIdentityProviderCreateResponse) GetAuthenticationSchemeOk ¶

func (o *IdentityProviderIdentityProviderCreateResponse) GetAuthenticationSchemeOk() (*string, bool)

GetAuthenticationSchemeOk returns a tuple with the AuthenticationScheme field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IdentityProviderIdentityProviderCreateResponse) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IdentityProviderIdentityProviderCreateResponse) GetDisplayNameOk ¶

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IdentityProviderIdentityProviderCreateResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*IdentityProviderIdentityProviderCreateResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderIdentityProviderCreateResponse) GetParameters ¶

GetParameters returns the Parameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IdentityProviderIdentityProviderCreateResponse) GetParametersOk ¶

GetParametersOk returns a tuple with the Parameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IdentityProviderIdentityProviderCreateResponse) GetPermissionSetId ¶

GetPermissionSetId returns the PermissionSetId field value if set, zero value otherwise.

func (*IdentityProviderIdentityProviderCreateResponse) GetPermissionSetIdOk ¶

func (o *IdentityProviderIdentityProviderCreateResponse) GetPermissionSetIdOk() (*string, bool)

GetPermissionSetIdOk returns a tuple with the PermissionSetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderIdentityProviderCreateResponse) GetTypeId ¶

GetTypeId returns the TypeId field value if set, zero value otherwise.

func (*IdentityProviderIdentityProviderCreateResponse) GetTypeIdOk ¶

GetTypeIdOk returns a tuple with the TypeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderIdentityProviderCreateResponse) HasAuthenticationEnabled ¶

func (o *IdentityProviderIdentityProviderCreateResponse) HasAuthenticationEnabled() bool

HasAuthenticationEnabled returns a boolean if a field has been set.

func (*IdentityProviderIdentityProviderCreateResponse) HasAuthenticationScheme ¶

func (o *IdentityProviderIdentityProviderCreateResponse) HasAuthenticationScheme() bool

HasAuthenticationScheme returns a boolean if a field has been set.

func (*IdentityProviderIdentityProviderCreateResponse) HasDisplayName ¶

HasDisplayName returns a boolean if a field has been set.

func (*IdentityProviderIdentityProviderCreateResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*IdentityProviderIdentityProviderCreateResponse) HasParameters ¶

HasParameters returns a boolean if a field has been set.

func (*IdentityProviderIdentityProviderCreateResponse) HasPermissionSetId ¶

func (o *IdentityProviderIdentityProviderCreateResponse) HasPermissionSetId() bool

HasPermissionSetId returns a boolean if a field has been set.

func (*IdentityProviderIdentityProviderCreateResponse) HasTypeId ¶

HasTypeId returns a boolean if a field has been set.

func (IdentityProviderIdentityProviderCreateResponse) MarshalJSON ¶

func (*IdentityProviderIdentityProviderCreateResponse) SetAuthenticationEnabled ¶

func (o *IdentityProviderIdentityProviderCreateResponse) SetAuthenticationEnabled(v bool)

SetAuthenticationEnabled gets a reference to the given bool and assigns it to the AuthenticationEnabled field.

func (*IdentityProviderIdentityProviderCreateResponse) SetAuthenticationScheme ¶

func (o *IdentityProviderIdentityProviderCreateResponse) SetAuthenticationScheme(v string)

SetAuthenticationScheme gets a reference to the given NullableString and assigns it to the AuthenticationScheme field.

func (*IdentityProviderIdentityProviderCreateResponse) SetAuthenticationSchemeNil ¶

func (o *IdentityProviderIdentityProviderCreateResponse) SetAuthenticationSchemeNil()

SetAuthenticationSchemeNil sets the value for AuthenticationScheme to be an explicit nil

func (*IdentityProviderIdentityProviderCreateResponse) SetDisplayName ¶

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*IdentityProviderIdentityProviderCreateResponse) SetDisplayNameNil ¶

func (o *IdentityProviderIdentityProviderCreateResponse) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*IdentityProviderIdentityProviderCreateResponse) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*IdentityProviderIdentityProviderCreateResponse) SetParameters ¶

SetParameters gets a reference to the given []IdentityProviderProviderTypeParameterValueResponse and assigns it to the Parameters field.

func (*IdentityProviderIdentityProviderCreateResponse) SetPermissionSetId ¶

func (o *IdentityProviderIdentityProviderCreateResponse) SetPermissionSetId(v string)

SetPermissionSetId gets a reference to the given string and assigns it to the PermissionSetId field.

func (*IdentityProviderIdentityProviderCreateResponse) SetTypeId ¶

SetTypeId gets a reference to the given string and assigns it to the TypeId field.

func (IdentityProviderIdentityProviderCreateResponse) ToMap ¶

func (o IdentityProviderIdentityProviderCreateResponse) ToMap() (map[string]interface{}, error)

func (*IdentityProviderIdentityProviderCreateResponse) UnsetAuthenticationScheme ¶

func (o *IdentityProviderIdentityProviderCreateResponse) UnsetAuthenticationScheme()

UnsetAuthenticationScheme ensures that no value is present for AuthenticationScheme, not even an explicit nil

func (*IdentityProviderIdentityProviderCreateResponse) UnsetDisplayName ¶

func (o *IdentityProviderIdentityProviderCreateResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

type IdentityProviderIdentityProviderGetResponse ¶

type IdentityProviderIdentityProviderGetResponse struct {
	Id                    *string                                              `json:"Id,omitempty"`
	AuthenticationScheme  NullableString                                       `json:"AuthenticationScheme,omitempty"`
	DisplayName           NullableString                                       `json:"DisplayName,omitempty"`
	TypeId                *string                                              `json:"TypeId,omitempty"`
	Parameters            []IdentityProviderProviderTypeParameterValueResponse `json:"Parameters,omitempty"`
	PermissionSetId       *string                                              `json:"PermissionSetId,omitempty"`
	AuthenticationEnabled *bool                                                `json:"AuthenticationEnabled,omitempty"`
}

IdentityProviderIdentityProviderGetResponse struct for IdentityProviderIdentityProviderGetResponse

func NewIdentityProviderIdentityProviderGetResponse ¶

func NewIdentityProviderIdentityProviderGetResponse() *IdentityProviderIdentityProviderGetResponse

NewIdentityProviderIdentityProviderGetResponse instantiates a new IdentityProviderIdentityProviderGetResponse 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 NewIdentityProviderIdentityProviderGetResponseWithDefaults ¶

func NewIdentityProviderIdentityProviderGetResponseWithDefaults() *IdentityProviderIdentityProviderGetResponse

NewIdentityProviderIdentityProviderGetResponseWithDefaults instantiates a new IdentityProviderIdentityProviderGetResponse 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 (*IdentityProviderIdentityProviderGetResponse) GetAuthenticationEnabled ¶

func (o *IdentityProviderIdentityProviderGetResponse) GetAuthenticationEnabled() bool

GetAuthenticationEnabled returns the AuthenticationEnabled field value if set, zero value otherwise.

func (*IdentityProviderIdentityProviderGetResponse) GetAuthenticationEnabledOk ¶

func (o *IdentityProviderIdentityProviderGetResponse) GetAuthenticationEnabledOk() (*bool, bool)

GetAuthenticationEnabledOk returns a tuple with the AuthenticationEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderIdentityProviderGetResponse) GetAuthenticationScheme ¶

func (o *IdentityProviderIdentityProviderGetResponse) GetAuthenticationScheme() string

GetAuthenticationScheme returns the AuthenticationScheme field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IdentityProviderIdentityProviderGetResponse) GetAuthenticationSchemeOk ¶

func (o *IdentityProviderIdentityProviderGetResponse) GetAuthenticationSchemeOk() (*string, bool)

GetAuthenticationSchemeOk returns a tuple with the AuthenticationScheme field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IdentityProviderIdentityProviderGetResponse) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IdentityProviderIdentityProviderGetResponse) GetDisplayNameOk ¶

func (o *IdentityProviderIdentityProviderGetResponse) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IdentityProviderIdentityProviderGetResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*IdentityProviderIdentityProviderGetResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderIdentityProviderGetResponse) GetParameters ¶

GetParameters returns the Parameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IdentityProviderIdentityProviderGetResponse) GetParametersOk ¶

GetParametersOk returns a tuple with the Parameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IdentityProviderIdentityProviderGetResponse) GetPermissionSetId ¶

func (o *IdentityProviderIdentityProviderGetResponse) GetPermissionSetId() string

GetPermissionSetId returns the PermissionSetId field value if set, zero value otherwise.

func (*IdentityProviderIdentityProviderGetResponse) GetPermissionSetIdOk ¶

func (o *IdentityProviderIdentityProviderGetResponse) GetPermissionSetIdOk() (*string, bool)

GetPermissionSetIdOk returns a tuple with the PermissionSetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderIdentityProviderGetResponse) GetTypeId ¶

GetTypeId returns the TypeId field value if set, zero value otherwise.

func (*IdentityProviderIdentityProviderGetResponse) GetTypeIdOk ¶

GetTypeIdOk returns a tuple with the TypeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderIdentityProviderGetResponse) HasAuthenticationEnabled ¶

func (o *IdentityProviderIdentityProviderGetResponse) HasAuthenticationEnabled() bool

HasAuthenticationEnabled returns a boolean if a field has been set.

func (*IdentityProviderIdentityProviderGetResponse) HasAuthenticationScheme ¶

func (o *IdentityProviderIdentityProviderGetResponse) HasAuthenticationScheme() bool

HasAuthenticationScheme returns a boolean if a field has been set.

func (*IdentityProviderIdentityProviderGetResponse) HasDisplayName ¶

HasDisplayName returns a boolean if a field has been set.

func (*IdentityProviderIdentityProviderGetResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*IdentityProviderIdentityProviderGetResponse) HasParameters ¶

HasParameters returns a boolean if a field has been set.

func (*IdentityProviderIdentityProviderGetResponse) HasPermissionSetId ¶

func (o *IdentityProviderIdentityProviderGetResponse) HasPermissionSetId() bool

HasPermissionSetId returns a boolean if a field has been set.

func (*IdentityProviderIdentityProviderGetResponse) HasTypeId ¶

HasTypeId returns a boolean if a field has been set.

func (IdentityProviderIdentityProviderGetResponse) MarshalJSON ¶

func (*IdentityProviderIdentityProviderGetResponse) SetAuthenticationEnabled ¶

func (o *IdentityProviderIdentityProviderGetResponse) SetAuthenticationEnabled(v bool)

SetAuthenticationEnabled gets a reference to the given bool and assigns it to the AuthenticationEnabled field.

func (*IdentityProviderIdentityProviderGetResponse) SetAuthenticationScheme ¶

func (o *IdentityProviderIdentityProviderGetResponse) SetAuthenticationScheme(v string)

SetAuthenticationScheme gets a reference to the given NullableString and assigns it to the AuthenticationScheme field.

func (*IdentityProviderIdentityProviderGetResponse) SetAuthenticationSchemeNil ¶

func (o *IdentityProviderIdentityProviderGetResponse) SetAuthenticationSchemeNil()

SetAuthenticationSchemeNil sets the value for AuthenticationScheme to be an explicit nil

func (*IdentityProviderIdentityProviderGetResponse) SetDisplayName ¶

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*IdentityProviderIdentityProviderGetResponse) SetDisplayNameNil ¶

func (o *IdentityProviderIdentityProviderGetResponse) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*IdentityProviderIdentityProviderGetResponse) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*IdentityProviderIdentityProviderGetResponse) SetParameters ¶

SetParameters gets a reference to the given []IdentityProviderProviderTypeParameterValueResponse and assigns it to the Parameters field.

func (*IdentityProviderIdentityProviderGetResponse) SetPermissionSetId ¶

func (o *IdentityProviderIdentityProviderGetResponse) SetPermissionSetId(v string)

SetPermissionSetId gets a reference to the given string and assigns it to the PermissionSetId field.

func (*IdentityProviderIdentityProviderGetResponse) SetTypeId ¶

SetTypeId gets a reference to the given string and assigns it to the TypeId field.

func (IdentityProviderIdentityProviderGetResponse) ToMap ¶

func (o IdentityProviderIdentityProviderGetResponse) ToMap() (map[string]interface{}, error)

func (*IdentityProviderIdentityProviderGetResponse) UnsetAuthenticationScheme ¶

func (o *IdentityProviderIdentityProviderGetResponse) UnsetAuthenticationScheme()

UnsetAuthenticationScheme ensures that no value is present for AuthenticationScheme, not even an explicit nil

func (*IdentityProviderIdentityProviderGetResponse) UnsetDisplayName ¶

func (o *IdentityProviderIdentityProviderGetResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

type IdentityProviderIdentityProviderUpdateRequest ¶

type IdentityProviderIdentityProviderUpdateRequest struct {
	AuthenticationScheme  string                                        `json:"AuthenticationScheme"`
	DisplayName           string                                        `json:"DisplayName"`
	Parameters            *IdentityProviderProviderTypeParameterRequest `json:"Parameters,omitempty"`
	PermissionSetId       NullableString                                `json:"PermissionSetId,omitempty"`
	AuthenticationEnabled NullableBool                                  `json:"AuthenticationEnabled,omitempty"`
}

IdentityProviderIdentityProviderUpdateRequest struct for IdentityProviderIdentityProviderUpdateRequest

func NewIdentityProviderIdentityProviderUpdateRequest ¶

func NewIdentityProviderIdentityProviderUpdateRequest(authenticationScheme string, displayName string) *IdentityProviderIdentityProviderUpdateRequest

NewIdentityProviderIdentityProviderUpdateRequest instantiates a new IdentityProviderIdentityProviderUpdateRequest 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 NewIdentityProviderIdentityProviderUpdateRequestWithDefaults ¶

func NewIdentityProviderIdentityProviderUpdateRequestWithDefaults() *IdentityProviderIdentityProviderUpdateRequest

NewIdentityProviderIdentityProviderUpdateRequestWithDefaults instantiates a new IdentityProviderIdentityProviderUpdateRequest 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 (*IdentityProviderIdentityProviderUpdateRequest) GetAuthenticationEnabled ¶

func (o *IdentityProviderIdentityProviderUpdateRequest) GetAuthenticationEnabled() bool

GetAuthenticationEnabled returns the AuthenticationEnabled field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IdentityProviderIdentityProviderUpdateRequest) GetAuthenticationEnabledOk ¶

func (o *IdentityProviderIdentityProviderUpdateRequest) GetAuthenticationEnabledOk() (*bool, bool)

GetAuthenticationEnabledOk returns a tuple with the AuthenticationEnabled field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IdentityProviderIdentityProviderUpdateRequest) GetAuthenticationScheme ¶

func (o *IdentityProviderIdentityProviderUpdateRequest) GetAuthenticationScheme() string

GetAuthenticationScheme returns the AuthenticationScheme field value

func (*IdentityProviderIdentityProviderUpdateRequest) GetAuthenticationSchemeOk ¶

func (o *IdentityProviderIdentityProviderUpdateRequest) GetAuthenticationSchemeOk() (*string, bool)

GetAuthenticationSchemeOk returns a tuple with the AuthenticationScheme field value and a boolean to check if the value has been set.

func (*IdentityProviderIdentityProviderUpdateRequest) GetDisplayName ¶

GetDisplayName returns the DisplayName field value

func (*IdentityProviderIdentityProviderUpdateRequest) GetDisplayNameOk ¶

func (o *IdentityProviderIdentityProviderUpdateRequest) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.

func (*IdentityProviderIdentityProviderUpdateRequest) GetParameters ¶

GetParameters returns the Parameters field value if set, zero value otherwise.

func (*IdentityProviderIdentityProviderUpdateRequest) GetParametersOk ¶

GetParametersOk returns a tuple with the Parameters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderIdentityProviderUpdateRequest) GetPermissionSetId ¶

func (o *IdentityProviderIdentityProviderUpdateRequest) GetPermissionSetId() string

GetPermissionSetId returns the PermissionSetId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IdentityProviderIdentityProviderUpdateRequest) GetPermissionSetIdOk ¶

func (o *IdentityProviderIdentityProviderUpdateRequest) GetPermissionSetIdOk() (*string, bool)

GetPermissionSetIdOk returns a tuple with the PermissionSetId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IdentityProviderIdentityProviderUpdateRequest) HasAuthenticationEnabled ¶

func (o *IdentityProviderIdentityProviderUpdateRequest) HasAuthenticationEnabled() bool

HasAuthenticationEnabled returns a boolean if a field has been set.

func (*IdentityProviderIdentityProviderUpdateRequest) HasParameters ¶

HasParameters returns a boolean if a field has been set.

func (*IdentityProviderIdentityProviderUpdateRequest) HasPermissionSetId ¶

func (o *IdentityProviderIdentityProviderUpdateRequest) HasPermissionSetId() bool

HasPermissionSetId returns a boolean if a field has been set.

func (IdentityProviderIdentityProviderUpdateRequest) MarshalJSON ¶

func (*IdentityProviderIdentityProviderUpdateRequest) SetAuthenticationEnabled ¶

func (o *IdentityProviderIdentityProviderUpdateRequest) SetAuthenticationEnabled(v bool)

SetAuthenticationEnabled gets a reference to the given NullableBool and assigns it to the AuthenticationEnabled field.

func (*IdentityProviderIdentityProviderUpdateRequest) SetAuthenticationEnabledNil ¶

func (o *IdentityProviderIdentityProviderUpdateRequest) SetAuthenticationEnabledNil()

SetAuthenticationEnabledNil sets the value for AuthenticationEnabled to be an explicit nil

func (*IdentityProviderIdentityProviderUpdateRequest) SetAuthenticationScheme ¶

func (o *IdentityProviderIdentityProviderUpdateRequest) SetAuthenticationScheme(v string)

SetAuthenticationScheme sets field value

func (*IdentityProviderIdentityProviderUpdateRequest) SetDisplayName ¶

SetDisplayName sets field value

func (*IdentityProviderIdentityProviderUpdateRequest) SetParameters ¶

SetParameters gets a reference to the given IdentityProviderProviderTypeParameterRequest and assigns it to the Parameters field.

func (*IdentityProviderIdentityProviderUpdateRequest) SetPermissionSetId ¶

func (o *IdentityProviderIdentityProviderUpdateRequest) SetPermissionSetId(v string)

SetPermissionSetId gets a reference to the given NullableString and assigns it to the PermissionSetId field.

func (*IdentityProviderIdentityProviderUpdateRequest) SetPermissionSetIdNil ¶

func (o *IdentityProviderIdentityProviderUpdateRequest) SetPermissionSetIdNil()

SetPermissionSetIdNil sets the value for PermissionSetId to be an explicit nil

func (IdentityProviderIdentityProviderUpdateRequest) ToMap ¶

func (o IdentityProviderIdentityProviderUpdateRequest) ToMap() (map[string]interface{}, error)

func (*IdentityProviderIdentityProviderUpdateRequest) UnsetAuthenticationEnabled ¶

func (o *IdentityProviderIdentityProviderUpdateRequest) UnsetAuthenticationEnabled()

UnsetAuthenticationEnabled ensures that no value is present for AuthenticationEnabled, not even an explicit nil

func (*IdentityProviderIdentityProviderUpdateRequest) UnsetPermissionSetId ¶

func (o *IdentityProviderIdentityProviderUpdateRequest) UnsetPermissionSetId()

UnsetPermissionSetId ensures that no value is present for PermissionSetId, not even an explicit nil

type IdentityProviderIdentityProviderUpdateResponse ¶

type IdentityProviderIdentityProviderUpdateResponse struct {
	Id                    *string                                              `json:"Id,omitempty"`
	AuthenticationScheme  NullableString                                       `json:"AuthenticationScheme,omitempty"`
	DisplayName           NullableString                                       `json:"DisplayName,omitempty"`
	TypeId                *string                                              `json:"TypeId,omitempty"`
	Parameters            []IdentityProviderProviderTypeParameterValueResponse `json:"Parameters,omitempty"`
	PermissionSetId       *string                                              `json:"PermissionSetId,omitempty"`
	AuthenticationEnabled *bool                                                `json:"AuthenticationEnabled,omitempty"`
}

IdentityProviderIdentityProviderUpdateResponse struct for IdentityProviderIdentityProviderUpdateResponse

func NewIdentityProviderIdentityProviderUpdateResponse ¶

func NewIdentityProviderIdentityProviderUpdateResponse() *IdentityProviderIdentityProviderUpdateResponse

NewIdentityProviderIdentityProviderUpdateResponse instantiates a new IdentityProviderIdentityProviderUpdateResponse 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 NewIdentityProviderIdentityProviderUpdateResponseWithDefaults ¶

func NewIdentityProviderIdentityProviderUpdateResponseWithDefaults() *IdentityProviderIdentityProviderUpdateResponse

NewIdentityProviderIdentityProviderUpdateResponseWithDefaults instantiates a new IdentityProviderIdentityProviderUpdateResponse 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 (*IdentityProviderIdentityProviderUpdateResponse) GetAuthenticationEnabled ¶

func (o *IdentityProviderIdentityProviderUpdateResponse) GetAuthenticationEnabled() bool

GetAuthenticationEnabled returns the AuthenticationEnabled field value if set, zero value otherwise.

func (*IdentityProviderIdentityProviderUpdateResponse) GetAuthenticationEnabledOk ¶

func (o *IdentityProviderIdentityProviderUpdateResponse) GetAuthenticationEnabledOk() (*bool, bool)

GetAuthenticationEnabledOk returns a tuple with the AuthenticationEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderIdentityProviderUpdateResponse) GetAuthenticationScheme ¶

func (o *IdentityProviderIdentityProviderUpdateResponse) GetAuthenticationScheme() string

GetAuthenticationScheme returns the AuthenticationScheme field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IdentityProviderIdentityProviderUpdateResponse) GetAuthenticationSchemeOk ¶

func (o *IdentityProviderIdentityProviderUpdateResponse) GetAuthenticationSchemeOk() (*string, bool)

GetAuthenticationSchemeOk returns a tuple with the AuthenticationScheme field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IdentityProviderIdentityProviderUpdateResponse) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IdentityProviderIdentityProviderUpdateResponse) GetDisplayNameOk ¶

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IdentityProviderIdentityProviderUpdateResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*IdentityProviderIdentityProviderUpdateResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderIdentityProviderUpdateResponse) GetParameters ¶

GetParameters returns the Parameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IdentityProviderIdentityProviderUpdateResponse) GetParametersOk ¶

GetParametersOk returns a tuple with the Parameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IdentityProviderIdentityProviderUpdateResponse) GetPermissionSetId ¶

GetPermissionSetId returns the PermissionSetId field value if set, zero value otherwise.

func (*IdentityProviderIdentityProviderUpdateResponse) GetPermissionSetIdOk ¶

func (o *IdentityProviderIdentityProviderUpdateResponse) GetPermissionSetIdOk() (*string, bool)

GetPermissionSetIdOk returns a tuple with the PermissionSetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderIdentityProviderUpdateResponse) GetTypeId ¶

GetTypeId returns the TypeId field value if set, zero value otherwise.

func (*IdentityProviderIdentityProviderUpdateResponse) GetTypeIdOk ¶

GetTypeIdOk returns a tuple with the TypeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderIdentityProviderUpdateResponse) HasAuthenticationEnabled ¶

func (o *IdentityProviderIdentityProviderUpdateResponse) HasAuthenticationEnabled() bool

HasAuthenticationEnabled returns a boolean if a field has been set.

func (*IdentityProviderIdentityProviderUpdateResponse) HasAuthenticationScheme ¶

func (o *IdentityProviderIdentityProviderUpdateResponse) HasAuthenticationScheme() bool

HasAuthenticationScheme returns a boolean if a field has been set.

func (*IdentityProviderIdentityProviderUpdateResponse) HasDisplayName ¶

HasDisplayName returns a boolean if a field has been set.

func (*IdentityProviderIdentityProviderUpdateResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*IdentityProviderIdentityProviderUpdateResponse) HasParameters ¶

HasParameters returns a boolean if a field has been set.

func (*IdentityProviderIdentityProviderUpdateResponse) HasPermissionSetId ¶

func (o *IdentityProviderIdentityProviderUpdateResponse) HasPermissionSetId() bool

HasPermissionSetId returns a boolean if a field has been set.

func (*IdentityProviderIdentityProviderUpdateResponse) HasTypeId ¶

HasTypeId returns a boolean if a field has been set.

func (IdentityProviderIdentityProviderUpdateResponse) MarshalJSON ¶

func (*IdentityProviderIdentityProviderUpdateResponse) SetAuthenticationEnabled ¶

func (o *IdentityProviderIdentityProviderUpdateResponse) SetAuthenticationEnabled(v bool)

SetAuthenticationEnabled gets a reference to the given bool and assigns it to the AuthenticationEnabled field.

func (*IdentityProviderIdentityProviderUpdateResponse) SetAuthenticationScheme ¶

func (o *IdentityProviderIdentityProviderUpdateResponse) SetAuthenticationScheme(v string)

SetAuthenticationScheme gets a reference to the given NullableString and assigns it to the AuthenticationScheme field.

func (*IdentityProviderIdentityProviderUpdateResponse) SetAuthenticationSchemeNil ¶

func (o *IdentityProviderIdentityProviderUpdateResponse) SetAuthenticationSchemeNil()

SetAuthenticationSchemeNil sets the value for AuthenticationScheme to be an explicit nil

func (*IdentityProviderIdentityProviderUpdateResponse) SetDisplayName ¶

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*IdentityProviderIdentityProviderUpdateResponse) SetDisplayNameNil ¶

func (o *IdentityProviderIdentityProviderUpdateResponse) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*IdentityProviderIdentityProviderUpdateResponse) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*IdentityProviderIdentityProviderUpdateResponse) SetParameters ¶

SetParameters gets a reference to the given []IdentityProviderProviderTypeParameterValueResponse and assigns it to the Parameters field.

func (*IdentityProviderIdentityProviderUpdateResponse) SetPermissionSetId ¶

func (o *IdentityProviderIdentityProviderUpdateResponse) SetPermissionSetId(v string)

SetPermissionSetId gets a reference to the given string and assigns it to the PermissionSetId field.

func (*IdentityProviderIdentityProviderUpdateResponse) SetTypeId ¶

SetTypeId gets a reference to the given string and assigns it to the TypeId field.

func (IdentityProviderIdentityProviderUpdateResponse) ToMap ¶

func (o IdentityProviderIdentityProviderUpdateResponse) ToMap() (map[string]interface{}, error)

func (*IdentityProviderIdentityProviderUpdateResponse) UnsetAuthenticationScheme ¶

func (o *IdentityProviderIdentityProviderUpdateResponse) UnsetAuthenticationScheme()

UnsetAuthenticationScheme ensures that no value is present for AuthenticationScheme, not even an explicit nil

func (*IdentityProviderIdentityProviderUpdateResponse) UnsetDisplayName ¶

func (o *IdentityProviderIdentityProviderUpdateResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

type IdentityProviderProviderTypeParameterRequest ¶

type IdentityProviderProviderTypeParameterRequest struct {
	Timeout                 *int32                                  `json:"Timeout,omitempty"`
	OIDCAudience            NullableString                          `json:"OIDCAudience,omitempty"`
	OIDCScope               NullableString                          `json:"OIDCScope,omitempty"`
	NameClaimType           string                                  `json:"NameClaimType"`
	RoleClaimType           string                                  `json:"RoleClaimType"`
	UniqueClaimType         string                                  `json:"UniqueClaimType"`
	FallbackUniqueClaimType string                                  `json:"FallbackUniqueClaimType"`
	ClientId                string                                  `json:"ClientId"`
	ClientSecret            CSSCMSDataModelModelsKeyfactorAPISecret `json:"ClientSecret"`
	AuthorizationEndpoint   string                                  `json:"AuthorizationEndpoint"`
	TokenEndpoint           string                                  `json:"TokenEndpoint"`
	JSONWebKeySetUri        string                                  `json:"JSONWebKeySetUri"`
	Authority               string                                  `json:"Authority"`
	UserInfoEndpoint        string                                  `json:"UserInfoEndpoint"`
	Auth0ApiUrl             NullableString                          `json:"Auth0ApiUrl,omitempty"`
	SignOutUrl              NullableString                          `json:"SignOutUrl,omitempty"`
}

IdentityProviderProviderTypeParameterRequest struct for IdentityProviderProviderTypeParameterRequest

func NewIdentityProviderProviderTypeParameterRequest ¶

func NewIdentityProviderProviderTypeParameterRequest(nameClaimType string, roleClaimType string, uniqueClaimType string, fallbackUniqueClaimType string, clientId string, clientSecret CSSCMSDataModelModelsKeyfactorAPISecret, authorizationEndpoint string, tokenEndpoint string, jSONWebKeySetUri string, authority string, userInfoEndpoint string) *IdentityProviderProviderTypeParameterRequest

NewIdentityProviderProviderTypeParameterRequest instantiates a new IdentityProviderProviderTypeParameterRequest 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 NewIdentityProviderProviderTypeParameterRequestWithDefaults ¶

func NewIdentityProviderProviderTypeParameterRequestWithDefaults() *IdentityProviderProviderTypeParameterRequest

NewIdentityProviderProviderTypeParameterRequestWithDefaults instantiates a new IdentityProviderProviderTypeParameterRequest 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 (*IdentityProviderProviderTypeParameterRequest) GetAuth0ApiUrl ¶

GetAuth0ApiUrl returns the Auth0ApiUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IdentityProviderProviderTypeParameterRequest) GetAuth0ApiUrlOk ¶

func (o *IdentityProviderProviderTypeParameterRequest) GetAuth0ApiUrlOk() (*string, bool)

GetAuth0ApiUrlOk returns a tuple with the Auth0ApiUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IdentityProviderProviderTypeParameterRequest) GetAuthority ¶

GetAuthority returns the Authority field value

func (*IdentityProviderProviderTypeParameterRequest) GetAuthorityOk ¶

GetAuthorityOk returns a tuple with the Authority field value and a boolean to check if the value has been set.

func (*IdentityProviderProviderTypeParameterRequest) GetAuthorizationEndpoint ¶

func (o *IdentityProviderProviderTypeParameterRequest) GetAuthorizationEndpoint() string

GetAuthorizationEndpoint returns the AuthorizationEndpoint field value

func (*IdentityProviderProviderTypeParameterRequest) GetAuthorizationEndpointOk ¶

func (o *IdentityProviderProviderTypeParameterRequest) GetAuthorizationEndpointOk() (*string, bool)

GetAuthorizationEndpointOk returns a tuple with the AuthorizationEndpoint field value and a boolean to check if the value has been set.

func (*IdentityProviderProviderTypeParameterRequest) GetClientId ¶

GetClientId returns the ClientId field value

func (*IdentityProviderProviderTypeParameterRequest) GetClientIdOk ¶

GetClientIdOk returns a tuple with the ClientId field value and a boolean to check if the value has been set.

func (*IdentityProviderProviderTypeParameterRequest) GetClientSecret ¶

GetClientSecret returns the ClientSecret field value

func (*IdentityProviderProviderTypeParameterRequest) GetClientSecretOk ¶

GetClientSecretOk returns a tuple with the ClientSecret field value and a boolean to check if the value has been set.

func (*IdentityProviderProviderTypeParameterRequest) GetFallbackUniqueClaimType ¶

func (o *IdentityProviderProviderTypeParameterRequest) GetFallbackUniqueClaimType() string

GetFallbackUniqueClaimType returns the FallbackUniqueClaimType field value

func (*IdentityProviderProviderTypeParameterRequest) GetFallbackUniqueClaimTypeOk ¶

func (o *IdentityProviderProviderTypeParameterRequest) GetFallbackUniqueClaimTypeOk() (*string, bool)

GetFallbackUniqueClaimTypeOk returns a tuple with the FallbackUniqueClaimType field value and a boolean to check if the value has been set.

func (*IdentityProviderProviderTypeParameterRequest) GetJSONWebKeySetUri ¶

func (o *IdentityProviderProviderTypeParameterRequest) GetJSONWebKeySetUri() string

GetJSONWebKeySetUri returns the JSONWebKeySetUri field value

func (*IdentityProviderProviderTypeParameterRequest) GetJSONWebKeySetUriOk ¶

func (o *IdentityProviderProviderTypeParameterRequest) GetJSONWebKeySetUriOk() (*string, bool)

GetJSONWebKeySetUriOk returns a tuple with the JSONWebKeySetUri field value and a boolean to check if the value has been set.

func (*IdentityProviderProviderTypeParameterRequest) GetNameClaimType ¶

GetNameClaimType returns the NameClaimType field value

func (*IdentityProviderProviderTypeParameterRequest) GetNameClaimTypeOk ¶

func (o *IdentityProviderProviderTypeParameterRequest) GetNameClaimTypeOk() (*string, bool)

GetNameClaimTypeOk returns a tuple with the NameClaimType field value and a boolean to check if the value has been set.

func (*IdentityProviderProviderTypeParameterRequest) GetOIDCAudience ¶

GetOIDCAudience returns the OIDCAudience field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IdentityProviderProviderTypeParameterRequest) GetOIDCAudienceOk ¶

func (o *IdentityProviderProviderTypeParameterRequest) GetOIDCAudienceOk() (*string, bool)

GetOIDCAudienceOk returns a tuple with the OIDCAudience field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IdentityProviderProviderTypeParameterRequest) GetOIDCScope ¶

GetOIDCScope returns the OIDCScope field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IdentityProviderProviderTypeParameterRequest) GetOIDCScopeOk ¶

GetOIDCScopeOk returns a tuple with the OIDCScope field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IdentityProviderProviderTypeParameterRequest) GetRoleClaimType ¶

GetRoleClaimType returns the RoleClaimType field value

func (*IdentityProviderProviderTypeParameterRequest) GetRoleClaimTypeOk ¶

func (o *IdentityProviderProviderTypeParameterRequest) GetRoleClaimTypeOk() (*string, bool)

GetRoleClaimTypeOk returns a tuple with the RoleClaimType field value and a boolean to check if the value has been set.

func (*IdentityProviderProviderTypeParameterRequest) GetSignOutUrl ¶

GetSignOutUrl returns the SignOutUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IdentityProviderProviderTypeParameterRequest) GetSignOutUrlOk ¶

func (o *IdentityProviderProviderTypeParameterRequest) GetSignOutUrlOk() (*string, bool)

GetSignOutUrlOk returns a tuple with the SignOutUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IdentityProviderProviderTypeParameterRequest) GetTimeout ¶

GetTimeout returns the Timeout field value if set, zero value otherwise.

func (*IdentityProviderProviderTypeParameterRequest) GetTimeoutOk ¶

GetTimeoutOk returns a tuple with the Timeout field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderProviderTypeParameterRequest) GetTokenEndpoint ¶

GetTokenEndpoint returns the TokenEndpoint field value

func (*IdentityProviderProviderTypeParameterRequest) GetTokenEndpointOk ¶

func (o *IdentityProviderProviderTypeParameterRequest) GetTokenEndpointOk() (*string, bool)

GetTokenEndpointOk returns a tuple with the TokenEndpoint field value and a boolean to check if the value has been set.

func (*IdentityProviderProviderTypeParameterRequest) GetUniqueClaimType ¶

func (o *IdentityProviderProviderTypeParameterRequest) GetUniqueClaimType() string

GetUniqueClaimType returns the UniqueClaimType field value

func (*IdentityProviderProviderTypeParameterRequest) GetUniqueClaimTypeOk ¶

func (o *IdentityProviderProviderTypeParameterRequest) GetUniqueClaimTypeOk() (*string, bool)

GetUniqueClaimTypeOk returns a tuple with the UniqueClaimType field value and a boolean to check if the value has been set.

func (*IdentityProviderProviderTypeParameterRequest) GetUserInfoEndpoint ¶

func (o *IdentityProviderProviderTypeParameterRequest) GetUserInfoEndpoint() string

GetUserInfoEndpoint returns the UserInfoEndpoint field value

func (*IdentityProviderProviderTypeParameterRequest) GetUserInfoEndpointOk ¶

func (o *IdentityProviderProviderTypeParameterRequest) GetUserInfoEndpointOk() (*string, bool)

GetUserInfoEndpointOk returns a tuple with the UserInfoEndpoint field value and a boolean to check if the value has been set.

func (*IdentityProviderProviderTypeParameterRequest) HasAuth0ApiUrl ¶

HasAuth0ApiUrl returns a boolean if a field has been set.

func (*IdentityProviderProviderTypeParameterRequest) HasOIDCAudience ¶

HasOIDCAudience returns a boolean if a field has been set.

func (*IdentityProviderProviderTypeParameterRequest) HasOIDCScope ¶

HasOIDCScope returns a boolean if a field has been set.

func (*IdentityProviderProviderTypeParameterRequest) HasSignOutUrl ¶

HasSignOutUrl returns a boolean if a field has been set.

func (*IdentityProviderProviderTypeParameterRequest) HasTimeout ¶

HasTimeout returns a boolean if a field has been set.

func (IdentityProviderProviderTypeParameterRequest) MarshalJSON ¶

func (*IdentityProviderProviderTypeParameterRequest) SetAuth0ApiUrl ¶

SetAuth0ApiUrl gets a reference to the given NullableString and assigns it to the Auth0ApiUrl field.

func (*IdentityProviderProviderTypeParameterRequest) SetAuth0ApiUrlNil ¶

func (o *IdentityProviderProviderTypeParameterRequest) SetAuth0ApiUrlNil()

SetAuth0ApiUrlNil sets the value for Auth0ApiUrl to be an explicit nil

func (*IdentityProviderProviderTypeParameterRequest) SetAuthority ¶

SetAuthority sets field value

func (*IdentityProviderProviderTypeParameterRequest) SetAuthorizationEndpoint ¶

func (o *IdentityProviderProviderTypeParameterRequest) SetAuthorizationEndpoint(v string)

SetAuthorizationEndpoint sets field value

func (*IdentityProviderProviderTypeParameterRequest) SetClientId ¶

SetClientId sets field value

func (*IdentityProviderProviderTypeParameterRequest) SetClientSecret ¶

SetClientSecret sets field value

func (*IdentityProviderProviderTypeParameterRequest) SetFallbackUniqueClaimType ¶

func (o *IdentityProviderProviderTypeParameterRequest) SetFallbackUniqueClaimType(v string)

SetFallbackUniqueClaimType sets field value

func (*IdentityProviderProviderTypeParameterRequest) SetJSONWebKeySetUri ¶

func (o *IdentityProviderProviderTypeParameterRequest) SetJSONWebKeySetUri(v string)

SetJSONWebKeySetUri sets field value

func (*IdentityProviderProviderTypeParameterRequest) SetNameClaimType ¶

SetNameClaimType sets field value

func (*IdentityProviderProviderTypeParameterRequest) SetOIDCAudience ¶

SetOIDCAudience gets a reference to the given NullableString and assigns it to the OIDCAudience field.

func (*IdentityProviderProviderTypeParameterRequest) SetOIDCAudienceNil ¶

func (o *IdentityProviderProviderTypeParameterRequest) SetOIDCAudienceNil()

SetOIDCAudienceNil sets the value for OIDCAudience to be an explicit nil

func (*IdentityProviderProviderTypeParameterRequest) SetOIDCScope ¶

SetOIDCScope gets a reference to the given NullableString and assigns it to the OIDCScope field.

func (*IdentityProviderProviderTypeParameterRequest) SetOIDCScopeNil ¶

func (o *IdentityProviderProviderTypeParameterRequest) SetOIDCScopeNil()

SetOIDCScopeNil sets the value for OIDCScope to be an explicit nil

func (*IdentityProviderProviderTypeParameterRequest) SetRoleClaimType ¶

SetRoleClaimType sets field value

func (*IdentityProviderProviderTypeParameterRequest) SetSignOutUrl ¶

SetSignOutUrl gets a reference to the given NullableString and assigns it to the SignOutUrl field.

func (*IdentityProviderProviderTypeParameterRequest) SetSignOutUrlNil ¶

func (o *IdentityProviderProviderTypeParameterRequest) SetSignOutUrlNil()

SetSignOutUrlNil sets the value for SignOutUrl to be an explicit nil

func (*IdentityProviderProviderTypeParameterRequest) SetTimeout ¶

SetTimeout gets a reference to the given int32 and assigns it to the Timeout field.

func (*IdentityProviderProviderTypeParameterRequest) SetTokenEndpoint ¶

SetTokenEndpoint sets field value

func (*IdentityProviderProviderTypeParameterRequest) SetUniqueClaimType ¶

func (o *IdentityProviderProviderTypeParameterRequest) SetUniqueClaimType(v string)

SetUniqueClaimType sets field value

func (*IdentityProviderProviderTypeParameterRequest) SetUserInfoEndpoint ¶

func (o *IdentityProviderProviderTypeParameterRequest) SetUserInfoEndpoint(v string)

SetUserInfoEndpoint sets field value

func (IdentityProviderProviderTypeParameterRequest) ToMap ¶

func (o IdentityProviderProviderTypeParameterRequest) ToMap() (map[string]interface{}, error)

func (*IdentityProviderProviderTypeParameterRequest) UnsetAuth0ApiUrl ¶

func (o *IdentityProviderProviderTypeParameterRequest) UnsetAuth0ApiUrl()

UnsetAuth0ApiUrl ensures that no value is present for Auth0ApiUrl, not even an explicit nil

func (*IdentityProviderProviderTypeParameterRequest) UnsetOIDCAudience ¶

func (o *IdentityProviderProviderTypeParameterRequest) UnsetOIDCAudience()

UnsetOIDCAudience ensures that no value is present for OIDCAudience, not even an explicit nil

func (*IdentityProviderProviderTypeParameterRequest) UnsetOIDCScope ¶

UnsetOIDCScope ensures that no value is present for OIDCScope, not even an explicit nil

func (*IdentityProviderProviderTypeParameterRequest) UnsetSignOutUrl ¶

func (o *IdentityProviderProviderTypeParameterRequest) UnsetSignOutUrl()

UnsetSignOutUrl ensures that no value is present for SignOutUrl, not even an explicit nil

type IdentityProviderProviderTypeParameterResponse ¶

type IdentityProviderProviderTypeParameterResponse struct {
	Id          *int32                                        `json:"Id,omitempty"`
	Name        NullableString                                `json:"Name,omitempty"`
	DisplayName NullableString                                `json:"DisplayName,omitempty"`
	DataType    *CSSCMSDataModelEnumsIdentityProviderDataType `json:"DataType,omitempty"`
	Required    *bool                                         `json:"Required,omitempty"`
}

IdentityProviderProviderTypeParameterResponse struct for IdentityProviderProviderTypeParameterResponse

func NewIdentityProviderProviderTypeParameterResponse ¶

func NewIdentityProviderProviderTypeParameterResponse() *IdentityProviderProviderTypeParameterResponse

NewIdentityProviderProviderTypeParameterResponse instantiates a new IdentityProviderProviderTypeParameterResponse 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 NewIdentityProviderProviderTypeParameterResponseWithDefaults ¶

func NewIdentityProviderProviderTypeParameterResponseWithDefaults() *IdentityProviderProviderTypeParameterResponse

NewIdentityProviderProviderTypeParameterResponseWithDefaults instantiates a new IdentityProviderProviderTypeParameterResponse 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 (*IdentityProviderProviderTypeParameterResponse) GetDataType ¶

GetDataType returns the DataType field value if set, zero value otherwise.

func (*IdentityProviderProviderTypeParameterResponse) GetDataTypeOk ¶

GetDataTypeOk returns a tuple with the DataType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderProviderTypeParameterResponse) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IdentityProviderProviderTypeParameterResponse) GetDisplayNameOk ¶

func (o *IdentityProviderProviderTypeParameterResponse) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IdentityProviderProviderTypeParameterResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*IdentityProviderProviderTypeParameterResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderProviderTypeParameterResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IdentityProviderProviderTypeParameterResponse) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IdentityProviderProviderTypeParameterResponse) GetRequired ¶

GetRequired returns the Required field value if set, zero value otherwise.

func (*IdentityProviderProviderTypeParameterResponse) GetRequiredOk ¶

GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderProviderTypeParameterResponse) HasDataType ¶

HasDataType returns a boolean if a field has been set.

func (*IdentityProviderProviderTypeParameterResponse) HasDisplayName ¶

HasDisplayName returns a boolean if a field has been set.

func (*IdentityProviderProviderTypeParameterResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*IdentityProviderProviderTypeParameterResponse) HasName ¶

HasName returns a boolean if a field has been set.

func (*IdentityProviderProviderTypeParameterResponse) HasRequired ¶

HasRequired returns a boolean if a field has been set.

func (IdentityProviderProviderTypeParameterResponse) MarshalJSON ¶

func (*IdentityProviderProviderTypeParameterResponse) SetDataType ¶

SetDataType gets a reference to the given CSSCMSDataModelEnumsIdentityProviderDataType and assigns it to the DataType field.

func (*IdentityProviderProviderTypeParameterResponse) SetDisplayName ¶

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*IdentityProviderProviderTypeParameterResponse) SetDisplayNameNil ¶

func (o *IdentityProviderProviderTypeParameterResponse) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*IdentityProviderProviderTypeParameterResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*IdentityProviderProviderTypeParameterResponse) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*IdentityProviderProviderTypeParameterResponse) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*IdentityProviderProviderTypeParameterResponse) SetRequired ¶

SetRequired gets a reference to the given bool and assigns it to the Required field.

func (IdentityProviderProviderTypeParameterResponse) ToMap ¶

func (o IdentityProviderProviderTypeParameterResponse) ToMap() (map[string]interface{}, error)

func (*IdentityProviderProviderTypeParameterResponse) UnsetDisplayName ¶

func (o *IdentityProviderProviderTypeParameterResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*IdentityProviderProviderTypeParameterResponse) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type IdentityProviderProviderTypeParameterValueResponse ¶

type IdentityProviderProviderTypeParameterValueResponse struct {
	Id          *int32                                        `json:"Id,omitempty"`
	Name        NullableString                                `json:"Name,omitempty"`
	DisplayName NullableString                                `json:"DisplayName,omitempty"`
	Required    *bool                                         `json:"Required,omitempty"`
	DataType    *CSSCMSDataModelEnumsIdentityProviderDataType `json:"DataType,omitempty"`
	Value       NullableString                                `json:"Value,omitempty"`
	SecretValue *CSSCMSDataModelModelsKeyfactorAPISecret      `json:"SecretValue,omitempty"`
}

IdentityProviderProviderTypeParameterValueResponse struct for IdentityProviderProviderTypeParameterValueResponse

func NewIdentityProviderProviderTypeParameterValueResponse ¶

func NewIdentityProviderProviderTypeParameterValueResponse() *IdentityProviderProviderTypeParameterValueResponse

NewIdentityProviderProviderTypeParameterValueResponse instantiates a new IdentityProviderProviderTypeParameterValueResponse 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 NewIdentityProviderProviderTypeParameterValueResponseWithDefaults ¶

func NewIdentityProviderProviderTypeParameterValueResponseWithDefaults() *IdentityProviderProviderTypeParameterValueResponse

NewIdentityProviderProviderTypeParameterValueResponseWithDefaults instantiates a new IdentityProviderProviderTypeParameterValueResponse 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 (*IdentityProviderProviderTypeParameterValueResponse) GetDataType ¶

GetDataType returns the DataType field value if set, zero value otherwise.

func (*IdentityProviderProviderTypeParameterValueResponse) GetDataTypeOk ¶

GetDataTypeOk returns a tuple with the DataType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderProviderTypeParameterValueResponse) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IdentityProviderProviderTypeParameterValueResponse) GetDisplayNameOk ¶

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IdentityProviderProviderTypeParameterValueResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*IdentityProviderProviderTypeParameterValueResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderProviderTypeParameterValueResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IdentityProviderProviderTypeParameterValueResponse) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IdentityProviderProviderTypeParameterValueResponse) GetRequired ¶

GetRequired returns the Required field value if set, zero value otherwise.

func (*IdentityProviderProviderTypeParameterValueResponse) GetRequiredOk ¶

GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderProviderTypeParameterValueResponse) GetSecretValue ¶

GetSecretValue returns the SecretValue field value if set, zero value otherwise.

func (*IdentityProviderProviderTypeParameterValueResponse) GetSecretValueOk ¶

GetSecretValueOk returns a tuple with the SecretValue field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderProviderTypeParameterValueResponse) GetValue ¶

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IdentityProviderProviderTypeParameterValueResponse) GetValueOk ¶

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IdentityProviderProviderTypeParameterValueResponse) HasDataType ¶

HasDataType returns a boolean if a field has been set.

func (*IdentityProviderProviderTypeParameterValueResponse) HasDisplayName ¶

HasDisplayName returns a boolean if a field has been set.

func (*IdentityProviderProviderTypeParameterValueResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*IdentityProviderProviderTypeParameterValueResponse) HasName ¶

HasName returns a boolean if a field has been set.

func (*IdentityProviderProviderTypeParameterValueResponse) HasRequired ¶

HasRequired returns a boolean if a field has been set.

func (*IdentityProviderProviderTypeParameterValueResponse) HasSecretValue ¶

HasSecretValue returns a boolean if a field has been set.

func (*IdentityProviderProviderTypeParameterValueResponse) HasValue ¶

HasValue returns a boolean if a field has been set.

func (IdentityProviderProviderTypeParameterValueResponse) MarshalJSON ¶

func (*IdentityProviderProviderTypeParameterValueResponse) SetDataType ¶

SetDataType gets a reference to the given CSSCMSDataModelEnumsIdentityProviderDataType and assigns it to the DataType field.

func (*IdentityProviderProviderTypeParameterValueResponse) SetDisplayName ¶

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*IdentityProviderProviderTypeParameterValueResponse) SetDisplayNameNil ¶

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*IdentityProviderProviderTypeParameterValueResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*IdentityProviderProviderTypeParameterValueResponse) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*IdentityProviderProviderTypeParameterValueResponse) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*IdentityProviderProviderTypeParameterValueResponse) SetRequired ¶

SetRequired gets a reference to the given bool and assigns it to the Required field.

func (*IdentityProviderProviderTypeParameterValueResponse) SetSecretValue ¶

SetSecretValue gets a reference to the given CSSCMSDataModelModelsKeyfactorAPISecret and assigns it to the SecretValue field.

func (*IdentityProviderProviderTypeParameterValueResponse) SetValue ¶

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*IdentityProviderProviderTypeParameterValueResponse) SetValueNil ¶

SetValueNil sets the value for Value to be an explicit nil

func (IdentityProviderProviderTypeParameterValueResponse) ToMap ¶

func (*IdentityProviderProviderTypeParameterValueResponse) UnsetDisplayName ¶

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*IdentityProviderProviderTypeParameterValueResponse) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*IdentityProviderProviderTypeParameterValueResponse) UnsetValue ¶

UnsetValue ensures that no value is present for Value, not even an explicit nil

type IdentityProviderProviderTypeResponse ¶

type IdentityProviderProviderTypeResponse struct {
	Id             *string                                         `json:"Id,omitempty"`
	Name           NullableString                                  `json:"Name,omitempty"`
	TypeParameters []IdentityProviderProviderTypeParameterResponse `json:"TypeParameters,omitempty"`
}

IdentityProviderProviderTypeResponse struct for IdentityProviderProviderTypeResponse

func NewIdentityProviderProviderTypeResponse ¶

func NewIdentityProviderProviderTypeResponse() *IdentityProviderProviderTypeResponse

NewIdentityProviderProviderTypeResponse instantiates a new IdentityProviderProviderTypeResponse 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 NewIdentityProviderProviderTypeResponseWithDefaults ¶

func NewIdentityProviderProviderTypeResponseWithDefaults() *IdentityProviderProviderTypeResponse

NewIdentityProviderProviderTypeResponseWithDefaults instantiates a new IdentityProviderProviderTypeResponse 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 (*IdentityProviderProviderTypeResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*IdentityProviderProviderTypeResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*IdentityProviderProviderTypeResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IdentityProviderProviderTypeResponse) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IdentityProviderProviderTypeResponse) GetTypeParameters ¶

GetTypeParameters returns the TypeParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*IdentityProviderProviderTypeResponse) GetTypeParametersOk ¶

GetTypeParametersOk returns a tuple with the TypeParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*IdentityProviderProviderTypeResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*IdentityProviderProviderTypeResponse) HasName ¶

HasName returns a boolean if a field has been set.

func (*IdentityProviderProviderTypeResponse) HasTypeParameters ¶

func (o *IdentityProviderProviderTypeResponse) HasTypeParameters() bool

HasTypeParameters returns a boolean if a field has been set.

func (IdentityProviderProviderTypeResponse) MarshalJSON ¶

func (o IdentityProviderProviderTypeResponse) MarshalJSON() ([]byte, error)

func (*IdentityProviderProviderTypeResponse) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*IdentityProviderProviderTypeResponse) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*IdentityProviderProviderTypeResponse) SetNameNil ¶

func (o *IdentityProviderProviderTypeResponse) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*IdentityProviderProviderTypeResponse) SetTypeParameters ¶

SetTypeParameters gets a reference to the given []IdentityProviderProviderTypeParameterResponse and assigns it to the TypeParameters field.

func (IdentityProviderProviderTypeResponse) ToMap ¶

func (o IdentityProviderProviderTypeResponse) ToMap() (map[string]interface{}, error)

func (*IdentityProviderProviderTypeResponse) UnsetName ¶

func (o *IdentityProviderProviderTypeResponse) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type IssuedAlertApiService ¶

type IssuedAlertApiService service

IssuedAlertApiService IssuedAlertApi service

func (*IssuedAlertApiService) CreateAlertsIssuedExecute ¶

Executes the API request V1 POST /Alerts/Issued

@return AlertsIssuedIssuedAlertDefinitionResponse

func (*IssuedAlertApiService) DeleteAlertsIssuedByIdExecute ¶

func (a *IssuedAlertApiService) DeleteAlertsIssuedByIdExecute(r ApiDeleteAlertsIssuedByIdRequest) (*http.Response, error)

Executes the API request

func (*IssuedAlertApiService) GetAlertsIssuedByIdExecute ¶

Executes the API request V1 GET /Alerts/Issued/{id}

@return AlertsIssuedIssuedAlertDefinitionResponse

func (*IssuedAlertApiService) GetAlertsIssuedExecute ¶

Executes the API request V1 GET /Alerts/Issued

@return []AlertsIssuedIssuedAlertDefinitionResponse

func (*IssuedAlertApiService) GetAlertsIssuedScheduleExecute ¶

Executes the API request V1 GET /Alerts/Issued/Schedule

@return AlertsAlertScheduleAlertScheduleResponse

func (*IssuedAlertApiService) NewCreateAlertsIssuedRequest ¶

func (a *IssuedAlertApiService) NewCreateAlertsIssuedRequest(ctx context.Context) ApiCreateAlertsIssuedRequest

Creates a new V1 POST /Alerts/Issued request.

CreateAlertsIssued Add a issued alert

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateAlertsIssuedRequest

func (*IssuedAlertApiService) NewDeleteAlertsIssuedByIdRequest ¶

func (a *IssuedAlertApiService) NewDeleteAlertsIssuedByIdRequest(ctx context.Context, id int32) ApiDeleteAlertsIssuedByIdRequest

Creates a new V1 DELETE /Alerts/Issued/{id} request.

DeleteAlertsIssuedById Delete a issued alert

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Id for the issued alert
@return ApiDeleteAlertsIssuedByIdRequest

func (*IssuedAlertApiService) NewGetAlertsIssuedByIdRequest ¶

func (a *IssuedAlertApiService) NewGetAlertsIssuedByIdRequest(ctx context.Context, id int32) ApiGetAlertsIssuedByIdRequest

Creates a new V1 GET /Alerts/Issued/{id} request.

GetAlertsIssuedById Get a issued alert

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Id for the issued alert to get
@return ApiGetAlertsIssuedByIdRequest

func (*IssuedAlertApiService) NewGetAlertsIssuedRequest ¶

func (a *IssuedAlertApiService) NewGetAlertsIssuedRequest(ctx context.Context) ApiGetAlertsIssuedRequest

Creates a new V1 GET /Alerts/Issued request.

GetAlertsIssued Gets all issued alerts according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAlertsIssuedRequest

func (*IssuedAlertApiService) NewGetAlertsIssuedScheduleRequest ¶

func (a *IssuedAlertApiService) NewGetAlertsIssuedScheduleRequest(ctx context.Context) ApiGetAlertsIssuedScheduleRequest

Creates a new V1 GET /Alerts/Issued/Schedule request.

GetAlertsIssuedSchedule Get the schedule for issued alerts

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAlertsIssuedScheduleRequest

func (*IssuedAlertApiService) NewUpdateAlertsIssuedRequest ¶

func (a *IssuedAlertApiService) NewUpdateAlertsIssuedRequest(ctx context.Context) ApiUpdateAlertsIssuedRequest

Creates a new V1 PUT /Alerts/Issued request.

UpdateAlertsIssued Edit a issued alert

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateAlertsIssuedRequest

func (*IssuedAlertApiService) NewUpdateAlertsIssuedScheduleRequest ¶

func (a *IssuedAlertApiService) NewUpdateAlertsIssuedScheduleRequest(ctx context.Context) ApiUpdateAlertsIssuedScheduleRequest

Creates a new V1 PUT /Alerts/Issued/Schedule request.

UpdateAlertsIssuedSchedule Edit schedule

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateAlertsIssuedScheduleRequest

func (*IssuedAlertApiService) UpdateAlertsIssuedExecute ¶

Executes the API request V1 PUT /Alerts/Issued

@return AlertsIssuedIssuedAlertDefinitionResponse

func (*IssuedAlertApiService) UpdateAlertsIssuedScheduleExecute ¶

Executes the API request V1 PUT /Alerts/Issued/Schedule

@return AlertsAlertScheduleAlertScheduleResponse

type KeyApiService ¶

type KeyApiService service

KeyApiService KeyApi service

func (*KeyApiService) CreateSSHKeysMyKeyExecute ¶

Executes the API request V1 POST /SSH/Keys/MyKey

@return CSSCMSDataModelModelsSSHKeysKeyResponse

func (*KeyApiService) DeleteSSHKeysUnmanagedByIdExecute ¶

func (a *KeyApiService) DeleteSSHKeysUnmanagedByIdExecute(r ApiDeleteSSHKeysUnmanagedByIdRequest) (*http.Response, error)

Executes the API request

func (*KeyApiService) DeleteSSHKeysUnmanagedExecute ¶

func (a *KeyApiService) DeleteSSHKeysUnmanagedExecute(r ApiDeleteSSHKeysUnmanagedRequest) (*http.Response, error)

Executes the API request

func (*KeyApiService) GetSSHKeysMyKeyExecute ¶

Executes the API request V1 GET /SSH/Keys/MyKey

@return CSSCMSDataModelModelsSSHKeysKeyResponse

func (*KeyApiService) GetSSHKeysUnmanagedByIdExecute ¶

Executes the API request V1 GET /SSH/Keys/Unmanaged/{id}

@return CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse

func (*KeyApiService) GetSSHKeysUnmanagedExecute ¶

Executes the API request V1 GET /SSH/Keys/Unmanaged

@return []CSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse

func (*KeyApiService) NewCreateSSHKeysMyKeyRequest ¶

func (a *KeyApiService) NewCreateSSHKeysMyKeyRequest(ctx context.Context) ApiCreateSSHKeysMyKeyRequest

Creates a new V1 POST /SSH/Keys/MyKey request.

CreateSSHKeysMyKey Generates an SSH Key Pair for the requesting user.

### SSH Key Algorithms ### | Value | Description | |--------------------|---------------------------| | 0 | Unknown | | 1 | ECDSA | | 2 | Ed25519 | | 3 | RSA |

### Private Key Formats ### | Value | Description | |--------------------|---------------------------| | 0 | Unknown | | 1 | OpenSSH | | 2 | PKCS8 |

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSSHKeysMyKeyRequest

func (*KeyApiService) NewDeleteSSHKeysUnmanagedByIdRequest ¶

func (a *KeyApiService) NewDeleteSSHKeysUnmanagedByIdRequest(ctx context.Context, id int32) ApiDeleteSSHKeysUnmanagedByIdRequest

Creates a new V1 DELETE /SSH/Keys/Unmanaged/{id} request.

DeleteSSHKeysUnmanagedById Deletes Unmanaged Key associated with the provided identifier

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifer of the Key to be deleted
@return ApiDeleteSSHKeysUnmanagedByIdRequest

func (*KeyApiService) NewDeleteSSHKeysUnmanagedRequest ¶

func (a *KeyApiService) NewDeleteSSHKeysUnmanagedRequest(ctx context.Context) ApiDeleteSSHKeysUnmanagedRequest

Creates a new V1 DELETE /SSH/Keys/Unmanaged request.

DeleteSSHKeysUnmanaged Deletes Unmanaged Keys associated with the provided identifiers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteSSHKeysUnmanagedRequest

func (*KeyApiService) NewGetSSHKeysMyKeyRequest ¶

func (a *KeyApiService) NewGetSSHKeysMyKeyRequest(ctx context.Context) ApiGetSSHKeysMyKeyRequest

Creates a new V1 GET /SSH/Keys/MyKey request.

GetSSHKeysMyKey Returns the current key of the requesting user

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSSHKeysMyKeyRequest

func (*KeyApiService) NewGetSSHKeysUnmanagedByIdRequest ¶

func (a *KeyApiService) NewGetSSHKeysUnmanagedByIdRequest(ctx context.Context, id int32) ApiGetSSHKeysUnmanagedByIdRequest

Creates a new V1 GET /SSH/Keys/Unmanaged/{id} request.

GetSSHKeysUnmanagedById Returns an unmanaged SSH key with provided id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The id of the key to get
@return ApiGetSSHKeysUnmanagedByIdRequest

func (*KeyApiService) NewGetSSHKeysUnmanagedRequest ¶

func (a *KeyApiService) NewGetSSHKeysUnmanagedRequest(ctx context.Context) ApiGetSSHKeysUnmanagedRequest

Creates a new V1 GET /SSH/Keys/Unmanaged request.

GetSSHKeysUnmanaged Returns Unmanaged SSH keys

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSSHKeysUnmanagedRequest

func (*KeyApiService) NewUpdateSSHKeysMyKeyRequest ¶

func (a *KeyApiService) NewUpdateSSHKeysMyKeyRequest(ctx context.Context) ApiUpdateSSHKeysMyKeyRequest

Creates a new V1 PUT /SSH/Keys/MyKey request.

UpdateSSHKeysMyKey Updates the requesting user's SSH key

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateSSHKeysMyKeyRequest

func (*KeyApiService) UpdateSSHKeysMyKeyExecute ¶

Executes the API request V1 PUT /SSH/Keys/MyKey

@return CSSCMSDataModelModelsSSHKeysKeyResponse

type KeyRotationAlertApiService ¶

type KeyRotationAlertApiService service

KeyRotationAlertApiService KeyRotationAlertApi service

func (*KeyRotationAlertApiService) CreateAlertsKeyRotationExecute ¶

Executes the API request V1 POST /Alerts/KeyRotation

@return AlertsKeyRotationKeyRotationAlertDefinitionResponse

func (*KeyRotationAlertApiService) CreateAlertsKeyRotationTestAllExecute ¶

Executes the API request V1 POST /Alerts/KeyRotation/TestAll

@return AlertsKeyRotationKeyRotationAlertTestResponse

Deprecated

func (*KeyRotationAlertApiService) CreateAlertsKeyRotationTestExecute ¶

Executes the API request V1 POST /Alerts/KeyRotation/Test

@return AlertsKeyRotationKeyRotationAlertTestResponse

Deprecated

func (*KeyRotationAlertApiService) DeleteAlertsKeyRotationByIdExecute ¶

func (a *KeyRotationAlertApiService) DeleteAlertsKeyRotationByIdExecute(r ApiDeleteAlertsKeyRotationByIdRequest) (*http.Response, error)

Executes the API request

func (*KeyRotationAlertApiService) GetAlertsKeyRotationByIdExecute ¶

Executes the API request V1 GET /Alerts/KeyRotation/{id}

@return AlertsKeyRotationKeyRotationAlertDefinitionResponse

func (*KeyRotationAlertApiService) GetAlertsKeyRotationExecute ¶

Executes the API request V1 GET /Alerts/KeyRotation

@return []AlertsKeyRotationKeyRotationAlertDefinitionResponse

func (*KeyRotationAlertApiService) GetAlertsKeyRotationScheduleExecute ¶

Executes the API request V1 GET /Alerts/KeyRotation/Schedule

@return AlertsAlertScheduleAlertScheduleResponse

func (*KeyRotationAlertApiService) NewCreateAlertsKeyRotationRequest ¶

func (a *KeyRotationAlertApiService) NewCreateAlertsKeyRotationRequest(ctx context.Context) ApiCreateAlertsKeyRotationRequest

Creates a new V1 POST /Alerts/KeyRotation request.

CreateAlertsKeyRotation Add a key rotation alert

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateAlertsKeyRotationRequest

func (*KeyRotationAlertApiService) NewCreateAlertsKeyRotationTestAllRequest ¶

func (a *KeyRotationAlertApiService) NewCreateAlertsKeyRotationTestAllRequest(ctx context.Context) ApiCreateAlertsKeyRotationTestAllRequest

Creates a new V1 POST /Alerts/KeyRotation/TestAll request.

CreateAlertsKeyRotationTestAll Test All Alerts

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateAlertsKeyRotationTestAllRequest

Deprecated

func (*KeyRotationAlertApiService) NewCreateAlertsKeyRotationTestRequest ¶

func (a *KeyRotationAlertApiService) NewCreateAlertsKeyRotationTestRequest(ctx context.Context) ApiCreateAlertsKeyRotationTestRequest

Creates a new V1 POST /Alerts/KeyRotation/Test request.

CreateAlertsKeyRotationTest Test An Alert

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateAlertsKeyRotationTestRequest

Deprecated

func (*KeyRotationAlertApiService) NewDeleteAlertsKeyRotationByIdRequest ¶

func (a *KeyRotationAlertApiService) NewDeleteAlertsKeyRotationByIdRequest(ctx context.Context, id int32) ApiDeleteAlertsKeyRotationByIdRequest

Creates a new V1 DELETE /Alerts/KeyRotation/{id} request.

DeleteAlertsKeyRotationById Delete a key rotation alert

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Id for the key rotation alert
@return ApiDeleteAlertsKeyRotationByIdRequest

func (*KeyRotationAlertApiService) NewGetAlertsKeyRotationByIdRequest ¶

func (a *KeyRotationAlertApiService) NewGetAlertsKeyRotationByIdRequest(ctx context.Context, id int32) ApiGetAlertsKeyRotationByIdRequest

Creates a new V1 GET /Alerts/KeyRotation/{id} request.

GetAlertsKeyRotationById Get a key rotation alert

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Id for the key rotation alert to get
@return ApiGetAlertsKeyRotationByIdRequest

func (*KeyRotationAlertApiService) NewGetAlertsKeyRotationRequest ¶

func (a *KeyRotationAlertApiService) NewGetAlertsKeyRotationRequest(ctx context.Context) ApiGetAlertsKeyRotationRequest

Creates a new V1 GET /Alerts/KeyRotation request.

GetAlertsKeyRotation Gets all key rotation alerts according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAlertsKeyRotationRequest

func (*KeyRotationAlertApiService) NewGetAlertsKeyRotationScheduleRequest ¶

func (a *KeyRotationAlertApiService) NewGetAlertsKeyRotationScheduleRequest(ctx context.Context) ApiGetAlertsKeyRotationScheduleRequest

Creates a new V1 GET /Alerts/KeyRotation/Schedule request.

GetAlertsKeyRotationSchedule Get the schedule for key rotation alerts

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAlertsKeyRotationScheduleRequest

func (*KeyRotationAlertApiService) NewUpdateAlertsKeyRotationRequest ¶

func (a *KeyRotationAlertApiService) NewUpdateAlertsKeyRotationRequest(ctx context.Context) ApiUpdateAlertsKeyRotationRequest

Creates a new V1 PUT /Alerts/KeyRotation request.

UpdateAlertsKeyRotation Edit a key rotation alert

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateAlertsKeyRotationRequest

func (*KeyRotationAlertApiService) NewUpdateAlertsKeyRotationScheduleRequest ¶

func (a *KeyRotationAlertApiService) NewUpdateAlertsKeyRotationScheduleRequest(ctx context.Context) ApiUpdateAlertsKeyRotationScheduleRequest

Creates a new V1 PUT /Alerts/KeyRotation/Schedule request.

UpdateAlertsKeyRotationSchedule Edit schedule

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateAlertsKeyRotationScheduleRequest

func (*KeyRotationAlertApiService) UpdateAlertsKeyRotationExecute ¶

Executes the API request V1 PUT /Alerts/KeyRotation

@return AlertsKeyRotationKeyRotationAlertDefinitionResponse

func (*KeyRotationAlertApiService) UpdateAlertsKeyRotationScheduleExecute ¶

Executes the API request V1 PUT /Alerts/KeyRotation/Schedule

@return AlertsAlertScheduleAlertScheduleResponse

type KeyfactorAuditingEnumsAuditLogLevel ¶

type KeyfactorAuditingEnumsAuditLogLevel int32

KeyfactorAuditingEnumsAuditLogLevel the model 'KeyfactorAuditingEnumsAuditLogLevel'

const (
	KEYFACTORAUDITINGENUMSAUDITLOGLEVEL__0 KeyfactorAuditingEnumsAuditLogLevel = 0
	KEYFACTORAUDITINGENUMSAUDITLOGLEVEL__1 KeyfactorAuditingEnumsAuditLogLevel = 1
	KEYFACTORAUDITINGENUMSAUDITLOGLEVEL__2 KeyfactorAuditingEnumsAuditLogLevel = 2
)

List of Keyfactor.Auditing.Enums.AuditLogLevel

func NewKeyfactorAuditingEnumsAuditLogLevelFromValue ¶

func NewKeyfactorAuditingEnumsAuditLogLevelFromValue(v int32) (*KeyfactorAuditingEnumsAuditLogLevel, error)

NewKeyfactorAuditingEnumsAuditLogLevelFromValue returns a pointer to a valid KeyfactorAuditingEnumsAuditLogLevel for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseKeyfactorAuditingEnumsAuditLogLevel ¶

func ParseKeyfactorAuditingEnumsAuditLogLevel(s string) (*KeyfactorAuditingEnumsAuditLogLevel, error)

func (KeyfactorAuditingEnumsAuditLogLevel) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*KeyfactorAuditingEnumsAuditLogLevel) Parse ¶

func (KeyfactorAuditingEnumsAuditLogLevel) Ptr ¶

Ptr returns reference to Keyfactor.Auditing.Enums.AuditLogLevel value

func (*KeyfactorAuditingEnumsAuditLogLevel) UnmarshalJSON ¶

func (v *KeyfactorAuditingEnumsAuditLogLevel) UnmarshalJSON(src []byte) error

type KeyfactorAuditingQueryingAuditLogEntry ¶

type KeyfactorAuditingQueryingAuditLogEntry struct {
	Id                  *int32                               `json:"Id,omitempty"`
	Timestamp           *time.Time                           `json:"Timestamp,omitempty"`
	Message             NullableString                       `json:"Message,omitempty"`
	Signature           NullableString                       `json:"Signature,omitempty"`
	Category            *int32                               `json:"Category,omitempty"`
	Operation           *int32                               `json:"Operation,omitempty"`
	Level               *KeyfactorAuditingEnumsAuditLogLevel `json:"Level,omitempty"`
	User                NullableString                       `json:"User,omitempty"`
	EntityType          NullableString                       `json:"EntityType,omitempty"`
	AuditIdentifier     NullableString                       `json:"AuditIdentifier,omitempty"`
	ImmutableIdentifier NullableString                       `json:"ImmutableIdentifier,omitempty"`
}

KeyfactorAuditingQueryingAuditLogEntry struct for KeyfactorAuditingQueryingAuditLogEntry

func NewKeyfactorAuditingQueryingAuditLogEntry ¶

func NewKeyfactorAuditingQueryingAuditLogEntry() *KeyfactorAuditingQueryingAuditLogEntry

NewKeyfactorAuditingQueryingAuditLogEntry instantiates a new KeyfactorAuditingQueryingAuditLogEntry 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 NewKeyfactorAuditingQueryingAuditLogEntryWithDefaults ¶

func NewKeyfactorAuditingQueryingAuditLogEntryWithDefaults() *KeyfactorAuditingQueryingAuditLogEntry

NewKeyfactorAuditingQueryingAuditLogEntryWithDefaults instantiates a new KeyfactorAuditingQueryingAuditLogEntry 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 (*KeyfactorAuditingQueryingAuditLogEntry) GetAuditIdentifier ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) GetAuditIdentifier() string

GetAuditIdentifier returns the AuditIdentifier field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KeyfactorAuditingQueryingAuditLogEntry) GetAuditIdentifierOk ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) GetAuditIdentifierOk() (*string, bool)

GetAuditIdentifierOk returns a tuple with the AuditIdentifier field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KeyfactorAuditingQueryingAuditLogEntry) GetCategory ¶

GetCategory returns the Category field value if set, zero value otherwise.

func (*KeyfactorAuditingQueryingAuditLogEntry) GetCategoryOk ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) GetCategoryOk() (*int32, bool)

GetCategoryOk returns a tuple with the Category field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorAuditingQueryingAuditLogEntry) GetEntityType ¶

GetEntityType returns the EntityType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KeyfactorAuditingQueryingAuditLogEntry) GetEntityTypeOk ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) GetEntityTypeOk() (*string, bool)

GetEntityTypeOk returns a tuple with the EntityType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KeyfactorAuditingQueryingAuditLogEntry) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*KeyfactorAuditingQueryingAuditLogEntry) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorAuditingQueryingAuditLogEntry) GetImmutableIdentifier ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) GetImmutableIdentifier() string

GetImmutableIdentifier returns the ImmutableIdentifier field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KeyfactorAuditingQueryingAuditLogEntry) GetImmutableIdentifierOk ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) GetImmutableIdentifierOk() (*string, bool)

GetImmutableIdentifierOk returns a tuple with the ImmutableIdentifier field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KeyfactorAuditingQueryingAuditLogEntry) GetLevel ¶

GetLevel returns the Level field value if set, zero value otherwise.

func (*KeyfactorAuditingQueryingAuditLogEntry) GetLevelOk ¶

GetLevelOk returns a tuple with the Level field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorAuditingQueryingAuditLogEntry) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KeyfactorAuditingQueryingAuditLogEntry) GetMessageOk ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KeyfactorAuditingQueryingAuditLogEntry) GetOperation ¶

GetOperation returns the Operation field value if set, zero value otherwise.

func (*KeyfactorAuditingQueryingAuditLogEntry) GetOperationOk ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) GetOperationOk() (*int32, bool)

GetOperationOk returns a tuple with the Operation field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorAuditingQueryingAuditLogEntry) GetSignature ¶

GetSignature returns the Signature field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KeyfactorAuditingQueryingAuditLogEntry) GetSignatureOk ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) GetSignatureOk() (*string, bool)

GetSignatureOk returns a tuple with the Signature field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KeyfactorAuditingQueryingAuditLogEntry) GetTimestamp ¶

GetTimestamp returns the Timestamp field value if set, zero value otherwise.

func (*KeyfactorAuditingQueryingAuditLogEntry) GetTimestampOk ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) GetTimestampOk() (*time.Time, bool)

GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorAuditingQueryingAuditLogEntry) GetUser ¶

GetUser returns the User field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KeyfactorAuditingQueryingAuditLogEntry) GetUserOk ¶

GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KeyfactorAuditingQueryingAuditLogEntry) HasAuditIdentifier ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) HasAuditIdentifier() bool

HasAuditIdentifier returns a boolean if a field has been set.

func (*KeyfactorAuditingQueryingAuditLogEntry) HasCategory ¶

HasCategory returns a boolean if a field has been set.

func (*KeyfactorAuditingQueryingAuditLogEntry) HasEntityType ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) HasEntityType() bool

HasEntityType returns a boolean if a field has been set.

func (*KeyfactorAuditingQueryingAuditLogEntry) HasId ¶

HasId returns a boolean if a field has been set.

func (*KeyfactorAuditingQueryingAuditLogEntry) HasImmutableIdentifier ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) HasImmutableIdentifier() bool

HasImmutableIdentifier returns a boolean if a field has been set.

func (*KeyfactorAuditingQueryingAuditLogEntry) HasLevel ¶

HasLevel returns a boolean if a field has been set.

func (*KeyfactorAuditingQueryingAuditLogEntry) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (*KeyfactorAuditingQueryingAuditLogEntry) HasOperation ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) HasOperation() bool

HasOperation returns a boolean if a field has been set.

func (*KeyfactorAuditingQueryingAuditLogEntry) HasSignature ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) HasSignature() bool

HasSignature returns a boolean if a field has been set.

func (*KeyfactorAuditingQueryingAuditLogEntry) HasTimestamp ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) HasTimestamp() bool

HasTimestamp returns a boolean if a field has been set.

func (*KeyfactorAuditingQueryingAuditLogEntry) HasUser ¶

HasUser returns a boolean if a field has been set.

func (KeyfactorAuditingQueryingAuditLogEntry) MarshalJSON ¶

func (o KeyfactorAuditingQueryingAuditLogEntry) MarshalJSON() ([]byte, error)

func (*KeyfactorAuditingQueryingAuditLogEntry) SetAuditIdentifier ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) SetAuditIdentifier(v string)

SetAuditIdentifier gets a reference to the given NullableString and assigns it to the AuditIdentifier field.

func (*KeyfactorAuditingQueryingAuditLogEntry) SetAuditIdentifierNil ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) SetAuditIdentifierNil()

SetAuditIdentifierNil sets the value for AuditIdentifier to be an explicit nil

func (*KeyfactorAuditingQueryingAuditLogEntry) SetCategory ¶

SetCategory gets a reference to the given int32 and assigns it to the Category field.

func (*KeyfactorAuditingQueryingAuditLogEntry) SetEntityType ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) SetEntityType(v string)

SetEntityType gets a reference to the given NullableString and assigns it to the EntityType field.

func (*KeyfactorAuditingQueryingAuditLogEntry) SetEntityTypeNil ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) SetEntityTypeNil()

SetEntityTypeNil sets the value for EntityType to be an explicit nil

func (*KeyfactorAuditingQueryingAuditLogEntry) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*KeyfactorAuditingQueryingAuditLogEntry) SetImmutableIdentifier ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) SetImmutableIdentifier(v string)

SetImmutableIdentifier gets a reference to the given NullableString and assigns it to the ImmutableIdentifier field.

func (*KeyfactorAuditingQueryingAuditLogEntry) SetImmutableIdentifierNil ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) SetImmutableIdentifierNil()

SetImmutableIdentifierNil sets the value for ImmutableIdentifier to be an explicit nil

func (*KeyfactorAuditingQueryingAuditLogEntry) SetLevel ¶

SetLevel gets a reference to the given KeyfactorAuditingEnumsAuditLogLevel and assigns it to the Level field.

func (*KeyfactorAuditingQueryingAuditLogEntry) SetMessage ¶

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*KeyfactorAuditingQueryingAuditLogEntry) SetMessageNil ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) SetMessageNil()

SetMessageNil sets the value for Message to be an explicit nil

func (*KeyfactorAuditingQueryingAuditLogEntry) SetOperation ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) SetOperation(v int32)

SetOperation gets a reference to the given int32 and assigns it to the Operation field.

func (*KeyfactorAuditingQueryingAuditLogEntry) SetSignature ¶

SetSignature gets a reference to the given NullableString and assigns it to the Signature field.

func (*KeyfactorAuditingQueryingAuditLogEntry) SetSignatureNil ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) SetSignatureNil()

SetSignatureNil sets the value for Signature to be an explicit nil

func (*KeyfactorAuditingQueryingAuditLogEntry) SetTimestamp ¶

SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field.

func (*KeyfactorAuditingQueryingAuditLogEntry) SetUser ¶

SetUser gets a reference to the given NullableString and assigns it to the User field.

func (*KeyfactorAuditingQueryingAuditLogEntry) SetUserNil ¶

SetUserNil sets the value for User to be an explicit nil

func (KeyfactorAuditingQueryingAuditLogEntry) ToMap ¶

func (o KeyfactorAuditingQueryingAuditLogEntry) ToMap() (map[string]interface{}, error)

func (*KeyfactorAuditingQueryingAuditLogEntry) UnsetAuditIdentifier ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) UnsetAuditIdentifier()

UnsetAuditIdentifier ensures that no value is present for AuditIdentifier, not even an explicit nil

func (*KeyfactorAuditingQueryingAuditLogEntry) UnsetEntityType ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) UnsetEntityType()

UnsetEntityType ensures that no value is present for EntityType, not even an explicit nil

func (*KeyfactorAuditingQueryingAuditLogEntry) UnsetImmutableIdentifier ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) UnsetImmutableIdentifier()

UnsetImmutableIdentifier ensures that no value is present for ImmutableIdentifier, not even an explicit nil

func (*KeyfactorAuditingQueryingAuditLogEntry) UnsetMessage ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*KeyfactorAuditingQueryingAuditLogEntry) UnsetSignature ¶

func (o *KeyfactorAuditingQueryingAuditLogEntry) UnsetSignature()

UnsetSignature ensures that no value is present for Signature, not even an explicit nil

func (*KeyfactorAuditingQueryingAuditLogEntry) UnsetUser ¶

UnsetUser ensures that no value is present for User, not even an explicit nil

type KeyfactorCommonQueryableExtensionsSortOrder ¶

type KeyfactorCommonQueryableExtensionsSortOrder int32

KeyfactorCommonQueryableExtensionsSortOrder the model 'KeyfactorCommonQueryableExtensionsSortOrder'

const (
	KEYFACTORCOMMONQUERYABLEEXTENSIONSSORTORDER__0 KeyfactorCommonQueryableExtensionsSortOrder = 0
	KEYFACTORCOMMONQUERYABLEEXTENSIONSSORTORDER__1 KeyfactorCommonQueryableExtensionsSortOrder = 1
)

List of Keyfactor.Common.QueryableExtensions.SortOrder

func NewKeyfactorCommonQueryableExtensionsSortOrderFromValue ¶

func NewKeyfactorCommonQueryableExtensionsSortOrderFromValue(v int32) (*KeyfactorCommonQueryableExtensionsSortOrder, error)

NewKeyfactorCommonQueryableExtensionsSortOrderFromValue returns a pointer to a valid KeyfactorCommonQueryableExtensionsSortOrder for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseKeyfactorCommonQueryableExtensionsSortOrder ¶

func ParseKeyfactorCommonQueryableExtensionsSortOrder(s string) (*KeyfactorCommonQueryableExtensionsSortOrder, error)

func (KeyfactorCommonQueryableExtensionsSortOrder) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*KeyfactorCommonQueryableExtensionsSortOrder) Parse ¶

func (KeyfactorCommonQueryableExtensionsSortOrder) Ptr ¶

Ptr returns reference to Keyfactor.Common.QueryableExtensions.SortOrder value

func (*KeyfactorCommonQueryableExtensionsSortOrder) UnmarshalJSON ¶

func (v *KeyfactorCommonQueryableExtensionsSortOrder) UnmarshalJSON(src []byte) error

type KeyfactorCommonSchedulingKeyfactorSchedule ¶

type KeyfactorCommonSchedulingKeyfactorSchedule struct {
	Immediate   NullableBool                                  `json:"Immediate,omitempty"`
	Interval    *KeyfactorCommonSchedulingModelsIntervalModel `json:"Interval,omitempty"`
	Daily       *KeyfactorCommonSchedulingModelsTimeModel     `json:"Daily,omitempty"`
	Weekly      *KeyfactorCommonSchedulingModelsWeeklyModel   `json:"Weekly,omitempty"`
	Monthly     *KeyfactorCommonSchedulingModelsMonthlyModel  `json:"Monthly,omitempty"`
	ExactlyOnce *KeyfactorCommonSchedulingModelsTimeModel     `json:"ExactlyOnce,omitempty"`
}

KeyfactorCommonSchedulingKeyfactorSchedule struct for KeyfactorCommonSchedulingKeyfactorSchedule

func NewKeyfactorCommonSchedulingKeyfactorSchedule ¶

func NewKeyfactorCommonSchedulingKeyfactorSchedule() *KeyfactorCommonSchedulingKeyfactorSchedule

NewKeyfactorCommonSchedulingKeyfactorSchedule instantiates a new KeyfactorCommonSchedulingKeyfactorSchedule 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 NewKeyfactorCommonSchedulingKeyfactorScheduleWithDefaults ¶

func NewKeyfactorCommonSchedulingKeyfactorScheduleWithDefaults() *KeyfactorCommonSchedulingKeyfactorSchedule

NewKeyfactorCommonSchedulingKeyfactorScheduleWithDefaults instantiates a new KeyfactorCommonSchedulingKeyfactorSchedule 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 (*KeyfactorCommonSchedulingKeyfactorSchedule) GetDaily ¶

GetDaily returns the Daily field value if set, zero value otherwise.

func (*KeyfactorCommonSchedulingKeyfactorSchedule) GetDailyOk ¶

GetDailyOk returns a tuple with the Daily field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorCommonSchedulingKeyfactorSchedule) GetExactlyOnce ¶

GetExactlyOnce returns the ExactlyOnce field value if set, zero value otherwise.

func (*KeyfactorCommonSchedulingKeyfactorSchedule) GetExactlyOnceOk ¶

GetExactlyOnceOk returns a tuple with the ExactlyOnce field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorCommonSchedulingKeyfactorSchedule) GetImmediate ¶

GetImmediate returns the Immediate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KeyfactorCommonSchedulingKeyfactorSchedule) GetImmediateOk ¶

func (o *KeyfactorCommonSchedulingKeyfactorSchedule) GetImmediateOk() (*bool, bool)

GetImmediateOk returns a tuple with the Immediate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KeyfactorCommonSchedulingKeyfactorSchedule) GetInterval ¶

GetInterval returns the Interval field value if set, zero value otherwise.

func (*KeyfactorCommonSchedulingKeyfactorSchedule) GetIntervalOk ¶

GetIntervalOk returns a tuple with the Interval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorCommonSchedulingKeyfactorSchedule) GetMonthly ¶

GetMonthly returns the Monthly field value if set, zero value otherwise.

func (*KeyfactorCommonSchedulingKeyfactorSchedule) GetMonthlyOk ¶

GetMonthlyOk returns a tuple with the Monthly field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorCommonSchedulingKeyfactorSchedule) GetWeekly ¶

GetWeekly returns the Weekly field value if set, zero value otherwise.

func (*KeyfactorCommonSchedulingKeyfactorSchedule) GetWeeklyOk ¶

GetWeeklyOk returns a tuple with the Weekly field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorCommonSchedulingKeyfactorSchedule) HasDaily ¶

HasDaily returns a boolean if a field has been set.

func (*KeyfactorCommonSchedulingKeyfactorSchedule) HasExactlyOnce ¶

HasExactlyOnce returns a boolean if a field has been set.

func (*KeyfactorCommonSchedulingKeyfactorSchedule) HasImmediate ¶

HasImmediate returns a boolean if a field has been set.

func (*KeyfactorCommonSchedulingKeyfactorSchedule) HasInterval ¶

HasInterval returns a boolean if a field has been set.

func (*KeyfactorCommonSchedulingKeyfactorSchedule) HasMonthly ¶

HasMonthly returns a boolean if a field has been set.

func (*KeyfactorCommonSchedulingKeyfactorSchedule) HasWeekly ¶

HasWeekly returns a boolean if a field has been set.

func (KeyfactorCommonSchedulingKeyfactorSchedule) MarshalJSON ¶

func (*KeyfactorCommonSchedulingKeyfactorSchedule) SetDaily ¶

SetDaily gets a reference to the given KeyfactorCommonSchedulingModelsTimeModel and assigns it to the Daily field.

func (*KeyfactorCommonSchedulingKeyfactorSchedule) SetExactlyOnce ¶

SetExactlyOnce gets a reference to the given KeyfactorCommonSchedulingModelsTimeModel and assigns it to the ExactlyOnce field.

func (*KeyfactorCommonSchedulingKeyfactorSchedule) SetImmediate ¶

SetImmediate gets a reference to the given NullableBool and assigns it to the Immediate field.

func (*KeyfactorCommonSchedulingKeyfactorSchedule) SetImmediateNil ¶

func (o *KeyfactorCommonSchedulingKeyfactorSchedule) SetImmediateNil()

SetImmediateNil sets the value for Immediate to be an explicit nil

func (*KeyfactorCommonSchedulingKeyfactorSchedule) SetInterval ¶

SetInterval gets a reference to the given KeyfactorCommonSchedulingModelsIntervalModel and assigns it to the Interval field.

func (*KeyfactorCommonSchedulingKeyfactorSchedule) SetMonthly ¶

SetMonthly gets a reference to the given KeyfactorCommonSchedulingModelsMonthlyModel and assigns it to the Monthly field.

func (*KeyfactorCommonSchedulingKeyfactorSchedule) SetWeekly ¶

SetWeekly gets a reference to the given KeyfactorCommonSchedulingModelsWeeklyModel and assigns it to the Weekly field.

func (KeyfactorCommonSchedulingKeyfactorSchedule) ToMap ¶

func (o KeyfactorCommonSchedulingKeyfactorSchedule) ToMap() (map[string]interface{}, error)

func (*KeyfactorCommonSchedulingKeyfactorSchedule) UnsetImmediate ¶

func (o *KeyfactorCommonSchedulingKeyfactorSchedule) UnsetImmediate()

UnsetImmediate ensures that no value is present for Immediate, not even an explicit nil

type KeyfactorCommonSchedulingModelsIntervalModel ¶

type KeyfactorCommonSchedulingModelsIntervalModel struct {
	Minutes *int32 `json:"Minutes,omitempty"`
}

KeyfactorCommonSchedulingModelsIntervalModel struct for KeyfactorCommonSchedulingModelsIntervalModel

func NewKeyfactorCommonSchedulingModelsIntervalModel ¶

func NewKeyfactorCommonSchedulingModelsIntervalModel() *KeyfactorCommonSchedulingModelsIntervalModel

NewKeyfactorCommonSchedulingModelsIntervalModel instantiates a new KeyfactorCommonSchedulingModelsIntervalModel 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 NewKeyfactorCommonSchedulingModelsIntervalModelWithDefaults ¶

func NewKeyfactorCommonSchedulingModelsIntervalModelWithDefaults() *KeyfactorCommonSchedulingModelsIntervalModel

NewKeyfactorCommonSchedulingModelsIntervalModelWithDefaults instantiates a new KeyfactorCommonSchedulingModelsIntervalModel 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 (*KeyfactorCommonSchedulingModelsIntervalModel) GetMinutes ¶

GetMinutes returns the Minutes field value if set, zero value otherwise.

func (*KeyfactorCommonSchedulingModelsIntervalModel) GetMinutesOk ¶

GetMinutesOk returns a tuple with the Minutes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorCommonSchedulingModelsIntervalModel) HasMinutes ¶

HasMinutes returns a boolean if a field has been set.

func (KeyfactorCommonSchedulingModelsIntervalModel) MarshalJSON ¶

func (*KeyfactorCommonSchedulingModelsIntervalModel) SetMinutes ¶

SetMinutes gets a reference to the given int32 and assigns it to the Minutes field.

func (KeyfactorCommonSchedulingModelsIntervalModel) ToMap ¶

func (o KeyfactorCommonSchedulingModelsIntervalModel) ToMap() (map[string]interface{}, error)

type KeyfactorCommonSchedulingModelsMonthlyModel ¶

type KeyfactorCommonSchedulingModelsMonthlyModel struct {
	Day  *int32     `json:"Day,omitempty"`
	Time *time.Time `json:"Time,omitempty"`
}

KeyfactorCommonSchedulingModelsMonthlyModel struct for KeyfactorCommonSchedulingModelsMonthlyModel

func NewKeyfactorCommonSchedulingModelsMonthlyModel ¶

func NewKeyfactorCommonSchedulingModelsMonthlyModel() *KeyfactorCommonSchedulingModelsMonthlyModel

NewKeyfactorCommonSchedulingModelsMonthlyModel instantiates a new KeyfactorCommonSchedulingModelsMonthlyModel 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 NewKeyfactorCommonSchedulingModelsMonthlyModelWithDefaults ¶

func NewKeyfactorCommonSchedulingModelsMonthlyModelWithDefaults() *KeyfactorCommonSchedulingModelsMonthlyModel

NewKeyfactorCommonSchedulingModelsMonthlyModelWithDefaults instantiates a new KeyfactorCommonSchedulingModelsMonthlyModel 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 (*KeyfactorCommonSchedulingModelsMonthlyModel) GetDay ¶

GetDay returns the Day field value if set, zero value otherwise.

func (*KeyfactorCommonSchedulingModelsMonthlyModel) GetDayOk ¶

GetDayOk returns a tuple with the Day field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorCommonSchedulingModelsMonthlyModel) GetTime ¶

GetTime returns the Time field value if set, zero value otherwise.

func (*KeyfactorCommonSchedulingModelsMonthlyModel) GetTimeOk ¶

GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorCommonSchedulingModelsMonthlyModel) HasDay ¶

HasDay returns a boolean if a field has been set.

func (*KeyfactorCommonSchedulingModelsMonthlyModel) HasTime ¶

HasTime returns a boolean if a field has been set.

func (KeyfactorCommonSchedulingModelsMonthlyModel) MarshalJSON ¶

func (*KeyfactorCommonSchedulingModelsMonthlyModel) SetDay ¶

SetDay gets a reference to the given int32 and assigns it to the Day field.

func (*KeyfactorCommonSchedulingModelsMonthlyModel) SetTime ¶

SetTime gets a reference to the given time.Time and assigns it to the Time field.

func (KeyfactorCommonSchedulingModelsMonthlyModel) ToMap ¶

func (o KeyfactorCommonSchedulingModelsMonthlyModel) ToMap() (map[string]interface{}, error)

type KeyfactorCommonSchedulingModelsTimeModel ¶

type KeyfactorCommonSchedulingModelsTimeModel struct {
	Time *time.Time `json:"Time,omitempty"`
}

KeyfactorCommonSchedulingModelsTimeModel struct for KeyfactorCommonSchedulingModelsTimeModel

func NewKeyfactorCommonSchedulingModelsTimeModel ¶

func NewKeyfactorCommonSchedulingModelsTimeModel() *KeyfactorCommonSchedulingModelsTimeModel

NewKeyfactorCommonSchedulingModelsTimeModel instantiates a new KeyfactorCommonSchedulingModelsTimeModel 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 NewKeyfactorCommonSchedulingModelsTimeModelWithDefaults ¶

func NewKeyfactorCommonSchedulingModelsTimeModelWithDefaults() *KeyfactorCommonSchedulingModelsTimeModel

NewKeyfactorCommonSchedulingModelsTimeModelWithDefaults instantiates a new KeyfactorCommonSchedulingModelsTimeModel 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 (*KeyfactorCommonSchedulingModelsTimeModel) GetTime ¶

GetTime returns the Time field value if set, zero value otherwise.

func (*KeyfactorCommonSchedulingModelsTimeModel) GetTimeOk ¶

GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorCommonSchedulingModelsTimeModel) HasTime ¶

HasTime returns a boolean if a field has been set.

func (KeyfactorCommonSchedulingModelsTimeModel) MarshalJSON ¶

func (*KeyfactorCommonSchedulingModelsTimeModel) SetTime ¶

SetTime gets a reference to the given time.Time and assigns it to the Time field.

func (KeyfactorCommonSchedulingModelsTimeModel) ToMap ¶

func (o KeyfactorCommonSchedulingModelsTimeModel) ToMap() (map[string]interface{}, error)

type KeyfactorCommonSchedulingModelsWeeklyModel ¶

type KeyfactorCommonSchedulingModelsWeeklyModel struct {
	Days []SystemDayOfWeek `json:"Days,omitempty"`
	Time *time.Time        `json:"Time,omitempty"`
}

KeyfactorCommonSchedulingModelsWeeklyModel struct for KeyfactorCommonSchedulingModelsWeeklyModel

func NewKeyfactorCommonSchedulingModelsWeeklyModel ¶

func NewKeyfactorCommonSchedulingModelsWeeklyModel() *KeyfactorCommonSchedulingModelsWeeklyModel

NewKeyfactorCommonSchedulingModelsWeeklyModel instantiates a new KeyfactorCommonSchedulingModelsWeeklyModel 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 NewKeyfactorCommonSchedulingModelsWeeklyModelWithDefaults ¶

func NewKeyfactorCommonSchedulingModelsWeeklyModelWithDefaults() *KeyfactorCommonSchedulingModelsWeeklyModel

NewKeyfactorCommonSchedulingModelsWeeklyModelWithDefaults instantiates a new KeyfactorCommonSchedulingModelsWeeklyModel 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 (*KeyfactorCommonSchedulingModelsWeeklyModel) GetDays ¶

GetDays returns the Days field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KeyfactorCommonSchedulingModelsWeeklyModel) GetDaysOk ¶

GetDaysOk returns a tuple with the Days field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KeyfactorCommonSchedulingModelsWeeklyModel) GetTime ¶

GetTime returns the Time field value if set, zero value otherwise.

func (*KeyfactorCommonSchedulingModelsWeeklyModel) GetTimeOk ¶

GetTimeOk returns a tuple with the Time field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorCommonSchedulingModelsWeeklyModel) HasDays ¶

HasDays returns a boolean if a field has been set.

func (*KeyfactorCommonSchedulingModelsWeeklyModel) HasTime ¶

HasTime returns a boolean if a field has been set.

func (KeyfactorCommonSchedulingModelsWeeklyModel) MarshalJSON ¶

func (*KeyfactorCommonSchedulingModelsWeeklyModel) SetDays ¶

SetDays gets a reference to the given []SystemDayOfWeek and assigns it to the Days field.

func (*KeyfactorCommonSchedulingModelsWeeklyModel) SetTime ¶

SetTime gets a reference to the given time.Time and assigns it to the Time field.

func (KeyfactorCommonSchedulingModelsWeeklyModel) ToMap ¶

func (o KeyfactorCommonSchedulingModelsWeeklyModel) ToMap() (map[string]interface{}, error)

type KeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias ¶

type KeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias int32

KeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias the model 'KeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias'

const (
	KEYFACTORORCHESTRATORSCOMMONENUMSCERTSTORECUSTOMALIAS__0 KeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias = 0
	KEYFACTORORCHESTRATORSCOMMONENUMSCERTSTORECUSTOMALIAS__1 KeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias = 1
	KEYFACTORORCHESTRATORSCOMMONENUMSCERTSTORECUSTOMALIAS__2 KeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias = 2
)

List of Keyfactor.Orchestrators.Common.Enums.CertStoreCustomAlias

func NewKeyfactorOrchestratorsCommonEnumsCertStoreCustomAliasFromValue ¶

func NewKeyfactorOrchestratorsCommonEnumsCertStoreCustomAliasFromValue(v int32) (*KeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias, error)

NewKeyfactorOrchestratorsCommonEnumsCertStoreCustomAliasFromValue returns a pointer to a valid KeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias for the value passed as argument, or an error if the value passed is not allowed by the enum

func (KeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*KeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias) Parse ¶

func (KeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias) Ptr ¶

Ptr returns reference to Keyfactor.Orchestrators.Common.Enums.CertStoreCustomAlias value

func (*KeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias) UnmarshalJSON ¶

type KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult ¶

type KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult int32

KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult the model 'KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult'

const (
	KEYFACTORORCHESTRATORSCOMMONENUMSORCHESTRATORJOBSTATUSJOBRESULT__0 KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult = 0
	KEYFACTORORCHESTRATORSCOMMONENUMSORCHESTRATORJOBSTATUSJOBRESULT__1 KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult = 1
	KEYFACTORORCHESTRATORSCOMMONENUMSORCHESTRATORJOBSTATUSJOBRESULT__2 KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult = 2
	KEYFACTORORCHESTRATORSCOMMONENUMSORCHESTRATORJOBSTATUSJOBRESULT__3 KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult = 3
	KEYFACTORORCHESTRATORSCOMMONENUMSORCHESTRATORJOBSTATUSJOBRESULT__4 KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult = 4
)

List of Keyfactor.Orchestrators.Common.Enums.OrchestratorJobStatusJobResult

func NewKeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResultFromValue ¶

func NewKeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResultFromValue(v int32) (*KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult, error)

NewKeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResultFromValue returns a pointer to a valid KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult for the value passed as argument, or an error if the value passed is not allowed by the enum

func (KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult) Parse ¶

func (KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult) Ptr ¶

Ptr returns reference to Keyfactor.Orchestrators.Common.Enums.OrchestratorJobStatusJobResult value

func (*KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult) UnmarshalJSON ¶

type KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus ¶

type KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus int32

KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus the model 'KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus'

const (
	KEYFACTORORCHESTRATORSCOMMONENUMSORCHESTRATORJOBSTATUSJOBSTATUS__0 KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus = 0
	KEYFACTORORCHESTRATORSCOMMONENUMSORCHESTRATORJOBSTATUSJOBSTATUS__1 KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus = 1
	KEYFACTORORCHESTRATORSCOMMONENUMSORCHESTRATORJOBSTATUSJOBSTATUS__2 KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus = 2
	KEYFACTORORCHESTRATORSCOMMONENUMSORCHESTRATORJOBSTATUSJOBSTATUS__3 KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus = 3
	KEYFACTORORCHESTRATORSCOMMONENUMSORCHESTRATORJOBSTATUSJOBSTATUS__4 KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus = 4
	KEYFACTORORCHESTRATORSCOMMONENUMSORCHESTRATORJOBSTATUSJOBSTATUS__5 KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus = 5
)

List of Keyfactor.Orchestrators.Common.Enums.OrchestratorJobStatusJobStatus

func NewKeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatusFromValue ¶

func NewKeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatusFromValue(v int32) (*KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus, error)

NewKeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatusFromValue returns a pointer to a valid KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus) Parse ¶

func (KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus) Ptr ¶

Ptr returns reference to Keyfactor.Orchestrators.Common.Enums.OrchestratorJobStatusJobStatus value

func (*KeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus) UnmarshalJSON ¶

type KeyfactorOrchestratorsCommonEnumsSslEndpointStatus ¶

type KeyfactorOrchestratorsCommonEnumsSslEndpointStatus int32

KeyfactorOrchestratorsCommonEnumsSslEndpointStatus the model 'KeyfactorOrchestratorsCommonEnumsSslEndpointStatus'

const (
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLENDPOINTSTATUS__0  KeyfactorOrchestratorsCommonEnumsSslEndpointStatus = 0
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLENDPOINTSTATUS__1  KeyfactorOrchestratorsCommonEnumsSslEndpointStatus = 1
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLENDPOINTSTATUS__2  KeyfactorOrchestratorsCommonEnumsSslEndpointStatus = 2
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLENDPOINTSTATUS__3  KeyfactorOrchestratorsCommonEnumsSslEndpointStatus = 3
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLENDPOINTSTATUS__4  KeyfactorOrchestratorsCommonEnumsSslEndpointStatus = 4
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLENDPOINTSTATUS__5  KeyfactorOrchestratorsCommonEnumsSslEndpointStatus = 5
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLENDPOINTSTATUS__6  KeyfactorOrchestratorsCommonEnumsSslEndpointStatus = 6
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLENDPOINTSTATUS__7  KeyfactorOrchestratorsCommonEnumsSslEndpointStatus = 7
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLENDPOINTSTATUS__8  KeyfactorOrchestratorsCommonEnumsSslEndpointStatus = 8
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLENDPOINTSTATUS__9  KeyfactorOrchestratorsCommonEnumsSslEndpointStatus = 9
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLENDPOINTSTATUS__10 KeyfactorOrchestratorsCommonEnumsSslEndpointStatus = 10
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLENDPOINTSTATUS__11 KeyfactorOrchestratorsCommonEnumsSslEndpointStatus = 11
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLENDPOINTSTATUS__12 KeyfactorOrchestratorsCommonEnumsSslEndpointStatus = 12
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLENDPOINTSTATUS__13 KeyfactorOrchestratorsCommonEnumsSslEndpointStatus = 13
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLENDPOINTSTATUS__14 KeyfactorOrchestratorsCommonEnumsSslEndpointStatus = 14
)

List of Keyfactor.Orchestrators.Common.Enums.SslEndpointStatus

func NewKeyfactorOrchestratorsCommonEnumsSslEndpointStatusFromValue ¶

func NewKeyfactorOrchestratorsCommonEnumsSslEndpointStatusFromValue(v int32) (*KeyfactorOrchestratorsCommonEnumsSslEndpointStatus, error)

NewKeyfactorOrchestratorsCommonEnumsSslEndpointStatusFromValue returns a pointer to a valid KeyfactorOrchestratorsCommonEnumsSslEndpointStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func (KeyfactorOrchestratorsCommonEnumsSslEndpointStatus) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*KeyfactorOrchestratorsCommonEnumsSslEndpointStatus) Parse ¶

func (KeyfactorOrchestratorsCommonEnumsSslEndpointStatus) Ptr ¶

Ptr returns reference to Keyfactor.Orchestrators.Common.Enums.SslEndpointStatus value

func (*KeyfactorOrchestratorsCommonEnumsSslEndpointStatus) UnmarshalJSON ¶

type KeyfactorOrchestratorsCommonEnumsSslJobType ¶

type KeyfactorOrchestratorsCommonEnumsSslJobType int32

KeyfactorOrchestratorsCommonEnumsSslJobType the model 'KeyfactorOrchestratorsCommonEnumsSslJobType'

const (
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLJOBTYPE__0 KeyfactorOrchestratorsCommonEnumsSslJobType = 0
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLJOBTYPE__1 KeyfactorOrchestratorsCommonEnumsSslJobType = 1
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLJOBTYPE__2 KeyfactorOrchestratorsCommonEnumsSslJobType = 2
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLJOBTYPE__3 KeyfactorOrchestratorsCommonEnumsSslJobType = 3
)

List of Keyfactor.Orchestrators.Common.Enums.SslJobType

func NewKeyfactorOrchestratorsCommonEnumsSslJobTypeFromValue ¶

func NewKeyfactorOrchestratorsCommonEnumsSslJobTypeFromValue(v int32) (*KeyfactorOrchestratorsCommonEnumsSslJobType, error)

NewKeyfactorOrchestratorsCommonEnumsSslJobTypeFromValue returns a pointer to a valid KeyfactorOrchestratorsCommonEnumsSslJobType for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseKeyfactorOrchestratorsCommonEnumsSslJobType ¶

func ParseKeyfactorOrchestratorsCommonEnumsSslJobType(s string) (*KeyfactorOrchestratorsCommonEnumsSslJobType, error)

func (KeyfactorOrchestratorsCommonEnumsSslJobType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*KeyfactorOrchestratorsCommonEnumsSslJobType) Parse ¶

func (KeyfactorOrchestratorsCommonEnumsSslJobType) Ptr ¶

Ptr returns reference to Keyfactor.Orchestrators.Common.Enums.SslJobType value

func (*KeyfactorOrchestratorsCommonEnumsSslJobType) UnmarshalJSON ¶

func (v *KeyfactorOrchestratorsCommonEnumsSslJobType) UnmarshalJSON(src []byte) error

type KeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType ¶

type KeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType int32

KeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType the model 'KeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType'

const (
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLNETWORKDEFINITIONITEMTYPE__0 KeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType = 0
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLNETWORKDEFINITIONITEMTYPE__1 KeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType = 1
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLNETWORKDEFINITIONITEMTYPE__2 KeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType = 2
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLNETWORKDEFINITIONITEMTYPE__3 KeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType = 3
)

List of Keyfactor.Orchestrators.Common.Enums.SslNetworkDefinitionItemType

func NewKeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemTypeFromValue ¶

func NewKeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemTypeFromValue(v int32) (*KeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType, error)

NewKeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemTypeFromValue returns a pointer to a valid KeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (KeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*KeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType) Parse ¶

func (KeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType) Ptr ¶

Ptr returns reference to Keyfactor.Orchestrators.Common.Enums.SslNetworkDefinitionItemType value

func (*KeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType) UnmarshalJSON ¶

type KeyfactorOrchestratorsCommonEnumsSslProbeType ¶

type KeyfactorOrchestratorsCommonEnumsSslProbeType int32

KeyfactorOrchestratorsCommonEnumsSslProbeType the model 'KeyfactorOrchestratorsCommonEnumsSslProbeType'

const (
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLPROBETYPE__2 KeyfactorOrchestratorsCommonEnumsSslProbeType = 2
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLPROBETYPE__3 KeyfactorOrchestratorsCommonEnumsSslProbeType = 3
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLPROBETYPE__4 KeyfactorOrchestratorsCommonEnumsSslProbeType = 4
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLPROBETYPE__5 KeyfactorOrchestratorsCommonEnumsSslProbeType = 5
	KEYFACTORORCHESTRATORSCOMMONENUMSSSLPROBETYPE__6 KeyfactorOrchestratorsCommonEnumsSslProbeType = 6
)

List of Keyfactor.Orchestrators.Common.Enums.SslProbeType

func NewKeyfactorOrchestratorsCommonEnumsSslProbeTypeFromValue ¶

func NewKeyfactorOrchestratorsCommonEnumsSslProbeTypeFromValue(v int32) (*KeyfactorOrchestratorsCommonEnumsSslProbeType, error)

NewKeyfactorOrchestratorsCommonEnumsSslProbeTypeFromValue returns a pointer to a valid KeyfactorOrchestratorsCommonEnumsSslProbeType for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseKeyfactorOrchestratorsCommonEnumsSslProbeType ¶

func ParseKeyfactorOrchestratorsCommonEnumsSslProbeType(s string) (*KeyfactorOrchestratorsCommonEnumsSslProbeType, error)

func (KeyfactorOrchestratorsCommonEnumsSslProbeType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*KeyfactorOrchestratorsCommonEnumsSslProbeType) Parse ¶

func (KeyfactorOrchestratorsCommonEnumsSslProbeType) Ptr ¶

Ptr returns reference to Keyfactor.Orchestrators.Common.Enums.SslProbeType value

func (*KeyfactorOrchestratorsCommonEnumsSslProbeType) UnmarshalJSON ¶

type KeyfactorPKIEnumsCertificateState ¶

type KeyfactorPKIEnumsCertificateState int32

KeyfactorPKIEnumsCertificateState the model 'KeyfactorPKIEnumsCertificateState'

const (
	KEYFACTORPKIENUMSCERTIFICATESTATE__0 KeyfactorPKIEnumsCertificateState = 0
	KEYFACTORPKIENUMSCERTIFICATESTATE__1 KeyfactorPKIEnumsCertificateState = 1
	KEYFACTORPKIENUMSCERTIFICATESTATE__2 KeyfactorPKIEnumsCertificateState = 2
	KEYFACTORPKIENUMSCERTIFICATESTATE__3 KeyfactorPKIEnumsCertificateState = 3
	KEYFACTORPKIENUMSCERTIFICATESTATE__4 KeyfactorPKIEnumsCertificateState = 4
	KEYFACTORPKIENUMSCERTIFICATESTATE__5 KeyfactorPKIEnumsCertificateState = 5
	KEYFACTORPKIENUMSCERTIFICATESTATE__6 KeyfactorPKIEnumsCertificateState = 6
	KEYFACTORPKIENUMSCERTIFICATESTATE__7 KeyfactorPKIEnumsCertificateState = 7
	KEYFACTORPKIENUMSCERTIFICATESTATE__8 KeyfactorPKIEnumsCertificateState = 8
)

List of Keyfactor.PKI.Enums.CertificateState

func NewKeyfactorPKIEnumsCertificateStateFromValue ¶

func NewKeyfactorPKIEnumsCertificateStateFromValue(v int32) (*KeyfactorPKIEnumsCertificateState, error)

NewKeyfactorPKIEnumsCertificateStateFromValue returns a pointer to a valid KeyfactorPKIEnumsCertificateState for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseKeyfactorPKIEnumsCertificateState ¶

func ParseKeyfactorPKIEnumsCertificateState(s string) (*KeyfactorPKIEnumsCertificateState, error)

func (KeyfactorPKIEnumsCertificateState) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*KeyfactorPKIEnumsCertificateState) Parse ¶

func (KeyfactorPKIEnumsCertificateState) Ptr ¶

Ptr returns reference to Keyfactor.PKI.Enums.CertificateState value

func (*KeyfactorPKIEnumsCertificateState) UnmarshalJSON ¶

func (v *KeyfactorPKIEnumsCertificateState) UnmarshalJSON(src []byte) error

type KeyfactorPKIEnumsEncryptionKeyType ¶

type KeyfactorPKIEnumsEncryptionKeyType int32

KeyfactorPKIEnumsEncryptionKeyType the model 'KeyfactorPKIEnumsEncryptionKeyType'

const (
	KEYFACTORPKIENUMSENCRYPTIONKEYTYPE__0 KeyfactorPKIEnumsEncryptionKeyType = 0
	KEYFACTORPKIENUMSENCRYPTIONKEYTYPE__1 KeyfactorPKIEnumsEncryptionKeyType = 1
	KEYFACTORPKIENUMSENCRYPTIONKEYTYPE__2 KeyfactorPKIEnumsEncryptionKeyType = 2
	KEYFACTORPKIENUMSENCRYPTIONKEYTYPE__3 KeyfactorPKIEnumsEncryptionKeyType = 3
	KEYFACTORPKIENUMSENCRYPTIONKEYTYPE__4 KeyfactorPKIEnumsEncryptionKeyType = 4
	KEYFACTORPKIENUMSENCRYPTIONKEYTYPE__5 KeyfactorPKIEnumsEncryptionKeyType = 5
	KEYFACTORPKIENUMSENCRYPTIONKEYTYPE__6 KeyfactorPKIEnumsEncryptionKeyType = 6
	KEYFACTORPKIENUMSENCRYPTIONKEYTYPE__7 KeyfactorPKIEnumsEncryptionKeyType = 7
	KEYFACTORPKIENUMSENCRYPTIONKEYTYPE__8 KeyfactorPKIEnumsEncryptionKeyType = 8
	KEYFACTORPKIENUMSENCRYPTIONKEYTYPE__9 KeyfactorPKIEnumsEncryptionKeyType = 9
)

List of Keyfactor.PKI.Enums.EncryptionKeyType

func NewKeyfactorPKIEnumsEncryptionKeyTypeFromValue ¶

func NewKeyfactorPKIEnumsEncryptionKeyTypeFromValue(v int32) (*KeyfactorPKIEnumsEncryptionKeyType, error)

NewKeyfactorPKIEnumsEncryptionKeyTypeFromValue returns a pointer to a valid KeyfactorPKIEnumsEncryptionKeyType for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseKeyfactorPKIEnumsEncryptionKeyType ¶

func ParseKeyfactorPKIEnumsEncryptionKeyType(s string) (*KeyfactorPKIEnumsEncryptionKeyType, error)

func (KeyfactorPKIEnumsEncryptionKeyType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*KeyfactorPKIEnumsEncryptionKeyType) Parse ¶

func (KeyfactorPKIEnumsEncryptionKeyType) Ptr ¶

Ptr returns reference to Keyfactor.PKI.Enums.EncryptionKeyType value

func (*KeyfactorPKIEnumsEncryptionKeyType) UnmarshalJSON ¶

func (v *KeyfactorPKIEnumsEncryptionKeyType) UnmarshalJSON(src []byte) error

type KeyfactorPKIEnumsRevokeCode ¶

type KeyfactorPKIEnumsRevokeCode int32

KeyfactorPKIEnumsRevokeCode the model 'KeyfactorPKIEnumsRevokeCode'

const (
	KEYFACTORPKIENUMSREVOKECODE__0       KeyfactorPKIEnumsRevokeCode = 0
	KEYFACTORPKIENUMSREVOKECODE__1       KeyfactorPKIEnumsRevokeCode = 1
	KEYFACTORPKIENUMSREVOKECODE__2       KeyfactorPKIEnumsRevokeCode = 2
	KEYFACTORPKIENUMSREVOKECODE__3       KeyfactorPKIEnumsRevokeCode = 3
	KEYFACTORPKIENUMSREVOKECODE__4       KeyfactorPKIEnumsRevokeCode = 4
	KEYFACTORPKIENUMSREVOKECODE__5       KeyfactorPKIEnumsRevokeCode = 5
	KEYFACTORPKIENUMSREVOKECODE__6       KeyfactorPKIEnumsRevokeCode = 6
	KEYFACTORPKIENUMSREVOKECODE__8       KeyfactorPKIEnumsRevokeCode = 8
	KEYFACTORPKIENUMSREVOKECODE__999     KeyfactorPKIEnumsRevokeCode = 999
	KEYFACTORPKIENUMSREVOKECODE__MINUS_1 KeyfactorPKIEnumsRevokeCode = -1
)

List of Keyfactor.PKI.Enums.RevokeCode

func NewKeyfactorPKIEnumsRevokeCodeFromValue ¶

func NewKeyfactorPKIEnumsRevokeCodeFromValue(v int32) (*KeyfactorPKIEnumsRevokeCode, error)

NewKeyfactorPKIEnumsRevokeCodeFromValue returns a pointer to a valid KeyfactorPKIEnumsRevokeCode for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseKeyfactorPKIEnumsRevokeCode ¶

func ParseKeyfactorPKIEnumsRevokeCode(s string) (*KeyfactorPKIEnumsRevokeCode, error)

func (KeyfactorPKIEnumsRevokeCode) IsValid ¶

func (v KeyfactorPKIEnumsRevokeCode) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (*KeyfactorPKIEnumsRevokeCode) Parse ¶

func (KeyfactorPKIEnumsRevokeCode) Ptr ¶

Ptr returns reference to Keyfactor.PKI.Enums.RevokeCode value

func (*KeyfactorPKIEnumsRevokeCode) UnmarshalJSON ¶

func (v *KeyfactorPKIEnumsRevokeCode) UnmarshalJSON(src []byte) error

type KeyfactorPKIPKIConstantsX509SubjectAltNameElementType ¶

type KeyfactorPKIPKIConstantsX509SubjectAltNameElementType int32

KeyfactorPKIPKIConstantsX509SubjectAltNameElementType the model 'KeyfactorPKIPKIConstantsX509SubjectAltNameElementType'

const (
	KEYFACTORPKIPKICONSTANTSX509SUBJECTALTNAMEELEMENTTYPE__0   KeyfactorPKIPKIConstantsX509SubjectAltNameElementType = 0
	KEYFACTORPKIPKICONSTANTSX509SUBJECTALTNAMEELEMENTTYPE__1   KeyfactorPKIPKIConstantsX509SubjectAltNameElementType = 1
	KEYFACTORPKIPKICONSTANTSX509SUBJECTALTNAMEELEMENTTYPE__2   KeyfactorPKIPKIConstantsX509SubjectAltNameElementType = 2
	KEYFACTORPKIPKICONSTANTSX509SUBJECTALTNAMEELEMENTTYPE__3   KeyfactorPKIPKIConstantsX509SubjectAltNameElementType = 3
	KEYFACTORPKIPKICONSTANTSX509SUBJECTALTNAMEELEMENTTYPE__4   KeyfactorPKIPKIConstantsX509SubjectAltNameElementType = 4
	KEYFACTORPKIPKICONSTANTSX509SUBJECTALTNAMEELEMENTTYPE__5   KeyfactorPKIPKIConstantsX509SubjectAltNameElementType = 5
	KEYFACTORPKIPKICONSTANTSX509SUBJECTALTNAMEELEMENTTYPE__6   KeyfactorPKIPKIConstantsX509SubjectAltNameElementType = 6
	KEYFACTORPKIPKICONSTANTSX509SUBJECTALTNAMEELEMENTTYPE__7   KeyfactorPKIPKIConstantsX509SubjectAltNameElementType = 7
	KEYFACTORPKIPKICONSTANTSX509SUBJECTALTNAMEELEMENTTYPE__8   KeyfactorPKIPKIConstantsX509SubjectAltNameElementType = 8
	KEYFACTORPKIPKICONSTANTSX509SUBJECTALTNAMEELEMENTTYPE__100 KeyfactorPKIPKIConstantsX509SubjectAltNameElementType = 100
	KEYFACTORPKIPKICONSTANTSX509SUBJECTALTNAMEELEMENTTYPE__101 KeyfactorPKIPKIConstantsX509SubjectAltNameElementType = 101
	KEYFACTORPKIPKICONSTANTSX509SUBJECTALTNAMEELEMENTTYPE__999 KeyfactorPKIPKIConstantsX509SubjectAltNameElementType = 999
)

List of Keyfactor.PKI.PKIConstants.X509.SubjectAltNameElementType

func NewKeyfactorPKIPKIConstantsX509SubjectAltNameElementTypeFromValue ¶

func NewKeyfactorPKIPKIConstantsX509SubjectAltNameElementTypeFromValue(v int32) (*KeyfactorPKIPKIConstantsX509SubjectAltNameElementType, error)

NewKeyfactorPKIPKIConstantsX509SubjectAltNameElementTypeFromValue returns a pointer to a valid KeyfactorPKIPKIConstantsX509SubjectAltNameElementType for the value passed as argument, or an error if the value passed is not allowed by the enum

func (KeyfactorPKIPKIConstantsX509SubjectAltNameElementType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*KeyfactorPKIPKIConstantsX509SubjectAltNameElementType) Parse ¶

func (KeyfactorPKIPKIConstantsX509SubjectAltNameElementType) Ptr ¶

Ptr returns reference to Keyfactor.PKI.PKIConstants.X509.SubjectAltNameElementType value

func (*KeyfactorPKIPKIConstantsX509SubjectAltNameElementType) UnmarshalJSON ¶

type KeyfactorWebCoreModelsEnrollmentEnrollmentCA ¶

type KeyfactorWebCoreModelsEnrollmentEnrollmentCA struct {
	Name            NullableString `json:"Name,omitempty"`
	RFCEnforcement  *bool          `json:"RFCEnforcement,omitempty"`
	SubscriberTerms *bool          `json:"SubscriberTerms,omitempty"`
}

KeyfactorWebCoreModelsEnrollmentEnrollmentCA struct for KeyfactorWebCoreModelsEnrollmentEnrollmentCA

func NewKeyfactorWebCoreModelsEnrollmentEnrollmentCA ¶

func NewKeyfactorWebCoreModelsEnrollmentEnrollmentCA() *KeyfactorWebCoreModelsEnrollmentEnrollmentCA

NewKeyfactorWebCoreModelsEnrollmentEnrollmentCA instantiates a new KeyfactorWebCoreModelsEnrollmentEnrollmentCA 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 NewKeyfactorWebCoreModelsEnrollmentEnrollmentCAWithDefaults ¶

func NewKeyfactorWebCoreModelsEnrollmentEnrollmentCAWithDefaults() *KeyfactorWebCoreModelsEnrollmentEnrollmentCA

NewKeyfactorWebCoreModelsEnrollmentEnrollmentCAWithDefaults instantiates a new KeyfactorWebCoreModelsEnrollmentEnrollmentCA 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 (*KeyfactorWebCoreModelsEnrollmentEnrollmentCA) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentCA) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentCA) GetRFCEnforcement ¶

func (o *KeyfactorWebCoreModelsEnrollmentEnrollmentCA) GetRFCEnforcement() bool

GetRFCEnforcement returns the RFCEnforcement field value if set, zero value otherwise.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentCA) GetRFCEnforcementOk ¶

func (o *KeyfactorWebCoreModelsEnrollmentEnrollmentCA) GetRFCEnforcementOk() (*bool, bool)

GetRFCEnforcementOk returns a tuple with the RFCEnforcement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentCA) GetSubscriberTerms ¶

func (o *KeyfactorWebCoreModelsEnrollmentEnrollmentCA) GetSubscriberTerms() bool

GetSubscriberTerms returns the SubscriberTerms field value if set, zero value otherwise.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentCA) GetSubscriberTermsOk ¶

func (o *KeyfactorWebCoreModelsEnrollmentEnrollmentCA) GetSubscriberTermsOk() (*bool, bool)

GetSubscriberTermsOk returns a tuple with the SubscriberTerms field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentCA) HasName ¶

HasName returns a boolean if a field has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentCA) HasRFCEnforcement ¶

func (o *KeyfactorWebCoreModelsEnrollmentEnrollmentCA) HasRFCEnforcement() bool

HasRFCEnforcement returns a boolean if a field has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentCA) HasSubscriberTerms ¶

func (o *KeyfactorWebCoreModelsEnrollmentEnrollmentCA) HasSubscriberTerms() bool

HasSubscriberTerms returns a boolean if a field has been set.

func (KeyfactorWebCoreModelsEnrollmentEnrollmentCA) MarshalJSON ¶

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentCA) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentCA) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentCA) SetRFCEnforcement ¶

func (o *KeyfactorWebCoreModelsEnrollmentEnrollmentCA) SetRFCEnforcement(v bool)

SetRFCEnforcement gets a reference to the given bool and assigns it to the RFCEnforcement field.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentCA) SetSubscriberTerms ¶

func (o *KeyfactorWebCoreModelsEnrollmentEnrollmentCA) SetSubscriberTerms(v bool)

SetSubscriberTerms gets a reference to the given bool and assigns it to the SubscriberTerms field.

func (KeyfactorWebCoreModelsEnrollmentEnrollmentCA) ToMap ¶

func (o KeyfactorWebCoreModelsEnrollmentEnrollmentCA) ToMap() (map[string]interface{}, error)

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentCA) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate ¶

type KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate struct {
	Id                       *int32                                                    `json:"Id,omitempty"`
	Name                     NullableString                                            `json:"Name,omitempty"`
	DisplayName              NullableString                                            `json:"DisplayName,omitempty"`
	Forest                   NullableString                                            `json:"Forest,omitempty"`
	RequiresApproval         *bool                                                     `json:"RequiresApproval,omitempty"`
	RFCEnforcement           *bool                                                     `json:"RFCEnforcement,omitempty"`
	CAs                      []KeyfactorWebCoreModelsEnrollmentEnrollmentCA            `json:"CAs,omitempty"`
	EnrollmentFields         []CSSCMSDataModelModelsTemplatesTemplateEnrollmentField   `json:"EnrollmentFields,omitempty"`
	MetadataFields           []CSSCMSDataModelModelsTemplatesTemplateMetadataField     `json:"MetadataFields,omitempty"`
	Regexes                  []KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex `json:"Regexes,omitempty"`
	ExtendedKeyUsages        []CSSCMSDataModelModelsExtendedKeyUsage                   `json:"ExtendedKeyUsages,omitempty"`
	EnrollmentTemplatePolicy *KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy `json:"EnrollmentTemplatePolicy,omitempty"`
	KeySize                  NullableString                                            `json:"KeySize,omitempty"`
	KeyType                  NullableString                                            `json:"KeyType,omitempty"`
	Curve                    NullableString                                            `json:"Curve,omitempty"`
}

KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate struct for KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate

func NewKeyfactorWebCoreModelsEnrollmentEnrollmentTemplate ¶

func NewKeyfactorWebCoreModelsEnrollmentEnrollmentTemplate() *KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate

NewKeyfactorWebCoreModelsEnrollmentEnrollmentTemplate instantiates a new KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate 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 NewKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateWithDefaults ¶

func NewKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateWithDefaults() *KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate

NewKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateWithDefaults instantiates a new KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate 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 (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetCAs ¶

GetCAs returns the CAs field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetCAsOk ¶

GetCAsOk returns a tuple with the CAs field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetCurve ¶

GetCurve returns the Curve field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetCurveOk ¶

GetCurveOk returns a tuple with the Curve field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetDisplayNameOk ¶

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetEnrollmentFields ¶

GetEnrollmentFields returns the EnrollmentFields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetEnrollmentFieldsOk ¶

GetEnrollmentFieldsOk returns a tuple with the EnrollmentFields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetEnrollmentTemplatePolicy ¶

GetEnrollmentTemplatePolicy returns the EnrollmentTemplatePolicy field value if set, zero value otherwise.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetEnrollmentTemplatePolicyOk ¶

GetEnrollmentTemplatePolicyOk returns a tuple with the EnrollmentTemplatePolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetExtendedKeyUsages ¶

GetExtendedKeyUsages returns the ExtendedKeyUsages field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetExtendedKeyUsagesOk ¶

GetExtendedKeyUsagesOk returns a tuple with the ExtendedKeyUsages field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetForest ¶

GetForest returns the Forest field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetForestOk ¶

GetForestOk returns a tuple with the Forest field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetKeySize ¶

GetKeySize returns the KeySize field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetKeySizeOk ¶

GetKeySizeOk returns a tuple with the KeySize field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetKeyType ¶

GetKeyType returns the KeyType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetKeyTypeOk ¶

GetKeyTypeOk returns a tuple with the KeyType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetMetadataFields ¶

GetMetadataFields returns the MetadataFields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetMetadataFieldsOk ¶

GetMetadataFieldsOk returns a tuple with the MetadataFields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetRFCEnforcement ¶

GetRFCEnforcement returns the RFCEnforcement field value if set, zero value otherwise.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetRFCEnforcementOk ¶

func (o *KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetRFCEnforcementOk() (*bool, bool)

GetRFCEnforcementOk returns a tuple with the RFCEnforcement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetRegexes ¶

GetRegexes returns the Regexes field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetRegexesOk ¶

GetRegexesOk returns a tuple with the Regexes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetRequiresApproval ¶

GetRequiresApproval returns the RequiresApproval field value if set, zero value otherwise.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetRequiresApprovalOk ¶

func (o *KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) GetRequiresApprovalOk() (*bool, bool)

GetRequiresApprovalOk returns a tuple with the RequiresApproval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) HasCAs ¶

HasCAs returns a boolean if a field has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) HasCurve ¶

HasCurve returns a boolean if a field has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) HasDisplayName ¶

HasDisplayName returns a boolean if a field has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) HasEnrollmentFields ¶

HasEnrollmentFields returns a boolean if a field has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) HasEnrollmentTemplatePolicy ¶

func (o *KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) HasEnrollmentTemplatePolicy() bool

HasEnrollmentTemplatePolicy returns a boolean if a field has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) HasExtendedKeyUsages ¶

func (o *KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) HasExtendedKeyUsages() bool

HasExtendedKeyUsages returns a boolean if a field has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) HasForest ¶

HasForest returns a boolean if a field has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) HasId ¶

HasId returns a boolean if a field has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) HasKeySize ¶

HasKeySize returns a boolean if a field has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) HasKeyType ¶

HasKeyType returns a boolean if a field has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) HasMetadataFields ¶

HasMetadataFields returns a boolean if a field has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) HasName ¶

HasName returns a boolean if a field has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) HasRFCEnforcement ¶

HasRFCEnforcement returns a boolean if a field has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) HasRegexes ¶

HasRegexes returns a boolean if a field has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) HasRequiresApproval ¶

HasRequiresApproval returns a boolean if a field has been set.

func (KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) MarshalJSON ¶

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) SetCAs ¶

SetCAs gets a reference to the given []KeyfactorWebCoreModelsEnrollmentEnrollmentCA and assigns it to the CAs field.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) SetCurve ¶

SetCurve gets a reference to the given NullableString and assigns it to the Curve field.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) SetCurveNil ¶

SetCurveNil sets the value for Curve to be an explicit nil

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) SetDisplayName ¶

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) SetDisplayNameNil ¶

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) SetEnrollmentFields ¶

SetEnrollmentFields gets a reference to the given []CSSCMSDataModelModelsTemplatesTemplateEnrollmentField and assigns it to the EnrollmentFields field.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) SetEnrollmentTemplatePolicy ¶

SetEnrollmentTemplatePolicy gets a reference to the given KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy and assigns it to the EnrollmentTemplatePolicy field.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) SetExtendedKeyUsages ¶

SetExtendedKeyUsages gets a reference to the given []CSSCMSDataModelModelsExtendedKeyUsage and assigns it to the ExtendedKeyUsages field.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) SetForest ¶

SetForest gets a reference to the given NullableString and assigns it to the Forest field.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) SetForestNil ¶

SetForestNil sets the value for Forest to be an explicit nil

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) SetKeySize ¶

SetKeySize gets a reference to the given NullableString and assigns it to the KeySize field.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) SetKeySizeNil ¶

SetKeySizeNil sets the value for KeySize to be an explicit nil

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) SetKeyType ¶

SetKeyType gets a reference to the given NullableString and assigns it to the KeyType field.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) SetKeyTypeNil ¶

SetKeyTypeNil sets the value for KeyType to be an explicit nil

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) SetMetadataFields ¶

SetMetadataFields gets a reference to the given []CSSCMSDataModelModelsTemplatesTemplateMetadataField and assigns it to the MetadataFields field.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) SetRFCEnforcement ¶

SetRFCEnforcement gets a reference to the given bool and assigns it to the RFCEnforcement field.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) SetRegexes ¶

SetRegexes gets a reference to the given []KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex and assigns it to the Regexes field.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) SetRequiresApproval ¶

func (o *KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) SetRequiresApproval(v bool)

SetRequiresApproval gets a reference to the given bool and assigns it to the RequiresApproval field.

func (KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) ToMap ¶

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) UnsetCurve ¶

UnsetCurve ensures that no value is present for Curve, not even an explicit nil

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) UnsetDisplayName ¶

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) UnsetForest ¶

UnsetForest ensures that no value is present for Forest, not even an explicit nil

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) UnsetKeySize ¶

UnsetKeySize ensures that no value is present for KeySize, not even an explicit nil

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) UnsetKeyType ¶

UnsetKeyType ensures that no value is present for KeyType, not even an explicit nil

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse ¶

type KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse struct {
	Templates     []KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate `json:"Templates,omitempty"`
	StandaloneCAs []KeyfactorWebCoreModelsEnrollmentEnrollmentCA       `json:"StandaloneCAs,omitempty"`
}

KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse struct for KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse

func NewKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse ¶

func NewKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse() *KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse

NewKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse instantiates a new KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse 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 NewKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponseWithDefaults ¶

func NewKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponseWithDefaults() *KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse

NewKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponseWithDefaults instantiates a new KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse 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 (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse) GetStandaloneCAs ¶

GetStandaloneCAs returns the StandaloneCAs field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse) GetStandaloneCAsOk ¶

GetStandaloneCAsOk returns a tuple with the StandaloneCAs field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse) GetTemplates ¶

GetTemplates returns the Templates field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse) GetTemplatesOk ¶

GetTemplatesOk returns a tuple with the Templates field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse) HasStandaloneCAs ¶

HasStandaloneCAs returns a boolean if a field has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse) HasTemplates ¶

HasTemplates returns a boolean if a field has been set.

func (KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse) MarshalJSON ¶

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse) SetStandaloneCAs ¶

SetStandaloneCAs gets a reference to the given []KeyfactorWebCoreModelsEnrollmentEnrollmentCA and assigns it to the StandaloneCAs field.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse) SetTemplates ¶

SetTemplates gets a reference to the given []KeyfactorWebCoreModelsEnrollmentEnrollmentTemplate and assigns it to the Templates field.

func (KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse) ToMap ¶

type KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy ¶

type KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy struct {
	KeyInfo              *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo `json:"KeyInfo,omitempty"`
	AllowKeyReuse        *bool                                            `json:"AllowKeyReuse,omitempty"`
	AllowWildcards       *bool                                            `json:"AllowWildcards,omitempty"`
	RFCEnforcement       *bool                                            `json:"RFCEnforcement,omitempty"`
	CertificateOwnerRole *CSSCMSCoreEnumsTemplateCertificateOwnerRole     `json:"CertificateOwnerRole,omitempty"`
}

KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy struct for KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy

func NewKeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy ¶

func NewKeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy() *KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy

NewKeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy instantiates a new KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy 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 NewKeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicyWithDefaults ¶

func NewKeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicyWithDefaults() *KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy

NewKeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicyWithDefaults instantiates a new KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy 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 (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) GetAllowKeyReuse ¶

GetAllowKeyReuse returns the AllowKeyReuse field value if set, zero value otherwise.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) GetAllowKeyReuseOk ¶

GetAllowKeyReuseOk returns a tuple with the AllowKeyReuse field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) GetAllowWildcards ¶

GetAllowWildcards returns the AllowWildcards field value if set, zero value otherwise.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) GetAllowWildcardsOk ¶

GetAllowWildcardsOk returns a tuple with the AllowWildcards field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) GetCertificateOwnerRole ¶

GetCertificateOwnerRole returns the CertificateOwnerRole field value if set, zero value otherwise.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) GetCertificateOwnerRoleOk ¶

GetCertificateOwnerRoleOk returns a tuple with the CertificateOwnerRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) GetKeyInfo ¶

GetKeyInfo returns the KeyInfo field value if set, zero value otherwise.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) GetKeyInfoOk ¶

GetKeyInfoOk returns a tuple with the KeyInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) GetRFCEnforcement ¶

GetRFCEnforcement returns the RFCEnforcement field value if set, zero value otherwise.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) GetRFCEnforcementOk ¶

GetRFCEnforcementOk returns a tuple with the RFCEnforcement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) HasAllowKeyReuse ¶

HasAllowKeyReuse returns a boolean if a field has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) HasAllowWildcards ¶

HasAllowWildcards returns a boolean if a field has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) HasCertificateOwnerRole ¶

HasCertificateOwnerRole returns a boolean if a field has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) HasKeyInfo ¶

HasKeyInfo returns a boolean if a field has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) HasRFCEnforcement ¶

HasRFCEnforcement returns a boolean if a field has been set.

func (KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) MarshalJSON ¶

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) SetAllowKeyReuse ¶

SetAllowKeyReuse gets a reference to the given bool and assigns it to the AllowKeyReuse field.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) SetAllowWildcards ¶

SetAllowWildcards gets a reference to the given bool and assigns it to the AllowWildcards field.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) SetCertificateOwnerRole ¶

SetCertificateOwnerRole gets a reference to the given CSSCMSCoreEnumsTemplateCertificateOwnerRole and assigns it to the CertificateOwnerRole field.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) SetKeyInfo ¶

SetKeyInfo gets a reference to the given CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo and assigns it to the KeyInfo field.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) SetRFCEnforcement ¶

SetRFCEnforcement gets a reference to the given bool and assigns it to the RFCEnforcement field.

func (KeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) ToMap ¶

type KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex ¶

type KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex struct {
	TemplateId    *int32         `json:"TemplateId,omitempty"`
	SubjectPart   NullableString `json:"SubjectPart,omitempty"`
	Regex         NullableString `json:"Regex,omitempty"`
	Error         NullableString `json:"Error,omitempty"`
	CaseSensitive *bool          `json:"CaseSensitive,omitempty"`
}

KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex struct for KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex

func NewKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex ¶

func NewKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex() *KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex

NewKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex instantiates a new KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex 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 NewKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegexWithDefaults ¶

func NewKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegexWithDefaults() *KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex

NewKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegexWithDefaults instantiates a new KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex 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 (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) GetCaseSensitive ¶

GetCaseSensitive returns the CaseSensitive field value if set, zero value otherwise.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) GetCaseSensitiveOk ¶

GetCaseSensitiveOk returns a tuple with the CaseSensitive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) GetError ¶

GetError returns the Error field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) GetErrorOk ¶

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) GetRegex ¶

GetRegex returns the Regex field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) GetRegexOk ¶

GetRegexOk returns a tuple with the Regex field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) GetSubjectPart ¶

GetSubjectPart returns the SubjectPart field value if set, zero value otherwise (both if not set or set to explicit null).

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) GetSubjectPartOk ¶

GetSubjectPartOk returns a tuple with the SubjectPart field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) GetTemplateId ¶

GetTemplateId returns the TemplateId field value if set, zero value otherwise.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) GetTemplateIdOk ¶

GetTemplateIdOk returns a tuple with the TemplateId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) HasCaseSensitive ¶

HasCaseSensitive returns a boolean if a field has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) HasError ¶

HasError returns a boolean if a field has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) HasRegex ¶

HasRegex returns a boolean if a field has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) HasSubjectPart ¶

HasSubjectPart returns a boolean if a field has been set.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) HasTemplateId ¶

HasTemplateId returns a boolean if a field has been set.

func (KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) MarshalJSON ¶

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) SetCaseSensitive ¶

SetCaseSensitive gets a reference to the given bool and assigns it to the CaseSensitive field.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) SetError ¶

SetError gets a reference to the given NullableString and assigns it to the Error field.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) SetErrorNil ¶

SetErrorNil sets the value for Error to be an explicit nil

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) SetRegex ¶

SetRegex gets a reference to the given NullableString and assigns it to the Regex field.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) SetRegexNil ¶

SetRegexNil sets the value for Regex to be an explicit nil

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) SetSubjectPart ¶

SetSubjectPart gets a reference to the given NullableString and assigns it to the SubjectPart field.

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) SetSubjectPartNil ¶

SetSubjectPartNil sets the value for SubjectPart to be an explicit nil

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) SetTemplateId ¶

SetTemplateId gets a reference to the given int32 and assigns it to the TemplateId field.

func (KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) ToMap ¶

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) UnsetError ¶

UnsetError ensures that no value is present for Error, not even an explicit nil

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) UnsetRegex ¶

UnsetRegex ensures that no value is present for Regex, not even an explicit nil

func (*KeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) UnsetSubjectPart ¶

UnsetSubjectPart ensures that no value is present for SubjectPart, not even an explicit nil

type KeyfactorWorkflowsDataType ¶

type KeyfactorWorkflowsDataType int32

KeyfactorWorkflowsDataType the model 'KeyfactorWorkflowsDataType'

const (
	KEYFACTORWORKFLOWSDATATYPE__0 KeyfactorWorkflowsDataType = 0
	KEYFACTORWORKFLOWSDATATYPE__1 KeyfactorWorkflowsDataType = 1
	KEYFACTORWORKFLOWSDATATYPE__2 KeyfactorWorkflowsDataType = 2
	KEYFACTORWORKFLOWSDATATYPE__3 KeyfactorWorkflowsDataType = 3
	KEYFACTORWORKFLOWSDATATYPE__4 KeyfactorWorkflowsDataType = 4
	KEYFACTORWORKFLOWSDATATYPE__5 KeyfactorWorkflowsDataType = 5
	KEYFACTORWORKFLOWSDATATYPE__6 KeyfactorWorkflowsDataType = 6
	KEYFACTORWORKFLOWSDATATYPE__7 KeyfactorWorkflowsDataType = 7
)

List of Keyfactor.Workflows.DataType

func NewKeyfactorWorkflowsDataTypeFromValue ¶

func NewKeyfactorWorkflowsDataTypeFromValue(v int32) (*KeyfactorWorkflowsDataType, error)

NewKeyfactorWorkflowsDataTypeFromValue returns a pointer to a valid KeyfactorWorkflowsDataType for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseKeyfactorWorkflowsDataType ¶

func ParseKeyfactorWorkflowsDataType(s string) (*KeyfactorWorkflowsDataType, error)

func (KeyfactorWorkflowsDataType) IsValid ¶

func (v KeyfactorWorkflowsDataType) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (*KeyfactorWorkflowsDataType) Parse ¶

func (KeyfactorWorkflowsDataType) Ptr ¶

Ptr returns reference to Keyfactor.Workflows.DataType value

func (*KeyfactorWorkflowsDataType) UnmarshalJSON ¶

func (v *KeyfactorWorkflowsDataType) UnmarshalJSON(src []byte) error

type KeyfactorWorkflowsInputControlType ¶

type KeyfactorWorkflowsInputControlType int32

KeyfactorWorkflowsInputControlType the model 'KeyfactorWorkflowsInputControlType'

const (
	KEYFACTORWORKFLOWSINPUTCONTROLTYPE__0 KeyfactorWorkflowsInputControlType = 0
	KEYFACTORWORKFLOWSINPUTCONTROLTYPE__1 KeyfactorWorkflowsInputControlType = 1
	KEYFACTORWORKFLOWSINPUTCONTROLTYPE__2 KeyfactorWorkflowsInputControlType = 2
	KEYFACTORWORKFLOWSINPUTCONTROLTYPE__3 KeyfactorWorkflowsInputControlType = 3
	KEYFACTORWORKFLOWSINPUTCONTROLTYPE__4 KeyfactorWorkflowsInputControlType = 4
	KEYFACTORWORKFLOWSINPUTCONTROLTYPE__5 KeyfactorWorkflowsInputControlType = 5
	KEYFACTORWORKFLOWSINPUTCONTROLTYPE__6 KeyfactorWorkflowsInputControlType = 6
	KEYFACTORWORKFLOWSINPUTCONTROLTYPE__7 KeyfactorWorkflowsInputControlType = 7
)

List of Keyfactor.Workflows.InputControlType

func NewKeyfactorWorkflowsInputControlTypeFromValue ¶

func NewKeyfactorWorkflowsInputControlTypeFromValue(v int32) (*KeyfactorWorkflowsInputControlType, error)

NewKeyfactorWorkflowsInputControlTypeFromValue returns a pointer to a valid KeyfactorWorkflowsInputControlType for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseKeyfactorWorkflowsInputControlType ¶

func ParseKeyfactorWorkflowsInputControlType(s string) (*KeyfactorWorkflowsInputControlType, error)

func (KeyfactorWorkflowsInputControlType) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*KeyfactorWorkflowsInputControlType) Parse ¶

func (KeyfactorWorkflowsInputControlType) Ptr ¶

Ptr returns reference to Keyfactor.Workflows.InputControlType value

func (*KeyfactorWorkflowsInputControlType) UnmarshalJSON ¶

func (v *KeyfactorWorkflowsInputControlType) UnmarshalJSON(src []byte) error

type KeyfactorWorkflowsWorkflowInstanceStatus ¶

type KeyfactorWorkflowsWorkflowInstanceStatus int32

KeyfactorWorkflowsWorkflowInstanceStatus the model 'KeyfactorWorkflowsWorkflowInstanceStatus'

const (
	KEYFACTORWORKFLOWSWORKFLOWINSTANCESTATUS__0 KeyfactorWorkflowsWorkflowInstanceStatus = 0
	KEYFACTORWORKFLOWSWORKFLOWINSTANCESTATUS__1 KeyfactorWorkflowsWorkflowInstanceStatus = 1
	KEYFACTORWORKFLOWSWORKFLOWINSTANCESTATUS__2 KeyfactorWorkflowsWorkflowInstanceStatus = 2
	KEYFACTORWORKFLOWSWORKFLOWINSTANCESTATUS__3 KeyfactorWorkflowsWorkflowInstanceStatus = 3
	KEYFACTORWORKFLOWSWORKFLOWINSTANCESTATUS__4 KeyfactorWorkflowsWorkflowInstanceStatus = 4
	KEYFACTORWORKFLOWSWORKFLOWINSTANCESTATUS__5 KeyfactorWorkflowsWorkflowInstanceStatus = 5
	KEYFACTORWORKFLOWSWORKFLOWINSTANCESTATUS__6 KeyfactorWorkflowsWorkflowInstanceStatus = 6
)

List of Keyfactor.Workflows.WorkflowInstanceStatus

func NewKeyfactorWorkflowsWorkflowInstanceStatusFromValue ¶

func NewKeyfactorWorkflowsWorkflowInstanceStatusFromValue(v int32) (*KeyfactorWorkflowsWorkflowInstanceStatus, error)

NewKeyfactorWorkflowsWorkflowInstanceStatusFromValue returns a pointer to a valid KeyfactorWorkflowsWorkflowInstanceStatus for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseKeyfactorWorkflowsWorkflowInstanceStatus ¶

func ParseKeyfactorWorkflowsWorkflowInstanceStatus(s string) (*KeyfactorWorkflowsWorkflowInstanceStatus, error)

func (KeyfactorWorkflowsWorkflowInstanceStatus) IsValid ¶

IsValid return true if the value is valid for the enum, false otherwise

func (*KeyfactorWorkflowsWorkflowInstanceStatus) Parse ¶

func (KeyfactorWorkflowsWorkflowInstanceStatus) Ptr ¶

Ptr returns reference to Keyfactor.Workflows.WorkflowInstanceStatus value

func (*KeyfactorWorkflowsWorkflowInstanceStatus) UnmarshalJSON ¶

func (v *KeyfactorWorkflowsWorkflowInstanceStatus) UnmarshalJSON(src []byte) error

type LicenseApiService ¶

type LicenseApiService service

LicenseApiService LicenseApi service

func (*LicenseApiService) GetLicenseExecute ¶

Executes the API request V1 GET /License

@return LicenseLicenseResponse

func (*LicenseApiService) NewGetLicenseRequest ¶

func (a *LicenseApiService) NewGetLicenseRequest(ctx context.Context) ApiGetLicenseRequest

Creates a new V1 GET /License request.

GetLicense Gets the current license

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetLicenseRequest

type LicenseLicenseResponse ¶

type LicenseLicenseResponse struct {
	KeyfactorVersion NullableString                 `json:"KeyfactorVersion,omitempty"`
	LicenseData      *LicenseLicenseResponseLicense `json:"LicenseData,omitempty"`
}

LicenseLicenseResponse struct for LicenseLicenseResponse

func NewLicenseLicenseResponse ¶

func NewLicenseLicenseResponse() *LicenseLicenseResponse

NewLicenseLicenseResponse instantiates a new LicenseLicenseResponse 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 NewLicenseLicenseResponseWithDefaults ¶

func NewLicenseLicenseResponseWithDefaults() *LicenseLicenseResponse

NewLicenseLicenseResponseWithDefaults instantiates a new LicenseLicenseResponse 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 (*LicenseLicenseResponse) GetKeyfactorVersion ¶

func (o *LicenseLicenseResponse) GetKeyfactorVersion() string

GetKeyfactorVersion returns the KeyfactorVersion field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LicenseLicenseResponse) GetKeyfactorVersionOk ¶

func (o *LicenseLicenseResponse) GetKeyfactorVersionOk() (*string, bool)

GetKeyfactorVersionOk returns a tuple with the KeyfactorVersion field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LicenseLicenseResponse) GetLicenseData ¶

GetLicenseData returns the LicenseData field value if set, zero value otherwise.

func (*LicenseLicenseResponse) GetLicenseDataOk ¶

func (o *LicenseLicenseResponse) GetLicenseDataOk() (*LicenseLicenseResponseLicense, bool)

GetLicenseDataOk returns a tuple with the LicenseData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LicenseLicenseResponse) HasKeyfactorVersion ¶

func (o *LicenseLicenseResponse) HasKeyfactorVersion() bool

HasKeyfactorVersion returns a boolean if a field has been set.

func (*LicenseLicenseResponse) HasLicenseData ¶

func (o *LicenseLicenseResponse) HasLicenseData() bool

HasLicenseData returns a boolean if a field has been set.

func (LicenseLicenseResponse) MarshalJSON ¶

func (o LicenseLicenseResponse) MarshalJSON() ([]byte, error)

func (*LicenseLicenseResponse) SetKeyfactorVersion ¶

func (o *LicenseLicenseResponse) SetKeyfactorVersion(v string)

SetKeyfactorVersion gets a reference to the given NullableString and assigns it to the KeyfactorVersion field.

func (*LicenseLicenseResponse) SetKeyfactorVersionNil ¶

func (o *LicenseLicenseResponse) SetKeyfactorVersionNil()

SetKeyfactorVersionNil sets the value for KeyfactorVersion to be an explicit nil

func (*LicenseLicenseResponse) SetLicenseData ¶

SetLicenseData gets a reference to the given LicenseLicenseResponseLicense and assigns it to the LicenseData field.

func (LicenseLicenseResponse) ToMap ¶

func (o LicenseLicenseResponse) ToMap() (map[string]interface{}, error)

func (*LicenseLicenseResponse) UnsetKeyfactorVersion ¶

func (o *LicenseLicenseResponse) UnsetKeyfactorVersion()

UnsetKeyfactorVersion ensures that no value is present for KeyfactorVersion, not even an explicit nil

type LicenseLicenseResponseLicense ¶

type LicenseLicenseResponseLicense struct {
	LicenseId        NullableString                          `json:"LicenseId,omitempty"`
	Customer         *LicenseLicenseResponseLicensedCustomer `json:"Customer,omitempty"`
	IssuedDate       *time.Time                              `json:"IssuedDate,omitempty"`
	ExpirationDate   NullableTime                            `json:"ExpirationDate,omitempty"`
	LicensedProducts []LicenseLicenseResponseLicensedProduct `json:"LicensedProducts,omitempty"`
}

LicenseLicenseResponseLicense struct for LicenseLicenseResponseLicense

func NewLicenseLicenseResponseLicense ¶

func NewLicenseLicenseResponseLicense() *LicenseLicenseResponseLicense

NewLicenseLicenseResponseLicense instantiates a new LicenseLicenseResponseLicense 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 NewLicenseLicenseResponseLicenseWithDefaults ¶

func NewLicenseLicenseResponseLicenseWithDefaults() *LicenseLicenseResponseLicense

NewLicenseLicenseResponseLicenseWithDefaults instantiates a new LicenseLicenseResponseLicense 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 (*LicenseLicenseResponseLicense) GetCustomer ¶

GetCustomer returns the Customer field value if set, zero value otherwise.

func (*LicenseLicenseResponseLicense) GetCustomerOk ¶

GetCustomerOk returns a tuple with the Customer field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LicenseLicenseResponseLicense) GetExpirationDate ¶

func (o *LicenseLicenseResponseLicense) GetExpirationDate() time.Time

GetExpirationDate returns the ExpirationDate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LicenseLicenseResponseLicense) GetExpirationDateOk ¶

func (o *LicenseLicenseResponseLicense) GetExpirationDateOk() (*time.Time, bool)

GetExpirationDateOk returns a tuple with the ExpirationDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LicenseLicenseResponseLicense) GetIssuedDate ¶

func (o *LicenseLicenseResponseLicense) GetIssuedDate() time.Time

GetIssuedDate returns the IssuedDate field value if set, zero value otherwise.

func (*LicenseLicenseResponseLicense) GetIssuedDateOk ¶

func (o *LicenseLicenseResponseLicense) GetIssuedDateOk() (*time.Time, bool)

GetIssuedDateOk returns a tuple with the IssuedDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LicenseLicenseResponseLicense) GetLicenseId ¶

func (o *LicenseLicenseResponseLicense) GetLicenseId() string

GetLicenseId returns the LicenseId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LicenseLicenseResponseLicense) GetLicenseIdOk ¶

func (o *LicenseLicenseResponseLicense) GetLicenseIdOk() (*string, bool)

GetLicenseIdOk returns a tuple with the LicenseId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LicenseLicenseResponseLicense) GetLicensedProducts ¶

GetLicensedProducts returns the LicensedProducts field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LicenseLicenseResponseLicense) GetLicensedProductsOk ¶

GetLicensedProductsOk returns a tuple with the LicensedProducts field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LicenseLicenseResponseLicense) HasCustomer ¶

func (o *LicenseLicenseResponseLicense) HasCustomer() bool

HasCustomer returns a boolean if a field has been set.

func (*LicenseLicenseResponseLicense) HasExpirationDate ¶

func (o *LicenseLicenseResponseLicense) HasExpirationDate() bool

HasExpirationDate returns a boolean if a field has been set.

func (*LicenseLicenseResponseLicense) HasIssuedDate ¶

func (o *LicenseLicenseResponseLicense) HasIssuedDate() bool

HasIssuedDate returns a boolean if a field has been set.

func (*LicenseLicenseResponseLicense) HasLicenseId ¶

func (o *LicenseLicenseResponseLicense) HasLicenseId() bool

HasLicenseId returns a boolean if a field has been set.

func (*LicenseLicenseResponseLicense) HasLicensedProducts ¶

func (o *LicenseLicenseResponseLicense) HasLicensedProducts() bool

HasLicensedProducts returns a boolean if a field has been set.

func (LicenseLicenseResponseLicense) MarshalJSON ¶

func (o LicenseLicenseResponseLicense) MarshalJSON() ([]byte, error)

func (*LicenseLicenseResponseLicense) SetCustomer ¶

SetCustomer gets a reference to the given LicenseLicenseResponseLicensedCustomer and assigns it to the Customer field.

func (*LicenseLicenseResponseLicense) SetExpirationDate ¶

func (o *LicenseLicenseResponseLicense) SetExpirationDate(v time.Time)

SetExpirationDate gets a reference to the given NullableTime and assigns it to the ExpirationDate field.

func (*LicenseLicenseResponseLicense) SetExpirationDateNil ¶

func (o *LicenseLicenseResponseLicense) SetExpirationDateNil()

SetExpirationDateNil sets the value for ExpirationDate to be an explicit nil

func (*LicenseLicenseResponseLicense) SetIssuedDate ¶

func (o *LicenseLicenseResponseLicense) SetIssuedDate(v time.Time)

SetIssuedDate gets a reference to the given time.Time and assigns it to the IssuedDate field.

func (*LicenseLicenseResponseLicense) SetLicenseId ¶

func (o *LicenseLicenseResponseLicense) SetLicenseId(v string)

SetLicenseId gets a reference to the given NullableString and assigns it to the LicenseId field.

func (*LicenseLicenseResponseLicense) SetLicenseIdNil ¶

func (o *LicenseLicenseResponseLicense) SetLicenseIdNil()

SetLicenseIdNil sets the value for LicenseId to be an explicit nil

func (*LicenseLicenseResponseLicense) SetLicensedProducts ¶

SetLicensedProducts gets a reference to the given []LicenseLicenseResponseLicensedProduct and assigns it to the LicensedProducts field.

func (LicenseLicenseResponseLicense) ToMap ¶

func (o LicenseLicenseResponseLicense) ToMap() (map[string]interface{}, error)

func (*LicenseLicenseResponseLicense) UnsetExpirationDate ¶

func (o *LicenseLicenseResponseLicense) UnsetExpirationDate()

UnsetExpirationDate ensures that no value is present for ExpirationDate, not even an explicit nil

func (*LicenseLicenseResponseLicense) UnsetLicenseId ¶

func (o *LicenseLicenseResponseLicense) UnsetLicenseId()

UnsetLicenseId ensures that no value is present for LicenseId, not even an explicit nil

type LicenseLicenseResponseLicensedCustomer ¶

type LicenseLicenseResponseLicensedCustomer struct {
	Name NullableString `json:"Name,omitempty"`
	Id   NullableString `json:"Id,omitempty"`
}

LicenseLicenseResponseLicensedCustomer struct for LicenseLicenseResponseLicensedCustomer

func NewLicenseLicenseResponseLicensedCustomer ¶

func NewLicenseLicenseResponseLicensedCustomer() *LicenseLicenseResponseLicensedCustomer

NewLicenseLicenseResponseLicensedCustomer instantiates a new LicenseLicenseResponseLicensedCustomer 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 NewLicenseLicenseResponseLicensedCustomerWithDefaults ¶

func NewLicenseLicenseResponseLicensedCustomerWithDefaults() *LicenseLicenseResponseLicensedCustomer

NewLicenseLicenseResponseLicensedCustomerWithDefaults instantiates a new LicenseLicenseResponseLicensedCustomer 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 (*LicenseLicenseResponseLicensedCustomer) GetId ¶

GetId returns the Id field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LicenseLicenseResponseLicensedCustomer) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LicenseLicenseResponseLicensedCustomer) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LicenseLicenseResponseLicensedCustomer) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LicenseLicenseResponseLicensedCustomer) HasId ¶

HasId returns a boolean if a field has been set.

func (*LicenseLicenseResponseLicensedCustomer) HasName ¶

HasName returns a boolean if a field has been set.

func (LicenseLicenseResponseLicensedCustomer) MarshalJSON ¶

func (o LicenseLicenseResponseLicensedCustomer) MarshalJSON() ([]byte, error)

func (*LicenseLicenseResponseLicensedCustomer) SetId ¶

SetId gets a reference to the given NullableString and assigns it to the Id field.

func (*LicenseLicenseResponseLicensedCustomer) SetIdNil ¶

SetIdNil sets the value for Id to be an explicit nil

func (*LicenseLicenseResponseLicensedCustomer) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*LicenseLicenseResponseLicensedCustomer) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (LicenseLicenseResponseLicensedCustomer) ToMap ¶

func (o LicenseLicenseResponseLicensedCustomer) ToMap() (map[string]interface{}, error)

func (*LicenseLicenseResponseLicensedCustomer) UnsetId ¶

UnsetId ensures that no value is present for Id, not even an explicit nil

func (*LicenseLicenseResponseLicensedCustomer) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type LicenseLicenseResponseLicensedFeature ¶

type LicenseLicenseResponseLicensedFeature struct {
	FeatureID      NullableString `json:"FeatureID,omitempty"`
	DisplayName    NullableString `json:"DisplayName,omitempty"`
	Enabled        *bool          `json:"Enabled,omitempty"`
	Quantity       NullableInt32  `json:"Quantity,omitempty"`
	ExpirationDate NullableTime   `json:"ExpirationDate,omitempty"`
}

LicenseLicenseResponseLicensedFeature struct for LicenseLicenseResponseLicensedFeature

func NewLicenseLicenseResponseLicensedFeature ¶

func NewLicenseLicenseResponseLicensedFeature() *LicenseLicenseResponseLicensedFeature

NewLicenseLicenseResponseLicensedFeature instantiates a new LicenseLicenseResponseLicensedFeature 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 NewLicenseLicenseResponseLicensedFeatureWithDefaults ¶

func NewLicenseLicenseResponseLicensedFeatureWithDefaults() *LicenseLicenseResponseLicensedFeature

NewLicenseLicenseResponseLicensedFeatureWithDefaults instantiates a new LicenseLicenseResponseLicensedFeature 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 (*LicenseLicenseResponseLicensedFeature) GetDisplayName ¶

func (o *LicenseLicenseResponseLicensedFeature) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LicenseLicenseResponseLicensedFeature) GetDisplayNameOk ¶

func (o *LicenseLicenseResponseLicensedFeature) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LicenseLicenseResponseLicensedFeature) GetEnabled ¶

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*LicenseLicenseResponseLicensedFeature) GetEnabledOk ¶

func (o *LicenseLicenseResponseLicensedFeature) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*LicenseLicenseResponseLicensedFeature) GetExpirationDate ¶

func (o *LicenseLicenseResponseLicensedFeature) GetExpirationDate() time.Time

GetExpirationDate returns the ExpirationDate field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LicenseLicenseResponseLicensedFeature) GetExpirationDateOk ¶

func (o *LicenseLicenseResponseLicensedFeature) GetExpirationDateOk() (*time.Time, bool)

GetExpirationDateOk returns a tuple with the ExpirationDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LicenseLicenseResponseLicensedFeature) GetFeatureID ¶

GetFeatureID returns the FeatureID field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LicenseLicenseResponseLicensedFeature) GetFeatureIDOk ¶

func (o *LicenseLicenseResponseLicensedFeature) GetFeatureIDOk() (*string, bool)

GetFeatureIDOk returns a tuple with the FeatureID field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LicenseLicenseResponseLicensedFeature) GetQuantity ¶

GetQuantity returns the Quantity field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LicenseLicenseResponseLicensedFeature) GetQuantityOk ¶

func (o *LicenseLicenseResponseLicensedFeature) GetQuantityOk() (*int32, bool)

GetQuantityOk returns a tuple with the Quantity field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LicenseLicenseResponseLicensedFeature) HasDisplayName ¶

func (o *LicenseLicenseResponseLicensedFeature) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*LicenseLicenseResponseLicensedFeature) HasEnabled ¶

HasEnabled returns a boolean if a field has been set.

func (*LicenseLicenseResponseLicensedFeature) HasExpirationDate ¶

func (o *LicenseLicenseResponseLicensedFeature) HasExpirationDate() bool

HasExpirationDate returns a boolean if a field has been set.

func (*LicenseLicenseResponseLicensedFeature) HasFeatureID ¶

func (o *LicenseLicenseResponseLicensedFeature) HasFeatureID() bool

HasFeatureID returns a boolean if a field has been set.

func (*LicenseLicenseResponseLicensedFeature) HasQuantity ¶

HasQuantity returns a boolean if a field has been set.

func (LicenseLicenseResponseLicensedFeature) MarshalJSON ¶

func (o LicenseLicenseResponseLicensedFeature) MarshalJSON() ([]byte, error)

func (*LicenseLicenseResponseLicensedFeature) SetDisplayName ¶

func (o *LicenseLicenseResponseLicensedFeature) SetDisplayName(v string)

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*LicenseLicenseResponseLicensedFeature) SetDisplayNameNil ¶

func (o *LicenseLicenseResponseLicensedFeature) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*LicenseLicenseResponseLicensedFeature) SetEnabled ¶

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*LicenseLicenseResponseLicensedFeature) SetExpirationDate ¶

func (o *LicenseLicenseResponseLicensedFeature) SetExpirationDate(v time.Time)

SetExpirationDate gets a reference to the given NullableTime and assigns it to the ExpirationDate field.

func (*LicenseLicenseResponseLicensedFeature) SetExpirationDateNil ¶

func (o *LicenseLicenseResponseLicensedFeature) SetExpirationDateNil()

SetExpirationDateNil sets the value for ExpirationDate to be an explicit nil

func (*LicenseLicenseResponseLicensedFeature) SetFeatureID ¶

func (o *LicenseLicenseResponseLicensedFeature) SetFeatureID(v string)

SetFeatureID gets a reference to the given NullableString and assigns it to the FeatureID field.

func (*LicenseLicenseResponseLicensedFeature) SetFeatureIDNil ¶

func (o *LicenseLicenseResponseLicensedFeature) SetFeatureIDNil()

SetFeatureIDNil sets the value for FeatureID to be an explicit nil

func (*LicenseLicenseResponseLicensedFeature) SetQuantity ¶

func (o *LicenseLicenseResponseLicensedFeature) SetQuantity(v int32)

SetQuantity gets a reference to the given NullableInt32 and assigns it to the Quantity field.

func (*LicenseLicenseResponseLicensedFeature) SetQuantityNil ¶

func (o *LicenseLicenseResponseLicensedFeature) SetQuantityNil()

SetQuantityNil sets the value for Quantity to be an explicit nil

func (LicenseLicenseResponseLicensedFeature) ToMap ¶

func (o LicenseLicenseResponseLicensedFeature) ToMap() (map[string]interface{}, error)

func (*LicenseLicenseResponseLicensedFeature) UnsetDisplayName ¶

func (o *LicenseLicenseResponseLicensedFeature) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*LicenseLicenseResponseLicensedFeature) UnsetExpirationDate ¶

func (o *LicenseLicenseResponseLicensedFeature) UnsetExpirationDate()

UnsetExpirationDate ensures that no value is present for ExpirationDate, not even an explicit nil

func (*LicenseLicenseResponseLicensedFeature) UnsetFeatureID ¶

func (o *LicenseLicenseResponseLicensedFeature) UnsetFeatureID()

UnsetFeatureID ensures that no value is present for FeatureID, not even an explicit nil

func (*LicenseLicenseResponseLicensedFeature) UnsetQuantity ¶

func (o *LicenseLicenseResponseLicensedFeature) UnsetQuantity()

UnsetQuantity ensures that no value is present for Quantity, not even an explicit nil

type LicenseLicenseResponseLicensedProduct ¶

type LicenseLicenseResponseLicensedProduct struct {
	ProductId        NullableString                          `json:"ProductId,omitempty"`
	DisplayName      NullableString                          `json:"DisplayName,omitempty"`
	MajorRev         NullableString                          `json:"MajorRev,omitempty"`
	MinorRev         NullableString                          `json:"MinorRev,omitempty"`
	LicensedFeatures []LicenseLicenseResponseLicensedFeature `json:"LicensedFeatures,omitempty"`
}

LicenseLicenseResponseLicensedProduct struct for LicenseLicenseResponseLicensedProduct

func NewLicenseLicenseResponseLicensedProduct ¶

func NewLicenseLicenseResponseLicensedProduct() *LicenseLicenseResponseLicensedProduct

NewLicenseLicenseResponseLicensedProduct instantiates a new LicenseLicenseResponseLicensedProduct 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 NewLicenseLicenseResponseLicensedProductWithDefaults ¶

func NewLicenseLicenseResponseLicensedProductWithDefaults() *LicenseLicenseResponseLicensedProduct

NewLicenseLicenseResponseLicensedProductWithDefaults instantiates a new LicenseLicenseResponseLicensedProduct 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 (*LicenseLicenseResponseLicensedProduct) GetDisplayName ¶

func (o *LicenseLicenseResponseLicensedProduct) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LicenseLicenseResponseLicensedProduct) GetDisplayNameOk ¶

func (o *LicenseLicenseResponseLicensedProduct) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LicenseLicenseResponseLicensedProduct) GetLicensedFeatures ¶

GetLicensedFeatures returns the LicensedFeatures field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LicenseLicenseResponseLicensedProduct) GetLicensedFeaturesOk ¶

GetLicensedFeaturesOk returns a tuple with the LicensedFeatures field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LicenseLicenseResponseLicensedProduct) GetMajorRev ¶

GetMajorRev returns the MajorRev field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LicenseLicenseResponseLicensedProduct) GetMajorRevOk ¶

func (o *LicenseLicenseResponseLicensedProduct) GetMajorRevOk() (*string, bool)

GetMajorRevOk returns a tuple with the MajorRev field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LicenseLicenseResponseLicensedProduct) GetMinorRev ¶

GetMinorRev returns the MinorRev field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LicenseLicenseResponseLicensedProduct) GetMinorRevOk ¶

func (o *LicenseLicenseResponseLicensedProduct) GetMinorRevOk() (*string, bool)

GetMinorRevOk returns a tuple with the MinorRev field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LicenseLicenseResponseLicensedProduct) GetProductId ¶

GetProductId returns the ProductId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*LicenseLicenseResponseLicensedProduct) GetProductIdOk ¶

func (o *LicenseLicenseResponseLicensedProduct) GetProductIdOk() (*string, bool)

GetProductIdOk returns a tuple with the ProductId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*LicenseLicenseResponseLicensedProduct) HasDisplayName ¶

func (o *LicenseLicenseResponseLicensedProduct) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*LicenseLicenseResponseLicensedProduct) HasLicensedFeatures ¶

func (o *LicenseLicenseResponseLicensedProduct) HasLicensedFeatures() bool

HasLicensedFeatures returns a boolean if a field has been set.

func (*LicenseLicenseResponseLicensedProduct) HasMajorRev ¶

HasMajorRev returns a boolean if a field has been set.

func (*LicenseLicenseResponseLicensedProduct) HasMinorRev ¶

HasMinorRev returns a boolean if a field has been set.

func (*LicenseLicenseResponseLicensedProduct) HasProductId ¶

func (o *LicenseLicenseResponseLicensedProduct) HasProductId() bool

HasProductId returns a boolean if a field has been set.

func (LicenseLicenseResponseLicensedProduct) MarshalJSON ¶

func (o LicenseLicenseResponseLicensedProduct) MarshalJSON() ([]byte, error)

func (*LicenseLicenseResponseLicensedProduct) SetDisplayName ¶

func (o *LicenseLicenseResponseLicensedProduct) SetDisplayName(v string)

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*LicenseLicenseResponseLicensedProduct) SetDisplayNameNil ¶

func (o *LicenseLicenseResponseLicensedProduct) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*LicenseLicenseResponseLicensedProduct) SetLicensedFeatures ¶

SetLicensedFeatures gets a reference to the given []LicenseLicenseResponseLicensedFeature and assigns it to the LicensedFeatures field.

func (*LicenseLicenseResponseLicensedProduct) SetMajorRev ¶

SetMajorRev gets a reference to the given NullableString and assigns it to the MajorRev field.

func (*LicenseLicenseResponseLicensedProduct) SetMajorRevNil ¶

func (o *LicenseLicenseResponseLicensedProduct) SetMajorRevNil()

SetMajorRevNil sets the value for MajorRev to be an explicit nil

func (*LicenseLicenseResponseLicensedProduct) SetMinorRev ¶

SetMinorRev gets a reference to the given NullableString and assigns it to the MinorRev field.

func (*LicenseLicenseResponseLicensedProduct) SetMinorRevNil ¶

func (o *LicenseLicenseResponseLicensedProduct) SetMinorRevNil()

SetMinorRevNil sets the value for MinorRev to be an explicit nil

func (*LicenseLicenseResponseLicensedProduct) SetProductId ¶

func (o *LicenseLicenseResponseLicensedProduct) SetProductId(v string)

SetProductId gets a reference to the given NullableString and assigns it to the ProductId field.

func (*LicenseLicenseResponseLicensedProduct) SetProductIdNil ¶

func (o *LicenseLicenseResponseLicensedProduct) SetProductIdNil()

SetProductIdNil sets the value for ProductId to be an explicit nil

func (LicenseLicenseResponseLicensedProduct) ToMap ¶

func (o LicenseLicenseResponseLicensedProduct) ToMap() (map[string]interface{}, error)

func (*LicenseLicenseResponseLicensedProduct) UnsetDisplayName ¶

func (o *LicenseLicenseResponseLicensedProduct) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*LicenseLicenseResponseLicensedProduct) UnsetMajorRev ¶

func (o *LicenseLicenseResponseLicensedProduct) UnsetMajorRev()

UnsetMajorRev ensures that no value is present for MajorRev, not even an explicit nil

func (*LicenseLicenseResponseLicensedProduct) UnsetMinorRev ¶

func (o *LicenseLicenseResponseLicensedProduct) UnsetMinorRev()

UnsetMinorRev ensures that no value is present for MinorRev, not even an explicit nil

func (*LicenseLicenseResponseLicensedProduct) UnsetProductId ¶

func (o *LicenseLicenseResponseLicensedProduct) UnsetProductId()

UnsetProductId ensures that no value is present for ProductId, not even an explicit nil

type LogonApiService ¶

type LogonApiService service

LogonApiService LogonApi service

func (*LogonApiService) CreateSSHLogonsAccessExecute ¶

Executes the API request V1 POST /SSH/Logons/Access

@return CSSCMSDataModelModelsSSHAccessLogonUserAccessResponse

func (*LogonApiService) CreateSSHLogonsExecute ¶

Executes the API request V1 POST /SSH/Logons

@return CSSCMSDataModelModelsSSHLogonsLogonResponse

func (*LogonApiService) DeleteSSHLogonsByIdExecute ¶

func (a *LogonApiService) DeleteSSHLogonsByIdExecute(r ApiDeleteSSHLogonsByIdRequest) (*http.Response, error)

Executes the API request

func (*LogonApiService) GetSSHLogonsByIdExecute ¶

Executes the API request V1 GET /SSH/Logons/{id}

@return CSSCMSDataModelModelsSSHLogonsLogonResponse

func (*LogonApiService) GetSSHLogonsExecute ¶

Executes the API request V1 GET /SSH/Logons

@return []CSSCMSDataModelModelsSSHLogonsLogonQueryResponse

func (*LogonApiService) NewCreateSSHLogonsAccessRequest ¶

func (a *LogonApiService) NewCreateSSHLogonsAccessRequest(ctx context.Context) ApiCreateSSHLogonsAccessRequest

Creates a new V1 POST /SSH/Logons/Access request.

CreateSSHLogonsAccess Updates the users with access to an existing logon

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSSHLogonsAccessRequest

func (*LogonApiService) NewCreateSSHLogonsRequest ¶

func (a *LogonApiService) NewCreateSSHLogonsRequest(ctx context.Context) ApiCreateSSHLogonsRequest

Creates a new V1 POST /SSH/Logons request.

CreateSSHLogons Creates a logon with the provided properties

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSSHLogonsRequest

func (*LogonApiService) NewDeleteSSHLogonsByIdRequest ¶

func (a *LogonApiService) NewDeleteSSHLogonsByIdRequest(ctx context.Context, id int32) ApiDeleteSSHLogonsByIdRequest

Creates a new V1 DELETE /SSH/Logons/{id} request.

DeleteSSHLogonsById Deletes a Logon associated with the provided identifier

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifer of the Logon to be deleted
@return ApiDeleteSSHLogonsByIdRequest

func (*LogonApiService) NewGetSSHLogonsByIdRequest ¶

func (a *LogonApiService) NewGetSSHLogonsByIdRequest(ctx context.Context, id int32) ApiGetSSHLogonsByIdRequest

Creates a new V1 GET /SSH/Logons/{id} request.

GetSSHLogonsById Fetches a Logon associated with the provided identifier

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifer of the Logon to be Fetched
@return ApiGetSSHLogonsByIdRequest

func (*LogonApiService) NewGetSSHLogonsRequest ¶

func (a *LogonApiService) NewGetSSHLogonsRequest(ctx context.Context) ApiGetSSHLogonsRequest

Creates a new V1 GET /SSH/Logons request.

GetSSHLogons Returns all Logons according to the provided filter parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSSHLogonsRequest

type MacEnrollmentApiService ¶

type MacEnrollmentApiService service

MacEnrollmentApiService MacEnrollmentApi service

func (*MacEnrollmentApiService) GetMacEnrollmentExecute ¶

Executes the API request V1 GET /MacEnrollment

@return MacEnrollmentMacEnrollmentAPIModel

func (*MacEnrollmentApiService) NewGetMacEnrollmentRequest ¶

func (a *MacEnrollmentApiService) NewGetMacEnrollmentRequest(ctx context.Context) ApiGetMacEnrollmentRequest

Creates a new V1 GET /MacEnrollment request.

GetMacEnrollment Gets mac enrollment settings data ¶

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetMacEnrollmentRequest

func (*MacEnrollmentApiService) NewUpdateMacEnrollmentRequest ¶

func (a *MacEnrollmentApiService) NewUpdateMacEnrollmentRequest(ctx context.Context) ApiUpdateMacEnrollmentRequest

Creates a new V1 PUT /MacEnrollment request.

UpdateMacEnrollment Updates mac enrollment settings data ¶

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateMacEnrollmentRequest

func (*MacEnrollmentApiService) UpdateMacEnrollmentExecute ¶

Executes the API request V1 PUT /MacEnrollment

@return MacEnrollmentMacEnrollmentAPIModel

type MacEnrollmentMacEnrollmentAPIModel ¶

type MacEnrollmentMacEnrollmentAPIModel struct {
	Id            *int32         `json:"Id,omitempty"`
	Enabled       *bool          `json:"Enabled,omitempty"`
	Interval      *int32         `json:"Interval,omitempty"`
	UseMetadata   *bool          `json:"UseMetadata,omitempty"`
	MetadataField NullableString `json:"MetadataField,omitempty"`
	MetadataValue NullableString `json:"MetadataValue,omitempty"`
}

MacEnrollmentMacEnrollmentAPIModel struct for MacEnrollmentMacEnrollmentAPIModel

func NewMacEnrollmentMacEnrollmentAPIModel ¶

func NewMacEnrollmentMacEnrollmentAPIModel() *MacEnrollmentMacEnrollmentAPIModel

NewMacEnrollmentMacEnrollmentAPIModel instantiates a new MacEnrollmentMacEnrollmentAPIModel 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 NewMacEnrollmentMacEnrollmentAPIModelWithDefaults ¶

func NewMacEnrollmentMacEnrollmentAPIModelWithDefaults() *MacEnrollmentMacEnrollmentAPIModel

NewMacEnrollmentMacEnrollmentAPIModelWithDefaults instantiates a new MacEnrollmentMacEnrollmentAPIModel 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 (*MacEnrollmentMacEnrollmentAPIModel) GetEnabled ¶

func (o *MacEnrollmentMacEnrollmentAPIModel) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*MacEnrollmentMacEnrollmentAPIModel) GetEnabledOk ¶

func (o *MacEnrollmentMacEnrollmentAPIModel) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MacEnrollmentMacEnrollmentAPIModel) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*MacEnrollmentMacEnrollmentAPIModel) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MacEnrollmentMacEnrollmentAPIModel) GetInterval ¶

func (o *MacEnrollmentMacEnrollmentAPIModel) GetInterval() int32

GetInterval returns the Interval field value if set, zero value otherwise.

func (*MacEnrollmentMacEnrollmentAPIModel) GetIntervalOk ¶

func (o *MacEnrollmentMacEnrollmentAPIModel) GetIntervalOk() (*int32, bool)

GetIntervalOk returns a tuple with the Interval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MacEnrollmentMacEnrollmentAPIModel) GetMetadataField ¶

func (o *MacEnrollmentMacEnrollmentAPIModel) GetMetadataField() string

GetMetadataField returns the MetadataField field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MacEnrollmentMacEnrollmentAPIModel) GetMetadataFieldOk ¶

func (o *MacEnrollmentMacEnrollmentAPIModel) GetMetadataFieldOk() (*string, bool)

GetMetadataFieldOk returns a tuple with the MetadataField field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MacEnrollmentMacEnrollmentAPIModel) GetMetadataValue ¶

func (o *MacEnrollmentMacEnrollmentAPIModel) GetMetadataValue() string

GetMetadataValue returns the MetadataValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MacEnrollmentMacEnrollmentAPIModel) GetMetadataValueOk ¶

func (o *MacEnrollmentMacEnrollmentAPIModel) GetMetadataValueOk() (*string, bool)

GetMetadataValueOk returns a tuple with the MetadataValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MacEnrollmentMacEnrollmentAPIModel) GetUseMetadata ¶

func (o *MacEnrollmentMacEnrollmentAPIModel) GetUseMetadata() bool

GetUseMetadata returns the UseMetadata field value if set, zero value otherwise.

func (*MacEnrollmentMacEnrollmentAPIModel) GetUseMetadataOk ¶

func (o *MacEnrollmentMacEnrollmentAPIModel) GetUseMetadataOk() (*bool, bool)

GetUseMetadataOk returns a tuple with the UseMetadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MacEnrollmentMacEnrollmentAPIModel) HasEnabled ¶

func (o *MacEnrollmentMacEnrollmentAPIModel) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*MacEnrollmentMacEnrollmentAPIModel) HasId ¶

HasId returns a boolean if a field has been set.

func (*MacEnrollmentMacEnrollmentAPIModel) HasInterval ¶

func (o *MacEnrollmentMacEnrollmentAPIModel) HasInterval() bool

HasInterval returns a boolean if a field has been set.

func (*MacEnrollmentMacEnrollmentAPIModel) HasMetadataField ¶

func (o *MacEnrollmentMacEnrollmentAPIModel) HasMetadataField() bool

HasMetadataField returns a boolean if a field has been set.

func (*MacEnrollmentMacEnrollmentAPIModel) HasMetadataValue ¶

func (o *MacEnrollmentMacEnrollmentAPIModel) HasMetadataValue() bool

HasMetadataValue returns a boolean if a field has been set.

func (*MacEnrollmentMacEnrollmentAPIModel) HasUseMetadata ¶

func (o *MacEnrollmentMacEnrollmentAPIModel) HasUseMetadata() bool

HasUseMetadata returns a boolean if a field has been set.

func (MacEnrollmentMacEnrollmentAPIModel) MarshalJSON ¶

func (o MacEnrollmentMacEnrollmentAPIModel) MarshalJSON() ([]byte, error)

func (*MacEnrollmentMacEnrollmentAPIModel) SetEnabled ¶

func (o *MacEnrollmentMacEnrollmentAPIModel) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*MacEnrollmentMacEnrollmentAPIModel) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*MacEnrollmentMacEnrollmentAPIModel) SetInterval ¶

func (o *MacEnrollmentMacEnrollmentAPIModel) SetInterval(v int32)

SetInterval gets a reference to the given int32 and assigns it to the Interval field.

func (*MacEnrollmentMacEnrollmentAPIModel) SetMetadataField ¶

func (o *MacEnrollmentMacEnrollmentAPIModel) SetMetadataField(v string)

SetMetadataField gets a reference to the given NullableString and assigns it to the MetadataField field.

func (*MacEnrollmentMacEnrollmentAPIModel) SetMetadataFieldNil ¶

func (o *MacEnrollmentMacEnrollmentAPIModel) SetMetadataFieldNil()

SetMetadataFieldNil sets the value for MetadataField to be an explicit nil

func (*MacEnrollmentMacEnrollmentAPIModel) SetMetadataValue ¶

func (o *MacEnrollmentMacEnrollmentAPIModel) SetMetadataValue(v string)

SetMetadataValue gets a reference to the given NullableString and assigns it to the MetadataValue field.

func (*MacEnrollmentMacEnrollmentAPIModel) SetMetadataValueNil ¶

func (o *MacEnrollmentMacEnrollmentAPIModel) SetMetadataValueNil()

SetMetadataValueNil sets the value for MetadataValue to be an explicit nil

func (*MacEnrollmentMacEnrollmentAPIModel) SetUseMetadata ¶

func (o *MacEnrollmentMacEnrollmentAPIModel) SetUseMetadata(v bool)

SetUseMetadata gets a reference to the given bool and assigns it to the UseMetadata field.

func (MacEnrollmentMacEnrollmentAPIModel) ToMap ¶

func (o MacEnrollmentMacEnrollmentAPIModel) ToMap() (map[string]interface{}, error)

func (*MacEnrollmentMacEnrollmentAPIModel) UnsetMetadataField ¶

func (o *MacEnrollmentMacEnrollmentAPIModel) UnsetMetadataField()

UnsetMetadataField ensures that no value is present for MetadataField, not even an explicit nil

func (*MacEnrollmentMacEnrollmentAPIModel) UnsetMetadataValue ¶

func (o *MacEnrollmentMacEnrollmentAPIModel) UnsetMetadataValue()

UnsetMetadataValue ensures that no value is present for MetadataValue, not even an explicit nil

type MappedNullable ¶

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type MetadataFieldApiService ¶

type MetadataFieldApiService service

MetadataFieldApiService MetadataFieldApi service

func (*MetadataFieldApiService) CreateMetadataFieldsExecute ¶

Executes the API request V1 POST /MetadataFields

@return MetadataFieldMetadataFieldResponse

func (*MetadataFieldApiService) DeleteMetadataFieldsByIdExecute ¶

func (a *MetadataFieldApiService) DeleteMetadataFieldsByIdExecute(r ApiDeleteMetadataFieldsByIdRequest) (*http.Response, error)

Executes the API request

func (*MetadataFieldApiService) DeleteMetadataFieldsExecute ¶

func (a *MetadataFieldApiService) DeleteMetadataFieldsExecute(r ApiDeleteMetadataFieldsRequest) (*http.Response, error)

Executes the API request

func (*MetadataFieldApiService) GetMetadataFieldsByIdExecute ¶

Executes the API request V1 GET /MetadataFields/{id}

@return CSSCMSDataModelModelsMetadataType

func (*MetadataFieldApiService) GetMetadataFieldsByIdInUseExecute ¶

func (a *MetadataFieldApiService) GetMetadataFieldsByIdInUseExecute(r ApiGetMetadataFieldsByIdInUseRequest) (bool, *http.Response, error)

Executes the API request V1 GET /MetadataFields/{id}/InUse

@return bool

func (*MetadataFieldApiService) GetMetadataFieldsExecute ¶

Executes the API request V1 GET /MetadataFields

@return []CSSCMSDataModelModelsMetadataType

func (*MetadataFieldApiService) GetMetadataFieldsNameExecute ¶

Executes the API request V1 GET /MetadataFields/{name}

@return CSSCMSDataModelModelsMetadataType

func (*MetadataFieldApiService) NewCreateMetadataFieldsRequest ¶

func (a *MetadataFieldApiService) NewCreateMetadataFieldsRequest(ctx context.Context) ApiCreateMetadataFieldsRequest

Creates a new V1 POST /MetadataFields request.

CreateMetadataFields Creates a new metadata field type with the given metadata field type properties ¶

*NOTE: Metadata Field in this context refers to MetadataFieldType, as opposed to the value of a metadata field associated with a certificate.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateMetadataFieldsRequest

func (*MetadataFieldApiService) NewDeleteMetadataFieldsByIdRequest ¶

func (a *MetadataFieldApiService) NewDeleteMetadataFieldsByIdRequest(ctx context.Context, id int32) ApiDeleteMetadataFieldsByIdRequest

Creates a new V1 DELETE /MetadataFields/{id} request.

DeleteMetadataFieldsById Deletes a persisted metadata field type by its unique id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifier of the metadata field type
@return ApiDeleteMetadataFieldsByIdRequest

func (*MetadataFieldApiService) NewDeleteMetadataFieldsRequest ¶

func (a *MetadataFieldApiService) NewDeleteMetadataFieldsRequest(ctx context.Context) ApiDeleteMetadataFieldsRequest

Creates a new V1 DELETE /MetadataFields request.

DeleteMetadataFields Deletes multiple persisted metadata field types by their unique ids ¶

This will ignore individual delete failures, and continue processing the array.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteMetadataFieldsRequest

func (*MetadataFieldApiService) NewGetMetadataFieldsByIdInUseRequest ¶

func (a *MetadataFieldApiService) NewGetMetadataFieldsByIdInUseRequest(ctx context.Context, id int32) ApiGetMetadataFieldsByIdInUseRequest

Creates a new V1 GET /MetadataFields/{id}/InUse request.

GetMetadataFieldsByIdInUse Determines if a metadata field type associated with the provided identifier is currently in use

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identitifer of the metadata field
@return ApiGetMetadataFieldsByIdInUseRequest

func (*MetadataFieldApiService) NewGetMetadataFieldsByIdRequest ¶

func (a *MetadataFieldApiService) NewGetMetadataFieldsByIdRequest(ctx context.Context, id int32) ApiGetMetadataFieldsByIdRequest

Creates a new V1 GET /MetadataFields/{id} request.

GetMetadataFieldsById Gets a persisted metadata field type by its unique id ¶

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique id of the metadata field type
@return ApiGetMetadataFieldsByIdRequest

func (*MetadataFieldApiService) NewGetMetadataFieldsNameRequest ¶

func (a *MetadataFieldApiService) NewGetMetadataFieldsNameRequest(ctx context.Context, name string) ApiGetMetadataFieldsNameRequest

Creates a new V1 GET /MetadataFields/{name} request.

GetMetadataFieldsName Gets a persisted metadata field type by its unique name ¶

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name The unique name of the metadata field.
@return ApiGetMetadataFieldsNameRequest

func (*MetadataFieldApiService) NewGetMetadataFieldsRequest ¶

func (a *MetadataFieldApiService) NewGetMetadataFieldsRequest(ctx context.Context) ApiGetMetadataFieldsRequest

Creates a new V1 GET /MetadataFields request.

GetMetadataFields Returns all metadata field types according to the provided filter and output parameters ¶

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetMetadataFieldsRequest

func (*MetadataFieldApiService) NewUpdateMetadataFieldsRequest ¶

func (a *MetadataFieldApiService) NewUpdateMetadataFieldsRequest(ctx context.Context) ApiUpdateMetadataFieldsRequest

Creates a new V1 PUT /MetadataFields request.

UpdateMetadataFields Updates a persisted metadata field with the given metadata field type ¶

*NOTE: Metadata Field in this context refers to MetadataFieldType, as opposed to the value of a metadata field associated with a certificate.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateMetadataFieldsRequest

func (*MetadataFieldApiService) UpdateMetadataFieldsExecute ¶

Executes the API request V1 PUT /MetadataFields

@return MetadataFieldMetadataFieldResponse

type MetadataFieldMetadataFieldCreateRequest ¶

type MetadataFieldMetadataFieldCreateRequest struct {
	Name         string                                 `json:"Name"`
	Description  string                                 `json:"Description"`
	DataType     CSSCMSCoreEnumsMetadataDataType        `json:"DataType"`
	Hint         NullableString                         `json:"Hint,omitempty"`
	Validation   NullableString                         `json:"Validation,omitempty"`
	Enrollment   *CSSCMSCoreEnumsMetadataTypeEnrollment `json:"Enrollment,omitempty"`
	Message      NullableString                         `json:"Message,omitempty"`
	Options      NullableString                         `json:"Options,omitempty"`
	DefaultValue NullableString                         `json:"DefaultValue,omitempty"`
	// Deprecated
	AllowAPI *bool `json:"AllowAPI,omitempty"`
	// Deprecated
	ExplicitUpdate          *bool         `json:"ExplicitUpdate,omitempty"`
	DisplayOrder            NullableInt32 `json:"DisplayOrder,omitempty"`
	CaseSensitive           *bool         `json:"CaseSensitive,omitempty"`
	ExemptFromActionedCount *bool         `json:"ExemptFromActionedCount,omitempty"`
}

MetadataFieldMetadataFieldCreateRequest struct for MetadataFieldMetadataFieldCreateRequest

func NewMetadataFieldMetadataFieldCreateRequest ¶

func NewMetadataFieldMetadataFieldCreateRequest(name string, description string, dataType CSSCMSCoreEnumsMetadataDataType) *MetadataFieldMetadataFieldCreateRequest

NewMetadataFieldMetadataFieldCreateRequest instantiates a new MetadataFieldMetadataFieldCreateRequest 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 NewMetadataFieldMetadataFieldCreateRequestWithDefaults ¶

func NewMetadataFieldMetadataFieldCreateRequestWithDefaults() *MetadataFieldMetadataFieldCreateRequest

NewMetadataFieldMetadataFieldCreateRequestWithDefaults instantiates a new MetadataFieldMetadataFieldCreateRequest 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 (*MetadataFieldMetadataFieldCreateRequest) GetAllowAPI ¶

GetAllowAPI returns the AllowAPI field value if set, zero value otherwise. Deprecated

func (*MetadataFieldMetadataFieldCreateRequest) GetAllowAPIOk ¶

func (o *MetadataFieldMetadataFieldCreateRequest) GetAllowAPIOk() (*bool, bool)

GetAllowAPIOk returns a tuple with the AllowAPI field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*MetadataFieldMetadataFieldCreateRequest) GetCaseSensitive ¶

func (o *MetadataFieldMetadataFieldCreateRequest) GetCaseSensitive() bool

GetCaseSensitive returns the CaseSensitive field value if set, zero value otherwise.

func (*MetadataFieldMetadataFieldCreateRequest) GetCaseSensitiveOk ¶

func (o *MetadataFieldMetadataFieldCreateRequest) GetCaseSensitiveOk() (*bool, bool)

GetCaseSensitiveOk returns a tuple with the CaseSensitive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataFieldMetadataFieldCreateRequest) GetDataType ¶

GetDataType returns the DataType field value

func (*MetadataFieldMetadataFieldCreateRequest) GetDataTypeOk ¶

GetDataTypeOk returns a tuple with the DataType field value and a boolean to check if the value has been set.

func (*MetadataFieldMetadataFieldCreateRequest) GetDefaultValue ¶

func (o *MetadataFieldMetadataFieldCreateRequest) GetDefaultValue() string

GetDefaultValue returns the DefaultValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataFieldMetadataFieldCreateRequest) GetDefaultValueOk ¶

func (o *MetadataFieldMetadataFieldCreateRequest) GetDefaultValueOk() (*string, bool)

GetDefaultValueOk returns a tuple with the DefaultValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataFieldMetadataFieldCreateRequest) GetDescription ¶

func (o *MetadataFieldMetadataFieldCreateRequest) GetDescription() string

GetDescription returns the Description field value

func (*MetadataFieldMetadataFieldCreateRequest) GetDescriptionOk ¶

func (o *MetadataFieldMetadataFieldCreateRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*MetadataFieldMetadataFieldCreateRequest) GetDisplayOrder ¶

func (o *MetadataFieldMetadataFieldCreateRequest) GetDisplayOrder() int32

GetDisplayOrder returns the DisplayOrder field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataFieldMetadataFieldCreateRequest) GetDisplayOrderOk ¶

func (o *MetadataFieldMetadataFieldCreateRequest) GetDisplayOrderOk() (*int32, bool)

GetDisplayOrderOk returns a tuple with the DisplayOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataFieldMetadataFieldCreateRequest) GetEnrollment ¶

GetEnrollment returns the Enrollment field value if set, zero value otherwise.

func (*MetadataFieldMetadataFieldCreateRequest) GetEnrollmentOk ¶

GetEnrollmentOk returns a tuple with the Enrollment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataFieldMetadataFieldCreateRequest) GetExemptFromActionedCount ¶

func (o *MetadataFieldMetadataFieldCreateRequest) GetExemptFromActionedCount() bool

GetExemptFromActionedCount returns the ExemptFromActionedCount field value if set, zero value otherwise.

func (*MetadataFieldMetadataFieldCreateRequest) GetExemptFromActionedCountOk ¶

func (o *MetadataFieldMetadataFieldCreateRequest) GetExemptFromActionedCountOk() (*bool, bool)

GetExemptFromActionedCountOk returns a tuple with the ExemptFromActionedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataFieldMetadataFieldCreateRequest) GetExplicitUpdate ¶

func (o *MetadataFieldMetadataFieldCreateRequest) GetExplicitUpdate() bool

GetExplicitUpdate returns the ExplicitUpdate field value if set, zero value otherwise. Deprecated

func (*MetadataFieldMetadataFieldCreateRequest) GetExplicitUpdateOk ¶

func (o *MetadataFieldMetadataFieldCreateRequest) GetExplicitUpdateOk() (*bool, bool)

GetExplicitUpdateOk returns a tuple with the ExplicitUpdate field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*MetadataFieldMetadataFieldCreateRequest) GetHint ¶

GetHint returns the Hint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataFieldMetadataFieldCreateRequest) GetHintOk ¶

GetHintOk returns a tuple with the Hint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataFieldMetadataFieldCreateRequest) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataFieldMetadataFieldCreateRequest) GetMessageOk ¶

func (o *MetadataFieldMetadataFieldCreateRequest) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataFieldMetadataFieldCreateRequest) GetName ¶

GetName returns the Name field value

func (*MetadataFieldMetadataFieldCreateRequest) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*MetadataFieldMetadataFieldCreateRequest) GetOptions ¶

GetOptions returns the Options field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataFieldMetadataFieldCreateRequest) GetOptionsOk ¶

func (o *MetadataFieldMetadataFieldCreateRequest) GetOptionsOk() (*string, bool)

GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataFieldMetadataFieldCreateRequest) GetValidation ¶

GetValidation returns the Validation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataFieldMetadataFieldCreateRequest) GetValidationOk ¶

func (o *MetadataFieldMetadataFieldCreateRequest) GetValidationOk() (*string, bool)

GetValidationOk returns a tuple with the Validation field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataFieldMetadataFieldCreateRequest) HasAllowAPI ¶

HasAllowAPI returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldCreateRequest) HasCaseSensitive ¶

func (o *MetadataFieldMetadataFieldCreateRequest) HasCaseSensitive() bool

HasCaseSensitive returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldCreateRequest) HasDefaultValue ¶

func (o *MetadataFieldMetadataFieldCreateRequest) HasDefaultValue() bool

HasDefaultValue returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldCreateRequest) HasDisplayOrder ¶

func (o *MetadataFieldMetadataFieldCreateRequest) HasDisplayOrder() bool

HasDisplayOrder returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldCreateRequest) HasEnrollment ¶

func (o *MetadataFieldMetadataFieldCreateRequest) HasEnrollment() bool

HasEnrollment returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldCreateRequest) HasExemptFromActionedCount ¶

func (o *MetadataFieldMetadataFieldCreateRequest) HasExemptFromActionedCount() bool

HasExemptFromActionedCount returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldCreateRequest) HasExplicitUpdate ¶

func (o *MetadataFieldMetadataFieldCreateRequest) HasExplicitUpdate() bool

HasExplicitUpdate returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldCreateRequest) HasHint ¶

HasHint returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldCreateRequest) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldCreateRequest) HasOptions ¶

HasOptions returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldCreateRequest) HasValidation ¶

func (o *MetadataFieldMetadataFieldCreateRequest) HasValidation() bool

HasValidation returns a boolean if a field has been set.

func (MetadataFieldMetadataFieldCreateRequest) MarshalJSON ¶

func (o MetadataFieldMetadataFieldCreateRequest) MarshalJSON() ([]byte, error)

func (*MetadataFieldMetadataFieldCreateRequest) SetAllowAPI ¶

SetAllowAPI gets a reference to the given bool and assigns it to the AllowAPI field. Deprecated

func (*MetadataFieldMetadataFieldCreateRequest) SetCaseSensitive ¶

func (o *MetadataFieldMetadataFieldCreateRequest) SetCaseSensitive(v bool)

SetCaseSensitive gets a reference to the given bool and assigns it to the CaseSensitive field.

func (*MetadataFieldMetadataFieldCreateRequest) SetDataType ¶

SetDataType sets field value

func (*MetadataFieldMetadataFieldCreateRequest) SetDefaultValue ¶

func (o *MetadataFieldMetadataFieldCreateRequest) SetDefaultValue(v string)

SetDefaultValue gets a reference to the given NullableString and assigns it to the DefaultValue field.

func (*MetadataFieldMetadataFieldCreateRequest) SetDefaultValueNil ¶

func (o *MetadataFieldMetadataFieldCreateRequest) SetDefaultValueNil()

SetDefaultValueNil sets the value for DefaultValue to be an explicit nil

func (*MetadataFieldMetadataFieldCreateRequest) SetDescription ¶

func (o *MetadataFieldMetadataFieldCreateRequest) SetDescription(v string)

SetDescription sets field value

func (*MetadataFieldMetadataFieldCreateRequest) SetDisplayOrder ¶

func (o *MetadataFieldMetadataFieldCreateRequest) SetDisplayOrder(v int32)

SetDisplayOrder gets a reference to the given NullableInt32 and assigns it to the DisplayOrder field.

func (*MetadataFieldMetadataFieldCreateRequest) SetDisplayOrderNil ¶

func (o *MetadataFieldMetadataFieldCreateRequest) SetDisplayOrderNil()

SetDisplayOrderNil sets the value for DisplayOrder to be an explicit nil

func (*MetadataFieldMetadataFieldCreateRequest) SetEnrollment ¶

SetEnrollment gets a reference to the given CSSCMSCoreEnumsMetadataTypeEnrollment and assigns it to the Enrollment field.

func (*MetadataFieldMetadataFieldCreateRequest) SetExemptFromActionedCount ¶

func (o *MetadataFieldMetadataFieldCreateRequest) SetExemptFromActionedCount(v bool)

SetExemptFromActionedCount gets a reference to the given bool and assigns it to the ExemptFromActionedCount field.

func (*MetadataFieldMetadataFieldCreateRequest) SetExplicitUpdate ¶

func (o *MetadataFieldMetadataFieldCreateRequest) SetExplicitUpdate(v bool)

SetExplicitUpdate gets a reference to the given bool and assigns it to the ExplicitUpdate field. Deprecated

func (*MetadataFieldMetadataFieldCreateRequest) SetHint ¶

SetHint gets a reference to the given NullableString and assigns it to the Hint field.

func (*MetadataFieldMetadataFieldCreateRequest) SetHintNil ¶

SetHintNil sets the value for Hint to be an explicit nil

func (*MetadataFieldMetadataFieldCreateRequest) SetMessage ¶

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*MetadataFieldMetadataFieldCreateRequest) SetMessageNil ¶

func (o *MetadataFieldMetadataFieldCreateRequest) SetMessageNil()

SetMessageNil sets the value for Message to be an explicit nil

func (*MetadataFieldMetadataFieldCreateRequest) SetName ¶

SetName sets field value

func (*MetadataFieldMetadataFieldCreateRequest) SetOptions ¶

SetOptions gets a reference to the given NullableString and assigns it to the Options field.

func (*MetadataFieldMetadataFieldCreateRequest) SetOptionsNil ¶

func (o *MetadataFieldMetadataFieldCreateRequest) SetOptionsNil()

SetOptionsNil sets the value for Options to be an explicit nil

func (*MetadataFieldMetadataFieldCreateRequest) SetValidation ¶

func (o *MetadataFieldMetadataFieldCreateRequest) SetValidation(v string)

SetValidation gets a reference to the given NullableString and assigns it to the Validation field.

func (*MetadataFieldMetadataFieldCreateRequest) SetValidationNil ¶

func (o *MetadataFieldMetadataFieldCreateRequest) SetValidationNil()

SetValidationNil sets the value for Validation to be an explicit nil

func (MetadataFieldMetadataFieldCreateRequest) ToMap ¶

func (o MetadataFieldMetadataFieldCreateRequest) ToMap() (map[string]interface{}, error)

func (*MetadataFieldMetadataFieldCreateRequest) UnsetDefaultValue ¶

func (o *MetadataFieldMetadataFieldCreateRequest) UnsetDefaultValue()

UnsetDefaultValue ensures that no value is present for DefaultValue, not even an explicit nil

func (*MetadataFieldMetadataFieldCreateRequest) UnsetDisplayOrder ¶

func (o *MetadataFieldMetadataFieldCreateRequest) UnsetDisplayOrder()

UnsetDisplayOrder ensures that no value is present for DisplayOrder, not even an explicit nil

func (*MetadataFieldMetadataFieldCreateRequest) UnsetHint ¶

UnsetHint ensures that no value is present for Hint, not even an explicit nil

func (*MetadataFieldMetadataFieldCreateRequest) UnsetMessage ¶

func (o *MetadataFieldMetadataFieldCreateRequest) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*MetadataFieldMetadataFieldCreateRequest) UnsetOptions ¶

func (o *MetadataFieldMetadataFieldCreateRequest) UnsetOptions()

UnsetOptions ensures that no value is present for Options, not even an explicit nil

func (*MetadataFieldMetadataFieldCreateRequest) UnsetValidation ¶

func (o *MetadataFieldMetadataFieldCreateRequest) UnsetValidation()

UnsetValidation ensures that no value is present for Validation, not even an explicit nil

type MetadataFieldMetadataFieldResponse ¶

type MetadataFieldMetadataFieldResponse struct {
	Id           *int32                                 `json:"Id,omitempty"`
	Name         NullableString                         `json:"Name,omitempty"`
	Description  NullableString                         `json:"Description,omitempty"`
	DataType     *CSSCMSCoreEnumsMetadataDataType       `json:"DataType,omitempty"`
	Hint         NullableString                         `json:"Hint,omitempty"`
	Validation   NullableString                         `json:"Validation,omitempty"`
	Enrollment   *CSSCMSCoreEnumsMetadataTypeEnrollment `json:"Enrollment,omitempty"`
	Message      NullableString                         `json:"Message,omitempty"`
	Options      NullableString                         `json:"Options,omitempty"`
	DefaultValue NullableString                         `json:"DefaultValue,omitempty"`
	// Deprecated
	AllowAPI *bool `json:"AllowAPI,omitempty"`
	// Deprecated
	ExplicitUpdate          *bool         `json:"ExplicitUpdate,omitempty"`
	DisplayOrder            NullableInt32 `json:"DisplayOrder,omitempty"`
	CaseSensitive           *bool         `json:"CaseSensitive,omitempty"`
	ExemptFromActionedCount *bool         `json:"ExemptFromActionedCount,omitempty"`
}

MetadataFieldMetadataFieldResponse struct for MetadataFieldMetadataFieldResponse

func NewMetadataFieldMetadataFieldResponse ¶

func NewMetadataFieldMetadataFieldResponse() *MetadataFieldMetadataFieldResponse

NewMetadataFieldMetadataFieldResponse instantiates a new MetadataFieldMetadataFieldResponse 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 NewMetadataFieldMetadataFieldResponseWithDefaults ¶

func NewMetadataFieldMetadataFieldResponseWithDefaults() *MetadataFieldMetadataFieldResponse

NewMetadataFieldMetadataFieldResponseWithDefaults instantiates a new MetadataFieldMetadataFieldResponse 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 (*MetadataFieldMetadataFieldResponse) GetAllowAPI ¶

func (o *MetadataFieldMetadataFieldResponse) GetAllowAPI() bool

GetAllowAPI returns the AllowAPI field value if set, zero value otherwise. Deprecated

func (*MetadataFieldMetadataFieldResponse) GetAllowAPIOk ¶

func (o *MetadataFieldMetadataFieldResponse) GetAllowAPIOk() (*bool, bool)

GetAllowAPIOk returns a tuple with the AllowAPI field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*MetadataFieldMetadataFieldResponse) GetCaseSensitive ¶

func (o *MetadataFieldMetadataFieldResponse) GetCaseSensitive() bool

GetCaseSensitive returns the CaseSensitive field value if set, zero value otherwise.

func (*MetadataFieldMetadataFieldResponse) GetCaseSensitiveOk ¶

func (o *MetadataFieldMetadataFieldResponse) GetCaseSensitiveOk() (*bool, bool)

GetCaseSensitiveOk returns a tuple with the CaseSensitive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataFieldMetadataFieldResponse) GetDataType ¶

GetDataType returns the DataType field value if set, zero value otherwise.

func (*MetadataFieldMetadataFieldResponse) GetDataTypeOk ¶

GetDataTypeOk returns a tuple with the DataType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataFieldMetadataFieldResponse) GetDefaultValue ¶

func (o *MetadataFieldMetadataFieldResponse) GetDefaultValue() string

GetDefaultValue returns the DefaultValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataFieldMetadataFieldResponse) GetDefaultValueOk ¶

func (o *MetadataFieldMetadataFieldResponse) GetDefaultValueOk() (*string, bool)

GetDefaultValueOk returns a tuple with the DefaultValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataFieldMetadataFieldResponse) GetDescription ¶

func (o *MetadataFieldMetadataFieldResponse) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataFieldMetadataFieldResponse) GetDescriptionOk ¶

func (o *MetadataFieldMetadataFieldResponse) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataFieldMetadataFieldResponse) GetDisplayOrder ¶

func (o *MetadataFieldMetadataFieldResponse) GetDisplayOrder() int32

GetDisplayOrder returns the DisplayOrder field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataFieldMetadataFieldResponse) GetDisplayOrderOk ¶

func (o *MetadataFieldMetadataFieldResponse) GetDisplayOrderOk() (*int32, bool)

GetDisplayOrderOk returns a tuple with the DisplayOrder field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataFieldMetadataFieldResponse) GetEnrollment ¶

GetEnrollment returns the Enrollment field value if set, zero value otherwise.

func (*MetadataFieldMetadataFieldResponse) GetEnrollmentOk ¶

GetEnrollmentOk returns a tuple with the Enrollment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataFieldMetadataFieldResponse) GetExemptFromActionedCount ¶

func (o *MetadataFieldMetadataFieldResponse) GetExemptFromActionedCount() bool

GetExemptFromActionedCount returns the ExemptFromActionedCount field value if set, zero value otherwise.

func (*MetadataFieldMetadataFieldResponse) GetExemptFromActionedCountOk ¶

func (o *MetadataFieldMetadataFieldResponse) GetExemptFromActionedCountOk() (*bool, bool)

GetExemptFromActionedCountOk returns a tuple with the ExemptFromActionedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataFieldMetadataFieldResponse) GetExplicitUpdate ¶

func (o *MetadataFieldMetadataFieldResponse) GetExplicitUpdate() bool

GetExplicitUpdate returns the ExplicitUpdate field value if set, zero value otherwise. Deprecated

func (*MetadataFieldMetadataFieldResponse) GetExplicitUpdateOk ¶

func (o *MetadataFieldMetadataFieldResponse) GetExplicitUpdateOk() (*bool, bool)

GetExplicitUpdateOk returns a tuple with the ExplicitUpdate field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*MetadataFieldMetadataFieldResponse) GetHint ¶

GetHint returns the Hint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataFieldMetadataFieldResponse) GetHintOk ¶

func (o *MetadataFieldMetadataFieldResponse) GetHintOk() (*string, bool)

GetHintOk returns a tuple with the Hint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataFieldMetadataFieldResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*MetadataFieldMetadataFieldResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataFieldMetadataFieldResponse) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataFieldMetadataFieldResponse) GetMessageOk ¶

func (o *MetadataFieldMetadataFieldResponse) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataFieldMetadataFieldResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataFieldMetadataFieldResponse) GetNameOk ¶

func (o *MetadataFieldMetadataFieldResponse) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataFieldMetadataFieldResponse) GetOptions ¶

GetOptions returns the Options field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataFieldMetadataFieldResponse) GetOptionsOk ¶

func (o *MetadataFieldMetadataFieldResponse) GetOptionsOk() (*string, bool)

GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataFieldMetadataFieldResponse) GetValidation ¶

func (o *MetadataFieldMetadataFieldResponse) GetValidation() string

GetValidation returns the Validation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataFieldMetadataFieldResponse) GetValidationOk ¶

func (o *MetadataFieldMetadataFieldResponse) GetValidationOk() (*string, bool)

GetValidationOk returns a tuple with the Validation field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataFieldMetadataFieldResponse) HasAllowAPI ¶

func (o *MetadataFieldMetadataFieldResponse) HasAllowAPI() bool

HasAllowAPI returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldResponse) HasCaseSensitive ¶

func (o *MetadataFieldMetadataFieldResponse) HasCaseSensitive() bool

HasCaseSensitive returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldResponse) HasDataType ¶

func (o *MetadataFieldMetadataFieldResponse) HasDataType() bool

HasDataType returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldResponse) HasDefaultValue ¶

func (o *MetadataFieldMetadataFieldResponse) HasDefaultValue() bool

HasDefaultValue returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldResponse) HasDescription ¶

func (o *MetadataFieldMetadataFieldResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldResponse) HasDisplayOrder ¶

func (o *MetadataFieldMetadataFieldResponse) HasDisplayOrder() bool

HasDisplayOrder returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldResponse) HasEnrollment ¶

func (o *MetadataFieldMetadataFieldResponse) HasEnrollment() bool

HasEnrollment returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldResponse) HasExemptFromActionedCount ¶

func (o *MetadataFieldMetadataFieldResponse) HasExemptFromActionedCount() bool

HasExemptFromActionedCount returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldResponse) HasExplicitUpdate ¶

func (o *MetadataFieldMetadataFieldResponse) HasExplicitUpdate() bool

HasExplicitUpdate returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldResponse) HasHint ¶

HasHint returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldResponse) HasMessage ¶

func (o *MetadataFieldMetadataFieldResponse) HasMessage() bool

HasMessage returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldResponse) HasName ¶

HasName returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldResponse) HasOptions ¶

func (o *MetadataFieldMetadataFieldResponse) HasOptions() bool

HasOptions returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldResponse) HasValidation ¶

func (o *MetadataFieldMetadataFieldResponse) HasValidation() bool

HasValidation returns a boolean if a field has been set.

func (MetadataFieldMetadataFieldResponse) MarshalJSON ¶

func (o MetadataFieldMetadataFieldResponse) MarshalJSON() ([]byte, error)

func (*MetadataFieldMetadataFieldResponse) SetAllowAPI ¶

func (o *MetadataFieldMetadataFieldResponse) SetAllowAPI(v bool)

SetAllowAPI gets a reference to the given bool and assigns it to the AllowAPI field. Deprecated

func (*MetadataFieldMetadataFieldResponse) SetCaseSensitive ¶

func (o *MetadataFieldMetadataFieldResponse) SetCaseSensitive(v bool)

SetCaseSensitive gets a reference to the given bool and assigns it to the CaseSensitive field.

func (*MetadataFieldMetadataFieldResponse) SetDataType ¶

SetDataType gets a reference to the given CSSCMSCoreEnumsMetadataDataType and assigns it to the DataType field.

func (*MetadataFieldMetadataFieldResponse) SetDefaultValue ¶

func (o *MetadataFieldMetadataFieldResponse) SetDefaultValue(v string)

SetDefaultValue gets a reference to the given NullableString and assigns it to the DefaultValue field.

func (*MetadataFieldMetadataFieldResponse) SetDefaultValueNil ¶

func (o *MetadataFieldMetadataFieldResponse) SetDefaultValueNil()

SetDefaultValueNil sets the value for DefaultValue to be an explicit nil

func (*MetadataFieldMetadataFieldResponse) SetDescription ¶

func (o *MetadataFieldMetadataFieldResponse) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*MetadataFieldMetadataFieldResponse) SetDescriptionNil ¶

func (o *MetadataFieldMetadataFieldResponse) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*MetadataFieldMetadataFieldResponse) SetDisplayOrder ¶

func (o *MetadataFieldMetadataFieldResponse) SetDisplayOrder(v int32)

SetDisplayOrder gets a reference to the given NullableInt32 and assigns it to the DisplayOrder field.

func (*MetadataFieldMetadataFieldResponse) SetDisplayOrderNil ¶

func (o *MetadataFieldMetadataFieldResponse) SetDisplayOrderNil()

SetDisplayOrderNil sets the value for DisplayOrder to be an explicit nil

func (*MetadataFieldMetadataFieldResponse) SetEnrollment ¶

SetEnrollment gets a reference to the given CSSCMSCoreEnumsMetadataTypeEnrollment and assigns it to the Enrollment field.

func (*MetadataFieldMetadataFieldResponse) SetExemptFromActionedCount ¶

func (o *MetadataFieldMetadataFieldResponse) SetExemptFromActionedCount(v bool)

SetExemptFromActionedCount gets a reference to the given bool and assigns it to the ExemptFromActionedCount field.

func (*MetadataFieldMetadataFieldResponse) SetExplicitUpdate ¶

func (o *MetadataFieldMetadataFieldResponse) SetExplicitUpdate(v bool)

SetExplicitUpdate gets a reference to the given bool and assigns it to the ExplicitUpdate field. Deprecated

func (*MetadataFieldMetadataFieldResponse) SetHint ¶

SetHint gets a reference to the given NullableString and assigns it to the Hint field.

func (*MetadataFieldMetadataFieldResponse) SetHintNil ¶

func (o *MetadataFieldMetadataFieldResponse) SetHintNil()

SetHintNil sets the value for Hint to be an explicit nil

func (*MetadataFieldMetadataFieldResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*MetadataFieldMetadataFieldResponse) SetMessage ¶

func (o *MetadataFieldMetadataFieldResponse) SetMessage(v string)

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*MetadataFieldMetadataFieldResponse) SetMessageNil ¶

func (o *MetadataFieldMetadataFieldResponse) SetMessageNil()

SetMessageNil sets the value for Message to be an explicit nil

func (*MetadataFieldMetadataFieldResponse) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*MetadataFieldMetadataFieldResponse) SetNameNil ¶

func (o *MetadataFieldMetadataFieldResponse) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*MetadataFieldMetadataFieldResponse) SetOptions ¶

func (o *MetadataFieldMetadataFieldResponse) SetOptions(v string)

SetOptions gets a reference to the given NullableString and assigns it to the Options field.

func (*MetadataFieldMetadataFieldResponse) SetOptionsNil ¶

func (o *MetadataFieldMetadataFieldResponse) SetOptionsNil()

SetOptionsNil sets the value for Options to be an explicit nil

func (*MetadataFieldMetadataFieldResponse) SetValidation ¶

func (o *MetadataFieldMetadataFieldResponse) SetValidation(v string)

SetValidation gets a reference to the given NullableString and assigns it to the Validation field.

func (*MetadataFieldMetadataFieldResponse) SetValidationNil ¶

func (o *MetadataFieldMetadataFieldResponse) SetValidationNil()

SetValidationNil sets the value for Validation to be an explicit nil

func (MetadataFieldMetadataFieldResponse) ToMap ¶

func (o MetadataFieldMetadataFieldResponse) ToMap() (map[string]interface{}, error)

func (*MetadataFieldMetadataFieldResponse) UnsetDefaultValue ¶

func (o *MetadataFieldMetadataFieldResponse) UnsetDefaultValue()

UnsetDefaultValue ensures that no value is present for DefaultValue, not even an explicit nil

func (*MetadataFieldMetadataFieldResponse) UnsetDescription ¶

func (o *MetadataFieldMetadataFieldResponse) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

func (*MetadataFieldMetadataFieldResponse) UnsetDisplayOrder ¶

func (o *MetadataFieldMetadataFieldResponse) UnsetDisplayOrder()

UnsetDisplayOrder ensures that no value is present for DisplayOrder, not even an explicit nil

func (*MetadataFieldMetadataFieldResponse) UnsetHint ¶

func (o *MetadataFieldMetadataFieldResponse) UnsetHint()

UnsetHint ensures that no value is present for Hint, not even an explicit nil

func (*MetadataFieldMetadataFieldResponse) UnsetMessage ¶

func (o *MetadataFieldMetadataFieldResponse) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*MetadataFieldMetadataFieldResponse) UnsetName ¶

func (o *MetadataFieldMetadataFieldResponse) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*MetadataFieldMetadataFieldResponse) UnsetOptions ¶

func (o *MetadataFieldMetadataFieldResponse) UnsetOptions()

UnsetOptions ensures that no value is present for Options, not even an explicit nil

func (*MetadataFieldMetadataFieldResponse) UnsetValidation ¶

func (o *MetadataFieldMetadataFieldResponse) UnsetValidation()

UnsetValidation ensures that no value is present for Validation, not even an explicit nil

type MetadataFieldMetadataFieldUpdateRequest ¶

type MetadataFieldMetadataFieldUpdateRequest struct {
	Id           int32                                  `json:"Id"`
	Name         string                                 `json:"Name"`
	Description  string                                 `json:"Description"`
	DataType     CSSCMSCoreEnumsMetadataDataType        `json:"DataType"`
	Hint         NullableString                         `json:"Hint,omitempty"`
	Validation   NullableString                         `json:"Validation,omitempty"`
	Enrollment   *CSSCMSCoreEnumsMetadataTypeEnrollment `json:"Enrollment,omitempty"`
	Message      NullableString                         `json:"Message,omitempty"`
	Options      NullableString                         `json:"Options,omitempty"`
	DefaultValue NullableString                         `json:"DefaultValue,omitempty"`
	// Deprecated
	AllowAPI *bool `json:"AllowAPI,omitempty"`
	// Deprecated
	ExplicitUpdate          *bool `json:"ExplicitUpdate,omitempty"`
	DisplayOrder            int32 `json:"DisplayOrder"`
	CaseSensitive           *bool `json:"CaseSensitive,omitempty"`
	ExemptFromActionedCount *bool `json:"ExemptFromActionedCount,omitempty"`
}

MetadataFieldMetadataFieldUpdateRequest struct for MetadataFieldMetadataFieldUpdateRequest

func NewMetadataFieldMetadataFieldUpdateRequest ¶

func NewMetadataFieldMetadataFieldUpdateRequest(id int32, name string, description string, dataType CSSCMSCoreEnumsMetadataDataType, displayOrder int32) *MetadataFieldMetadataFieldUpdateRequest

NewMetadataFieldMetadataFieldUpdateRequest instantiates a new MetadataFieldMetadataFieldUpdateRequest 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 NewMetadataFieldMetadataFieldUpdateRequestWithDefaults ¶

func NewMetadataFieldMetadataFieldUpdateRequestWithDefaults() *MetadataFieldMetadataFieldUpdateRequest

NewMetadataFieldMetadataFieldUpdateRequestWithDefaults instantiates a new MetadataFieldMetadataFieldUpdateRequest 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 (*MetadataFieldMetadataFieldUpdateRequest) GetAllowAPI ¶

GetAllowAPI returns the AllowAPI field value if set, zero value otherwise. Deprecated

func (*MetadataFieldMetadataFieldUpdateRequest) GetAllowAPIOk ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) GetAllowAPIOk() (*bool, bool)

GetAllowAPIOk returns a tuple with the AllowAPI field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*MetadataFieldMetadataFieldUpdateRequest) GetCaseSensitive ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) GetCaseSensitive() bool

GetCaseSensitive returns the CaseSensitive field value if set, zero value otherwise.

func (*MetadataFieldMetadataFieldUpdateRequest) GetCaseSensitiveOk ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) GetCaseSensitiveOk() (*bool, bool)

GetCaseSensitiveOk returns a tuple with the CaseSensitive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataFieldMetadataFieldUpdateRequest) GetDataType ¶

GetDataType returns the DataType field value

func (*MetadataFieldMetadataFieldUpdateRequest) GetDataTypeOk ¶

GetDataTypeOk returns a tuple with the DataType field value and a boolean to check if the value has been set.

func (*MetadataFieldMetadataFieldUpdateRequest) GetDefaultValue ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) GetDefaultValue() string

GetDefaultValue returns the DefaultValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataFieldMetadataFieldUpdateRequest) GetDefaultValueOk ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) GetDefaultValueOk() (*string, bool)

GetDefaultValueOk returns a tuple with the DefaultValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataFieldMetadataFieldUpdateRequest) GetDescription ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) GetDescription() string

GetDescription returns the Description field value

func (*MetadataFieldMetadataFieldUpdateRequest) GetDescriptionOk ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*MetadataFieldMetadataFieldUpdateRequest) GetDisplayOrder ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) GetDisplayOrder() int32

GetDisplayOrder returns the DisplayOrder field value

func (*MetadataFieldMetadataFieldUpdateRequest) GetDisplayOrderOk ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) GetDisplayOrderOk() (*int32, bool)

GetDisplayOrderOk returns a tuple with the DisplayOrder field value and a boolean to check if the value has been set.

func (*MetadataFieldMetadataFieldUpdateRequest) GetEnrollment ¶

GetEnrollment returns the Enrollment field value if set, zero value otherwise.

func (*MetadataFieldMetadataFieldUpdateRequest) GetEnrollmentOk ¶

GetEnrollmentOk returns a tuple with the Enrollment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataFieldMetadataFieldUpdateRequest) GetExemptFromActionedCount ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) GetExemptFromActionedCount() bool

GetExemptFromActionedCount returns the ExemptFromActionedCount field value if set, zero value otherwise.

func (*MetadataFieldMetadataFieldUpdateRequest) GetExemptFromActionedCountOk ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) GetExemptFromActionedCountOk() (*bool, bool)

GetExemptFromActionedCountOk returns a tuple with the ExemptFromActionedCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MetadataFieldMetadataFieldUpdateRequest) GetExplicitUpdate ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) GetExplicitUpdate() bool

GetExplicitUpdate returns the ExplicitUpdate field value if set, zero value otherwise. Deprecated

func (*MetadataFieldMetadataFieldUpdateRequest) GetExplicitUpdateOk ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) GetExplicitUpdateOk() (*bool, bool)

GetExplicitUpdateOk returns a tuple with the ExplicitUpdate field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*MetadataFieldMetadataFieldUpdateRequest) GetHint ¶

GetHint returns the Hint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataFieldMetadataFieldUpdateRequest) GetHintOk ¶

GetHintOk returns a tuple with the Hint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataFieldMetadataFieldUpdateRequest) GetId ¶

GetId returns the Id field value

func (*MetadataFieldMetadataFieldUpdateRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*MetadataFieldMetadataFieldUpdateRequest) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataFieldMetadataFieldUpdateRequest) GetMessageOk ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataFieldMetadataFieldUpdateRequest) GetName ¶

GetName returns the Name field value

func (*MetadataFieldMetadataFieldUpdateRequest) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*MetadataFieldMetadataFieldUpdateRequest) GetOptions ¶

GetOptions returns the Options field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataFieldMetadataFieldUpdateRequest) GetOptionsOk ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) GetOptionsOk() (*string, bool)

GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataFieldMetadataFieldUpdateRequest) GetValidation ¶

GetValidation returns the Validation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MetadataFieldMetadataFieldUpdateRequest) GetValidationOk ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) GetValidationOk() (*string, bool)

GetValidationOk returns a tuple with the Validation field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MetadataFieldMetadataFieldUpdateRequest) HasAllowAPI ¶

HasAllowAPI returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldUpdateRequest) HasCaseSensitive ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) HasCaseSensitive() bool

HasCaseSensitive returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldUpdateRequest) HasDefaultValue ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) HasDefaultValue() bool

HasDefaultValue returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldUpdateRequest) HasEnrollment ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) HasEnrollment() bool

HasEnrollment returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldUpdateRequest) HasExemptFromActionedCount ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) HasExemptFromActionedCount() bool

HasExemptFromActionedCount returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldUpdateRequest) HasExplicitUpdate ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) HasExplicitUpdate() bool

HasExplicitUpdate returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldUpdateRequest) HasHint ¶

HasHint returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldUpdateRequest) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldUpdateRequest) HasOptions ¶

HasOptions returns a boolean if a field has been set.

func (*MetadataFieldMetadataFieldUpdateRequest) HasValidation ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) HasValidation() bool

HasValidation returns a boolean if a field has been set.

func (MetadataFieldMetadataFieldUpdateRequest) MarshalJSON ¶

func (o MetadataFieldMetadataFieldUpdateRequest) MarshalJSON() ([]byte, error)

func (*MetadataFieldMetadataFieldUpdateRequest) SetAllowAPI ¶

SetAllowAPI gets a reference to the given bool and assigns it to the AllowAPI field. Deprecated

func (*MetadataFieldMetadataFieldUpdateRequest) SetCaseSensitive ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) SetCaseSensitive(v bool)

SetCaseSensitive gets a reference to the given bool and assigns it to the CaseSensitive field.

func (*MetadataFieldMetadataFieldUpdateRequest) SetDataType ¶

SetDataType sets field value

func (*MetadataFieldMetadataFieldUpdateRequest) SetDefaultValue ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) SetDefaultValue(v string)

SetDefaultValue gets a reference to the given NullableString and assigns it to the DefaultValue field.

func (*MetadataFieldMetadataFieldUpdateRequest) SetDefaultValueNil ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) SetDefaultValueNil()

SetDefaultValueNil sets the value for DefaultValue to be an explicit nil

func (*MetadataFieldMetadataFieldUpdateRequest) SetDescription ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) SetDescription(v string)

SetDescription sets field value

func (*MetadataFieldMetadataFieldUpdateRequest) SetDisplayOrder ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) SetDisplayOrder(v int32)

SetDisplayOrder sets field value

func (*MetadataFieldMetadataFieldUpdateRequest) SetEnrollment ¶

SetEnrollment gets a reference to the given CSSCMSCoreEnumsMetadataTypeEnrollment and assigns it to the Enrollment field.

func (*MetadataFieldMetadataFieldUpdateRequest) SetExemptFromActionedCount ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) SetExemptFromActionedCount(v bool)

SetExemptFromActionedCount gets a reference to the given bool and assigns it to the ExemptFromActionedCount field.

func (*MetadataFieldMetadataFieldUpdateRequest) SetExplicitUpdate ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) SetExplicitUpdate(v bool)

SetExplicitUpdate gets a reference to the given bool and assigns it to the ExplicitUpdate field. Deprecated

func (*MetadataFieldMetadataFieldUpdateRequest) SetHint ¶

SetHint gets a reference to the given NullableString and assigns it to the Hint field.

func (*MetadataFieldMetadataFieldUpdateRequest) SetHintNil ¶

SetHintNil sets the value for Hint to be an explicit nil

func (*MetadataFieldMetadataFieldUpdateRequest) SetId ¶

SetId sets field value

func (*MetadataFieldMetadataFieldUpdateRequest) SetMessage ¶

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*MetadataFieldMetadataFieldUpdateRequest) SetMessageNil ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) SetMessageNil()

SetMessageNil sets the value for Message to be an explicit nil

func (*MetadataFieldMetadataFieldUpdateRequest) SetName ¶

SetName sets field value

func (*MetadataFieldMetadataFieldUpdateRequest) SetOptions ¶

SetOptions gets a reference to the given NullableString and assigns it to the Options field.

func (*MetadataFieldMetadataFieldUpdateRequest) SetOptionsNil ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) SetOptionsNil()

SetOptionsNil sets the value for Options to be an explicit nil

func (*MetadataFieldMetadataFieldUpdateRequest) SetValidation ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) SetValidation(v string)

SetValidation gets a reference to the given NullableString and assigns it to the Validation field.

func (*MetadataFieldMetadataFieldUpdateRequest) SetValidationNil ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) SetValidationNil()

SetValidationNil sets the value for Validation to be an explicit nil

func (MetadataFieldMetadataFieldUpdateRequest) ToMap ¶

func (o MetadataFieldMetadataFieldUpdateRequest) ToMap() (map[string]interface{}, error)

func (*MetadataFieldMetadataFieldUpdateRequest) UnsetDefaultValue ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) UnsetDefaultValue()

UnsetDefaultValue ensures that no value is present for DefaultValue, not even an explicit nil

func (*MetadataFieldMetadataFieldUpdateRequest) UnsetHint ¶

UnsetHint ensures that no value is present for Hint, not even an explicit nil

func (*MetadataFieldMetadataFieldUpdateRequest) UnsetMessage ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*MetadataFieldMetadataFieldUpdateRequest) UnsetOptions ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) UnsetOptions()

UnsetOptions ensures that no value is present for Options, not even an explicit nil

func (*MetadataFieldMetadataFieldUpdateRequest) UnsetValidation ¶

func (o *MetadataFieldMetadataFieldUpdateRequest) UnsetValidation()

UnsetValidation ensures that no value is present for Validation, not even an explicit nil

type MonitoringApiService ¶

type MonitoringApiService service

MonitoringApiService MonitoringApi service

func (*MonitoringApiService) CreateMonitoringResolveOCSPExecute ¶

Executes the API request V1 POST /Monitoring/ResolveOCSP

@return MonitoringOCSPParametersResponse

func (*MonitoringApiService) CreateMonitoringRevocationCRLTestExecute ¶

Executes the API request V1 POST /Monitoring/Revocation/CRL/Test

@return CSSCMSDataModelModelsMonitoringCRLTestResponse

func (*MonitoringApiService) CreateMonitoringRevocationExecute ¶

Executes the API request V1 POST /Monitoring/Revocation

@return MonitoringRevocationMonitoringDefinitionResponse

func (*MonitoringApiService) CreateMonitoringRevocationOCSPTestExecute ¶

Executes the API request V1 POST /Monitoring/Revocation/OCSP/Test

@return CSSCMSDataModelModelsMonitoringOCSPTestResponse

func (*MonitoringApiService) CreateMonitoringRevocationTestAllExecute ¶

Executes the API request V1 POST /Monitoring/Revocation/TestAll

@return MonitoringRevocationMonitoringAlertTestResponse

Deprecated

func (*MonitoringApiService) CreateMonitoringRevocationTestExecute ¶

Executes the API request V1 POST /Monitoring/Revocation/Test

@return MonitoringRevocationMonitoringAlertTestResponse

Deprecated

func (*MonitoringApiService) DeleteMonitoringRevocationByIdExecute ¶

func (a *MonitoringApiService) DeleteMonitoringRevocationByIdExecute(r ApiDeleteMonitoringRevocationByIdRequest) (*http.Response, error)

Executes the API request

func (*MonitoringApiService) GetMonitoringRevocationByIdExecute ¶

Executes the API request V1 GET /Monitoring/Revocation/{id}

@return MonitoringRevocationMonitoringDefinitionResponse

func (*MonitoringApiService) GetMonitoringRevocationExecute ¶

Executes the API request V1 GET /Monitoring/Revocation

@return []MonitoringRevocationMonitoringDefinitionResponse

func (*MonitoringApiService) NewCreateMonitoringResolveOCSPRequest ¶

func (a *MonitoringApiService) NewCreateMonitoringResolveOCSPRequest(ctx context.Context) ApiCreateMonitoringResolveOCSPRequest

Creates a new V1 POST /Monitoring/ResolveOCSP request.

CreateMonitoringResolveOCSP Resolve the Certificate authority given

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateMonitoringResolveOCSPRequest

func (*MonitoringApiService) NewCreateMonitoringRevocationCRLTestRequest ¶

func (a *MonitoringApiService) NewCreateMonitoringRevocationCRLTestRequest(ctx context.Context) ApiCreateMonitoringRevocationCRLTestRequest

Creates a new V1 POST /Monitoring/Revocation/CRL/Test request.

CreateMonitoringRevocationCRLTest Validates the connection info for the CRL provided by the model.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateMonitoringRevocationCRLTestRequest

func (*MonitoringApiService) NewCreateMonitoringRevocationOCSPTestRequest ¶

func (a *MonitoringApiService) NewCreateMonitoringRevocationOCSPTestRequest(ctx context.Context) ApiCreateMonitoringRevocationOCSPTestRequest

Creates a new V1 POST /Monitoring/Revocation/OCSP/Test request.

CreateMonitoringRevocationOCSPTest Validates the connection info for the OCSP endpoint provided by the model.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateMonitoringRevocationOCSPTestRequest

func (*MonitoringApiService) NewCreateMonitoringRevocationRequest ¶

func (a *MonitoringApiService) NewCreateMonitoringRevocationRequest(ctx context.Context) ApiCreateMonitoringRevocationRequest

Creates a new V1 POST /Monitoring/Revocation request.

CreateMonitoringRevocation Add a revocation monitoring endpoint

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateMonitoringRevocationRequest

func (*MonitoringApiService) NewCreateMonitoringRevocationTestAllRequest ¶

func (a *MonitoringApiService) NewCreateMonitoringRevocationTestAllRequest(ctx context.Context) ApiCreateMonitoringRevocationTestAllRequest

Creates a new V1 POST /Monitoring/Revocation/TestAll request.

CreateMonitoringRevocationTestAll Test All Alerts

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateMonitoringRevocationTestAllRequest

Deprecated

func (*MonitoringApiService) NewCreateMonitoringRevocationTestRequest ¶

func (a *MonitoringApiService) NewCreateMonitoringRevocationTestRequest(ctx context.Context) ApiCreateMonitoringRevocationTestRequest

Creates a new V1 POST /Monitoring/Revocation/Test request.

CreateMonitoringRevocationTest Test Alert

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateMonitoringRevocationTestRequest

Deprecated

func (*MonitoringApiService) NewDeleteMonitoringRevocationByIdRequest ¶

func (a *MonitoringApiService) NewDeleteMonitoringRevocationByIdRequest(ctx context.Context, id int32) ApiDeleteMonitoringRevocationByIdRequest

Creates a new V1 DELETE /Monitoring/Revocation/{id} request.

DeleteMonitoringRevocationById Delete a revocation monitoring endpoint

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Id for the revocation monitoring endpoint
@return ApiDeleteMonitoringRevocationByIdRequest

func (*MonitoringApiService) NewGetMonitoringRevocationByIdRequest ¶

func (a *MonitoringApiService) NewGetMonitoringRevocationByIdRequest(ctx context.Context, id int32) ApiGetMonitoringRevocationByIdRequest

Creates a new V1 GET /Monitoring/Revocation/{id} request.

GetMonitoringRevocationById Get a revocation monitoring endpoint

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Id for the endpoint to get
@return ApiGetMonitoringRevocationByIdRequest

func (*MonitoringApiService) NewGetMonitoringRevocationRequest ¶

func (a *MonitoringApiService) NewGetMonitoringRevocationRequest(ctx context.Context) ApiGetMonitoringRevocationRequest

Creates a new V1 GET /Monitoring/Revocation request.

GetMonitoringRevocation Gets all revocation monitoring endpoints according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetMonitoringRevocationRequest

func (*MonitoringApiService) NewUpdateMonitoringRevocationRequest ¶

func (a *MonitoringApiService) NewUpdateMonitoringRevocationRequest(ctx context.Context) ApiUpdateMonitoringRevocationRequest

Creates a new V1 PUT /Monitoring/Revocation request.

UpdateMonitoringRevocation Edit a revocation monitoring endpoint

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateMonitoringRevocationRequest

func (*MonitoringApiService) NewUpdateMonitoringRevocationScheduleRequest ¶

func (a *MonitoringApiService) NewUpdateMonitoringRevocationScheduleRequest(ctx context.Context) ApiUpdateMonitoringRevocationScheduleRequest

Creates a new V1 PUT /Monitoring/Revocation/Schedule request.

UpdateMonitoringRevocationSchedule Edit a revocation monitoring's schedule.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateMonitoringRevocationScheduleRequest

func (*MonitoringApiService) UpdateMonitoringRevocationExecute ¶

Executes the API request V1 PUT /Monitoring/Revocation

@return MonitoringRevocationMonitoringDefinitionResponse

func (*MonitoringApiService) UpdateMonitoringRevocationScheduleExecute ¶

Executes the API request V1 PUT /Monitoring/Revocation/Schedule

@return MonitoringRevocationMonitoringDefinitionResponse

type MonitoringDashboardRequest ¶

type MonitoringDashboardRequest struct {
	Show         bool   `json:"Show"`
	WarningHours *int32 `json:"WarningHours,omitempty"`
}

MonitoringDashboardRequest struct for MonitoringDashboardRequest

func NewMonitoringDashboardRequest ¶

func NewMonitoringDashboardRequest(show bool) *MonitoringDashboardRequest

NewMonitoringDashboardRequest instantiates a new MonitoringDashboardRequest 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 NewMonitoringDashboardRequestWithDefaults ¶

func NewMonitoringDashboardRequestWithDefaults() *MonitoringDashboardRequest

NewMonitoringDashboardRequestWithDefaults instantiates a new MonitoringDashboardRequest 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 (*MonitoringDashboardRequest) GetShow ¶

func (o *MonitoringDashboardRequest) GetShow() bool

GetShow returns the Show field value

func (*MonitoringDashboardRequest) GetShowOk ¶

func (o *MonitoringDashboardRequest) GetShowOk() (*bool, bool)

GetShowOk returns a tuple with the Show field value and a boolean to check if the value has been set.

func (*MonitoringDashboardRequest) GetWarningHours ¶

func (o *MonitoringDashboardRequest) GetWarningHours() int32

GetWarningHours returns the WarningHours field value if set, zero value otherwise.

func (*MonitoringDashboardRequest) GetWarningHoursOk ¶

func (o *MonitoringDashboardRequest) GetWarningHoursOk() (*int32, bool)

GetWarningHoursOk returns a tuple with the WarningHours field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringDashboardRequest) HasWarningHours ¶

func (o *MonitoringDashboardRequest) HasWarningHours() bool

HasWarningHours returns a boolean if a field has been set.

func (MonitoringDashboardRequest) MarshalJSON ¶

func (o MonitoringDashboardRequest) MarshalJSON() ([]byte, error)

func (*MonitoringDashboardRequest) SetShow ¶

func (o *MonitoringDashboardRequest) SetShow(v bool)

SetShow sets field value

func (*MonitoringDashboardRequest) SetWarningHours ¶

func (o *MonitoringDashboardRequest) SetWarningHours(v int32)

SetWarningHours gets a reference to the given int32 and assigns it to the WarningHours field.

func (MonitoringDashboardRequest) ToMap ¶

func (o MonitoringDashboardRequest) ToMap() (map[string]interface{}, error)

type MonitoringDashboardResponse ¶

type MonitoringDashboardResponse struct {
	Show         *bool  `json:"Show,omitempty"`
	WarningHours *int32 `json:"WarningHours,omitempty"`
}

MonitoringDashboardResponse struct for MonitoringDashboardResponse

func NewMonitoringDashboardResponse ¶

func NewMonitoringDashboardResponse() *MonitoringDashboardResponse

NewMonitoringDashboardResponse instantiates a new MonitoringDashboardResponse 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 NewMonitoringDashboardResponseWithDefaults ¶

func NewMonitoringDashboardResponseWithDefaults() *MonitoringDashboardResponse

NewMonitoringDashboardResponseWithDefaults instantiates a new MonitoringDashboardResponse 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 (*MonitoringDashboardResponse) GetShow ¶

func (o *MonitoringDashboardResponse) GetShow() bool

GetShow returns the Show field value if set, zero value otherwise.

func (*MonitoringDashboardResponse) GetShowOk ¶

func (o *MonitoringDashboardResponse) GetShowOk() (*bool, bool)

GetShowOk returns a tuple with the Show field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringDashboardResponse) GetWarningHours ¶

func (o *MonitoringDashboardResponse) GetWarningHours() int32

GetWarningHours returns the WarningHours field value if set, zero value otherwise.

func (*MonitoringDashboardResponse) GetWarningHoursOk ¶

func (o *MonitoringDashboardResponse) GetWarningHoursOk() (*int32, bool)

GetWarningHoursOk returns a tuple with the WarningHours field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringDashboardResponse) HasShow ¶

func (o *MonitoringDashboardResponse) HasShow() bool

HasShow returns a boolean if a field has been set.

func (*MonitoringDashboardResponse) HasWarningHours ¶

func (o *MonitoringDashboardResponse) HasWarningHours() bool

HasWarningHours returns a boolean if a field has been set.

func (MonitoringDashboardResponse) MarshalJSON ¶

func (o MonitoringDashboardResponse) MarshalJSON() ([]byte, error)

func (*MonitoringDashboardResponse) SetShow ¶

func (o *MonitoringDashboardResponse) SetShow(v bool)

SetShow gets a reference to the given bool and assigns it to the Show field.

func (*MonitoringDashboardResponse) SetWarningHours ¶

func (o *MonitoringDashboardResponse) SetWarningHours(v int32)

SetWarningHours gets a reference to the given int32 and assigns it to the WarningHours field.

func (MonitoringDashboardResponse) ToMap ¶

func (o MonitoringDashboardResponse) ToMap() (map[string]interface{}, error)

type MonitoringEmailRequest ¶

type MonitoringEmailRequest struct {
	EnableReminder *bool    `json:"EnableReminder,omitempty"`
	WarningDays    *int32   `json:"WarningDays,omitempty"`
	Recipients     []string `json:"Recipients,omitempty"`
}

MonitoringEmailRequest struct for MonitoringEmailRequest

func NewMonitoringEmailRequest ¶

func NewMonitoringEmailRequest() *MonitoringEmailRequest

NewMonitoringEmailRequest instantiates a new MonitoringEmailRequest 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 NewMonitoringEmailRequestWithDefaults ¶

func NewMonitoringEmailRequestWithDefaults() *MonitoringEmailRequest

NewMonitoringEmailRequestWithDefaults instantiates a new MonitoringEmailRequest 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 (*MonitoringEmailRequest) GetEnableReminder ¶

func (o *MonitoringEmailRequest) GetEnableReminder() bool

GetEnableReminder returns the EnableReminder field value if set, zero value otherwise.

func (*MonitoringEmailRequest) GetEnableReminderOk ¶

func (o *MonitoringEmailRequest) GetEnableReminderOk() (*bool, bool)

GetEnableReminderOk returns a tuple with the EnableReminder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringEmailRequest) GetRecipients ¶

func (o *MonitoringEmailRequest) GetRecipients() []string

GetRecipients returns the Recipients field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MonitoringEmailRequest) GetRecipientsOk ¶

func (o *MonitoringEmailRequest) GetRecipientsOk() ([]string, bool)

GetRecipientsOk returns a tuple with the Recipients field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MonitoringEmailRequest) GetWarningDays ¶

func (o *MonitoringEmailRequest) GetWarningDays() int32

GetWarningDays returns the WarningDays field value if set, zero value otherwise.

func (*MonitoringEmailRequest) GetWarningDaysOk ¶

func (o *MonitoringEmailRequest) GetWarningDaysOk() (*int32, bool)

GetWarningDaysOk returns a tuple with the WarningDays field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringEmailRequest) HasEnableReminder ¶

func (o *MonitoringEmailRequest) HasEnableReminder() bool

HasEnableReminder returns a boolean if a field has been set.

func (*MonitoringEmailRequest) HasRecipients ¶

func (o *MonitoringEmailRequest) HasRecipients() bool

HasRecipients returns a boolean if a field has been set.

func (*MonitoringEmailRequest) HasWarningDays ¶

func (o *MonitoringEmailRequest) HasWarningDays() bool

HasWarningDays returns a boolean if a field has been set.

func (MonitoringEmailRequest) MarshalJSON ¶

func (o MonitoringEmailRequest) MarshalJSON() ([]byte, error)

func (*MonitoringEmailRequest) SetEnableReminder ¶

func (o *MonitoringEmailRequest) SetEnableReminder(v bool)

SetEnableReminder gets a reference to the given bool and assigns it to the EnableReminder field.

func (*MonitoringEmailRequest) SetRecipients ¶

func (o *MonitoringEmailRequest) SetRecipients(v []string)

SetRecipients gets a reference to the given []string and assigns it to the Recipients field.

func (*MonitoringEmailRequest) SetWarningDays ¶

func (o *MonitoringEmailRequest) SetWarningDays(v int32)

SetWarningDays gets a reference to the given int32 and assigns it to the WarningDays field.

func (MonitoringEmailRequest) ToMap ¶

func (o MonitoringEmailRequest) ToMap() (map[string]interface{}, error)

type MonitoringEmailResponse ¶

type MonitoringEmailResponse struct {
	EnableReminder *bool    `json:"EnableReminder,omitempty"`
	WarningDays    *int32   `json:"WarningDays,omitempty"`
	Recipients     []string `json:"Recipients,omitempty"`
}

MonitoringEmailResponse struct for MonitoringEmailResponse

func NewMonitoringEmailResponse ¶

func NewMonitoringEmailResponse() *MonitoringEmailResponse

NewMonitoringEmailResponse instantiates a new MonitoringEmailResponse 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 NewMonitoringEmailResponseWithDefaults ¶

func NewMonitoringEmailResponseWithDefaults() *MonitoringEmailResponse

NewMonitoringEmailResponseWithDefaults instantiates a new MonitoringEmailResponse 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 (*MonitoringEmailResponse) GetEnableReminder ¶

func (o *MonitoringEmailResponse) GetEnableReminder() bool

GetEnableReminder returns the EnableReminder field value if set, zero value otherwise.

func (*MonitoringEmailResponse) GetEnableReminderOk ¶

func (o *MonitoringEmailResponse) GetEnableReminderOk() (*bool, bool)

GetEnableReminderOk returns a tuple with the EnableReminder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringEmailResponse) GetRecipients ¶

func (o *MonitoringEmailResponse) GetRecipients() []string

GetRecipients returns the Recipients field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MonitoringEmailResponse) GetRecipientsOk ¶

func (o *MonitoringEmailResponse) GetRecipientsOk() ([]string, bool)

GetRecipientsOk returns a tuple with the Recipients field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MonitoringEmailResponse) GetWarningDays ¶

func (o *MonitoringEmailResponse) GetWarningDays() int32

GetWarningDays returns the WarningDays field value if set, zero value otherwise.

func (*MonitoringEmailResponse) GetWarningDaysOk ¶

func (o *MonitoringEmailResponse) GetWarningDaysOk() (*int32, bool)

GetWarningDaysOk returns a tuple with the WarningDays field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringEmailResponse) HasEnableReminder ¶

func (o *MonitoringEmailResponse) HasEnableReminder() bool

HasEnableReminder returns a boolean if a field has been set.

func (*MonitoringEmailResponse) HasRecipients ¶

func (o *MonitoringEmailResponse) HasRecipients() bool

HasRecipients returns a boolean if a field has been set.

func (*MonitoringEmailResponse) HasWarningDays ¶

func (o *MonitoringEmailResponse) HasWarningDays() bool

HasWarningDays returns a boolean if a field has been set.

func (MonitoringEmailResponse) MarshalJSON ¶

func (o MonitoringEmailResponse) MarshalJSON() ([]byte, error)

func (*MonitoringEmailResponse) SetEnableReminder ¶

func (o *MonitoringEmailResponse) SetEnableReminder(v bool)

SetEnableReminder gets a reference to the given bool and assigns it to the EnableReminder field.

func (*MonitoringEmailResponse) SetRecipients ¶

func (o *MonitoringEmailResponse) SetRecipients(v []string)

SetRecipients gets a reference to the given []string and assigns it to the Recipients field.

func (*MonitoringEmailResponse) SetWarningDays ¶

func (o *MonitoringEmailResponse) SetWarningDays(v int32)

SetWarningDays gets a reference to the given int32 and assigns it to the WarningDays field.

func (MonitoringEmailResponse) ToMap ¶

func (o MonitoringEmailResponse) ToMap() (map[string]interface{}, error)

type MonitoringOCSPParametersRequest ¶

type MonitoringOCSPParametersRequest struct {
	CertificateContents    NullableString `json:"CertificateContents,omitempty"`
	CertificateAuthorityId NullableInt32  `json:"CertificateAuthorityId,omitempty"`
	AuthorityName          NullableString `json:"AuthorityName,omitempty"`
	AuthorityNameId        NullableString `json:"AuthorityNameId,omitempty"`
	AuthorityKeyId         NullableString `json:"AuthorityKeyId,omitempty"`
	SampleSerialNumber     NullableString `json:"SampleSerialNumber,omitempty"`
	FileName               NullableString `json:"FileName,omitempty"`
}

MonitoringOCSPParametersRequest struct for MonitoringOCSPParametersRequest

func NewMonitoringOCSPParametersRequest ¶

func NewMonitoringOCSPParametersRequest() *MonitoringOCSPParametersRequest

NewMonitoringOCSPParametersRequest instantiates a new MonitoringOCSPParametersRequest 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 NewMonitoringOCSPParametersRequestWithDefaults ¶

func NewMonitoringOCSPParametersRequestWithDefaults() *MonitoringOCSPParametersRequest

NewMonitoringOCSPParametersRequestWithDefaults instantiates a new MonitoringOCSPParametersRequest 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 (*MonitoringOCSPParametersRequest) GetAuthorityKeyId ¶

func (o *MonitoringOCSPParametersRequest) GetAuthorityKeyId() string

GetAuthorityKeyId returns the AuthorityKeyId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MonitoringOCSPParametersRequest) GetAuthorityKeyIdOk ¶

func (o *MonitoringOCSPParametersRequest) GetAuthorityKeyIdOk() (*string, bool)

GetAuthorityKeyIdOk returns a tuple with the AuthorityKeyId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MonitoringOCSPParametersRequest) GetAuthorityName ¶

func (o *MonitoringOCSPParametersRequest) GetAuthorityName() string

GetAuthorityName returns the AuthorityName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MonitoringOCSPParametersRequest) GetAuthorityNameId ¶

func (o *MonitoringOCSPParametersRequest) GetAuthorityNameId() string

GetAuthorityNameId returns the AuthorityNameId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MonitoringOCSPParametersRequest) GetAuthorityNameIdOk ¶

func (o *MonitoringOCSPParametersRequest) GetAuthorityNameIdOk() (*string, bool)

GetAuthorityNameIdOk returns a tuple with the AuthorityNameId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MonitoringOCSPParametersRequest) GetAuthorityNameOk ¶

func (o *MonitoringOCSPParametersRequest) GetAuthorityNameOk() (*string, bool)

GetAuthorityNameOk returns a tuple with the AuthorityName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MonitoringOCSPParametersRequest) GetCertificateAuthorityId ¶

func (o *MonitoringOCSPParametersRequest) GetCertificateAuthorityId() int32

GetCertificateAuthorityId returns the CertificateAuthorityId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MonitoringOCSPParametersRequest) GetCertificateAuthorityIdOk ¶

func (o *MonitoringOCSPParametersRequest) GetCertificateAuthorityIdOk() (*int32, bool)

GetCertificateAuthorityIdOk returns a tuple with the CertificateAuthorityId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MonitoringOCSPParametersRequest) GetCertificateContents ¶

func (o *MonitoringOCSPParametersRequest) GetCertificateContents() string

GetCertificateContents returns the CertificateContents field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MonitoringOCSPParametersRequest) GetCertificateContentsOk ¶

func (o *MonitoringOCSPParametersRequest) GetCertificateContentsOk() (*string, bool)

GetCertificateContentsOk returns a tuple with the CertificateContents field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MonitoringOCSPParametersRequest) GetFileName ¶

func (o *MonitoringOCSPParametersRequest) GetFileName() string

GetFileName returns the FileName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MonitoringOCSPParametersRequest) GetFileNameOk ¶

func (o *MonitoringOCSPParametersRequest) GetFileNameOk() (*string, bool)

GetFileNameOk returns a tuple with the FileName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MonitoringOCSPParametersRequest) GetSampleSerialNumber ¶

func (o *MonitoringOCSPParametersRequest) GetSampleSerialNumber() string

GetSampleSerialNumber returns the SampleSerialNumber field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MonitoringOCSPParametersRequest) GetSampleSerialNumberOk ¶

func (o *MonitoringOCSPParametersRequest) GetSampleSerialNumberOk() (*string, bool)

GetSampleSerialNumberOk returns a tuple with the SampleSerialNumber field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MonitoringOCSPParametersRequest) HasAuthorityKeyId ¶

func (o *MonitoringOCSPParametersRequest) HasAuthorityKeyId() bool

HasAuthorityKeyId returns a boolean if a field has been set.

func (*MonitoringOCSPParametersRequest) HasAuthorityName ¶

func (o *MonitoringOCSPParametersRequest) HasAuthorityName() bool

HasAuthorityName returns a boolean if a field has been set.

func (*MonitoringOCSPParametersRequest) HasAuthorityNameId ¶

func (o *MonitoringOCSPParametersRequest) HasAuthorityNameId() bool

HasAuthorityNameId returns a boolean if a field has been set.

func (*MonitoringOCSPParametersRequest) HasCertificateAuthorityId ¶

func (o *MonitoringOCSPParametersRequest) HasCertificateAuthorityId() bool

HasCertificateAuthorityId returns a boolean if a field has been set.

func (*MonitoringOCSPParametersRequest) HasCertificateContents ¶

func (o *MonitoringOCSPParametersRequest) HasCertificateContents() bool

HasCertificateContents returns a boolean if a field has been set.

func (*MonitoringOCSPParametersRequest) HasFileName ¶

func (o *MonitoringOCSPParametersRequest) HasFileName() bool

HasFileName returns a boolean if a field has been set.

func (*MonitoringOCSPParametersRequest) HasSampleSerialNumber ¶

func (o *MonitoringOCSPParametersRequest) HasSampleSerialNumber() bool

HasSampleSerialNumber returns a boolean if a field has been set.

func (MonitoringOCSPParametersRequest) MarshalJSON ¶

func (o MonitoringOCSPParametersRequest) MarshalJSON() ([]byte, error)

func (*MonitoringOCSPParametersRequest) SetAuthorityKeyId ¶

func (o *MonitoringOCSPParametersRequest) SetAuthorityKeyId(v string)

SetAuthorityKeyId gets a reference to the given NullableString and assigns it to the AuthorityKeyId field.

func (*MonitoringOCSPParametersRequest) SetAuthorityKeyIdNil ¶

func (o *MonitoringOCSPParametersRequest) SetAuthorityKeyIdNil()

SetAuthorityKeyIdNil sets the value for AuthorityKeyId to be an explicit nil

func (*MonitoringOCSPParametersRequest) SetAuthorityName ¶

func (o *MonitoringOCSPParametersRequest) SetAuthorityName(v string)

SetAuthorityName gets a reference to the given NullableString and assigns it to the AuthorityName field.

func (*MonitoringOCSPParametersRequest) SetAuthorityNameId ¶

func (o *MonitoringOCSPParametersRequest) SetAuthorityNameId(v string)

SetAuthorityNameId gets a reference to the given NullableString and assigns it to the AuthorityNameId field.

func (*MonitoringOCSPParametersRequest) SetAuthorityNameIdNil ¶

func (o *MonitoringOCSPParametersRequest) SetAuthorityNameIdNil()

SetAuthorityNameIdNil sets the value for AuthorityNameId to be an explicit nil

func (*MonitoringOCSPParametersRequest) SetAuthorityNameNil ¶

func (o *MonitoringOCSPParametersRequest) SetAuthorityNameNil()

SetAuthorityNameNil sets the value for AuthorityName to be an explicit nil

func (*MonitoringOCSPParametersRequest) SetCertificateAuthorityId ¶

func (o *MonitoringOCSPParametersRequest) SetCertificateAuthorityId(v int32)

SetCertificateAuthorityId gets a reference to the given NullableInt32 and assigns it to the CertificateAuthorityId field.

func (*MonitoringOCSPParametersRequest) SetCertificateAuthorityIdNil ¶

func (o *MonitoringOCSPParametersRequest) SetCertificateAuthorityIdNil()

SetCertificateAuthorityIdNil sets the value for CertificateAuthorityId to be an explicit nil

func (*MonitoringOCSPParametersRequest) SetCertificateContents ¶

func (o *MonitoringOCSPParametersRequest) SetCertificateContents(v string)

SetCertificateContents gets a reference to the given NullableString and assigns it to the CertificateContents field.

func (*MonitoringOCSPParametersRequest) SetCertificateContentsNil ¶

func (o *MonitoringOCSPParametersRequest) SetCertificateContentsNil()

SetCertificateContentsNil sets the value for CertificateContents to be an explicit nil

func (*MonitoringOCSPParametersRequest) SetFileName ¶

func (o *MonitoringOCSPParametersRequest) SetFileName(v string)

SetFileName gets a reference to the given NullableString and assigns it to the FileName field.

func (*MonitoringOCSPParametersRequest) SetFileNameNil ¶

func (o *MonitoringOCSPParametersRequest) SetFileNameNil()

SetFileNameNil sets the value for FileName to be an explicit nil

func (*MonitoringOCSPParametersRequest) SetSampleSerialNumber ¶

func (o *MonitoringOCSPParametersRequest) SetSampleSerialNumber(v string)

SetSampleSerialNumber gets a reference to the given NullableString and assigns it to the SampleSerialNumber field.

func (*MonitoringOCSPParametersRequest) SetSampleSerialNumberNil ¶

func (o *MonitoringOCSPParametersRequest) SetSampleSerialNumberNil()

SetSampleSerialNumberNil sets the value for SampleSerialNumber to be an explicit nil

func (MonitoringOCSPParametersRequest) ToMap ¶

func (o MonitoringOCSPParametersRequest) ToMap() (map[string]interface{}, error)

func (*MonitoringOCSPParametersRequest) UnsetAuthorityKeyId ¶

func (o *MonitoringOCSPParametersRequest) UnsetAuthorityKeyId()

UnsetAuthorityKeyId ensures that no value is present for AuthorityKeyId, not even an explicit nil

func (*MonitoringOCSPParametersRequest) UnsetAuthorityName ¶

func (o *MonitoringOCSPParametersRequest) UnsetAuthorityName()

UnsetAuthorityName ensures that no value is present for AuthorityName, not even an explicit nil

func (*MonitoringOCSPParametersRequest) UnsetAuthorityNameId ¶

func (o *MonitoringOCSPParametersRequest) UnsetAuthorityNameId()

UnsetAuthorityNameId ensures that no value is present for AuthorityNameId, not even an explicit nil

func (*MonitoringOCSPParametersRequest) UnsetCertificateAuthorityId ¶

func (o *MonitoringOCSPParametersRequest) UnsetCertificateAuthorityId()

UnsetCertificateAuthorityId ensures that no value is present for CertificateAuthorityId, not even an explicit nil

func (*MonitoringOCSPParametersRequest) UnsetCertificateContents ¶

func (o *MonitoringOCSPParametersRequest) UnsetCertificateContents()

UnsetCertificateContents ensures that no value is present for CertificateContents, not even an explicit nil

func (*MonitoringOCSPParametersRequest) UnsetFileName ¶

func (o *MonitoringOCSPParametersRequest) UnsetFileName()

UnsetFileName ensures that no value is present for FileName, not even an explicit nil

func (*MonitoringOCSPParametersRequest) UnsetSampleSerialNumber ¶

func (o *MonitoringOCSPParametersRequest) UnsetSampleSerialNumber()

UnsetSampleSerialNumber ensures that no value is present for SampleSerialNumber, not even an explicit nil

type MonitoringOCSPParametersResponse ¶

type MonitoringOCSPParametersResponse struct {
	CertificateAuthorityId NullableInt32  `json:"CertificateAuthorityId,omitempty"`
	AuthorityName          NullableString `json:"AuthorityName,omitempty"`
	AuthorityNameId        NullableString `json:"AuthorityNameId,omitempty"`
	AuthorityKeyId         NullableString `json:"AuthorityKeyId,omitempty"`
	SampleSerialNumber     NullableString `json:"SampleSerialNumber,omitempty"`
	FileName               NullableString `json:"FileName,omitempty"`
}

MonitoringOCSPParametersResponse struct for MonitoringOCSPParametersResponse

func NewMonitoringOCSPParametersResponse ¶

func NewMonitoringOCSPParametersResponse() *MonitoringOCSPParametersResponse

NewMonitoringOCSPParametersResponse instantiates a new MonitoringOCSPParametersResponse 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 NewMonitoringOCSPParametersResponseWithDefaults ¶

func NewMonitoringOCSPParametersResponseWithDefaults() *MonitoringOCSPParametersResponse

NewMonitoringOCSPParametersResponseWithDefaults instantiates a new MonitoringOCSPParametersResponse 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 (*MonitoringOCSPParametersResponse) GetAuthorityKeyId ¶

func (o *MonitoringOCSPParametersResponse) GetAuthorityKeyId() string

GetAuthorityKeyId returns the AuthorityKeyId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MonitoringOCSPParametersResponse) GetAuthorityKeyIdOk ¶

func (o *MonitoringOCSPParametersResponse) GetAuthorityKeyIdOk() (*string, bool)

GetAuthorityKeyIdOk returns a tuple with the AuthorityKeyId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MonitoringOCSPParametersResponse) GetAuthorityName ¶

func (o *MonitoringOCSPParametersResponse) GetAuthorityName() string

GetAuthorityName returns the AuthorityName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MonitoringOCSPParametersResponse) GetAuthorityNameId ¶

func (o *MonitoringOCSPParametersResponse) GetAuthorityNameId() string

GetAuthorityNameId returns the AuthorityNameId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MonitoringOCSPParametersResponse) GetAuthorityNameIdOk ¶

func (o *MonitoringOCSPParametersResponse) GetAuthorityNameIdOk() (*string, bool)

GetAuthorityNameIdOk returns a tuple with the AuthorityNameId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MonitoringOCSPParametersResponse) GetAuthorityNameOk ¶

func (o *MonitoringOCSPParametersResponse) GetAuthorityNameOk() (*string, bool)

GetAuthorityNameOk returns a tuple with the AuthorityName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MonitoringOCSPParametersResponse) GetCertificateAuthorityId ¶

func (o *MonitoringOCSPParametersResponse) GetCertificateAuthorityId() int32

GetCertificateAuthorityId returns the CertificateAuthorityId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MonitoringOCSPParametersResponse) GetCertificateAuthorityIdOk ¶

func (o *MonitoringOCSPParametersResponse) GetCertificateAuthorityIdOk() (*int32, bool)

GetCertificateAuthorityIdOk returns a tuple with the CertificateAuthorityId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MonitoringOCSPParametersResponse) GetFileName ¶

func (o *MonitoringOCSPParametersResponse) GetFileName() string

GetFileName returns the FileName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MonitoringOCSPParametersResponse) GetFileNameOk ¶

func (o *MonitoringOCSPParametersResponse) GetFileNameOk() (*string, bool)

GetFileNameOk returns a tuple with the FileName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MonitoringOCSPParametersResponse) GetSampleSerialNumber ¶

func (o *MonitoringOCSPParametersResponse) GetSampleSerialNumber() string

GetSampleSerialNumber returns the SampleSerialNumber field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MonitoringOCSPParametersResponse) GetSampleSerialNumberOk ¶

func (o *MonitoringOCSPParametersResponse) GetSampleSerialNumberOk() (*string, bool)

GetSampleSerialNumberOk returns a tuple with the SampleSerialNumber field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MonitoringOCSPParametersResponse) HasAuthorityKeyId ¶

func (o *MonitoringOCSPParametersResponse) HasAuthorityKeyId() bool

HasAuthorityKeyId returns a boolean if a field has been set.

func (*MonitoringOCSPParametersResponse) HasAuthorityName ¶

func (o *MonitoringOCSPParametersResponse) HasAuthorityName() bool

HasAuthorityName returns a boolean if a field has been set.

func (*MonitoringOCSPParametersResponse) HasAuthorityNameId ¶

func (o *MonitoringOCSPParametersResponse) HasAuthorityNameId() bool

HasAuthorityNameId returns a boolean if a field has been set.

func (*MonitoringOCSPParametersResponse) HasCertificateAuthorityId ¶

func (o *MonitoringOCSPParametersResponse) HasCertificateAuthorityId() bool

HasCertificateAuthorityId returns a boolean if a field has been set.

func (*MonitoringOCSPParametersResponse) HasFileName ¶

func (o *MonitoringOCSPParametersResponse) HasFileName() bool

HasFileName returns a boolean if a field has been set.

func (*MonitoringOCSPParametersResponse) HasSampleSerialNumber ¶

func (o *MonitoringOCSPParametersResponse) HasSampleSerialNumber() bool

HasSampleSerialNumber returns a boolean if a field has been set.

func (MonitoringOCSPParametersResponse) MarshalJSON ¶

func (o MonitoringOCSPParametersResponse) MarshalJSON() ([]byte, error)

func (*MonitoringOCSPParametersResponse) SetAuthorityKeyId ¶

func (o *MonitoringOCSPParametersResponse) SetAuthorityKeyId(v string)

SetAuthorityKeyId gets a reference to the given NullableString and assigns it to the AuthorityKeyId field.

func (*MonitoringOCSPParametersResponse) SetAuthorityKeyIdNil ¶

func (o *MonitoringOCSPParametersResponse) SetAuthorityKeyIdNil()

SetAuthorityKeyIdNil sets the value for AuthorityKeyId to be an explicit nil

func (*MonitoringOCSPParametersResponse) SetAuthorityName ¶

func (o *MonitoringOCSPParametersResponse) SetAuthorityName(v string)

SetAuthorityName gets a reference to the given NullableString and assigns it to the AuthorityName field.

func (*MonitoringOCSPParametersResponse) SetAuthorityNameId ¶

func (o *MonitoringOCSPParametersResponse) SetAuthorityNameId(v string)

SetAuthorityNameId gets a reference to the given NullableString and assigns it to the AuthorityNameId field.

func (*MonitoringOCSPParametersResponse) SetAuthorityNameIdNil ¶

func (o *MonitoringOCSPParametersResponse) SetAuthorityNameIdNil()

SetAuthorityNameIdNil sets the value for AuthorityNameId to be an explicit nil

func (*MonitoringOCSPParametersResponse) SetAuthorityNameNil ¶

func (o *MonitoringOCSPParametersResponse) SetAuthorityNameNil()

SetAuthorityNameNil sets the value for AuthorityName to be an explicit nil

func (*MonitoringOCSPParametersResponse) SetCertificateAuthorityId ¶

func (o *MonitoringOCSPParametersResponse) SetCertificateAuthorityId(v int32)

SetCertificateAuthorityId gets a reference to the given NullableInt32 and assigns it to the CertificateAuthorityId field.

func (*MonitoringOCSPParametersResponse) SetCertificateAuthorityIdNil ¶

func (o *MonitoringOCSPParametersResponse) SetCertificateAuthorityIdNil()

SetCertificateAuthorityIdNil sets the value for CertificateAuthorityId to be an explicit nil

func (*MonitoringOCSPParametersResponse) SetFileName ¶

func (o *MonitoringOCSPParametersResponse) SetFileName(v string)

SetFileName gets a reference to the given NullableString and assigns it to the FileName field.

func (*MonitoringOCSPParametersResponse) SetFileNameNil ¶

func (o *MonitoringOCSPParametersResponse) SetFileNameNil()

SetFileNameNil sets the value for FileName to be an explicit nil

func (*MonitoringOCSPParametersResponse) SetSampleSerialNumber ¶

func (o *MonitoringOCSPParametersResponse) SetSampleSerialNumber(v string)

SetSampleSerialNumber gets a reference to the given NullableString and assigns it to the SampleSerialNumber field.

func (*MonitoringOCSPParametersResponse) SetSampleSerialNumberNil ¶

func (o *MonitoringOCSPParametersResponse) SetSampleSerialNumberNil()

SetSampleSerialNumberNil sets the value for SampleSerialNumber to be an explicit nil

func (MonitoringOCSPParametersResponse) ToMap ¶

func (o MonitoringOCSPParametersResponse) ToMap() (map[string]interface{}, error)

func (*MonitoringOCSPParametersResponse) UnsetAuthorityKeyId ¶

func (o *MonitoringOCSPParametersResponse) UnsetAuthorityKeyId()

UnsetAuthorityKeyId ensures that no value is present for AuthorityKeyId, not even an explicit nil

func (*MonitoringOCSPParametersResponse) UnsetAuthorityName ¶

func (o *MonitoringOCSPParametersResponse) UnsetAuthorityName()

UnsetAuthorityName ensures that no value is present for AuthorityName, not even an explicit nil

func (*MonitoringOCSPParametersResponse) UnsetAuthorityNameId ¶

func (o *MonitoringOCSPParametersResponse) UnsetAuthorityNameId()

UnsetAuthorityNameId ensures that no value is present for AuthorityNameId, not even an explicit nil

func (*MonitoringOCSPParametersResponse) UnsetCertificateAuthorityId ¶

func (o *MonitoringOCSPParametersResponse) UnsetCertificateAuthorityId()

UnsetCertificateAuthorityId ensures that no value is present for CertificateAuthorityId, not even an explicit nil

func (*MonitoringOCSPParametersResponse) UnsetFileName ¶

func (o *MonitoringOCSPParametersResponse) UnsetFileName()

UnsetFileName ensures that no value is present for FileName, not even an explicit nil

func (*MonitoringOCSPParametersResponse) UnsetSampleSerialNumber ¶

func (o *MonitoringOCSPParametersResponse) UnsetSampleSerialNumber()

UnsetSampleSerialNumber ensures that no value is present for SampleSerialNumber, not even an explicit nil

type MonitoringRevocationMonitoringAlertTestAllRequest ¶

type MonitoringRevocationMonitoringAlertTestAllRequest struct {
	EvaluationDate *time.Time `json:"EvaluationDate,omitempty"`
	SendAlerts     *bool      `json:"SendAlerts,omitempty"`
}

MonitoringRevocationMonitoringAlertTestAllRequest struct for MonitoringRevocationMonitoringAlertTestAllRequest

func NewMonitoringRevocationMonitoringAlertTestAllRequest ¶

func NewMonitoringRevocationMonitoringAlertTestAllRequest() *MonitoringRevocationMonitoringAlertTestAllRequest

NewMonitoringRevocationMonitoringAlertTestAllRequest instantiates a new MonitoringRevocationMonitoringAlertTestAllRequest 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 NewMonitoringRevocationMonitoringAlertTestAllRequestWithDefaults ¶

func NewMonitoringRevocationMonitoringAlertTestAllRequestWithDefaults() *MonitoringRevocationMonitoringAlertTestAllRequest

NewMonitoringRevocationMonitoringAlertTestAllRequestWithDefaults instantiates a new MonitoringRevocationMonitoringAlertTestAllRequest 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 (*MonitoringRevocationMonitoringAlertTestAllRequest) GetEvaluationDate ¶

GetEvaluationDate returns the EvaluationDate field value if set, zero value otherwise.

func (*MonitoringRevocationMonitoringAlertTestAllRequest) GetEvaluationDateOk ¶

func (o *MonitoringRevocationMonitoringAlertTestAllRequest) GetEvaluationDateOk() (*time.Time, bool)

GetEvaluationDateOk returns a tuple with the EvaluationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringAlertTestAllRequest) GetSendAlerts ¶

GetSendAlerts returns the SendAlerts field value if set, zero value otherwise.

func (*MonitoringRevocationMonitoringAlertTestAllRequest) GetSendAlertsOk ¶

GetSendAlertsOk returns a tuple with the SendAlerts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringAlertTestAllRequest) HasEvaluationDate ¶

HasEvaluationDate returns a boolean if a field has been set.

func (*MonitoringRevocationMonitoringAlertTestAllRequest) HasSendAlerts ¶

HasSendAlerts returns a boolean if a field has been set.

func (MonitoringRevocationMonitoringAlertTestAllRequest) MarshalJSON ¶

func (*MonitoringRevocationMonitoringAlertTestAllRequest) SetEvaluationDate ¶

SetEvaluationDate gets a reference to the given time.Time and assigns it to the EvaluationDate field.

func (*MonitoringRevocationMonitoringAlertTestAllRequest) SetSendAlerts ¶

SetSendAlerts gets a reference to the given bool and assigns it to the SendAlerts field.

func (MonitoringRevocationMonitoringAlertTestAllRequest) ToMap ¶

func (o MonitoringRevocationMonitoringAlertTestAllRequest) ToMap() (map[string]interface{}, error)

type MonitoringRevocationMonitoringAlertTestRequest ¶

type MonitoringRevocationMonitoringAlertTestRequest struct {
	AlertId        *int32     `json:"AlertId,omitempty"`
	EvaluationDate *time.Time `json:"EvaluationDate,omitempty"`
	SendAlerts     *bool      `json:"SendAlerts,omitempty"`
}

MonitoringRevocationMonitoringAlertTestRequest struct for MonitoringRevocationMonitoringAlertTestRequest

func NewMonitoringRevocationMonitoringAlertTestRequest ¶

func NewMonitoringRevocationMonitoringAlertTestRequest() *MonitoringRevocationMonitoringAlertTestRequest

NewMonitoringRevocationMonitoringAlertTestRequest instantiates a new MonitoringRevocationMonitoringAlertTestRequest 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 NewMonitoringRevocationMonitoringAlertTestRequestWithDefaults ¶

func NewMonitoringRevocationMonitoringAlertTestRequestWithDefaults() *MonitoringRevocationMonitoringAlertTestRequest

NewMonitoringRevocationMonitoringAlertTestRequestWithDefaults instantiates a new MonitoringRevocationMonitoringAlertTestRequest 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 (*MonitoringRevocationMonitoringAlertTestRequest) GetAlertId ¶

GetAlertId returns the AlertId field value if set, zero value otherwise.

func (*MonitoringRevocationMonitoringAlertTestRequest) GetAlertIdOk ¶

GetAlertIdOk returns a tuple with the AlertId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringAlertTestRequest) GetEvaluationDate ¶

GetEvaluationDate returns the EvaluationDate field value if set, zero value otherwise.

func (*MonitoringRevocationMonitoringAlertTestRequest) GetEvaluationDateOk ¶

func (o *MonitoringRevocationMonitoringAlertTestRequest) GetEvaluationDateOk() (*time.Time, bool)

GetEvaluationDateOk returns a tuple with the EvaluationDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringAlertTestRequest) GetSendAlerts ¶

GetSendAlerts returns the SendAlerts field value if set, zero value otherwise.

func (*MonitoringRevocationMonitoringAlertTestRequest) GetSendAlertsOk ¶

func (o *MonitoringRevocationMonitoringAlertTestRequest) GetSendAlertsOk() (*bool, bool)

GetSendAlertsOk returns a tuple with the SendAlerts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringAlertTestRequest) HasAlertId ¶

HasAlertId returns a boolean if a field has been set.

func (*MonitoringRevocationMonitoringAlertTestRequest) HasEvaluationDate ¶

HasEvaluationDate returns a boolean if a field has been set.

func (*MonitoringRevocationMonitoringAlertTestRequest) HasSendAlerts ¶

HasSendAlerts returns a boolean if a field has been set.

func (MonitoringRevocationMonitoringAlertTestRequest) MarshalJSON ¶

func (*MonitoringRevocationMonitoringAlertTestRequest) SetAlertId ¶

SetAlertId gets a reference to the given int32 and assigns it to the AlertId field.

func (*MonitoringRevocationMonitoringAlertTestRequest) SetEvaluationDate ¶

SetEvaluationDate gets a reference to the given time.Time and assigns it to the EvaluationDate field.

func (*MonitoringRevocationMonitoringAlertTestRequest) SetSendAlerts ¶

SetSendAlerts gets a reference to the given bool and assigns it to the SendAlerts field.

func (MonitoringRevocationMonitoringAlertTestRequest) ToMap ¶

func (o MonitoringRevocationMonitoringAlertTestRequest) ToMap() (map[string]interface{}, error)

type MonitoringRevocationMonitoringAlertTestResponse ¶

type MonitoringRevocationMonitoringAlertTestResponse struct {
	RevocationMonitoringAlerts []CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse `json:"RevocationMonitoringAlerts,omitempty"`
	AlertBuildResult           *CSSCMSDataModelEnumsAlertBuildResult                              `json:"AlertBuildResult,omitempty"`
}

MonitoringRevocationMonitoringAlertTestResponse struct for MonitoringRevocationMonitoringAlertTestResponse

func NewMonitoringRevocationMonitoringAlertTestResponse ¶

func NewMonitoringRevocationMonitoringAlertTestResponse() *MonitoringRevocationMonitoringAlertTestResponse

NewMonitoringRevocationMonitoringAlertTestResponse instantiates a new MonitoringRevocationMonitoringAlertTestResponse 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 NewMonitoringRevocationMonitoringAlertTestResponseWithDefaults ¶

func NewMonitoringRevocationMonitoringAlertTestResponseWithDefaults() *MonitoringRevocationMonitoringAlertTestResponse

NewMonitoringRevocationMonitoringAlertTestResponseWithDefaults instantiates a new MonitoringRevocationMonitoringAlertTestResponse 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 (*MonitoringRevocationMonitoringAlertTestResponse) GetAlertBuildResult ¶

GetAlertBuildResult returns the AlertBuildResult field value if set, zero value otherwise.

func (*MonitoringRevocationMonitoringAlertTestResponse) GetAlertBuildResultOk ¶

GetAlertBuildResultOk returns a tuple with the AlertBuildResult field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringAlertTestResponse) GetRevocationMonitoringAlerts ¶

GetRevocationMonitoringAlerts returns the RevocationMonitoringAlerts field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MonitoringRevocationMonitoringAlertTestResponse) GetRevocationMonitoringAlertsOk ¶

GetRevocationMonitoringAlertsOk returns a tuple with the RevocationMonitoringAlerts field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MonitoringRevocationMonitoringAlertTestResponse) HasAlertBuildResult ¶

func (o *MonitoringRevocationMonitoringAlertTestResponse) HasAlertBuildResult() bool

HasAlertBuildResult returns a boolean if a field has been set.

func (*MonitoringRevocationMonitoringAlertTestResponse) HasRevocationMonitoringAlerts ¶

func (o *MonitoringRevocationMonitoringAlertTestResponse) HasRevocationMonitoringAlerts() bool

HasRevocationMonitoringAlerts returns a boolean if a field has been set.

func (MonitoringRevocationMonitoringAlertTestResponse) MarshalJSON ¶

func (*MonitoringRevocationMonitoringAlertTestResponse) SetAlertBuildResult ¶

SetAlertBuildResult gets a reference to the given CSSCMSDataModelEnumsAlertBuildResult and assigns it to the AlertBuildResult field.

func (*MonitoringRevocationMonitoringAlertTestResponse) SetRevocationMonitoringAlerts ¶

SetRevocationMonitoringAlerts gets a reference to the given []CSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse and assigns it to the RevocationMonitoringAlerts field.

func (MonitoringRevocationMonitoringAlertTestResponse) ToMap ¶

func (o MonitoringRevocationMonitoringAlertTestResponse) ToMap() (map[string]interface{}, error)

type MonitoringRevocationMonitoringCreationRequest ¶

type MonitoringRevocationMonitoringCreationRequest struct {
	Name           string                                      `json:"Name"`
	EndpointType   string                                      `json:"EndpointType"`
	Location       string                                      `json:"Location"`
	Email          *MonitoringEmailRequest                     `json:"Email,omitempty"`
	Dashboard      MonitoringDashboardRequest                  `json:"Dashboard"`
	Schedule       *KeyfactorCommonSchedulingKeyfactorSchedule `json:"Schedule,omitempty"`
	OCSPParameters *MonitoringOCSPParametersRequest            `json:"OCSPParameters,omitempty"`
	UseWorkflows   *bool                                       `json:"UseWorkflows,omitempty"`
}

MonitoringRevocationMonitoringCreationRequest struct for MonitoringRevocationMonitoringCreationRequest

func NewMonitoringRevocationMonitoringCreationRequest ¶

func NewMonitoringRevocationMonitoringCreationRequest(name string, endpointType string, location string, dashboard MonitoringDashboardRequest) *MonitoringRevocationMonitoringCreationRequest

NewMonitoringRevocationMonitoringCreationRequest instantiates a new MonitoringRevocationMonitoringCreationRequest 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 NewMonitoringRevocationMonitoringCreationRequestWithDefaults ¶

func NewMonitoringRevocationMonitoringCreationRequestWithDefaults() *MonitoringRevocationMonitoringCreationRequest

NewMonitoringRevocationMonitoringCreationRequestWithDefaults instantiates a new MonitoringRevocationMonitoringCreationRequest 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 (*MonitoringRevocationMonitoringCreationRequest) GetDashboard ¶

GetDashboard returns the Dashboard field value

func (*MonitoringRevocationMonitoringCreationRequest) GetDashboardOk ¶

GetDashboardOk returns a tuple with the Dashboard field value and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringCreationRequest) GetEmail ¶

GetEmail returns the Email field value if set, zero value otherwise.

func (*MonitoringRevocationMonitoringCreationRequest) GetEmailOk ¶

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringCreationRequest) GetEndpointType ¶

GetEndpointType returns the EndpointType field value

func (*MonitoringRevocationMonitoringCreationRequest) GetEndpointTypeOk ¶

func (o *MonitoringRevocationMonitoringCreationRequest) GetEndpointTypeOk() (*string, bool)

GetEndpointTypeOk returns a tuple with the EndpointType field value and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringCreationRequest) GetLocation ¶

GetLocation returns the Location field value

func (*MonitoringRevocationMonitoringCreationRequest) GetLocationOk ¶

GetLocationOk returns a tuple with the Location field value and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringCreationRequest) GetName ¶

GetName returns the Name field value

func (*MonitoringRevocationMonitoringCreationRequest) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringCreationRequest) GetOCSPParameters ¶

GetOCSPParameters returns the OCSPParameters field value if set, zero value otherwise.

func (*MonitoringRevocationMonitoringCreationRequest) GetOCSPParametersOk ¶

GetOCSPParametersOk returns a tuple with the OCSPParameters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringCreationRequest) GetSchedule ¶

GetSchedule returns the Schedule field value if set, zero value otherwise.

func (*MonitoringRevocationMonitoringCreationRequest) GetScheduleOk ¶

GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringCreationRequest) GetUseWorkflows ¶

GetUseWorkflows returns the UseWorkflows field value if set, zero value otherwise.

func (*MonitoringRevocationMonitoringCreationRequest) GetUseWorkflowsOk ¶

func (o *MonitoringRevocationMonitoringCreationRequest) GetUseWorkflowsOk() (*bool, bool)

GetUseWorkflowsOk returns a tuple with the UseWorkflows field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringCreationRequest) HasEmail ¶

HasEmail returns a boolean if a field has been set.

func (*MonitoringRevocationMonitoringCreationRequest) HasOCSPParameters ¶

func (o *MonitoringRevocationMonitoringCreationRequest) HasOCSPParameters() bool

HasOCSPParameters returns a boolean if a field has been set.

func (*MonitoringRevocationMonitoringCreationRequest) HasSchedule ¶

HasSchedule returns a boolean if a field has been set.

func (*MonitoringRevocationMonitoringCreationRequest) HasUseWorkflows ¶

HasUseWorkflows returns a boolean if a field has been set.

func (MonitoringRevocationMonitoringCreationRequest) MarshalJSON ¶

func (*MonitoringRevocationMonitoringCreationRequest) SetDashboard ¶

SetDashboard sets field value

func (*MonitoringRevocationMonitoringCreationRequest) SetEmail ¶

SetEmail gets a reference to the given MonitoringEmailRequest and assigns it to the Email field.

func (*MonitoringRevocationMonitoringCreationRequest) SetEndpointType ¶

SetEndpointType sets field value

func (*MonitoringRevocationMonitoringCreationRequest) SetLocation ¶

SetLocation sets field value

func (*MonitoringRevocationMonitoringCreationRequest) SetName ¶

SetName sets field value

func (*MonitoringRevocationMonitoringCreationRequest) SetOCSPParameters ¶

SetOCSPParameters gets a reference to the given MonitoringOCSPParametersRequest and assigns it to the OCSPParameters field.

func (*MonitoringRevocationMonitoringCreationRequest) SetSchedule ¶

SetSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the Schedule field.

func (*MonitoringRevocationMonitoringCreationRequest) SetUseWorkflows ¶

SetUseWorkflows gets a reference to the given bool and assigns it to the UseWorkflows field.

func (MonitoringRevocationMonitoringCreationRequest) ToMap ¶

func (o MonitoringRevocationMonitoringCreationRequest) ToMap() (map[string]interface{}, error)

type MonitoringRevocationMonitoringDefinitionResponse ¶

type MonitoringRevocationMonitoringDefinitionResponse struct {
	Id                       *int32                                      `json:"Id,omitempty"`
	Name                     NullableString                              `json:"Name,omitempty"`
	EndpointType             NullableString                              `json:"EndpointType,omitempty"`
	Location                 NullableString                              `json:"Location,omitempty"`
	Email                    *MonitoringEmailResponse                    `json:"Email,omitempty"`
	Dashboard                *MonitoringDashboardResponse                `json:"Dashboard,omitempty"`
	Schedule                 *KeyfactorCommonSchedulingKeyfactorSchedule `json:"Schedule,omitempty"`
	OCSPParameters           *MonitoringOCSPParametersResponse           `json:"OCSPParameters,omitempty"`
	UseWorkflows             *bool                                       `json:"UseWorkflows,omitempty"`
	WorkflowId               NullableString                              `json:"WorkflowId,omitempty"`
	WorkflowName             NullableString                              `json:"WorkflowName,omitempty"`
	WorkflowPublishedVersion NullableInt32                               `json:"WorkflowPublishedVersion,omitempty"`
	WorkflowEnabled          NullableBool                                `json:"WorkflowEnabled,omitempty"`
}

MonitoringRevocationMonitoringDefinitionResponse struct for MonitoringRevocationMonitoringDefinitionResponse

func NewMonitoringRevocationMonitoringDefinitionResponse ¶

func NewMonitoringRevocationMonitoringDefinitionResponse() *MonitoringRevocationMonitoringDefinitionResponse

NewMonitoringRevocationMonitoringDefinitionResponse instantiates a new MonitoringRevocationMonitoringDefinitionResponse 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 NewMonitoringRevocationMonitoringDefinitionResponseWithDefaults ¶

func NewMonitoringRevocationMonitoringDefinitionResponseWithDefaults() *MonitoringRevocationMonitoringDefinitionResponse

NewMonitoringRevocationMonitoringDefinitionResponseWithDefaults instantiates a new MonitoringRevocationMonitoringDefinitionResponse 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 (*MonitoringRevocationMonitoringDefinitionResponse) GetDashboard ¶

GetDashboard returns the Dashboard field value if set, zero value otherwise.

func (*MonitoringRevocationMonitoringDefinitionResponse) GetDashboardOk ¶

GetDashboardOk returns a tuple with the Dashboard field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringDefinitionResponse) GetEmail ¶

GetEmail returns the Email field value if set, zero value otherwise.

func (*MonitoringRevocationMonitoringDefinitionResponse) GetEmailOk ¶

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringDefinitionResponse) GetEndpointType ¶

GetEndpointType returns the EndpointType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MonitoringRevocationMonitoringDefinitionResponse) GetEndpointTypeOk ¶

GetEndpointTypeOk returns a tuple with the EndpointType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MonitoringRevocationMonitoringDefinitionResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*MonitoringRevocationMonitoringDefinitionResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringDefinitionResponse) GetLocation ¶

GetLocation returns the Location field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MonitoringRevocationMonitoringDefinitionResponse) GetLocationOk ¶

GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MonitoringRevocationMonitoringDefinitionResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MonitoringRevocationMonitoringDefinitionResponse) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MonitoringRevocationMonitoringDefinitionResponse) GetOCSPParameters ¶

GetOCSPParameters returns the OCSPParameters field value if set, zero value otherwise.

func (*MonitoringRevocationMonitoringDefinitionResponse) GetOCSPParametersOk ¶

GetOCSPParametersOk returns a tuple with the OCSPParameters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringDefinitionResponse) GetSchedule ¶

GetSchedule returns the Schedule field value if set, zero value otherwise.

func (*MonitoringRevocationMonitoringDefinitionResponse) GetScheduleOk ¶

GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringDefinitionResponse) GetUseWorkflows ¶

GetUseWorkflows returns the UseWorkflows field value if set, zero value otherwise.

func (*MonitoringRevocationMonitoringDefinitionResponse) GetUseWorkflowsOk ¶

func (o *MonitoringRevocationMonitoringDefinitionResponse) GetUseWorkflowsOk() (*bool, bool)

GetUseWorkflowsOk returns a tuple with the UseWorkflows field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringDefinitionResponse) GetWorkflowEnabled ¶

GetWorkflowEnabled returns the WorkflowEnabled field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MonitoringRevocationMonitoringDefinitionResponse) GetWorkflowEnabledOk ¶

func (o *MonitoringRevocationMonitoringDefinitionResponse) GetWorkflowEnabledOk() (*bool, bool)

GetWorkflowEnabledOk returns a tuple with the WorkflowEnabled field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MonitoringRevocationMonitoringDefinitionResponse) GetWorkflowId ¶

GetWorkflowId returns the WorkflowId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MonitoringRevocationMonitoringDefinitionResponse) GetWorkflowIdOk ¶

GetWorkflowIdOk returns a tuple with the WorkflowId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MonitoringRevocationMonitoringDefinitionResponse) GetWorkflowName ¶

GetWorkflowName returns the WorkflowName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MonitoringRevocationMonitoringDefinitionResponse) GetWorkflowNameOk ¶

GetWorkflowNameOk returns a tuple with the WorkflowName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MonitoringRevocationMonitoringDefinitionResponse) GetWorkflowPublishedVersion ¶

func (o *MonitoringRevocationMonitoringDefinitionResponse) GetWorkflowPublishedVersion() int32

GetWorkflowPublishedVersion returns the WorkflowPublishedVersion field value if set, zero value otherwise (both if not set or set to explicit null).

func (*MonitoringRevocationMonitoringDefinitionResponse) GetWorkflowPublishedVersionOk ¶

func (o *MonitoringRevocationMonitoringDefinitionResponse) GetWorkflowPublishedVersionOk() (*int32, bool)

GetWorkflowPublishedVersionOk returns a tuple with the WorkflowPublishedVersion field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*MonitoringRevocationMonitoringDefinitionResponse) HasDashboard ¶

HasDashboard returns a boolean if a field has been set.

func (*MonitoringRevocationMonitoringDefinitionResponse) HasEmail ¶

HasEmail returns a boolean if a field has been set.

func (*MonitoringRevocationMonitoringDefinitionResponse) HasEndpointType ¶

HasEndpointType returns a boolean if a field has been set.

func (*MonitoringRevocationMonitoringDefinitionResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*MonitoringRevocationMonitoringDefinitionResponse) HasLocation ¶

HasLocation returns a boolean if a field has been set.

func (*MonitoringRevocationMonitoringDefinitionResponse) HasName ¶

HasName returns a boolean if a field has been set.

func (*MonitoringRevocationMonitoringDefinitionResponse) HasOCSPParameters ¶

HasOCSPParameters returns a boolean if a field has been set.

func (*MonitoringRevocationMonitoringDefinitionResponse) HasSchedule ¶

HasSchedule returns a boolean if a field has been set.

func (*MonitoringRevocationMonitoringDefinitionResponse) HasUseWorkflows ¶

HasUseWorkflows returns a boolean if a field has been set.

func (*MonitoringRevocationMonitoringDefinitionResponse) HasWorkflowEnabled ¶

HasWorkflowEnabled returns a boolean if a field has been set.

func (*MonitoringRevocationMonitoringDefinitionResponse) HasWorkflowId ¶

HasWorkflowId returns a boolean if a field has been set.

func (*MonitoringRevocationMonitoringDefinitionResponse) HasWorkflowName ¶

HasWorkflowName returns a boolean if a field has been set.

func (*MonitoringRevocationMonitoringDefinitionResponse) HasWorkflowPublishedVersion ¶

func (o *MonitoringRevocationMonitoringDefinitionResponse) HasWorkflowPublishedVersion() bool

HasWorkflowPublishedVersion returns a boolean if a field has been set.

func (MonitoringRevocationMonitoringDefinitionResponse) MarshalJSON ¶

func (*MonitoringRevocationMonitoringDefinitionResponse) SetDashboard ¶

SetDashboard gets a reference to the given MonitoringDashboardResponse and assigns it to the Dashboard field.

func (*MonitoringRevocationMonitoringDefinitionResponse) SetEmail ¶

SetEmail gets a reference to the given MonitoringEmailResponse and assigns it to the Email field.

func (*MonitoringRevocationMonitoringDefinitionResponse) SetEndpointType ¶

SetEndpointType gets a reference to the given NullableString and assigns it to the EndpointType field.

func (*MonitoringRevocationMonitoringDefinitionResponse) SetEndpointTypeNil ¶

func (o *MonitoringRevocationMonitoringDefinitionResponse) SetEndpointTypeNil()

SetEndpointTypeNil sets the value for EndpointType to be an explicit nil

func (*MonitoringRevocationMonitoringDefinitionResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*MonitoringRevocationMonitoringDefinitionResponse) SetLocation ¶

SetLocation gets a reference to the given NullableString and assigns it to the Location field.

func (*MonitoringRevocationMonitoringDefinitionResponse) SetLocationNil ¶

SetLocationNil sets the value for Location to be an explicit nil

func (*MonitoringRevocationMonitoringDefinitionResponse) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*MonitoringRevocationMonitoringDefinitionResponse) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*MonitoringRevocationMonitoringDefinitionResponse) SetOCSPParameters ¶

SetOCSPParameters gets a reference to the given MonitoringOCSPParametersResponse and assigns it to the OCSPParameters field.

func (*MonitoringRevocationMonitoringDefinitionResponse) SetSchedule ¶

SetSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the Schedule field.

func (*MonitoringRevocationMonitoringDefinitionResponse) SetUseWorkflows ¶

SetUseWorkflows gets a reference to the given bool and assigns it to the UseWorkflows field.

func (*MonitoringRevocationMonitoringDefinitionResponse) SetWorkflowEnabled ¶

func (o *MonitoringRevocationMonitoringDefinitionResponse) SetWorkflowEnabled(v bool)

SetWorkflowEnabled gets a reference to the given NullableBool and assigns it to the WorkflowEnabled field.

func (*MonitoringRevocationMonitoringDefinitionResponse) SetWorkflowEnabledNil ¶

func (o *MonitoringRevocationMonitoringDefinitionResponse) SetWorkflowEnabledNil()

SetWorkflowEnabledNil sets the value for WorkflowEnabled to be an explicit nil

func (*MonitoringRevocationMonitoringDefinitionResponse) SetWorkflowId ¶

SetWorkflowId gets a reference to the given NullableString and assigns it to the WorkflowId field.

func (*MonitoringRevocationMonitoringDefinitionResponse) SetWorkflowIdNil ¶

SetWorkflowIdNil sets the value for WorkflowId to be an explicit nil

func (*MonitoringRevocationMonitoringDefinitionResponse) SetWorkflowName ¶

SetWorkflowName gets a reference to the given NullableString and assigns it to the WorkflowName field.

func (*MonitoringRevocationMonitoringDefinitionResponse) SetWorkflowNameNil ¶

func (o *MonitoringRevocationMonitoringDefinitionResponse) SetWorkflowNameNil()

SetWorkflowNameNil sets the value for WorkflowName to be an explicit nil

func (*MonitoringRevocationMonitoringDefinitionResponse) SetWorkflowPublishedVersion ¶

func (o *MonitoringRevocationMonitoringDefinitionResponse) SetWorkflowPublishedVersion(v int32)

SetWorkflowPublishedVersion gets a reference to the given NullableInt32 and assigns it to the WorkflowPublishedVersion field.

func (*MonitoringRevocationMonitoringDefinitionResponse) SetWorkflowPublishedVersionNil ¶

func (o *MonitoringRevocationMonitoringDefinitionResponse) SetWorkflowPublishedVersionNil()

SetWorkflowPublishedVersionNil sets the value for WorkflowPublishedVersion to be an explicit nil

func (MonitoringRevocationMonitoringDefinitionResponse) ToMap ¶

func (o MonitoringRevocationMonitoringDefinitionResponse) ToMap() (map[string]interface{}, error)

func (*MonitoringRevocationMonitoringDefinitionResponse) UnsetEndpointType ¶

func (o *MonitoringRevocationMonitoringDefinitionResponse) UnsetEndpointType()

UnsetEndpointType ensures that no value is present for EndpointType, not even an explicit nil

func (*MonitoringRevocationMonitoringDefinitionResponse) UnsetLocation ¶

UnsetLocation ensures that no value is present for Location, not even an explicit nil

func (*MonitoringRevocationMonitoringDefinitionResponse) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*MonitoringRevocationMonitoringDefinitionResponse) UnsetWorkflowEnabled ¶

func (o *MonitoringRevocationMonitoringDefinitionResponse) UnsetWorkflowEnabled()

UnsetWorkflowEnabled ensures that no value is present for WorkflowEnabled, not even an explicit nil

func (*MonitoringRevocationMonitoringDefinitionResponse) UnsetWorkflowId ¶

UnsetWorkflowId ensures that no value is present for WorkflowId, not even an explicit nil

func (*MonitoringRevocationMonitoringDefinitionResponse) UnsetWorkflowName ¶

func (o *MonitoringRevocationMonitoringDefinitionResponse) UnsetWorkflowName()

UnsetWorkflowName ensures that no value is present for WorkflowName, not even an explicit nil

func (*MonitoringRevocationMonitoringDefinitionResponse) UnsetWorkflowPublishedVersion ¶

func (o *MonitoringRevocationMonitoringDefinitionResponse) UnsetWorkflowPublishedVersion()

UnsetWorkflowPublishedVersion ensures that no value is present for WorkflowPublishedVersion, not even an explicit nil

type MonitoringRevocationMonitoringUpdateRequest ¶

type MonitoringRevocationMonitoringUpdateRequest struct {
	Id             *int32                                      `json:"Id,omitempty"`
	Name           string                                      `json:"Name"`
	EndpointType   string                                      `json:"EndpointType"`
	Location       string                                      `json:"Location"`
	Email          *MonitoringEmailRequest                     `json:"Email,omitempty"`
	Dashboard      MonitoringDashboardRequest                  `json:"Dashboard"`
	Schedule       *KeyfactorCommonSchedulingKeyfactorSchedule `json:"Schedule,omitempty"`
	OCSPParameters *MonitoringOCSPParametersRequest            `json:"OCSPParameters,omitempty"`
	UseWorkflows   *bool                                       `json:"UseWorkflows,omitempty"`
}

MonitoringRevocationMonitoringUpdateRequest struct for MonitoringRevocationMonitoringUpdateRequest

func NewMonitoringRevocationMonitoringUpdateRequest ¶

func NewMonitoringRevocationMonitoringUpdateRequest(name string, endpointType string, location string, dashboard MonitoringDashboardRequest) *MonitoringRevocationMonitoringUpdateRequest

NewMonitoringRevocationMonitoringUpdateRequest instantiates a new MonitoringRevocationMonitoringUpdateRequest 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 NewMonitoringRevocationMonitoringUpdateRequestWithDefaults ¶

func NewMonitoringRevocationMonitoringUpdateRequestWithDefaults() *MonitoringRevocationMonitoringUpdateRequest

NewMonitoringRevocationMonitoringUpdateRequestWithDefaults instantiates a new MonitoringRevocationMonitoringUpdateRequest 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 (*MonitoringRevocationMonitoringUpdateRequest) GetDashboard ¶

GetDashboard returns the Dashboard field value

func (*MonitoringRevocationMonitoringUpdateRequest) GetDashboardOk ¶

GetDashboardOk returns a tuple with the Dashboard field value and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringUpdateRequest) GetEmail ¶

GetEmail returns the Email field value if set, zero value otherwise.

func (*MonitoringRevocationMonitoringUpdateRequest) GetEmailOk ¶

GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringUpdateRequest) GetEndpointType ¶

GetEndpointType returns the EndpointType field value

func (*MonitoringRevocationMonitoringUpdateRequest) GetEndpointTypeOk ¶

func (o *MonitoringRevocationMonitoringUpdateRequest) GetEndpointTypeOk() (*string, bool)

GetEndpointTypeOk returns a tuple with the EndpointType field value and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringUpdateRequest) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*MonitoringRevocationMonitoringUpdateRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringUpdateRequest) GetLocation ¶

GetLocation returns the Location field value

func (*MonitoringRevocationMonitoringUpdateRequest) GetLocationOk ¶

GetLocationOk returns a tuple with the Location field value and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringUpdateRequest) GetName ¶

GetName returns the Name field value

func (*MonitoringRevocationMonitoringUpdateRequest) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringUpdateRequest) GetOCSPParameters ¶

GetOCSPParameters returns the OCSPParameters field value if set, zero value otherwise.

func (*MonitoringRevocationMonitoringUpdateRequest) GetOCSPParametersOk ¶

GetOCSPParametersOk returns a tuple with the OCSPParameters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringUpdateRequest) GetSchedule ¶

GetSchedule returns the Schedule field value if set, zero value otherwise.

func (*MonitoringRevocationMonitoringUpdateRequest) GetScheduleOk ¶

GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringUpdateRequest) GetUseWorkflows ¶

GetUseWorkflows returns the UseWorkflows field value if set, zero value otherwise.

func (*MonitoringRevocationMonitoringUpdateRequest) GetUseWorkflowsOk ¶

func (o *MonitoringRevocationMonitoringUpdateRequest) GetUseWorkflowsOk() (*bool, bool)

GetUseWorkflowsOk returns a tuple with the UseWorkflows field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringUpdateRequest) HasEmail ¶

HasEmail returns a boolean if a field has been set.

func (*MonitoringRevocationMonitoringUpdateRequest) HasId ¶

HasId returns a boolean if a field has been set.

func (*MonitoringRevocationMonitoringUpdateRequest) HasOCSPParameters ¶

func (o *MonitoringRevocationMonitoringUpdateRequest) HasOCSPParameters() bool

HasOCSPParameters returns a boolean if a field has been set.

func (*MonitoringRevocationMonitoringUpdateRequest) HasSchedule ¶

HasSchedule returns a boolean if a field has been set.

func (*MonitoringRevocationMonitoringUpdateRequest) HasUseWorkflows ¶

HasUseWorkflows returns a boolean if a field has been set.

func (MonitoringRevocationMonitoringUpdateRequest) MarshalJSON ¶

func (*MonitoringRevocationMonitoringUpdateRequest) SetDashboard ¶

SetDashboard sets field value

func (*MonitoringRevocationMonitoringUpdateRequest) SetEmail ¶

SetEmail gets a reference to the given MonitoringEmailRequest and assigns it to the Email field.

func (*MonitoringRevocationMonitoringUpdateRequest) SetEndpointType ¶

SetEndpointType sets field value

func (*MonitoringRevocationMonitoringUpdateRequest) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*MonitoringRevocationMonitoringUpdateRequest) SetLocation ¶

SetLocation sets field value

func (*MonitoringRevocationMonitoringUpdateRequest) SetName ¶

SetName sets field value

func (*MonitoringRevocationMonitoringUpdateRequest) SetOCSPParameters ¶

SetOCSPParameters gets a reference to the given MonitoringOCSPParametersRequest and assigns it to the OCSPParameters field.

func (*MonitoringRevocationMonitoringUpdateRequest) SetSchedule ¶

SetSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the Schedule field.

func (*MonitoringRevocationMonitoringUpdateRequest) SetUseWorkflows ¶

func (o *MonitoringRevocationMonitoringUpdateRequest) SetUseWorkflows(v bool)

SetUseWorkflows gets a reference to the given bool and assigns it to the UseWorkflows field.

func (MonitoringRevocationMonitoringUpdateRequest) ToMap ¶

func (o MonitoringRevocationMonitoringUpdateRequest) ToMap() (map[string]interface{}, error)

type MonitoringRevocationMonitoringUpdateScheduleRequest ¶

type MonitoringRevocationMonitoringUpdateScheduleRequest struct {
	Id       int32                                       `json:"Id"`
	Schedule *KeyfactorCommonSchedulingKeyfactorSchedule `json:"Schedule,omitempty"`
}

MonitoringRevocationMonitoringUpdateScheduleRequest struct for MonitoringRevocationMonitoringUpdateScheduleRequest

func NewMonitoringRevocationMonitoringUpdateScheduleRequest ¶

func NewMonitoringRevocationMonitoringUpdateScheduleRequest(id int32) *MonitoringRevocationMonitoringUpdateScheduleRequest

NewMonitoringRevocationMonitoringUpdateScheduleRequest instantiates a new MonitoringRevocationMonitoringUpdateScheduleRequest 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 NewMonitoringRevocationMonitoringUpdateScheduleRequestWithDefaults ¶

func NewMonitoringRevocationMonitoringUpdateScheduleRequestWithDefaults() *MonitoringRevocationMonitoringUpdateScheduleRequest

NewMonitoringRevocationMonitoringUpdateScheduleRequestWithDefaults instantiates a new MonitoringRevocationMonitoringUpdateScheduleRequest 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 (*MonitoringRevocationMonitoringUpdateScheduleRequest) GetId ¶

GetId returns the Id field value

func (*MonitoringRevocationMonitoringUpdateScheduleRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringUpdateScheduleRequest) GetSchedule ¶

GetSchedule returns the Schedule field value if set, zero value otherwise.

func (*MonitoringRevocationMonitoringUpdateScheduleRequest) GetScheduleOk ¶

GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*MonitoringRevocationMonitoringUpdateScheduleRequest) HasSchedule ¶

HasSchedule returns a boolean if a field has been set.

func (MonitoringRevocationMonitoringUpdateScheduleRequest) MarshalJSON ¶

func (*MonitoringRevocationMonitoringUpdateScheduleRequest) SetId ¶

SetId sets field value

func (*MonitoringRevocationMonitoringUpdateScheduleRequest) SetSchedule ¶

SetSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the Schedule field.

func (MonitoringRevocationMonitoringUpdateScheduleRequest) ToMap ¶

type NullableAlertsAlertCertificateQueryAlertCertificateQueryResponse ¶

type NullableAlertsAlertCertificateQueryAlertCertificateQueryResponse struct {
	// contains filtered or unexported fields
}

func (NullableAlertsAlertCertificateQueryAlertCertificateQueryResponse) Get ¶

func (NullableAlertsAlertCertificateQueryAlertCertificateQueryResponse) IsSet ¶

func (NullableAlertsAlertCertificateQueryAlertCertificateQueryResponse) MarshalJSON ¶

func (*NullableAlertsAlertCertificateQueryAlertCertificateQueryResponse) Set ¶

func (*NullableAlertsAlertCertificateQueryAlertCertificateQueryResponse) UnmarshalJSON ¶

func (*NullableAlertsAlertCertificateQueryAlertCertificateQueryResponse) Unset ¶

type NullableAlertsAlertScheduleAlertScheduleRequest ¶

type NullableAlertsAlertScheduleAlertScheduleRequest struct {
	// contains filtered or unexported fields
}

func (NullableAlertsAlertScheduleAlertScheduleRequest) Get ¶

func (NullableAlertsAlertScheduleAlertScheduleRequest) IsSet ¶

func (NullableAlertsAlertScheduleAlertScheduleRequest) MarshalJSON ¶

func (*NullableAlertsAlertScheduleAlertScheduleRequest) Set ¶

func (*NullableAlertsAlertScheduleAlertScheduleRequest) UnmarshalJSON ¶

func (*NullableAlertsAlertScheduleAlertScheduleRequest) Unset ¶

type NullableAlertsAlertScheduleAlertScheduleResponse ¶

type NullableAlertsAlertScheduleAlertScheduleResponse struct {
	// contains filtered or unexported fields
}

func (NullableAlertsAlertScheduleAlertScheduleResponse) Get ¶

func (NullableAlertsAlertScheduleAlertScheduleResponse) IsSet ¶

func (NullableAlertsAlertScheduleAlertScheduleResponse) MarshalJSON ¶

func (*NullableAlertsAlertScheduleAlertScheduleResponse) Set ¶

func (*NullableAlertsAlertScheduleAlertScheduleResponse) UnmarshalJSON ¶

func (*NullableAlertsAlertScheduleAlertScheduleResponse) Unset ¶

type NullableAlertsAlertTemplateAlertTemplateResponse ¶

type NullableAlertsAlertTemplateAlertTemplateResponse struct {
	// contains filtered or unexported fields
}

func (NullableAlertsAlertTemplateAlertTemplateResponse) Get ¶

func (NullableAlertsAlertTemplateAlertTemplateResponse) IsSet ¶

func (NullableAlertsAlertTemplateAlertTemplateResponse) MarshalJSON ¶

func (*NullableAlertsAlertTemplateAlertTemplateResponse) Set ¶

func (*NullableAlertsAlertTemplateAlertTemplateResponse) UnmarshalJSON ¶

func (*NullableAlertsAlertTemplateAlertTemplateResponse) Unset ¶

type NullableAlertsDeniedDeniedAlertCreationRequest ¶

type NullableAlertsDeniedDeniedAlertCreationRequest struct {
	// contains filtered or unexported fields
}

func (NullableAlertsDeniedDeniedAlertCreationRequest) Get ¶

func (NullableAlertsDeniedDeniedAlertCreationRequest) IsSet ¶

func (NullableAlertsDeniedDeniedAlertCreationRequest) MarshalJSON ¶

func (*NullableAlertsDeniedDeniedAlertCreationRequest) Set ¶

func (*NullableAlertsDeniedDeniedAlertCreationRequest) UnmarshalJSON ¶

func (*NullableAlertsDeniedDeniedAlertCreationRequest) Unset ¶

type NullableAlertsDeniedDeniedAlertDefinitionResponse ¶

type NullableAlertsDeniedDeniedAlertDefinitionResponse struct {
	// contains filtered or unexported fields
}

func (NullableAlertsDeniedDeniedAlertDefinitionResponse) Get ¶

func (NullableAlertsDeniedDeniedAlertDefinitionResponse) IsSet ¶

func (NullableAlertsDeniedDeniedAlertDefinitionResponse) MarshalJSON ¶

func (*NullableAlertsDeniedDeniedAlertDefinitionResponse) Set ¶

func (*NullableAlertsDeniedDeniedAlertDefinitionResponse) UnmarshalJSON ¶

func (*NullableAlertsDeniedDeniedAlertDefinitionResponse) Unset ¶

type NullableAlertsDeniedDeniedAlertUpdateRequest ¶

type NullableAlertsDeniedDeniedAlertUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableAlertsDeniedDeniedAlertUpdateRequest) Get ¶

func (NullableAlertsDeniedDeniedAlertUpdateRequest) IsSet ¶

func (NullableAlertsDeniedDeniedAlertUpdateRequest) MarshalJSON ¶

func (*NullableAlertsDeniedDeniedAlertUpdateRequest) Set ¶

func (*NullableAlertsDeniedDeniedAlertUpdateRequest) UnmarshalJSON ¶

func (*NullableAlertsDeniedDeniedAlertUpdateRequest) Unset ¶

type NullableAlertsExpirationExpirationAlertCreationRequest ¶

type NullableAlertsExpirationExpirationAlertCreationRequest struct {
	// contains filtered or unexported fields
}

func (NullableAlertsExpirationExpirationAlertCreationRequest) Get ¶

func (NullableAlertsExpirationExpirationAlertCreationRequest) IsSet ¶

func (NullableAlertsExpirationExpirationAlertCreationRequest) MarshalJSON ¶

func (*NullableAlertsExpirationExpirationAlertCreationRequest) Set ¶

func (*NullableAlertsExpirationExpirationAlertCreationRequest) UnmarshalJSON ¶

func (*NullableAlertsExpirationExpirationAlertCreationRequest) Unset ¶

type NullableAlertsExpirationExpirationAlertDefinitionResponse ¶

type NullableAlertsExpirationExpirationAlertDefinitionResponse struct {
	// contains filtered or unexported fields
}

func (NullableAlertsExpirationExpirationAlertDefinitionResponse) Get ¶

func (NullableAlertsExpirationExpirationAlertDefinitionResponse) IsSet ¶

func (NullableAlertsExpirationExpirationAlertDefinitionResponse) MarshalJSON ¶

func (*NullableAlertsExpirationExpirationAlertDefinitionResponse) Set ¶

func (*NullableAlertsExpirationExpirationAlertDefinitionResponse) UnmarshalJSON ¶

func (*NullableAlertsExpirationExpirationAlertDefinitionResponse) Unset ¶

type NullableAlertsExpirationExpirationAlertResponse ¶

type NullableAlertsExpirationExpirationAlertResponse struct {
	// contains filtered or unexported fields
}

func (NullableAlertsExpirationExpirationAlertResponse) Get ¶

func (NullableAlertsExpirationExpirationAlertResponse) IsSet ¶

func (NullableAlertsExpirationExpirationAlertResponse) MarshalJSON ¶

func (*NullableAlertsExpirationExpirationAlertResponse) Set ¶

func (*NullableAlertsExpirationExpirationAlertResponse) UnmarshalJSON ¶

func (*NullableAlertsExpirationExpirationAlertResponse) Unset ¶

type NullableAlertsExpirationExpirationAlertTestAllRequest ¶

type NullableAlertsExpirationExpirationAlertTestAllRequest struct {
	// contains filtered or unexported fields
}

func (NullableAlertsExpirationExpirationAlertTestAllRequest) Get ¶

func (NullableAlertsExpirationExpirationAlertTestAllRequest) IsSet ¶

func (NullableAlertsExpirationExpirationAlertTestAllRequest) MarshalJSON ¶

func (*NullableAlertsExpirationExpirationAlertTestAllRequest) Set ¶

func (*NullableAlertsExpirationExpirationAlertTestAllRequest) UnmarshalJSON ¶

func (*NullableAlertsExpirationExpirationAlertTestAllRequest) Unset ¶

type NullableAlertsExpirationExpirationAlertTestRequest ¶

type NullableAlertsExpirationExpirationAlertTestRequest struct {
	// contains filtered or unexported fields
}

func (NullableAlertsExpirationExpirationAlertTestRequest) Get ¶

func (NullableAlertsExpirationExpirationAlertTestRequest) IsSet ¶

func (NullableAlertsExpirationExpirationAlertTestRequest) MarshalJSON ¶

func (*NullableAlertsExpirationExpirationAlertTestRequest) Set ¶

func (*NullableAlertsExpirationExpirationAlertTestRequest) UnmarshalJSON ¶

func (*NullableAlertsExpirationExpirationAlertTestRequest) Unset ¶

type NullableAlertsExpirationExpirationAlertTestResponse ¶

type NullableAlertsExpirationExpirationAlertTestResponse struct {
	// contains filtered or unexported fields
}

func (NullableAlertsExpirationExpirationAlertTestResponse) Get ¶

func (NullableAlertsExpirationExpirationAlertTestResponse) IsSet ¶

func (NullableAlertsExpirationExpirationAlertTestResponse) MarshalJSON ¶

func (*NullableAlertsExpirationExpirationAlertTestResponse) Set ¶

func (*NullableAlertsExpirationExpirationAlertTestResponse) UnmarshalJSON ¶

func (*NullableAlertsExpirationExpirationAlertTestResponse) Unset ¶

type NullableAlertsExpirationExpirationAlertUpdateRequest ¶

type NullableAlertsExpirationExpirationAlertUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableAlertsExpirationExpirationAlertUpdateRequest) Get ¶

func (NullableAlertsExpirationExpirationAlertUpdateRequest) IsSet ¶

func (NullableAlertsExpirationExpirationAlertUpdateRequest) MarshalJSON ¶

func (*NullableAlertsExpirationExpirationAlertUpdateRequest) Set ¶

func (*NullableAlertsExpirationExpirationAlertUpdateRequest) UnmarshalJSON ¶

func (*NullableAlertsExpirationExpirationAlertUpdateRequest) Unset ¶

type NullableAlertsIssuedIssuedAlertCreationRequest ¶

type NullableAlertsIssuedIssuedAlertCreationRequest struct {
	// contains filtered or unexported fields
}

func (NullableAlertsIssuedIssuedAlertCreationRequest) Get ¶

func (NullableAlertsIssuedIssuedAlertCreationRequest) IsSet ¶

func (NullableAlertsIssuedIssuedAlertCreationRequest) MarshalJSON ¶

func (*NullableAlertsIssuedIssuedAlertCreationRequest) Set ¶

func (*NullableAlertsIssuedIssuedAlertCreationRequest) UnmarshalJSON ¶

func (*NullableAlertsIssuedIssuedAlertCreationRequest) Unset ¶

type NullableAlertsIssuedIssuedAlertDefinitionResponse ¶

type NullableAlertsIssuedIssuedAlertDefinitionResponse struct {
	// contains filtered or unexported fields
}

func (NullableAlertsIssuedIssuedAlertDefinitionResponse) Get ¶

func (NullableAlertsIssuedIssuedAlertDefinitionResponse) IsSet ¶

func (NullableAlertsIssuedIssuedAlertDefinitionResponse) MarshalJSON ¶

func (*NullableAlertsIssuedIssuedAlertDefinitionResponse) Set ¶

func (*NullableAlertsIssuedIssuedAlertDefinitionResponse) UnmarshalJSON ¶

func (*NullableAlertsIssuedIssuedAlertDefinitionResponse) Unset ¶

type NullableAlertsIssuedIssuedAlertUpdateRequest ¶

type NullableAlertsIssuedIssuedAlertUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableAlertsIssuedIssuedAlertUpdateRequest) Get ¶

func (NullableAlertsIssuedIssuedAlertUpdateRequest) IsSet ¶

func (NullableAlertsIssuedIssuedAlertUpdateRequest) MarshalJSON ¶

func (*NullableAlertsIssuedIssuedAlertUpdateRequest) Set ¶

func (*NullableAlertsIssuedIssuedAlertUpdateRequest) UnmarshalJSON ¶

func (*NullableAlertsIssuedIssuedAlertUpdateRequest) Unset ¶

type NullableAlertsKeyRotationKeyRotationAlertCreationRequest ¶

type NullableAlertsKeyRotationKeyRotationAlertCreationRequest struct {
	// contains filtered or unexported fields
}

func (NullableAlertsKeyRotationKeyRotationAlertCreationRequest) Get ¶

func (NullableAlertsKeyRotationKeyRotationAlertCreationRequest) IsSet ¶

func (NullableAlertsKeyRotationKeyRotationAlertCreationRequest) MarshalJSON ¶

func (*NullableAlertsKeyRotationKeyRotationAlertCreationRequest) Set ¶

func (*NullableAlertsKeyRotationKeyRotationAlertCreationRequest) UnmarshalJSON ¶

func (*NullableAlertsKeyRotationKeyRotationAlertCreationRequest) Unset ¶

type NullableAlertsKeyRotationKeyRotationAlertDefinitionResponse ¶

type NullableAlertsKeyRotationKeyRotationAlertDefinitionResponse struct {
	// contains filtered or unexported fields
}

func (NullableAlertsKeyRotationKeyRotationAlertDefinitionResponse) Get ¶

func (NullableAlertsKeyRotationKeyRotationAlertDefinitionResponse) IsSet ¶

func (NullableAlertsKeyRotationKeyRotationAlertDefinitionResponse) MarshalJSON ¶

func (*NullableAlertsKeyRotationKeyRotationAlertDefinitionResponse) Set ¶

func (*NullableAlertsKeyRotationKeyRotationAlertDefinitionResponse) UnmarshalJSON ¶

func (*NullableAlertsKeyRotationKeyRotationAlertDefinitionResponse) Unset ¶

type NullableAlertsKeyRotationKeyRotationAlertResponse ¶

type NullableAlertsKeyRotationKeyRotationAlertResponse struct {
	// contains filtered or unexported fields
}

func (NullableAlertsKeyRotationKeyRotationAlertResponse) Get ¶

func (NullableAlertsKeyRotationKeyRotationAlertResponse) IsSet ¶

func (NullableAlertsKeyRotationKeyRotationAlertResponse) MarshalJSON ¶

func (*NullableAlertsKeyRotationKeyRotationAlertResponse) Set ¶

func (*NullableAlertsKeyRotationKeyRotationAlertResponse) UnmarshalJSON ¶

func (*NullableAlertsKeyRotationKeyRotationAlertResponse) Unset ¶

type NullableAlertsKeyRotationKeyRotationAlertTestAllRequest ¶

type NullableAlertsKeyRotationKeyRotationAlertTestAllRequest struct {
	// contains filtered or unexported fields
}

func (NullableAlertsKeyRotationKeyRotationAlertTestAllRequest) Get ¶

func (NullableAlertsKeyRotationKeyRotationAlertTestAllRequest) IsSet ¶

func (NullableAlertsKeyRotationKeyRotationAlertTestAllRequest) MarshalJSON ¶

func (*NullableAlertsKeyRotationKeyRotationAlertTestAllRequest) Set ¶

func (*NullableAlertsKeyRotationKeyRotationAlertTestAllRequest) UnmarshalJSON ¶

func (*NullableAlertsKeyRotationKeyRotationAlertTestAllRequest) Unset ¶

type NullableAlertsKeyRotationKeyRotationAlertTestRequest ¶

type NullableAlertsKeyRotationKeyRotationAlertTestRequest struct {
	// contains filtered or unexported fields
}

func (NullableAlertsKeyRotationKeyRotationAlertTestRequest) Get ¶

func (NullableAlertsKeyRotationKeyRotationAlertTestRequest) IsSet ¶

func (NullableAlertsKeyRotationKeyRotationAlertTestRequest) MarshalJSON ¶

func (*NullableAlertsKeyRotationKeyRotationAlertTestRequest) Set ¶

func (*NullableAlertsKeyRotationKeyRotationAlertTestRequest) UnmarshalJSON ¶

func (*NullableAlertsKeyRotationKeyRotationAlertTestRequest) Unset ¶

type NullableAlertsKeyRotationKeyRotationAlertTestResponse ¶

type NullableAlertsKeyRotationKeyRotationAlertTestResponse struct {
	// contains filtered or unexported fields
}

func (NullableAlertsKeyRotationKeyRotationAlertTestResponse) Get ¶

func (NullableAlertsKeyRotationKeyRotationAlertTestResponse) IsSet ¶

func (NullableAlertsKeyRotationKeyRotationAlertTestResponse) MarshalJSON ¶

func (*NullableAlertsKeyRotationKeyRotationAlertTestResponse) Set ¶

func (*NullableAlertsKeyRotationKeyRotationAlertTestResponse) UnmarshalJSON ¶

func (*NullableAlertsKeyRotationKeyRotationAlertTestResponse) Unset ¶

type NullableAlertsKeyRotationKeyRotationAlertUpdateRequest ¶

type NullableAlertsKeyRotationKeyRotationAlertUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableAlertsKeyRotationKeyRotationAlertUpdateRequest) Get ¶

func (NullableAlertsKeyRotationKeyRotationAlertUpdateRequest) IsSet ¶

func (NullableAlertsKeyRotationKeyRotationAlertUpdateRequest) MarshalJSON ¶

func (*NullableAlertsKeyRotationKeyRotationAlertUpdateRequest) Set ¶

func (*NullableAlertsKeyRotationKeyRotationAlertUpdateRequest) UnmarshalJSON ¶

func (*NullableAlertsKeyRotationKeyRotationAlertUpdateRequest) Unset ¶

type NullableAlertsPendingPendingAlertCreationRequest ¶

type NullableAlertsPendingPendingAlertCreationRequest struct {
	// contains filtered or unexported fields
}

func (NullableAlertsPendingPendingAlertCreationRequest) Get ¶

func (NullableAlertsPendingPendingAlertCreationRequest) IsSet ¶

func (NullableAlertsPendingPendingAlertCreationRequest) MarshalJSON ¶

func (*NullableAlertsPendingPendingAlertCreationRequest) Set ¶

func (*NullableAlertsPendingPendingAlertCreationRequest) UnmarshalJSON ¶

func (*NullableAlertsPendingPendingAlertCreationRequest) Unset ¶

type NullableAlertsPendingPendingAlertDefinitionResponse ¶

type NullableAlertsPendingPendingAlertDefinitionResponse struct {
	// contains filtered or unexported fields
}

func (NullableAlertsPendingPendingAlertDefinitionResponse) Get ¶

func (NullableAlertsPendingPendingAlertDefinitionResponse) IsSet ¶

func (NullableAlertsPendingPendingAlertDefinitionResponse) MarshalJSON ¶

func (*NullableAlertsPendingPendingAlertDefinitionResponse) Set ¶

func (*NullableAlertsPendingPendingAlertDefinitionResponse) UnmarshalJSON ¶

func (*NullableAlertsPendingPendingAlertDefinitionResponse) Unset ¶

type NullableAlertsPendingPendingAlertResponse ¶

type NullableAlertsPendingPendingAlertResponse struct {
	// contains filtered or unexported fields
}

func (NullableAlertsPendingPendingAlertResponse) Get ¶

func (NullableAlertsPendingPendingAlertResponse) IsSet ¶

func (NullableAlertsPendingPendingAlertResponse) MarshalJSON ¶

func (*NullableAlertsPendingPendingAlertResponse) Set ¶

func (*NullableAlertsPendingPendingAlertResponse) UnmarshalJSON ¶

func (v *NullableAlertsPendingPendingAlertResponse) UnmarshalJSON(src []byte) error

func (*NullableAlertsPendingPendingAlertResponse) Unset ¶

type NullableAlertsPendingPendingAlertTestAllRequest ¶

type NullableAlertsPendingPendingAlertTestAllRequest struct {
	// contains filtered or unexported fields
}

func (NullableAlertsPendingPendingAlertTestAllRequest) Get ¶

func (NullableAlertsPendingPendingAlertTestAllRequest) IsSet ¶

func (NullableAlertsPendingPendingAlertTestAllRequest) MarshalJSON ¶

func (*NullableAlertsPendingPendingAlertTestAllRequest) Set ¶

func (*NullableAlertsPendingPendingAlertTestAllRequest) UnmarshalJSON ¶

func (*NullableAlertsPendingPendingAlertTestAllRequest) Unset ¶

type NullableAlertsPendingPendingAlertTestRequest ¶

type NullableAlertsPendingPendingAlertTestRequest struct {
	// contains filtered or unexported fields
}

func (NullableAlertsPendingPendingAlertTestRequest) Get ¶

func (NullableAlertsPendingPendingAlertTestRequest) IsSet ¶

func (NullableAlertsPendingPendingAlertTestRequest) MarshalJSON ¶

func (*NullableAlertsPendingPendingAlertTestRequest) Set ¶

func (*NullableAlertsPendingPendingAlertTestRequest) UnmarshalJSON ¶

func (*NullableAlertsPendingPendingAlertTestRequest) Unset ¶

type NullableAlertsPendingPendingAlertTestResponse ¶

type NullableAlertsPendingPendingAlertTestResponse struct {
	// contains filtered or unexported fields
}

func (NullableAlertsPendingPendingAlertTestResponse) Get ¶

func (NullableAlertsPendingPendingAlertTestResponse) IsSet ¶

func (NullableAlertsPendingPendingAlertTestResponse) MarshalJSON ¶

func (*NullableAlertsPendingPendingAlertTestResponse) Set ¶

func (*NullableAlertsPendingPendingAlertTestResponse) UnmarshalJSON ¶

func (*NullableAlertsPendingPendingAlertTestResponse) Unset ¶

type NullableAlertsPendingPendingAlertUpdateRequest ¶

type NullableAlertsPendingPendingAlertUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableAlertsPendingPendingAlertUpdateRequest) Get ¶

func (NullableAlertsPendingPendingAlertUpdateRequest) IsSet ¶

func (NullableAlertsPendingPendingAlertUpdateRequest) MarshalJSON ¶

func (*NullableAlertsPendingPendingAlertUpdateRequest) Set ¶

func (*NullableAlertsPendingPendingAlertUpdateRequest) UnmarshalJSON ¶

func (*NullableAlertsPendingPendingAlertUpdateRequest) Unset ¶

type NullableAppSettingsAppSettingResponse ¶

type NullableAppSettingsAppSettingResponse struct {
	// contains filtered or unexported fields
}

func (NullableAppSettingsAppSettingResponse) Get ¶

func (NullableAppSettingsAppSettingResponse) IsSet ¶

func (NullableAppSettingsAppSettingResponse) MarshalJSON ¶

func (v NullableAppSettingsAppSettingResponse) MarshalJSON() ([]byte, error)

func (*NullableAppSettingsAppSettingResponse) Set ¶

func (*NullableAppSettingsAppSettingResponse) UnmarshalJSON ¶

func (v *NullableAppSettingsAppSettingResponse) UnmarshalJSON(src []byte) error

func (*NullableAppSettingsAppSettingResponse) Unset ¶

type NullableAppSettingsAppSettingUpdateBulkRequest ¶

type NullableAppSettingsAppSettingUpdateBulkRequest struct {
	// contains filtered or unexported fields
}

func (NullableAppSettingsAppSettingUpdateBulkRequest) Get ¶

func (NullableAppSettingsAppSettingUpdateBulkRequest) IsSet ¶

func (NullableAppSettingsAppSettingUpdateBulkRequest) MarshalJSON ¶

func (*NullableAppSettingsAppSettingUpdateBulkRequest) Set ¶

func (*NullableAppSettingsAppSettingUpdateBulkRequest) UnmarshalJSON ¶

func (*NullableAppSettingsAppSettingUpdateBulkRequest) Unset ¶

type NullableAppSettingsAppSettingUpdateRequest ¶

type NullableAppSettingsAppSettingUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableAppSettingsAppSettingUpdateRequest) Get ¶

func (NullableAppSettingsAppSettingUpdateRequest) IsSet ¶

func (NullableAppSettingsAppSettingUpdateRequest) MarshalJSON ¶

func (*NullableAppSettingsAppSettingUpdateRequest) Set ¶

func (*NullableAppSettingsAppSettingUpdateRequest) UnmarshalJSON ¶

func (v *NullableAppSettingsAppSettingUpdateRequest) UnmarshalJSON(src []byte) error

func (*NullableAppSettingsAppSettingUpdateRequest) Unset ¶

type NullableBool ¶

type NullableBool struct {
	// contains filtered or unexported fields
}

func NewNullableBool ¶

func NewNullableBool(val *bool) *NullableBool

func (NullableBool) Get ¶

func (v NullableBool) Get() *bool

func (NullableBool) IsSet ¶

func (v NullableBool) IsSet() bool

func (NullableBool) MarshalJSON ¶

func (v NullableBool) MarshalJSON() ([]byte, error)

func (*NullableBool) Set ¶

func (v *NullableBool) Set(val *bool)

func (*NullableBool) UnmarshalJSON ¶

func (v *NullableBool) UnmarshalJSON(src []byte) error

func (*NullableBool) Unset ¶

func (v *NullableBool) Unset()

type NullableCSSCMSCoreEnumsAgentPlatformType ¶

type NullableCSSCMSCoreEnumsAgentPlatformType struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSCoreEnumsAgentPlatformType) Get ¶

func (NullableCSSCMSCoreEnumsAgentPlatformType) IsSet ¶

func (NullableCSSCMSCoreEnumsAgentPlatformType) MarshalJSON ¶

func (*NullableCSSCMSCoreEnumsAgentPlatformType) Set ¶

func (*NullableCSSCMSCoreEnumsAgentPlatformType) UnmarshalJSON ¶

func (v *NullableCSSCMSCoreEnumsAgentPlatformType) UnmarshalJSON(src []byte) error

func (*NullableCSSCMSCoreEnumsAgentPlatformType) Unset ¶

type NullableCSSCMSCoreEnumsAgentStatusType ¶

type NullableCSSCMSCoreEnumsAgentStatusType struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSCoreEnumsAgentStatusType) Get ¶

func (NullableCSSCMSCoreEnumsAgentStatusType) IsSet ¶

func (NullableCSSCMSCoreEnumsAgentStatusType) MarshalJSON ¶

func (v NullableCSSCMSCoreEnumsAgentStatusType) MarshalJSON() ([]byte, error)

func (*NullableCSSCMSCoreEnumsAgentStatusType) Set ¶

func (*NullableCSSCMSCoreEnumsAgentStatusType) UnmarshalJSON ¶

func (v *NullableCSSCMSCoreEnumsAgentStatusType) UnmarshalJSON(src []byte) error

func (*NullableCSSCMSCoreEnumsAgentStatusType) Unset ¶

type NullableCSSCMSCoreEnumsCertStoreEntryParameterType ¶

type NullableCSSCMSCoreEnumsCertStoreEntryParameterType struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSCoreEnumsCertStoreEntryParameterType) Get ¶

func (NullableCSSCMSCoreEnumsCertStoreEntryParameterType) IsSet ¶

func (NullableCSSCMSCoreEnumsCertStoreEntryParameterType) MarshalJSON ¶

func (*NullableCSSCMSCoreEnumsCertStoreEntryParameterType) Set ¶

func (*NullableCSSCMSCoreEnumsCertStoreEntryParameterType) UnmarshalJSON ¶

func (*NullableCSSCMSCoreEnumsCertStoreEntryParameterType) Unset ¶

type NullableCSSCMSCoreEnumsCertStorePrivateKey ¶

type NullableCSSCMSCoreEnumsCertStorePrivateKey struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSCoreEnumsCertStorePrivateKey) Get ¶

func (NullableCSSCMSCoreEnumsCertStorePrivateKey) IsSet ¶

func (NullableCSSCMSCoreEnumsCertStorePrivateKey) MarshalJSON ¶

func (*NullableCSSCMSCoreEnumsCertStorePrivateKey) Set ¶

func (*NullableCSSCMSCoreEnumsCertStorePrivateKey) UnmarshalJSON ¶

func (v *NullableCSSCMSCoreEnumsCertStorePrivateKey) UnmarshalJSON(src []byte) error

func (*NullableCSSCMSCoreEnumsCertStorePrivateKey) Unset ¶

type NullableCSSCMSCoreEnumsCertificateAuthorityType ¶

type NullableCSSCMSCoreEnumsCertificateAuthorityType struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSCoreEnumsCertificateAuthorityType) Get ¶

func (NullableCSSCMSCoreEnumsCertificateAuthorityType) IsSet ¶

func (NullableCSSCMSCoreEnumsCertificateAuthorityType) MarshalJSON ¶

func (*NullableCSSCMSCoreEnumsCertificateAuthorityType) Set ¶

func (*NullableCSSCMSCoreEnumsCertificateAuthorityType) UnmarshalJSON ¶

func (*NullableCSSCMSCoreEnumsCertificateAuthorityType) Unset ¶

type NullableCSSCMSCoreEnumsCertificateFormat ¶

type NullableCSSCMSCoreEnumsCertificateFormat struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSCoreEnumsCertificateFormat) Get ¶

func (NullableCSSCMSCoreEnumsCertificateFormat) IsSet ¶

func (NullableCSSCMSCoreEnumsCertificateFormat) MarshalJSON ¶

func (*NullableCSSCMSCoreEnumsCertificateFormat) Set ¶

func (*NullableCSSCMSCoreEnumsCertificateFormat) UnmarshalJSON ¶

func (v *NullableCSSCMSCoreEnumsCertificateFormat) UnmarshalJSON(src []byte) error

func (*NullableCSSCMSCoreEnumsCertificateFormat) Unset ¶

type NullableCSSCMSCoreEnumsCertificateStoreTypePropertyType ¶

type NullableCSSCMSCoreEnumsCertificateStoreTypePropertyType struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSCoreEnumsCertificateStoreTypePropertyType) Get ¶

func (NullableCSSCMSCoreEnumsCertificateStoreTypePropertyType) IsSet ¶

func (NullableCSSCMSCoreEnumsCertificateStoreTypePropertyType) MarshalJSON ¶

func (*NullableCSSCMSCoreEnumsCertificateStoreTypePropertyType) Set ¶

func (*NullableCSSCMSCoreEnumsCertificateStoreTypePropertyType) UnmarshalJSON ¶

func (*NullableCSSCMSCoreEnumsCertificateStoreTypePropertyType) Unset ¶

type NullableCSSCMSCoreEnumsClaimType ¶

type NullableCSSCMSCoreEnumsClaimType struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSCoreEnumsClaimType) Get ¶

func (NullableCSSCMSCoreEnumsClaimType) IsSet ¶

func (NullableCSSCMSCoreEnumsClaimType) MarshalJSON ¶

func (v NullableCSSCMSCoreEnumsClaimType) MarshalJSON() ([]byte, error)

func (*NullableCSSCMSCoreEnumsClaimType) Set ¶

func (*NullableCSSCMSCoreEnumsClaimType) UnmarshalJSON ¶

func (v *NullableCSSCMSCoreEnumsClaimType) UnmarshalJSON(src []byte) error

func (*NullableCSSCMSCoreEnumsClaimType) Unset ¶

type NullableCSSCMSCoreEnumsDuplicateSubjectType ¶

type NullableCSSCMSCoreEnumsDuplicateSubjectType struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSCoreEnumsDuplicateSubjectType) Get ¶

func (NullableCSSCMSCoreEnumsDuplicateSubjectType) IsSet ¶

func (NullableCSSCMSCoreEnumsDuplicateSubjectType) MarshalJSON ¶

func (*NullableCSSCMSCoreEnumsDuplicateSubjectType) Set ¶

func (*NullableCSSCMSCoreEnumsDuplicateSubjectType) UnmarshalJSON ¶

func (v *NullableCSSCMSCoreEnumsDuplicateSubjectType) UnmarshalJSON(src []byte) error

func (*NullableCSSCMSCoreEnumsDuplicateSubjectType) Unset ¶

type NullableCSSCMSCoreEnumsEnrollmentType ¶

type NullableCSSCMSCoreEnumsEnrollmentType struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSCoreEnumsEnrollmentType) Get ¶

func (NullableCSSCMSCoreEnumsEnrollmentType) IsSet ¶

func (NullableCSSCMSCoreEnumsEnrollmentType) MarshalJSON ¶

func (v NullableCSSCMSCoreEnumsEnrollmentType) MarshalJSON() ([]byte, error)

func (*NullableCSSCMSCoreEnumsEnrollmentType) Set ¶

func (*NullableCSSCMSCoreEnumsEnrollmentType) UnmarshalJSON ¶

func (v *NullableCSSCMSCoreEnumsEnrollmentType) UnmarshalJSON(src []byte) error

func (*NullableCSSCMSCoreEnumsEnrollmentType) Unset ¶

type NullableCSSCMSCoreEnumsEntryParameterUsageFlags ¶

type NullableCSSCMSCoreEnumsEntryParameterUsageFlags struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSCoreEnumsEntryParameterUsageFlags) Get ¶

func (NullableCSSCMSCoreEnumsEntryParameterUsageFlags) IsSet ¶

func (NullableCSSCMSCoreEnumsEntryParameterUsageFlags) MarshalJSON ¶

func (*NullableCSSCMSCoreEnumsEntryParameterUsageFlags) Set ¶

func (*NullableCSSCMSCoreEnumsEntryParameterUsageFlags) UnmarshalJSON ¶

func (*NullableCSSCMSCoreEnumsEntryParameterUsageFlags) Unset ¶

type NullableCSSCMSCoreEnumsKeyRetentionPolicy ¶

type NullableCSSCMSCoreEnumsKeyRetentionPolicy struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSCoreEnumsKeyRetentionPolicy) Get ¶

func (NullableCSSCMSCoreEnumsKeyRetentionPolicy) IsSet ¶

func (NullableCSSCMSCoreEnumsKeyRetentionPolicy) MarshalJSON ¶

func (*NullableCSSCMSCoreEnumsKeyRetentionPolicy) Set ¶

func (*NullableCSSCMSCoreEnumsKeyRetentionPolicy) UnmarshalJSON ¶

func (v *NullableCSSCMSCoreEnumsKeyRetentionPolicy) UnmarshalJSON(src []byte) error

func (*NullableCSSCMSCoreEnumsKeyRetentionPolicy) Unset ¶

type NullableCSSCMSCoreEnumsMetadataDataType ¶

type NullableCSSCMSCoreEnumsMetadataDataType struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSCoreEnumsMetadataDataType) Get ¶

func (NullableCSSCMSCoreEnumsMetadataDataType) IsSet ¶

func (NullableCSSCMSCoreEnumsMetadataDataType) MarshalJSON ¶

func (v NullableCSSCMSCoreEnumsMetadataDataType) MarshalJSON() ([]byte, error)

func (*NullableCSSCMSCoreEnumsMetadataDataType) Set ¶

func (*NullableCSSCMSCoreEnumsMetadataDataType) UnmarshalJSON ¶

func (v *NullableCSSCMSCoreEnumsMetadataDataType) UnmarshalJSON(src []byte) error

func (*NullableCSSCMSCoreEnumsMetadataDataType) Unset ¶

type NullableCSSCMSCoreEnumsMetadataTypeEnrollment ¶

type NullableCSSCMSCoreEnumsMetadataTypeEnrollment struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSCoreEnumsMetadataTypeEnrollment) Get ¶

func (NullableCSSCMSCoreEnumsMetadataTypeEnrollment) IsSet ¶

func (NullableCSSCMSCoreEnumsMetadataTypeEnrollment) MarshalJSON ¶

func (*NullableCSSCMSCoreEnumsMetadataTypeEnrollment) Set ¶

func (*NullableCSSCMSCoreEnumsMetadataTypeEnrollment) UnmarshalJSON ¶

func (*NullableCSSCMSCoreEnumsMetadataTypeEnrollment) Unset ¶

type NullableCSSCMSCoreEnumsOrchestratorAuthCertificateReenrollment ¶

type NullableCSSCMSCoreEnumsOrchestratorAuthCertificateReenrollment struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSCoreEnumsOrchestratorAuthCertificateReenrollment) Get ¶

func (NullableCSSCMSCoreEnumsOrchestratorAuthCertificateReenrollment) IsSet ¶

func (NullableCSSCMSCoreEnumsOrchestratorAuthCertificateReenrollment) MarshalJSON ¶

func (*NullableCSSCMSCoreEnumsOrchestratorAuthCertificateReenrollment) Set ¶

func (*NullableCSSCMSCoreEnumsOrchestratorAuthCertificateReenrollment) UnmarshalJSON ¶

func (*NullableCSSCMSCoreEnumsOrchestratorAuthCertificateReenrollment) Unset ¶

type NullableCSSCMSCoreEnumsReportParameterType ¶

type NullableCSSCMSCoreEnumsReportParameterType struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSCoreEnumsReportParameterType) Get ¶

func (NullableCSSCMSCoreEnumsReportParameterType) IsSet ¶

func (NullableCSSCMSCoreEnumsReportParameterType) MarshalJSON ¶

func (*NullableCSSCMSCoreEnumsReportParameterType) Set ¶

func (*NullableCSSCMSCoreEnumsReportParameterType) UnmarshalJSON ¶

func (v *NullableCSSCMSCoreEnumsReportParameterType) UnmarshalJSON(src []byte) error

func (*NullableCSSCMSCoreEnumsReportParameterType) Unset ¶

type NullableCSSCMSCoreEnumsReportParameterVisibility ¶

type NullableCSSCMSCoreEnumsReportParameterVisibility struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSCoreEnumsReportParameterVisibility) Get ¶

func (NullableCSSCMSCoreEnumsReportParameterVisibility) IsSet ¶

func (NullableCSSCMSCoreEnumsReportParameterVisibility) MarshalJSON ¶

func (*NullableCSSCMSCoreEnumsReportParameterVisibility) Set ¶

func (*NullableCSSCMSCoreEnumsReportParameterVisibility) UnmarshalJSON ¶

func (*NullableCSSCMSCoreEnumsReportParameterVisibility) Unset ¶

type NullableCSSCMSCoreEnumsScheduledTaskType ¶

type NullableCSSCMSCoreEnumsScheduledTaskType struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSCoreEnumsScheduledTaskType) Get ¶

func (NullableCSSCMSCoreEnumsScheduledTaskType) IsSet ¶

func (NullableCSSCMSCoreEnumsScheduledTaskType) MarshalJSON ¶

func (*NullableCSSCMSCoreEnumsScheduledTaskType) Set ¶

func (*NullableCSSCMSCoreEnumsScheduledTaskType) UnmarshalJSON ¶

func (v *NullableCSSCMSCoreEnumsScheduledTaskType) UnmarshalJSON(src []byte) error

func (*NullableCSSCMSCoreEnumsScheduledTaskType) Unset ¶

type NullableCSSCMSCoreEnumsSslNetworkJobStatus ¶

type NullableCSSCMSCoreEnumsSslNetworkJobStatus struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSCoreEnumsSslNetworkJobStatus) Get ¶

func (NullableCSSCMSCoreEnumsSslNetworkJobStatus) IsSet ¶

func (NullableCSSCMSCoreEnumsSslNetworkJobStatus) MarshalJSON ¶

func (*NullableCSSCMSCoreEnumsSslNetworkJobStatus) Set ¶

func (*NullableCSSCMSCoreEnumsSslNetworkJobStatus) UnmarshalJSON ¶

func (v *NullableCSSCMSCoreEnumsSslNetworkJobStatus) UnmarshalJSON(src []byte) error

func (*NullableCSSCMSCoreEnumsSslNetworkJobStatus) Unset ¶

type NullableCSSCMSCoreEnumsSslScanJobStatus ¶

type NullableCSSCMSCoreEnumsSslScanJobStatus struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSCoreEnumsSslScanJobStatus) Get ¶

func (NullableCSSCMSCoreEnumsSslScanJobStatus) IsSet ¶

func (NullableCSSCMSCoreEnumsSslScanJobStatus) MarshalJSON ¶

func (v NullableCSSCMSCoreEnumsSslScanJobStatus) MarshalJSON() ([]byte, error)

func (*NullableCSSCMSCoreEnumsSslScanJobStatus) Set ¶

func (*NullableCSSCMSCoreEnumsSslScanJobStatus) UnmarshalJSON ¶

func (v *NullableCSSCMSCoreEnumsSslScanJobStatus) UnmarshalJSON(src []byte) error

func (*NullableCSSCMSCoreEnumsSslScanJobStatus) Unset ¶

type NullableCSSCMSCoreEnumsTemplateCertificateOwnerRole ¶

type NullableCSSCMSCoreEnumsTemplateCertificateOwnerRole struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSCoreEnumsTemplateCertificateOwnerRole) Get ¶

func (NullableCSSCMSCoreEnumsTemplateCertificateOwnerRole) IsSet ¶

func (NullableCSSCMSCoreEnumsTemplateCertificateOwnerRole) MarshalJSON ¶

func (*NullableCSSCMSCoreEnumsTemplateCertificateOwnerRole) Set ¶

func (*NullableCSSCMSCoreEnumsTemplateCertificateOwnerRole) UnmarshalJSON ¶

func (*NullableCSSCMSCoreEnumsTemplateCertificateOwnerRole) Unset ¶

type NullableCSSCMSCoreEnumsTemplateEnrollmentFieldType ¶

type NullableCSSCMSCoreEnumsTemplateEnrollmentFieldType struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSCoreEnumsTemplateEnrollmentFieldType) Get ¶

func (NullableCSSCMSCoreEnumsTemplateEnrollmentFieldType) IsSet ¶

func (NullableCSSCMSCoreEnumsTemplateEnrollmentFieldType) MarshalJSON ¶

func (*NullableCSSCMSCoreEnumsTemplateEnrollmentFieldType) Set ¶

func (*NullableCSSCMSCoreEnumsTemplateEnrollmentFieldType) UnmarshalJSON ¶

func (*NullableCSSCMSCoreEnumsTemplateEnrollmentFieldType) Unset ¶

type NullableCSSCMSCorePermissionsWebConsoleAreaPermission ¶

type NullableCSSCMSCorePermissionsWebConsoleAreaPermission struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSCorePermissionsWebConsoleAreaPermission) Get ¶

func (NullableCSSCMSCorePermissionsWebConsoleAreaPermission) IsSet ¶

func (NullableCSSCMSCorePermissionsWebConsoleAreaPermission) MarshalJSON ¶

func (*NullableCSSCMSCorePermissionsWebConsoleAreaPermission) Set ¶

func (*NullableCSSCMSCorePermissionsWebConsoleAreaPermission) UnmarshalJSON ¶

func (*NullableCSSCMSCorePermissionsWebConsoleAreaPermission) Unset ¶

type NullableCSSCMSDataModelEnumsAlertBuildResult ¶

type NullableCSSCMSDataModelEnumsAlertBuildResult struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelEnumsAlertBuildResult) Get ¶

func (NullableCSSCMSDataModelEnumsAlertBuildResult) IsSet ¶

func (NullableCSSCMSDataModelEnumsAlertBuildResult) MarshalJSON ¶

func (*NullableCSSCMSDataModelEnumsAlertBuildResult) Set ¶

func (*NullableCSSCMSDataModelEnumsAlertBuildResult) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelEnumsAlertBuildResult) Unset ¶

type NullableCSSCMSDataModelEnumsCertStoreTypesPasswordStyles ¶

type NullableCSSCMSDataModelEnumsCertStoreTypesPasswordStyles struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelEnumsCertStoreTypesPasswordStyles) Get ¶

func (NullableCSSCMSDataModelEnumsCertStoreTypesPasswordStyles) IsSet ¶

func (NullableCSSCMSDataModelEnumsCertStoreTypesPasswordStyles) MarshalJSON ¶

func (*NullableCSSCMSDataModelEnumsCertStoreTypesPasswordStyles) Set ¶

func (*NullableCSSCMSDataModelEnumsCertStoreTypesPasswordStyles) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelEnumsCertStoreTypesPasswordStyles) Unset ¶

type NullableCSSCMSDataModelEnumsCertificateImportJobStatus ¶

type NullableCSSCMSDataModelEnumsCertificateImportJobStatus struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelEnumsCertificateImportJobStatus) Get ¶

func (NullableCSSCMSDataModelEnumsCertificateImportJobStatus) IsSet ¶

func (NullableCSSCMSDataModelEnumsCertificateImportJobStatus) MarshalJSON ¶

func (*NullableCSSCMSDataModelEnumsCertificateImportJobStatus) Set ¶

func (*NullableCSSCMSDataModelEnumsCertificateImportJobStatus) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelEnumsCertificateImportJobStatus) Unset ¶

type NullableCSSCMSDataModelEnumsCertificateSavedState ¶

type NullableCSSCMSDataModelEnumsCertificateSavedState struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelEnumsCertificateSavedState) Get ¶

func (NullableCSSCMSDataModelEnumsCertificateSavedState) IsSet ¶

func (NullableCSSCMSDataModelEnumsCertificateSavedState) MarshalJSON ¶

func (*NullableCSSCMSDataModelEnumsCertificateSavedState) Set ¶

func (*NullableCSSCMSDataModelEnumsCertificateSavedState) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelEnumsCertificateSavedState) Unset ¶

type NullableCSSCMSDataModelEnumsDataType ¶

type NullableCSSCMSDataModelEnumsDataType struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelEnumsDataType) Get ¶

func (NullableCSSCMSDataModelEnumsDataType) IsSet ¶

func (NullableCSSCMSDataModelEnumsDataType) MarshalJSON ¶

func (v NullableCSSCMSDataModelEnumsDataType) MarshalJSON() ([]byte, error)

func (*NullableCSSCMSDataModelEnumsDataType) Set ¶

func (*NullableCSSCMSDataModelEnumsDataType) UnmarshalJSON ¶

func (v *NullableCSSCMSDataModelEnumsDataType) UnmarshalJSON(src []byte) error

func (*NullableCSSCMSDataModelEnumsDataType) Unset ¶

type NullableCSSCMSDataModelEnumsFailureType ¶

type NullableCSSCMSDataModelEnumsFailureType struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelEnumsFailureType) Get ¶

func (NullableCSSCMSDataModelEnumsFailureType) IsSet ¶

func (NullableCSSCMSDataModelEnumsFailureType) MarshalJSON ¶

func (v NullableCSSCMSDataModelEnumsFailureType) MarshalJSON() ([]byte, error)

func (*NullableCSSCMSDataModelEnumsFailureType) Set ¶

func (*NullableCSSCMSDataModelEnumsFailureType) UnmarshalJSON ¶

func (v *NullableCSSCMSDataModelEnumsFailureType) UnmarshalJSON(src []byte) error

func (*NullableCSSCMSDataModelEnumsFailureType) Unset ¶

type NullableCSSCMSDataModelEnumsIdentityProviderDataType ¶

type NullableCSSCMSDataModelEnumsIdentityProviderDataType struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelEnumsIdentityProviderDataType) Get ¶

func (NullableCSSCMSDataModelEnumsIdentityProviderDataType) IsSet ¶

func (NullableCSSCMSDataModelEnumsIdentityProviderDataType) MarshalJSON ¶

func (*NullableCSSCMSDataModelEnumsIdentityProviderDataType) Set ¶

func (*NullableCSSCMSDataModelEnumsIdentityProviderDataType) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelEnumsIdentityProviderDataType) Unset ¶

type NullableCSSCMSDataModelEnumsPamParameterDataType ¶

type NullableCSSCMSDataModelEnumsPamParameterDataType struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelEnumsPamParameterDataType) Get ¶

func (NullableCSSCMSDataModelEnumsPamParameterDataType) IsSet ¶

func (NullableCSSCMSDataModelEnumsPamParameterDataType) MarshalJSON ¶

func (*NullableCSSCMSDataModelEnumsPamParameterDataType) Set ¶

func (*NullableCSSCMSDataModelEnumsPamParameterDataType) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelEnumsPamParameterDataType) Unset ¶

type NullableCSSCMSDataModelEnumsRenewalType ¶

type NullableCSSCMSDataModelEnumsRenewalType struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelEnumsRenewalType) Get ¶

func (NullableCSSCMSDataModelEnumsRenewalType) IsSet ¶

func (NullableCSSCMSDataModelEnumsRenewalType) MarshalJSON ¶

func (v NullableCSSCMSDataModelEnumsRenewalType) MarshalJSON() ([]byte, error)

func (*NullableCSSCMSDataModelEnumsRenewalType) Set ¶

func (*NullableCSSCMSDataModelEnumsRenewalType) UnmarshalJSON ¶

func (v *NullableCSSCMSDataModelEnumsRenewalType) UnmarshalJSON(src []byte) error

func (*NullableCSSCMSDataModelEnumsRenewalType) Unset ¶

type NullableCSSCMSDataModelEnumsScriptCategories ¶

type NullableCSSCMSDataModelEnumsScriptCategories struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelEnumsScriptCategories) Get ¶

func (NullableCSSCMSDataModelEnumsScriptCategories) IsSet ¶

func (NullableCSSCMSDataModelEnumsScriptCategories) MarshalJSON ¶

func (*NullableCSSCMSDataModelEnumsScriptCategories) Set ¶

func (*NullableCSSCMSDataModelEnumsScriptCategories) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelEnumsScriptCategories) Unset ¶

type NullableCSSCMSDataModelEnumsSecretType ¶

type NullableCSSCMSDataModelEnumsSecretType struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelEnumsSecretType) Get ¶

func (NullableCSSCMSDataModelEnumsSecretType) IsSet ¶

func (NullableCSSCMSDataModelEnumsSecretType) MarshalJSON ¶

func (v NullableCSSCMSDataModelEnumsSecretType) MarshalJSON() ([]byte, error)

func (*NullableCSSCMSDataModelEnumsSecretType) Set ¶

func (*NullableCSSCMSDataModelEnumsSecretType) UnmarshalJSON ¶

func (v *NullableCSSCMSDataModelEnumsSecretType) UnmarshalJSON(src []byte) error

func (*NullableCSSCMSDataModelEnumsSecretType) Unset ¶

type NullableCSSCMSDataModelModelsCRLRequestModel ¶

type NullableCSSCMSDataModelModelsCRLRequestModel struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCRLRequestModel) Get ¶

func (NullableCSSCMSDataModelModelsCRLRequestModel) IsSet ¶

func (NullableCSSCMSDataModelModelsCRLRequestModel) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCRLRequestModel) Set ¶

func (*NullableCSSCMSDataModelModelsCRLRequestModel) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCRLRequestModel) Unset ¶

type NullableCSSCMSDataModelModelsCSRContents ¶

type NullableCSSCMSDataModelModelsCSRContents struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCSRContents) Get ¶

func (NullableCSSCMSDataModelModelsCSRContents) IsSet ¶

func (NullableCSSCMSDataModelModelsCSRContents) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCSRContents) Set ¶

func (*NullableCSSCMSDataModelModelsCSRContents) UnmarshalJSON ¶

func (v *NullableCSSCMSDataModelModelsCSRContents) UnmarshalJSON(src []byte) error

func (*NullableCSSCMSDataModelModelsCSRContents) Unset ¶

type NullableCSSCMSDataModelModelsCSRGenerationResponseModel ¶

type NullableCSSCMSDataModelModelsCSRGenerationResponseModel struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCSRGenerationResponseModel) Get ¶

func (NullableCSSCMSDataModelModelsCSRGenerationResponseModel) IsSet ¶

func (NullableCSSCMSDataModelModelsCSRGenerationResponseModel) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCSRGenerationResponseModel) Set ¶

func (*NullableCSSCMSDataModelModelsCSRGenerationResponseModel) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCSRGenerationResponseModel) Unset ¶

type NullableCSSCMSDataModelModelsCertStoreContainerRequest ¶

type NullableCSSCMSDataModelModelsCertStoreContainerRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCertStoreContainerRequest) Get ¶

func (NullableCSSCMSDataModelModelsCertStoreContainerRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsCertStoreContainerRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertStoreContainerRequest) Set ¶

func (*NullableCSSCMSDataModelModelsCertStoreContainerRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertStoreContainerRequest) Unset ¶

type NullableCSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup ¶

type NullableCSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) Get ¶

func (NullableCSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) IsSet ¶

func (NullableCSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) Set ¶

func (*NullableCSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertStoreLocationsCertificateLocationsGroup) Unset ¶

type NullableCSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail ¶

type NullableCSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) Get ¶

func (NullableCSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) IsSet ¶

func (NullableCSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) Set ¶

func (*NullableCSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertStoreLocationsCertificateStoreLocationsDetail) Unset ¶

type NullableCSSCMSDataModelModelsCertStoreNewPasswordRequest ¶

type NullableCSSCMSDataModelModelsCertStoreNewPasswordRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCertStoreNewPasswordRequest) Get ¶

func (NullableCSSCMSDataModelModelsCertStoreNewPasswordRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsCertStoreNewPasswordRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertStoreNewPasswordRequest) Set ¶

func (*NullableCSSCMSDataModelModelsCertStoreNewPasswordRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertStoreNewPasswordRequest) Unset ¶

type NullableCSSCMSDataModelModelsCertStoreTypePasswordOptions ¶

type NullableCSSCMSDataModelModelsCertStoreTypePasswordOptions struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCertStoreTypePasswordOptions) Get ¶

func (NullableCSSCMSDataModelModelsCertStoreTypePasswordOptions) IsSet ¶

func (NullableCSSCMSDataModelModelsCertStoreTypePasswordOptions) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertStoreTypePasswordOptions) Set ¶

func (*NullableCSSCMSDataModelModelsCertStoreTypePasswordOptions) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertStoreTypePasswordOptions) Unset ¶

type NullableCSSCMSDataModelModelsCertStoreTypeSupportedOperations ¶

type NullableCSSCMSDataModelModelsCertStoreTypeSupportedOperations struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCertStoreTypeSupportedOperations) Get ¶

func (NullableCSSCMSDataModelModelsCertStoreTypeSupportedOperations) IsSet ¶

func (NullableCSSCMSDataModelModelsCertStoreTypeSupportedOperations) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertStoreTypeSupportedOperations) Set ¶

func (*NullableCSSCMSDataModelModelsCertStoreTypeSupportedOperations) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertStoreTypeSupportedOperations) Unset ¶

type NullableCSSCMSDataModelModelsCertStoresSchedule ¶

type NullableCSSCMSDataModelModelsCertStoresSchedule struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCertStoresSchedule) Get ¶

func (NullableCSSCMSDataModelModelsCertStoresSchedule) IsSet ¶

func (NullableCSSCMSDataModelModelsCertStoresSchedule) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertStoresSchedule) Set ¶

func (*NullableCSSCMSDataModelModelsCertStoresSchedule) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertStoresSchedule) Unset ¶

type NullableCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate ¶

type NullableCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) Get ¶

func (NullableCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) IsSet ¶

func (NullableCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) Set ¶

func (*NullableCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityAuthCertificate) Unset ¶

type NullableCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest ¶

type NullableCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) Get ¶

func (NullableCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) Set ¶

func (*NullableCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateAuthoritiesCertificateAuthorityTestRequest) Unset ¶

type NullableCSSCMSDataModelModelsCertificateCollectionNavItem ¶

type NullableCSSCMSDataModelModelsCertificateCollectionNavItem struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCertificateCollectionNavItem) Get ¶

func (NullableCSSCMSDataModelModelsCertificateCollectionNavItem) IsSet ¶

func (NullableCSSCMSDataModelModelsCertificateCollectionNavItem) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateCollectionNavItem) Set ¶

func (*NullableCSSCMSDataModelModelsCertificateCollectionNavItem) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateCollectionNavItem) Unset ¶

type NullableCSSCMSDataModelModelsCertificateDetails ¶

type NullableCSSCMSDataModelModelsCertificateDetails struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCertificateDetails) Get ¶

func (NullableCSSCMSDataModelModelsCertificateDetails) IsSet ¶

func (NullableCSSCMSDataModelModelsCertificateDetails) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateDetails) Set ¶

func (*NullableCSSCMSDataModelModelsCertificateDetails) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateDetails) Unset ¶

type NullableCSSCMSDataModelModelsCertificateDownloadResponse ¶

type NullableCSSCMSDataModelModelsCertificateDownloadResponse struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCertificateDownloadResponse) Get ¶

func (NullableCSSCMSDataModelModelsCertificateDownloadResponse) IsSet ¶

func (NullableCSSCMSDataModelModelsCertificateDownloadResponse) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateDownloadResponse) Set ¶

func (*NullableCSSCMSDataModelModelsCertificateDownloadResponse) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateDownloadResponse) Unset ¶

type NullableCSSCMSDataModelModelsCertificateImportRequestModel ¶

type NullableCSSCMSDataModelModelsCertificateImportRequestModel struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCertificateImportRequestModel) Get ¶

func (NullableCSSCMSDataModelModelsCertificateImportRequestModel) IsSet ¶

func (NullableCSSCMSDataModelModelsCertificateImportRequestModel) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateImportRequestModel) Set ¶

func (*NullableCSSCMSDataModelModelsCertificateImportRequestModel) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateImportRequestModel) Unset ¶

type NullableCSSCMSDataModelModelsCertificateImportResponseModel ¶

type NullableCSSCMSDataModelModelsCertificateImportResponseModel struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCertificateImportResponseModel) Get ¶

func (NullableCSSCMSDataModelModelsCertificateImportResponseModel) IsSet ¶

func (NullableCSSCMSDataModelModelsCertificateImportResponseModel) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateImportResponseModel) Set ¶

func (*NullableCSSCMSDataModelModelsCertificateImportResponseModel) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateImportResponseModel) Unset ¶

type NullableCSSCMSDataModelModelsCertificateLocationSpecifier ¶

type NullableCSSCMSDataModelModelsCertificateLocationSpecifier struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCertificateLocationSpecifier) Get ¶

func (NullableCSSCMSDataModelModelsCertificateLocationSpecifier) IsSet ¶

func (NullableCSSCMSDataModelModelsCertificateLocationSpecifier) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateLocationSpecifier) Set ¶

func (*NullableCSSCMSDataModelModelsCertificateLocationSpecifier) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateLocationSpecifier) Unset ¶

type NullableCSSCMSDataModelModelsCertificateQuery ¶

type NullableCSSCMSDataModelModelsCertificateQuery struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCertificateQuery) Get ¶

func (NullableCSSCMSDataModelModelsCertificateQuery) IsSet ¶

func (NullableCSSCMSDataModelModelsCertificateQuery) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateQuery) Set ¶

func (*NullableCSSCMSDataModelModelsCertificateQuery) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateQuery) Unset ¶

type NullableCSSCMSDataModelModelsCertificateStore ¶

type NullableCSSCMSDataModelModelsCertificateStore struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCertificateStore) Get ¶

func (NullableCSSCMSDataModelModelsCertificateStore) IsSet ¶

func (NullableCSSCMSDataModelModelsCertificateStore) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateStore) Set ¶

func (*NullableCSSCMSDataModelModelsCertificateStore) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateStore) Unset ¶

type NullableCSSCMSDataModelModelsCertificateStoreContainerListResponse ¶

type NullableCSSCMSDataModelModelsCertificateStoreContainerListResponse struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCertificateStoreContainerListResponse) Get ¶

func (NullableCSSCMSDataModelModelsCertificateStoreContainerListResponse) IsSet ¶

func (NullableCSSCMSDataModelModelsCertificateStoreContainerListResponse) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateStoreContainerListResponse) Set ¶

func (*NullableCSSCMSDataModelModelsCertificateStoreContainerListResponse) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateStoreContainerListResponse) Unset ¶

type NullableCSSCMSDataModelModelsCertificateStoreContainerPermissions ¶

type NullableCSSCMSDataModelModelsCertificateStoreContainerPermissions struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCertificateStoreContainerPermissions) Get ¶

func (NullableCSSCMSDataModelModelsCertificateStoreContainerPermissions) IsSet ¶

func (NullableCSSCMSDataModelModelsCertificateStoreContainerPermissions) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateStoreContainerPermissions) Set ¶

func (*NullableCSSCMSDataModelModelsCertificateStoreContainerPermissions) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateStoreContainerPermissions) Unset ¶

type NullableCSSCMSDataModelModelsCertificateStoreEntry ¶

type NullableCSSCMSDataModelModelsCertificateStoreEntry struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCertificateStoreEntry) Get ¶

func (NullableCSSCMSDataModelModelsCertificateStoreEntry) IsSet ¶

func (NullableCSSCMSDataModelModelsCertificateStoreEntry) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateStoreEntry) Set ¶

func (*NullableCSSCMSDataModelModelsCertificateStoreEntry) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateStoreEntry) Unset ¶

type NullableCSSCMSDataModelModelsCertificateStoreTypeProperty ¶

type NullableCSSCMSDataModelModelsCertificateStoreTypeProperty struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCertificateStoreTypeProperty) Get ¶

func (NullableCSSCMSDataModelModelsCertificateStoreTypeProperty) IsSet ¶

func (NullableCSSCMSDataModelModelsCertificateStoreTypeProperty) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateStoreTypeProperty) Set ¶

func (*NullableCSSCMSDataModelModelsCertificateStoreTypeProperty) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateStoreTypeProperty) Unset ¶

type NullableCSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter ¶

type NullableCSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) Get ¶

func (NullableCSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) IsSet ¶

func (NullableCSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) Set ¶

func (*NullableCSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateStoreTypesCertificateStoreTypeEntryParameter) Unset ¶

type NullableCSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest ¶

type NullableCSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) Get ¶

func (NullableCSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) Set ¶

func (*NullableCSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateStoresCertificateStoreCreateRequest) Unset ¶

type NullableCSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest ¶

type NullableCSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) Get ¶

func (NullableCSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) Set ¶

func (*NullableCSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateStoresCertificateStoreUpdateRequest) Unset ¶

type NullableCSSCMSDataModelModelsCertificateValidationResponse ¶

type NullableCSSCMSDataModelModelsCertificateValidationResponse struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsCertificateValidationResponse) Get ¶

func (NullableCSSCMSDataModelModelsCertificateValidationResponse) IsSet ¶

func (NullableCSSCMSDataModelModelsCertificateValidationResponse) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateValidationResponse) Set ¶

func (*NullableCSSCMSDataModelModelsCertificateValidationResponse) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsCertificateValidationResponse) Unset ¶

type NullableCSSCMSDataModelModelsContainerAssignment ¶

type NullableCSSCMSDataModelModelsContainerAssignment struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsContainerAssignment) Get ¶

func (NullableCSSCMSDataModelModelsContainerAssignment) IsSet ¶

func (NullableCSSCMSDataModelModelsContainerAssignment) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsContainerAssignment) Set ¶

func (*NullableCSSCMSDataModelModelsContainerAssignment) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsContainerAssignment) Unset ¶

type NullableCSSCMSDataModelModelsDiscoveryJobRequest ¶

type NullableCSSCMSDataModelModelsDiscoveryJobRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsDiscoveryJobRequest) Get ¶

func (NullableCSSCMSDataModelModelsDiscoveryJobRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsDiscoveryJobRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsDiscoveryJobRequest) Set ¶

func (*NullableCSSCMSDataModelModelsDiscoveryJobRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsDiscoveryJobRequest) Unset ¶

type NullableCSSCMSDataModelModelsEnrollmentAvailableRenewal ¶

type NullableCSSCMSDataModelModelsEnrollmentAvailableRenewal struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsEnrollmentAvailableRenewal) Get ¶

func (NullableCSSCMSDataModelModelsEnrollmentAvailableRenewal) IsSet ¶

func (NullableCSSCMSDataModelModelsEnrollmentAvailableRenewal) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsEnrollmentAvailableRenewal) Set ¶

func (*NullableCSSCMSDataModelModelsEnrollmentAvailableRenewal) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsEnrollmentAvailableRenewal) Unset ¶

type NullableCSSCMSDataModelModelsEnrollmentCSREnrollmentResponse ¶

type NullableCSSCMSDataModelModelsEnrollmentCSREnrollmentResponse struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsEnrollmentCSREnrollmentResponse) Get ¶

func (NullableCSSCMSDataModelModelsEnrollmentCSREnrollmentResponse) IsSet ¶

func (NullableCSSCMSDataModelModelsEnrollmentCSREnrollmentResponse) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsEnrollmentCSREnrollmentResponse) Set ¶

func (*NullableCSSCMSDataModelModelsEnrollmentCSREnrollmentResponse) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsEnrollmentCSREnrollmentResponse) Unset ¶

type NullableCSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest ¶

type NullableCSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) Get ¶

func (NullableCSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) Set ¶

func (*NullableCSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsEnrollmentExistingEnrollmentManagementRequest) Unset ¶

type NullableCSSCMSDataModelModelsEnrollmentManagementStoreType ¶

type NullableCSSCMSDataModelModelsEnrollmentManagementStoreType struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsEnrollmentManagementStoreType) Get ¶

func (NullableCSSCMSDataModelModelsEnrollmentManagementStoreType) IsSet ¶

func (NullableCSSCMSDataModelModelsEnrollmentManagementStoreType) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsEnrollmentManagementStoreType) Set ¶

func (*NullableCSSCMSDataModelModelsEnrollmentManagementStoreType) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsEnrollmentManagementStoreType) Unset ¶

type NullableCSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse ¶

type NullableCSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse) Get ¶

func (NullableCSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse) IsSet ¶

func (NullableCSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse) Set ¶

func (*NullableCSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsEnrollmentPFXEnrollmentResponse) Unset ¶

type NullableCSSCMSDataModelModelsEnrollmentRenewalRequest ¶

type NullableCSSCMSDataModelModelsEnrollmentRenewalRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsEnrollmentRenewalRequest) Get ¶

func (NullableCSSCMSDataModelModelsEnrollmentRenewalRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsEnrollmentRenewalRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsEnrollmentRenewalRequest) Set ¶

func (*NullableCSSCMSDataModelModelsEnrollmentRenewalRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsEnrollmentRenewalRequest) Unset ¶

type NullableCSSCMSDataModelModelsExtendedKeyUsage ¶

type NullableCSSCMSDataModelModelsExtendedKeyUsage struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsExtendedKeyUsage) Get ¶

func (NullableCSSCMSDataModelModelsExtendedKeyUsage) IsSet ¶

func (NullableCSSCMSDataModelModelsExtendedKeyUsage) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsExtendedKeyUsage) Set ¶

func (*NullableCSSCMSDataModelModelsExtendedKeyUsage) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsExtendedKeyUsage) Unset ¶

type NullableCSSCMSDataModelModelsInvalidKeystore ¶

type NullableCSSCMSDataModelModelsInvalidKeystore struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsInvalidKeystore) Get ¶

func (NullableCSSCMSDataModelModelsInvalidKeystore) IsSet ¶

func (NullableCSSCMSDataModelModelsInvalidKeystore) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsInvalidKeystore) Set ¶

func (*NullableCSSCMSDataModelModelsInvalidKeystore) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsInvalidKeystore) Unset ¶

type NullableCSSCMSDataModelModelsKeyfactorAPISecret ¶

type NullableCSSCMSDataModelModelsKeyfactorAPISecret struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsKeyfactorAPISecret) Get ¶

func (NullableCSSCMSDataModelModelsKeyfactorAPISecret) IsSet ¶

func (NullableCSSCMSDataModelModelsKeyfactorAPISecret) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsKeyfactorAPISecret) Set ¶

func (*NullableCSSCMSDataModelModelsKeyfactorAPISecret) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsKeyfactorAPISecret) Unset ¶

type NullableCSSCMSDataModelModelsKeyfactorSecret ¶

type NullableCSSCMSDataModelModelsKeyfactorSecret struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsKeyfactorSecret) Get ¶

func (NullableCSSCMSDataModelModelsKeyfactorSecret) IsSet ¶

func (NullableCSSCMSDataModelModelsKeyfactorSecret) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsKeyfactorSecret) Set ¶

func (*NullableCSSCMSDataModelModelsKeyfactorSecret) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsKeyfactorSecret) Unset ¶

type NullableCSSCMSDataModelModelsMetadataAllUpdateRequest ¶

type NullableCSSCMSDataModelModelsMetadataAllUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsMetadataAllUpdateRequest) Get ¶

func (NullableCSSCMSDataModelModelsMetadataAllUpdateRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsMetadataAllUpdateRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsMetadataAllUpdateRequest) Set ¶

func (*NullableCSSCMSDataModelModelsMetadataAllUpdateRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsMetadataAllUpdateRequest) Unset ¶

type NullableCSSCMSDataModelModelsMetadataSingleUpdateRequest ¶

type NullableCSSCMSDataModelModelsMetadataSingleUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsMetadataSingleUpdateRequest) Get ¶

func (NullableCSSCMSDataModelModelsMetadataSingleUpdateRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsMetadataSingleUpdateRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsMetadataSingleUpdateRequest) Set ¶

func (*NullableCSSCMSDataModelModelsMetadataSingleUpdateRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsMetadataSingleUpdateRequest) Unset ¶

type NullableCSSCMSDataModelModelsMetadataType ¶

type NullableCSSCMSDataModelModelsMetadataType struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsMetadataType) Get ¶

func (NullableCSSCMSDataModelModelsMetadataType) IsSet ¶

func (NullableCSSCMSDataModelModelsMetadataType) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsMetadataType) Set ¶

func (*NullableCSSCMSDataModelModelsMetadataType) UnmarshalJSON ¶

func (v *NullableCSSCMSDataModelModelsMetadataType) UnmarshalJSON(src []byte) error

func (*NullableCSSCMSDataModelModelsMetadataType) Unset ¶

type NullableCSSCMSDataModelModelsMetadataUpdateRequest ¶

type NullableCSSCMSDataModelModelsMetadataUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsMetadataUpdateRequest) Get ¶

func (NullableCSSCMSDataModelModelsMetadataUpdateRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsMetadataUpdateRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsMetadataUpdateRequest) Set ¶

func (*NullableCSSCMSDataModelModelsMetadataUpdateRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsMetadataUpdateRequest) Unset ¶

type NullableCSSCMSDataModelModelsMonitoringCRLTestRequest ¶

type NullableCSSCMSDataModelModelsMonitoringCRLTestRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsMonitoringCRLTestRequest) Get ¶

func (NullableCSSCMSDataModelModelsMonitoringCRLTestRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsMonitoringCRLTestRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsMonitoringCRLTestRequest) Set ¶

func (*NullableCSSCMSDataModelModelsMonitoringCRLTestRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsMonitoringCRLTestRequest) Unset ¶

type NullableCSSCMSDataModelModelsMonitoringCRLTestResponse ¶

type NullableCSSCMSDataModelModelsMonitoringCRLTestResponse struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsMonitoringCRLTestResponse) Get ¶

func (NullableCSSCMSDataModelModelsMonitoringCRLTestResponse) IsSet ¶

func (NullableCSSCMSDataModelModelsMonitoringCRLTestResponse) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsMonitoringCRLTestResponse) Set ¶

func (*NullableCSSCMSDataModelModelsMonitoringCRLTestResponse) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsMonitoringCRLTestResponse) Unset ¶

type NullableCSSCMSDataModelModelsMonitoringOCSPTestRequest ¶

type NullableCSSCMSDataModelModelsMonitoringOCSPTestRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsMonitoringOCSPTestRequest) Get ¶

func (NullableCSSCMSDataModelModelsMonitoringOCSPTestRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsMonitoringOCSPTestRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsMonitoringOCSPTestRequest) Set ¶

func (*NullableCSSCMSDataModelModelsMonitoringOCSPTestRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsMonitoringOCSPTestRequest) Unset ¶

type NullableCSSCMSDataModelModelsMonitoringOCSPTestResponse ¶

type NullableCSSCMSDataModelModelsMonitoringOCSPTestResponse struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsMonitoringOCSPTestResponse) Get ¶

func (NullableCSSCMSDataModelModelsMonitoringOCSPTestResponse) IsSet ¶

func (NullableCSSCMSDataModelModelsMonitoringOCSPTestResponse) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsMonitoringOCSPTestResponse) Set ¶

func (*NullableCSSCMSDataModelModelsMonitoringOCSPTestResponse) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsMonitoringOCSPTestResponse) Unset ¶

type NullableCSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse ¶

type NullableCSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse) Get ¶

func (NullableCSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse) IsSet ¶

func (NullableCSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse) Set ¶

func (*NullableCSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsMonitoringRevocationMonitoringAlertResponse) Unset ¶

type NullableCSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair ¶

type NullableCSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair) Get ¶

func (NullableCSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair) IsSet ¶

func (NullableCSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair) Set ¶

func (*NullableCSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair) Unset ¶

type NullableCSSCMSDataModelModelsOrchestratorJobsJob ¶

type NullableCSSCMSDataModelModelsOrchestratorJobsJob struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsOrchestratorJobsJob) Get ¶

func (NullableCSSCMSDataModelModelsOrchestratorJobsJob) IsSet ¶

func (NullableCSSCMSDataModelModelsOrchestratorJobsJob) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsOrchestratorJobsJob) Set ¶

func (*NullableCSSCMSDataModelModelsOrchestratorJobsJob) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsOrchestratorJobsJob) Unset ¶

type NullableCSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest ¶

type NullableCSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest) Get ¶

func (NullableCSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest) Set ¶

func (*NullableCSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsOrchestratorJobsJobTypeCreateRequest) Unset ¶

type NullableCSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest ¶

type NullableCSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest) Get ¶

func (NullableCSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest) Set ¶

func (*NullableCSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsOrchestratorJobsJobTypeFieldRequest) Unset ¶

type NullableCSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest ¶

type NullableCSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest) Get ¶

func (NullableCSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest) Set ¶

func (*NullableCSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsOrchestratorJobsJobTypeUpdateRequest) Unset ¶

type NullableCSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest ¶

type NullableCSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest) Get ¶

func (NullableCSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest) Set ¶

func (*NullableCSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsOrchestratorJobsScheduleBulkJobRequest) Unset ¶

type NullableCSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest ¶

type NullableCSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest) Get ¶

func (NullableCSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest) Set ¶

func (*NullableCSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsOrchestratorJobsScheduleJobRequest) Unset ¶

type NullableCSSCMSDataModelModelsPKICertificateOperation ¶

type NullableCSSCMSDataModelModelsPKICertificateOperation struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsPKICertificateOperation) Get ¶

func (NullableCSSCMSDataModelModelsPKICertificateOperation) IsSet ¶

func (NullableCSSCMSDataModelModelsPKICertificateOperation) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsPKICertificateOperation) Set ¶

func (*NullableCSSCMSDataModelModelsPKICertificateOperation) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsPKICertificateOperation) Unset ¶

type NullableCSSCMSDataModelModelsPamProviderTypeParamValue ¶

type NullableCSSCMSDataModelModelsPamProviderTypeParamValue struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsPamProviderTypeParamValue) Get ¶

func (NullableCSSCMSDataModelModelsPamProviderTypeParamValue) IsSet ¶

func (NullableCSSCMSDataModelModelsPamProviderTypeParamValue) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsPamProviderTypeParamValue) Set ¶

func (*NullableCSSCMSDataModelModelsPamProviderTypeParamValue) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsPamProviderTypeParamValue) Unset ¶

type NullableCSSCMSDataModelModelsPendingCSRResponse ¶

type NullableCSSCMSDataModelModelsPendingCSRResponse struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsPendingCSRResponse) Get ¶

func (NullableCSSCMSDataModelModelsPendingCSRResponse) IsSet ¶

func (NullableCSSCMSDataModelModelsPendingCSRResponse) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsPendingCSRResponse) Set ¶

func (*NullableCSSCMSDataModelModelsPendingCSRResponse) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsPendingCSRResponse) Unset ¶

type NullableCSSCMSDataModelModelsPkcs10CertificateResponse ¶

type NullableCSSCMSDataModelModelsPkcs10CertificateResponse struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsPkcs10CertificateResponse) Get ¶

func (NullableCSSCMSDataModelModelsPkcs10CertificateResponse) IsSet ¶

func (NullableCSSCMSDataModelModelsPkcs10CertificateResponse) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsPkcs10CertificateResponse) Set ¶

func (*NullableCSSCMSDataModelModelsPkcs10CertificateResponse) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsPkcs10CertificateResponse) Unset ¶

type NullableCSSCMSDataModelModelsPkcs12CertificateResponse ¶

type NullableCSSCMSDataModelModelsPkcs12CertificateResponse struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsPkcs12CertificateResponse) Get ¶

func (NullableCSSCMSDataModelModelsPkcs12CertificateResponse) IsSet ¶

func (NullableCSSCMSDataModelModelsPkcs12CertificateResponse) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsPkcs12CertificateResponse) Set ¶

func (*NullableCSSCMSDataModelModelsPkcs12CertificateResponse) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsPkcs12CertificateResponse) Unset ¶

type NullableCSSCMSDataModelModelsProvider ¶

type NullableCSSCMSDataModelModelsProvider struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsProvider) Get ¶

func (NullableCSSCMSDataModelModelsProvider) IsSet ¶

func (NullableCSSCMSDataModelModelsProvider) MarshalJSON ¶

func (v NullableCSSCMSDataModelModelsProvider) MarshalJSON() ([]byte, error)

func (*NullableCSSCMSDataModelModelsProvider) Set ¶

func (*NullableCSSCMSDataModelModelsProvider) UnmarshalJSON ¶

func (v *NullableCSSCMSDataModelModelsProvider) UnmarshalJSON(src []byte) error

func (*NullableCSSCMSDataModelModelsProvider) Unset ¶

type NullableCSSCMSDataModelModelsProviderType ¶

type NullableCSSCMSDataModelModelsProviderType struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsProviderType) Get ¶

func (NullableCSSCMSDataModelModelsProviderType) IsSet ¶

func (NullableCSSCMSDataModelModelsProviderType) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsProviderType) Set ¶

func (*NullableCSSCMSDataModelModelsProviderType) UnmarshalJSON ¶

func (v *NullableCSSCMSDataModelModelsProviderType) UnmarshalJSON(src []byte) error

func (*NullableCSSCMSDataModelModelsProviderType) Unset ¶

type NullableCSSCMSDataModelModelsProviderTypeParam ¶

type NullableCSSCMSDataModelModelsProviderTypeParam struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsProviderTypeParam) Get ¶

func (NullableCSSCMSDataModelModelsProviderTypeParam) IsSet ¶

func (NullableCSSCMSDataModelModelsProviderTypeParam) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsProviderTypeParam) Set ¶

func (*NullableCSSCMSDataModelModelsProviderTypeParam) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsProviderTypeParam) Unset ¶

type NullableCSSCMSDataModelModelsRecoveryResponse ¶

type NullableCSSCMSDataModelModelsRecoveryResponse struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsRecoveryResponse) Get ¶

func (NullableCSSCMSDataModelModelsRecoveryResponse) IsSet ¶

func (NullableCSSCMSDataModelModelsRecoveryResponse) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsRecoveryResponse) Set ¶

func (*NullableCSSCMSDataModelModelsRecoveryResponse) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsRecoveryResponse) Unset ¶

type NullableCSSCMSDataModelModelsReenrollmentStatus ¶

type NullableCSSCMSDataModelModelsReenrollmentStatus struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsReenrollmentStatus) Get ¶

func (NullableCSSCMSDataModelModelsReenrollmentStatus) IsSet ¶

func (NullableCSSCMSDataModelModelsReenrollmentStatus) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsReenrollmentStatus) Set ¶

func (*NullableCSSCMSDataModelModelsReenrollmentStatus) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsReenrollmentStatus) Unset ¶

type NullableCSSCMSDataModelModelsReport ¶

type NullableCSSCMSDataModelModelsReport struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsReport) Get ¶

func (NullableCSSCMSDataModelModelsReport) IsSet ¶

func (NullableCSSCMSDataModelModelsReport) MarshalJSON ¶

func (v NullableCSSCMSDataModelModelsReport) MarshalJSON() ([]byte, error)

func (*NullableCSSCMSDataModelModelsReport) Set ¶

func (*NullableCSSCMSDataModelModelsReport) UnmarshalJSON ¶

func (v *NullableCSSCMSDataModelModelsReport) UnmarshalJSON(src []byte) error

func (*NullableCSSCMSDataModelModelsReport) Unset ¶

type NullableCSSCMSDataModelModelsReportParameters ¶

type NullableCSSCMSDataModelModelsReportParameters struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsReportParameters) Get ¶

func (NullableCSSCMSDataModelModelsReportParameters) IsSet ¶

func (NullableCSSCMSDataModelModelsReportParameters) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsReportParameters) Set ¶

func (*NullableCSSCMSDataModelModelsReportParameters) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsReportParameters) Unset ¶

type NullableCSSCMSDataModelModelsReportParametersRequest ¶

type NullableCSSCMSDataModelModelsReportParametersRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsReportParametersRequest) Get ¶

func (NullableCSSCMSDataModelModelsReportParametersRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsReportParametersRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsReportParametersRequest) Set ¶

func (*NullableCSSCMSDataModelModelsReportParametersRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsReportParametersRequest) Unset ¶

type NullableCSSCMSDataModelModelsReportRequestModel ¶

type NullableCSSCMSDataModelModelsReportRequestModel struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsReportRequestModel) Get ¶

func (NullableCSSCMSDataModelModelsReportRequestModel) IsSet ¶

func (NullableCSSCMSDataModelModelsReportRequestModel) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsReportRequestModel) Set ¶

func (*NullableCSSCMSDataModelModelsReportRequestModel) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsReportRequestModel) Unset ¶

type NullableCSSCMSDataModelModelsReportSchedule ¶

type NullableCSSCMSDataModelModelsReportSchedule struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsReportSchedule) Get ¶

func (NullableCSSCMSDataModelModelsReportSchedule) IsSet ¶

func (NullableCSSCMSDataModelModelsReportSchedule) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsReportSchedule) Set ¶

func (*NullableCSSCMSDataModelModelsReportSchedule) UnmarshalJSON ¶

func (v *NullableCSSCMSDataModelModelsReportSchedule) UnmarshalJSON(src []byte) error

func (*NullableCSSCMSDataModelModelsReportSchedule) Unset ¶

type NullableCSSCMSDataModelModelsSSHAccessLogonUserAccessRequest ¶

type NullableCSSCMSDataModelModelsSSHAccessLogonUserAccessRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) Get ¶

func (NullableCSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) Set ¶

func (*NullableCSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHAccessLogonUserAccessRequest) Unset ¶

type NullableCSSCMSDataModelModelsSSHAccessLogonUserAccessResponse ¶

type NullableCSSCMSDataModelModelsSSHAccessLogonUserAccessResponse struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHAccessLogonUserAccessResponse) Get ¶

func (NullableCSSCMSDataModelModelsSSHAccessLogonUserAccessResponse) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHAccessLogonUserAccessResponse) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHAccessLogonUserAccessResponse) Set ¶

func (*NullableCSSCMSDataModelModelsSSHAccessLogonUserAccessResponse) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHAccessLogonUserAccessResponse) Unset ¶

type NullableCSSCMSDataModelModelsSSHAccessServerAccessRequest ¶

type NullableCSSCMSDataModelModelsSSHAccessServerAccessRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHAccessServerAccessRequest) Get ¶

func (NullableCSSCMSDataModelModelsSSHAccessServerAccessRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHAccessServerAccessRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHAccessServerAccessRequest) Set ¶

func (*NullableCSSCMSDataModelModelsSSHAccessServerAccessRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHAccessServerAccessRequest) Unset ¶

type NullableCSSCMSDataModelModelsSSHAccessServerAccessResponse ¶

type NullableCSSCMSDataModelModelsSSHAccessServerAccessResponse struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHAccessServerAccessResponse) Get ¶

func (NullableCSSCMSDataModelModelsSSHAccessServerAccessResponse) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHAccessServerAccessResponse) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHAccessServerAccessResponse) Set ¶

func (*NullableCSSCMSDataModelModelsSSHAccessServerAccessResponse) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHAccessServerAccessResponse) Unset ¶

type NullableCSSCMSDataModelModelsSSHAccessServerGroupAccessRequest ¶

type NullableCSSCMSDataModelModelsSSHAccessServerGroupAccessRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHAccessServerGroupAccessRequest) Get ¶

func (NullableCSSCMSDataModelModelsSSHAccessServerGroupAccessRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHAccessServerGroupAccessRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHAccessServerGroupAccessRequest) Set ¶

func (*NullableCSSCMSDataModelModelsSSHAccessServerGroupAccessRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHAccessServerGroupAccessRequest) Unset ¶

type NullableCSSCMSDataModelModelsSSHAccessServerGroupAccessResponse ¶

type NullableCSSCMSDataModelModelsSSHAccessServerGroupAccessResponse struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) Get ¶

func (NullableCSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) Set ¶

func (*NullableCSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHAccessServerGroupAccessResponse) Unset ¶

type NullableCSSCMSDataModelModelsSSHKeysKeyGenerationRequest ¶

type NullableCSSCMSDataModelModelsSSHKeysKeyGenerationRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHKeysKeyGenerationRequest) Get ¶

func (NullableCSSCMSDataModelModelsSSHKeysKeyGenerationRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHKeysKeyGenerationRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHKeysKeyGenerationRequest) Set ¶

func (*NullableCSSCMSDataModelModelsSSHKeysKeyGenerationRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHKeysKeyGenerationRequest) Unset ¶

type NullableCSSCMSDataModelModelsSSHKeysKeyResponse ¶

type NullableCSSCMSDataModelModelsSSHKeysKeyResponse struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHKeysKeyResponse) Get ¶

func (NullableCSSCMSDataModelModelsSSHKeysKeyResponse) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHKeysKeyResponse) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHKeysKeyResponse) Set ¶

func (*NullableCSSCMSDataModelModelsSSHKeysKeyResponse) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHKeysKeyResponse) Unset ¶

type NullableCSSCMSDataModelModelsSSHKeysKeyUpdateRequest ¶

type NullableCSSCMSDataModelModelsSSHKeysKeyUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHKeysKeyUpdateRequest) Get ¶

func (NullableCSSCMSDataModelModelsSSHKeysKeyUpdateRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHKeysKeyUpdateRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHKeysKeyUpdateRequest) Set ¶

func (*NullableCSSCMSDataModelModelsSSHKeysKeyUpdateRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHKeysKeyUpdateRequest) Unset ¶

type NullableCSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse ¶

type NullableCSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) Get ¶

func (NullableCSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) Set ¶

func (*NullableCSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHKeysUnmanagedKeyResponse) Unset ¶

type NullableCSSCMSDataModelModelsSSHLogonsLogonAccessRequest ¶

type NullableCSSCMSDataModelModelsSSHLogonsLogonAccessRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHLogonsLogonAccessRequest) Get ¶

func (NullableCSSCMSDataModelModelsSSHLogonsLogonAccessRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHLogonsLogonAccessRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHLogonsLogonAccessRequest) Set ¶

func (*NullableCSSCMSDataModelModelsSSHLogonsLogonAccessRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHLogonsLogonAccessRequest) Unset ¶

type NullableCSSCMSDataModelModelsSSHLogonsLogonCreationRequest ¶

type NullableCSSCMSDataModelModelsSSHLogonsLogonCreationRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHLogonsLogonCreationRequest) Get ¶

func (NullableCSSCMSDataModelModelsSSHLogonsLogonCreationRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHLogonsLogonCreationRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHLogonsLogonCreationRequest) Set ¶

func (*NullableCSSCMSDataModelModelsSSHLogonsLogonCreationRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHLogonsLogonCreationRequest) Unset ¶

type NullableCSSCMSDataModelModelsSSHLogonsLogonQueryResponse ¶

type NullableCSSCMSDataModelModelsSSHLogonsLogonQueryResponse struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHLogonsLogonQueryResponse) Get ¶

func (NullableCSSCMSDataModelModelsSSHLogonsLogonQueryResponse) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHLogonsLogonQueryResponse) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHLogonsLogonQueryResponse) Set ¶

func (*NullableCSSCMSDataModelModelsSSHLogonsLogonQueryResponse) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHLogonsLogonQueryResponse) Unset ¶

type NullableCSSCMSDataModelModelsSSHLogonsLogonResponse ¶

type NullableCSSCMSDataModelModelsSSHLogonsLogonResponse struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHLogonsLogonResponse) Get ¶

func (NullableCSSCMSDataModelModelsSSHLogonsLogonResponse) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHLogonsLogonResponse) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHLogonsLogonResponse) Set ¶

func (*NullableCSSCMSDataModelModelsSSHLogonsLogonResponse) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHLogonsLogonResponse) Unset ¶

type NullableCSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest ¶

type NullableCSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) Get ¶

func (NullableCSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) Set ¶

func (*NullableCSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHServerGroupsServerGroupCreationRequest) Unset ¶

type NullableCSSCMSDataModelModelsSSHServerGroupsServerGroupResponse ¶

type NullableCSSCMSDataModelModelsSSHServerGroupsServerGroupResponse struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) Get ¶

func (NullableCSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) Set ¶

func (*NullableCSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHServerGroupsServerGroupResponse) Unset ¶

type NullableCSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest ¶

type NullableCSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest) Get ¶

func (NullableCSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest) Set ¶

func (*NullableCSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHServerGroupsServerGroupUpdateRequest) Unset ¶

type NullableCSSCMSDataModelModelsSSHServersServerCreationRequest ¶

type NullableCSSCMSDataModelModelsSSHServersServerCreationRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHServersServerCreationRequest) Get ¶

func (NullableCSSCMSDataModelModelsSSHServersServerCreationRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHServersServerCreationRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHServersServerCreationRequest) Set ¶

func (*NullableCSSCMSDataModelModelsSSHServersServerCreationRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHServersServerCreationRequest) Unset ¶

type NullableCSSCMSDataModelModelsSSHServersServerResponse ¶

type NullableCSSCMSDataModelModelsSSHServersServerResponse struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHServersServerResponse) Get ¶

func (NullableCSSCMSDataModelModelsSSHServersServerResponse) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHServersServerResponse) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHServersServerResponse) Set ¶

func (*NullableCSSCMSDataModelModelsSSHServersServerResponse) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHServersServerResponse) Unset ¶

type NullableCSSCMSDataModelModelsSSHServersServerUpdateRequest ¶

type NullableCSSCMSDataModelModelsSSHServersServerUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHServersServerUpdateRequest) Get ¶

func (NullableCSSCMSDataModelModelsSSHServersServerUpdateRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHServersServerUpdateRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHServersServerUpdateRequest) Set ¶

func (*NullableCSSCMSDataModelModelsSSHServersServerUpdateRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHServersServerUpdateRequest) Unset ¶

type NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest ¶

type NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest) Get ¶

func (NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest) Set ¶

func (*NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountCreationRequest) Unset ¶

type NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse ¶

type NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) Get ¶

func (NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) Set ¶

func (*NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse) Unset ¶

type NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest ¶

type NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest) Get ¶

func (NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest) Set ¶

func (*NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUpdateRequest) Unset ¶

type NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest ¶

type NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest) Get ¶

func (NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest) Set ¶

func (*NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHServiceAccountsServiceAccountUserCreationRequest) Unset ¶

type NullableCSSCMSDataModelModelsSSHUsersSshUserAccessResponse ¶

type NullableCSSCMSDataModelModelsSSHUsersSshUserAccessResponse struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHUsersSshUserAccessResponse) Get ¶

func (NullableCSSCMSDataModelModelsSSHUsersSshUserAccessResponse) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHUsersSshUserAccessResponse) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHUsersSshUserAccessResponse) Set ¶

func (*NullableCSSCMSDataModelModelsSSHUsersSshUserAccessResponse) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHUsersSshUserAccessResponse) Unset ¶

type NullableCSSCMSDataModelModelsSSHUsersSshUserCreationRequest ¶

type NullableCSSCMSDataModelModelsSSHUsersSshUserCreationRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHUsersSshUserCreationRequest) Get ¶

func (NullableCSSCMSDataModelModelsSSHUsersSshUserCreationRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHUsersSshUserCreationRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHUsersSshUserCreationRequest) Set ¶

func (*NullableCSSCMSDataModelModelsSSHUsersSshUserCreationRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHUsersSshUserCreationRequest) Unset ¶

type NullableCSSCMSDataModelModelsSSHUsersSshUserResponse ¶

type NullableCSSCMSDataModelModelsSSHUsersSshUserResponse struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHUsersSshUserResponse) Get ¶

func (NullableCSSCMSDataModelModelsSSHUsersSshUserResponse) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHUsersSshUserResponse) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHUsersSshUserResponse) Set ¶

func (*NullableCSSCMSDataModelModelsSSHUsersSshUserResponse) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHUsersSshUserResponse) Unset ¶

type NullableCSSCMSDataModelModelsSSHUsersSshUserUpdateRequest ¶

type NullableCSSCMSDataModelModelsSSHUsersSshUserUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSHUsersSshUserUpdateRequest) Get ¶

func (NullableCSSCMSDataModelModelsSSHUsersSshUserUpdateRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsSSHUsersSshUserUpdateRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHUsersSshUserUpdateRequest) Set ¶

func (*NullableCSSCMSDataModelModelsSSHUsersSshUserUpdateRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSHUsersSshUserUpdateRequest) Unset ¶

type NullableCSSCMSDataModelModelsSSLDisplayScanJobPart ¶

type NullableCSSCMSDataModelModelsSSLDisplayScanJobPart struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSLDisplayScanJobPart) Get ¶

func (NullableCSSCMSDataModelModelsSSLDisplayScanJobPart) IsSet ¶

func (NullableCSSCMSDataModelModelsSSLDisplayScanJobPart) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSLDisplayScanJobPart) Set ¶

func (*NullableCSSCMSDataModelModelsSSLDisplayScanJobPart) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSLDisplayScanJobPart) Unset ¶

type NullableCSSCMSDataModelModelsSSLEndpoint ¶

type NullableCSSCMSDataModelModelsSSLEndpoint struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSLEndpoint) Get ¶

func (NullableCSSCMSDataModelModelsSSLEndpoint) IsSet ¶

func (NullableCSSCMSDataModelModelsSSLEndpoint) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSLEndpoint) Set ¶

func (*NullableCSSCMSDataModelModelsSSLEndpoint) UnmarshalJSON ¶

func (v *NullableCSSCMSDataModelModelsSSLEndpoint) UnmarshalJSON(src []byte) error

func (*NullableCSSCMSDataModelModelsSSLEndpoint) Unset ¶

type NullableCSSCMSDataModelModelsSSLEndpointHistoryResponse ¶

type NullableCSSCMSDataModelModelsSSLEndpointHistoryResponse struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSLEndpointHistoryResponse) Get ¶

func (NullableCSSCMSDataModelModelsSSLEndpointHistoryResponse) IsSet ¶

func (NullableCSSCMSDataModelModelsSSLEndpointHistoryResponse) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSLEndpointHistoryResponse) Set ¶

func (*NullableCSSCMSDataModelModelsSSLEndpointHistoryResponse) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSLEndpointHistoryResponse) Unset ¶

type NullableCSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel ¶

type NullableCSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) Get ¶

func (NullableCSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) IsSet ¶

func (NullableCSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) Set ¶

func (*NullableCSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSLEndpointHistoryResponseCertificateModel) Unset ¶

type NullableCSSCMSDataModelModelsSSLEndpointStatusRequest ¶

type NullableCSSCMSDataModelModelsSSLEndpointStatusRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSLEndpointStatusRequest) Get ¶

func (NullableCSSCMSDataModelModelsSSLEndpointStatusRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsSSLEndpointStatusRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSLEndpointStatusRequest) Set ¶

func (*NullableCSSCMSDataModelModelsSSLEndpointStatusRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSLEndpointStatusRequest) Unset ¶

type NullableCSSCMSDataModelModelsSSLImmediateSslScanRequest ¶

type NullableCSSCMSDataModelModelsSSLImmediateSslScanRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSLImmediateSslScanRequest) Get ¶

func (NullableCSSCMSDataModelModelsSSLImmediateSslScanRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsSSLImmediateSslScanRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSLImmediateSslScanRequest) Set ¶

func (*NullableCSSCMSDataModelModelsSSLImmediateSslScanRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSLImmediateSslScanRequest) Unset ¶

type NullableCSSCMSDataModelModelsSSLNetworkDefinition ¶

type NullableCSSCMSDataModelModelsSSLNetworkDefinition struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSLNetworkDefinition) Get ¶

func (NullableCSSCMSDataModelModelsSSLNetworkDefinition) IsSet ¶

func (NullableCSSCMSDataModelModelsSSLNetworkDefinition) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSLNetworkDefinition) Set ¶

func (*NullableCSSCMSDataModelModelsSSLNetworkDefinition) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSLNetworkDefinition) Unset ¶

type NullableCSSCMSDataModelModelsSSLNetworkRangesRequest ¶

type NullableCSSCMSDataModelModelsSSLNetworkRangesRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSLNetworkRangesRequest) Get ¶

func (NullableCSSCMSDataModelModelsSSLNetworkRangesRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsSSLNetworkRangesRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSLNetworkRangesRequest) Set ¶

func (*NullableCSSCMSDataModelModelsSSLNetworkRangesRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSLNetworkRangesRequest) Unset ¶

type NullableCSSCMSDataModelModelsSSLScanJobPart ¶

type NullableCSSCMSDataModelModelsSSLScanJobPart struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSLScanJobPart) Get ¶

func (NullableCSSCMSDataModelModelsSSLScanJobPart) IsSet ¶

func (NullableCSSCMSDataModelModelsSSLScanJobPart) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSLScanJobPart) Set ¶

func (*NullableCSSCMSDataModelModelsSSLScanJobPart) UnmarshalJSON ¶

func (v *NullableCSSCMSDataModelModelsSSLScanJobPart) UnmarshalJSON(src []byte) error

func (*NullableCSSCMSDataModelModelsSSLScanJobPart) Unset ¶

type NullableCSSCMSDataModelModelsSSLScanJobPartDefinition ¶

type NullableCSSCMSDataModelModelsSSLScanJobPartDefinition struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSLScanJobPartDefinition) Get ¶

func (NullableCSSCMSDataModelModelsSSLScanJobPartDefinition) IsSet ¶

func (NullableCSSCMSDataModelModelsSSLScanJobPartDefinition) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSLScanJobPartDefinition) Set ¶

func (*NullableCSSCMSDataModelModelsSSLScanJobPartDefinition) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSLScanJobPartDefinition) Unset ¶

type NullableCSSCMSDataModelModelsSSLSslScanResult ¶

type NullableCSSCMSDataModelModelsSSLSslScanResult struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSSLSslScanResult) Get ¶

func (NullableCSSCMSDataModelModelsSSLSslScanResult) IsSet ¶

func (NullableCSSCMSDataModelModelsSSLSslScanResult) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSLSslScanResult) Set ¶

func (*NullableCSSCMSDataModelModelsSSLSslScanResult) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSSLSslScanResult) Unset ¶

type NullableCSSCMSDataModelModelsSecurityCertificatePermissions ¶

type NullableCSSCMSDataModelModelsSecurityCertificatePermissions struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSecurityCertificatePermissions) Get ¶

func (NullableCSSCMSDataModelModelsSecurityCertificatePermissions) IsSet ¶

func (NullableCSSCMSDataModelModelsSecurityCertificatePermissions) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSecurityCertificatePermissions) Set ¶

func (*NullableCSSCMSDataModelModelsSecurityCertificatePermissions) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSecurityCertificatePermissions) Unset ¶

type NullableCSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier ¶

type NullableCSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) Get ¶

func (NullableCSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) IsSet ¶

func (NullableCSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) Set ¶

func (*NullableCSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier) Unset ¶

type NullableCSSCMSDataModelModelsSecurityPermissionSet ¶

type NullableCSSCMSDataModelModelsSecurityPermissionSet struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSecurityPermissionSet) Get ¶

func (NullableCSSCMSDataModelModelsSecurityPermissionSet) IsSet ¶

func (NullableCSSCMSDataModelModelsSecurityPermissionSet) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSecurityPermissionSet) Set ¶

func (*NullableCSSCMSDataModelModelsSecurityPermissionSet) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSecurityPermissionSet) Unset ¶

type NullableCSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase ¶

type NullableCSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase) Get ¶

func (NullableCSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase) IsSet ¶

func (NullableCSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase) Set ¶

func (*NullableCSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSecuritySecurityRolesSecurityRoleResponseBase) Unset ¶

type NullableCSSCMSDataModelModelsSubjectAlternativeName ¶

type NullableCSSCMSDataModelModelsSubjectAlternativeName struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsSubjectAlternativeName) Get ¶

func (NullableCSSCMSDataModelModelsSubjectAlternativeName) IsSet ¶

func (NullableCSSCMSDataModelModelsSubjectAlternativeName) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSubjectAlternativeName) Set ¶

func (*NullableCSSCMSDataModelModelsSubjectAlternativeName) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsSubjectAlternativeName) Unset ¶

type NullableCSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData ¶

type NullableCSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData) Get ¶

func (NullableCSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData) IsSet ¶

func (NullableCSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData) Set ¶

func (*NullableCSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsTemplatesAlgorithmsAlgorithmData) Unset ¶

type NullableCSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo ¶

type NullableCSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) Get ¶

func (NullableCSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) IsSet ¶

func (NullableCSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) Set ¶

func (*NullableCSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) Unset ¶

type NullableCSSCMSDataModelModelsTemplatesTemplateEnrollmentField ¶

type NullableCSSCMSDataModelModelsTemplatesTemplateEnrollmentField struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsTemplatesTemplateEnrollmentField) Get ¶

func (NullableCSSCMSDataModelModelsTemplatesTemplateEnrollmentField) IsSet ¶

func (NullableCSSCMSDataModelModelsTemplatesTemplateEnrollmentField) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsTemplatesTemplateEnrollmentField) Set ¶

func (*NullableCSSCMSDataModelModelsTemplatesTemplateEnrollmentField) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsTemplatesTemplateEnrollmentField) Unset ¶

type NullableCSSCMSDataModelModelsTemplatesTemplateMetadataField ¶

type NullableCSSCMSDataModelModelsTemplatesTemplateMetadataField struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsTemplatesTemplateMetadataField) Get ¶

func (NullableCSSCMSDataModelModelsTemplatesTemplateMetadataField) IsSet ¶

func (NullableCSSCMSDataModelModelsTemplatesTemplateMetadataField) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsTemplatesTemplateMetadataField) Set ¶

func (*NullableCSSCMSDataModelModelsTemplatesTemplateMetadataField) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsTemplatesTemplateMetadataField) Unset ¶

type NullableCSSCMSDataModelModelsWorkflowApproveDenyResult ¶

type NullableCSSCMSDataModelModelsWorkflowApproveDenyResult struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsWorkflowApproveDenyResult) Get ¶

func (NullableCSSCMSDataModelModelsWorkflowApproveDenyResult) IsSet ¶

func (NullableCSSCMSDataModelModelsWorkflowApproveDenyResult) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsWorkflowApproveDenyResult) Set ¶

func (*NullableCSSCMSDataModelModelsWorkflowApproveDenyResult) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsWorkflowApproveDenyResult) Unset ¶

type NullableCSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel ¶

type NullableCSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) Get ¶

func (NullableCSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) IsSet ¶

func (NullableCSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) Set ¶

func (*NullableCSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsWorkflowCertificateRequestCertStoreModel) Unset ¶

type NullableCSSCMSDataModelModelsWorkflowCertificateRequestModel ¶

type NullableCSSCMSDataModelModelsWorkflowCertificateRequestModel struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsWorkflowCertificateRequestModel) Get ¶

func (NullableCSSCMSDataModelModelsWorkflowCertificateRequestModel) IsSet ¶

func (NullableCSSCMSDataModelModelsWorkflowCertificateRequestModel) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsWorkflowCertificateRequestModel) Set ¶

func (*NullableCSSCMSDataModelModelsWorkflowCertificateRequestModel) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsWorkflowCertificateRequestModel) Unset ¶

type NullableCSSCMSDataModelModelsWorkflowDenialRequest ¶

type NullableCSSCMSDataModelModelsWorkflowDenialRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsWorkflowDenialRequest) Get ¶

func (NullableCSSCMSDataModelModelsWorkflowDenialRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsWorkflowDenialRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsWorkflowDenialRequest) Set ¶

func (*NullableCSSCMSDataModelModelsWorkflowDenialRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsWorkflowDenialRequest) Unset ¶

type NullableCSSCMSDataModelModelsWorkflowProcessedCertificateRequest ¶

type NullableCSSCMSDataModelModelsWorkflowProcessedCertificateRequest struct {
	// contains filtered or unexported fields
}

func (NullableCSSCMSDataModelModelsWorkflowProcessedCertificateRequest) Get ¶

func (NullableCSSCMSDataModelModelsWorkflowProcessedCertificateRequest) IsSet ¶

func (NullableCSSCMSDataModelModelsWorkflowProcessedCertificateRequest) MarshalJSON ¶

func (*NullableCSSCMSDataModelModelsWorkflowProcessedCertificateRequest) Set ¶

func (*NullableCSSCMSDataModelModelsWorkflowProcessedCertificateRequest) UnmarshalJSON ¶

func (*NullableCSSCMSDataModelModelsWorkflowProcessedCertificateRequest) Unset ¶

type NullableCertificateAuthoritiesCAAlertRecipientCreateRequest ¶

type NullableCertificateAuthoritiesCAAlertRecipientCreateRequest struct {
	// contains filtered or unexported fields
}

func (NullableCertificateAuthoritiesCAAlertRecipientCreateRequest) Get ¶

func (NullableCertificateAuthoritiesCAAlertRecipientCreateRequest) IsSet ¶

func (NullableCertificateAuthoritiesCAAlertRecipientCreateRequest) MarshalJSON ¶

func (*NullableCertificateAuthoritiesCAAlertRecipientCreateRequest) Set ¶

func (*NullableCertificateAuthoritiesCAAlertRecipientCreateRequest) UnmarshalJSON ¶

func (*NullableCertificateAuthoritiesCAAlertRecipientCreateRequest) Unset ¶

type NullableCertificateAuthoritiesCAAlertRecipientResponse ¶

type NullableCertificateAuthoritiesCAAlertRecipientResponse struct {
	// contains filtered or unexported fields
}

func (NullableCertificateAuthoritiesCAAlertRecipientResponse) Get ¶

func (NullableCertificateAuthoritiesCAAlertRecipientResponse) IsSet ¶

func (NullableCertificateAuthoritiesCAAlertRecipientResponse) MarshalJSON ¶

func (*NullableCertificateAuthoritiesCAAlertRecipientResponse) Set ¶

func (*NullableCertificateAuthoritiesCAAlertRecipientResponse) UnmarshalJSON ¶

func (*NullableCertificateAuthoritiesCAAlertRecipientResponse) Unset ¶

type NullableCertificateAuthoritiesCAAlertRecipientUpdateRequest ¶

type NullableCertificateAuthoritiesCAAlertRecipientUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableCertificateAuthoritiesCAAlertRecipientUpdateRequest) Get ¶

func (NullableCertificateAuthoritiesCAAlertRecipientUpdateRequest) IsSet ¶

func (NullableCertificateAuthoritiesCAAlertRecipientUpdateRequest) MarshalJSON ¶

func (*NullableCertificateAuthoritiesCAAlertRecipientUpdateRequest) Set ¶

func (*NullableCertificateAuthoritiesCAAlertRecipientUpdateRequest) UnmarshalJSON ¶

func (*NullableCertificateAuthoritiesCAAlertRecipientUpdateRequest) Unset ¶

type NullableCertificateAuthoritiesCAConnectorRequest ¶

type NullableCertificateAuthoritiesCAConnectorRequest struct {
	// contains filtered or unexported fields
}

func (NullableCertificateAuthoritiesCAConnectorRequest) Get ¶

func (NullableCertificateAuthoritiesCAConnectorRequest) IsSet ¶

func (NullableCertificateAuthoritiesCAConnectorRequest) MarshalJSON ¶

func (*NullableCertificateAuthoritiesCAConnectorRequest) Set ¶

func (*NullableCertificateAuthoritiesCAConnectorRequest) UnmarshalJSON ¶

func (*NullableCertificateAuthoritiesCAConnectorRequest) Unset ¶

type NullableCertificateAuthoritiesCAConnectorResponse ¶

type NullableCertificateAuthoritiesCAConnectorResponse struct {
	// contains filtered or unexported fields
}

func (NullableCertificateAuthoritiesCAConnectorResponse) Get ¶

func (NullableCertificateAuthoritiesCAConnectorResponse) IsSet ¶

func (NullableCertificateAuthoritiesCAConnectorResponse) MarshalJSON ¶

func (*NullableCertificateAuthoritiesCAConnectorResponse) Set ¶

func (*NullableCertificateAuthoritiesCAConnectorResponse) UnmarshalJSON ¶

func (*NullableCertificateAuthoritiesCAConnectorResponse) Unset ¶

type NullableCertificateAuthoritiesCAJobQueueTestResponse ¶

type NullableCertificateAuthoritiesCAJobQueueTestResponse struct {
	// contains filtered or unexported fields
}

func (NullableCertificateAuthoritiesCAJobQueueTestResponse) Get ¶

func (NullableCertificateAuthoritiesCAJobQueueTestResponse) IsSet ¶

func (NullableCertificateAuthoritiesCAJobQueueTestResponse) MarshalJSON ¶

func (*NullableCertificateAuthoritiesCAJobQueueTestResponse) Set ¶

func (*NullableCertificateAuthoritiesCAJobQueueTestResponse) UnmarshalJSON ¶

func (*NullableCertificateAuthoritiesCAJobQueueTestResponse) Unset ¶

type NullableCertificateAuthoritiesCertificateAuthorityRequest ¶

type NullableCertificateAuthoritiesCertificateAuthorityRequest struct {
	// contains filtered or unexported fields
}

func (NullableCertificateAuthoritiesCertificateAuthorityRequest) Get ¶

func (NullableCertificateAuthoritiesCertificateAuthorityRequest) IsSet ¶

func (NullableCertificateAuthoritiesCertificateAuthorityRequest) MarshalJSON ¶

func (*NullableCertificateAuthoritiesCertificateAuthorityRequest) Set ¶

func (*NullableCertificateAuthoritiesCertificateAuthorityRequest) UnmarshalJSON ¶

func (*NullableCertificateAuthoritiesCertificateAuthorityRequest) Unset ¶

type NullableCertificateAuthoritiesCertificateAuthorityResponse ¶

type NullableCertificateAuthoritiesCertificateAuthorityResponse struct {
	// contains filtered or unexported fields
}

func (NullableCertificateAuthoritiesCertificateAuthorityResponse) Get ¶

func (NullableCertificateAuthoritiesCertificateAuthorityResponse) IsSet ¶

func (NullableCertificateAuthoritiesCertificateAuthorityResponse) MarshalJSON ¶

func (*NullableCertificateAuthoritiesCertificateAuthorityResponse) Set ¶

func (*NullableCertificateAuthoritiesCertificateAuthorityResponse) UnmarshalJSON ¶

func (*NullableCertificateAuthoritiesCertificateAuthorityResponse) Unset ¶

type NullableCertificateAuthoritiesCertificateAuthorityTestResponse ¶

type NullableCertificateAuthoritiesCertificateAuthorityTestResponse struct {
	// contains filtered or unexported fields
}

func (NullableCertificateAuthoritiesCertificateAuthorityTestResponse) Get ¶

func (NullableCertificateAuthoritiesCertificateAuthorityTestResponse) IsSet ¶

func (NullableCertificateAuthoritiesCertificateAuthorityTestResponse) MarshalJSON ¶

func (*NullableCertificateAuthoritiesCertificateAuthorityTestResponse) Set ¶

func (*NullableCertificateAuthoritiesCertificateAuthorityTestResponse) UnmarshalJSON ¶

func (*NullableCertificateAuthoritiesCertificateAuthorityTestResponse) Unset ¶

type NullableCertificateCollectionsAssignableQueryRole ¶

type NullableCertificateCollectionsAssignableQueryRole struct {
	// contains filtered or unexported fields
}

func (NullableCertificateCollectionsAssignableQueryRole) Get ¶

func (NullableCertificateCollectionsAssignableQueryRole) IsSet ¶

func (NullableCertificateCollectionsAssignableQueryRole) MarshalJSON ¶

func (*NullableCertificateCollectionsAssignableQueryRole) Set ¶

func (*NullableCertificateCollectionsAssignableQueryRole) UnmarshalJSON ¶

func (*NullableCertificateCollectionsAssignableQueryRole) Unset ¶

type NullableCertificateCollectionsCertificateCollectionCopyRequest ¶

type NullableCertificateCollectionsCertificateCollectionCopyRequest struct {
	// contains filtered or unexported fields
}

func (NullableCertificateCollectionsCertificateCollectionCopyRequest) Get ¶

func (NullableCertificateCollectionsCertificateCollectionCopyRequest) IsSet ¶

func (NullableCertificateCollectionsCertificateCollectionCopyRequest) MarshalJSON ¶

func (*NullableCertificateCollectionsCertificateCollectionCopyRequest) Set ¶

func (*NullableCertificateCollectionsCertificateCollectionCopyRequest) UnmarshalJSON ¶

func (*NullableCertificateCollectionsCertificateCollectionCopyRequest) Unset ¶

type NullableCertificateCollectionsCertificateCollectionCreateRequest ¶

type NullableCertificateCollectionsCertificateCollectionCreateRequest struct {
	// contains filtered or unexported fields
}

func (NullableCertificateCollectionsCertificateCollectionCreateRequest) Get ¶

func (NullableCertificateCollectionsCertificateCollectionCreateRequest) IsSet ¶

func (NullableCertificateCollectionsCertificateCollectionCreateRequest) MarshalJSON ¶

func (*NullableCertificateCollectionsCertificateCollectionCreateRequest) Set ¶

func (*NullableCertificateCollectionsCertificateCollectionCreateRequest) UnmarshalJSON ¶

func (*NullableCertificateCollectionsCertificateCollectionCreateRequest) Unset ¶

type NullableCertificateCollectionsCertificateCollectionFavoriteRequest ¶

type NullableCertificateCollectionsCertificateCollectionFavoriteRequest struct {
	// contains filtered or unexported fields
}

func (NullableCertificateCollectionsCertificateCollectionFavoriteRequest) Get ¶

func (NullableCertificateCollectionsCertificateCollectionFavoriteRequest) IsSet ¶

func (NullableCertificateCollectionsCertificateCollectionFavoriteRequest) MarshalJSON ¶

func (*NullableCertificateCollectionsCertificateCollectionFavoriteRequest) Set ¶

func (*NullableCertificateCollectionsCertificateCollectionFavoriteRequest) UnmarshalJSON ¶

func (*NullableCertificateCollectionsCertificateCollectionFavoriteRequest) Unset ¶

type NullableCertificateCollectionsCertificateCollectionListResponse ¶

type NullableCertificateCollectionsCertificateCollectionListResponse struct {
	// contains filtered or unexported fields
}

func (NullableCertificateCollectionsCertificateCollectionListResponse) Get ¶

func (NullableCertificateCollectionsCertificateCollectionListResponse) IsSet ¶

func (NullableCertificateCollectionsCertificateCollectionListResponse) MarshalJSON ¶

func (*NullableCertificateCollectionsCertificateCollectionListResponse) Set ¶

func (*NullableCertificateCollectionsCertificateCollectionListResponse) UnmarshalJSON ¶

func (*NullableCertificateCollectionsCertificateCollectionListResponse) Unset ¶

type NullableCertificateCollectionsCertificateCollectionPermissionsResponse ¶

type NullableCertificateCollectionsCertificateCollectionPermissionsResponse struct {
	// contains filtered or unexported fields
}

func (NullableCertificateCollectionsCertificateCollectionPermissionsResponse) Get ¶

func (NullableCertificateCollectionsCertificateCollectionPermissionsResponse) IsSet ¶

func (NullableCertificateCollectionsCertificateCollectionPermissionsResponse) MarshalJSON ¶

func (*NullableCertificateCollectionsCertificateCollectionPermissionsResponse) Set ¶

func (*NullableCertificateCollectionsCertificateCollectionPermissionsResponse) UnmarshalJSON ¶

func (*NullableCertificateCollectionsCertificateCollectionPermissionsResponse) Unset ¶

type NullableCertificateCollectionsCertificateCollectionResponse ¶

type NullableCertificateCollectionsCertificateCollectionResponse struct {
	// contains filtered or unexported fields
}

func (NullableCertificateCollectionsCertificateCollectionResponse) Get ¶

func (NullableCertificateCollectionsCertificateCollectionResponse) IsSet ¶

func (NullableCertificateCollectionsCertificateCollectionResponse) MarshalJSON ¶

func (*NullableCertificateCollectionsCertificateCollectionResponse) Set ¶

func (*NullableCertificateCollectionsCertificateCollectionResponse) UnmarshalJSON ¶

func (*NullableCertificateCollectionsCertificateCollectionResponse) Unset ¶

type NullableCertificateCollectionsCertificateCollectionUpdateRequest ¶

type NullableCertificateCollectionsCertificateCollectionUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableCertificateCollectionsCertificateCollectionUpdateRequest) Get ¶

func (NullableCertificateCollectionsCertificateCollectionUpdateRequest) IsSet ¶

func (NullableCertificateCollectionsCertificateCollectionUpdateRequest) MarshalJSON ¶

func (*NullableCertificateCollectionsCertificateCollectionUpdateRequest) Set ¶

func (*NullableCertificateCollectionsCertificateCollectionUpdateRequest) UnmarshalJSON ¶

func (*NullableCertificateCollectionsCertificateCollectionUpdateRequest) Unset ¶

type NullableCertificateCollectionsCertificateQueryAccessControl ¶

type NullableCertificateCollectionsCertificateQueryAccessControl struct {
	// contains filtered or unexported fields
}

func (NullableCertificateCollectionsCertificateQueryAccessControl) Get ¶

func (NullableCertificateCollectionsCertificateQueryAccessControl) IsSet ¶

func (NullableCertificateCollectionsCertificateQueryAccessControl) MarshalJSON ¶

func (*NullableCertificateCollectionsCertificateQueryAccessControl) Set ¶

func (*NullableCertificateCollectionsCertificateQueryAccessControl) UnmarshalJSON ¶

func (*NullableCertificateCollectionsCertificateQueryAccessControl) Unset ¶

type NullableCertificateStoreContainersCertificateStoreContainerResponse ¶

type NullableCertificateStoreContainersCertificateStoreContainerResponse struct {
	// contains filtered or unexported fields
}

func (NullableCertificateStoreContainersCertificateStoreContainerResponse) Get ¶

func (NullableCertificateStoreContainersCertificateStoreContainerResponse) IsSet ¶

func (NullableCertificateStoreContainersCertificateStoreContainerResponse) MarshalJSON ¶

func (*NullableCertificateStoreContainersCertificateStoreContainerResponse) Set ¶

func (*NullableCertificateStoreContainersCertificateStoreContainerResponse) UnmarshalJSON ¶

func (*NullableCertificateStoreContainersCertificateStoreContainerResponse) Unset ¶

type NullableCertificateStoresAddCertificateRequest ¶

type NullableCertificateStoresAddCertificateRequest struct {
	// contains filtered or unexported fields
}

func (NullableCertificateStoresAddCertificateRequest) Get ¶

func (NullableCertificateStoresAddCertificateRequest) IsSet ¶

func (NullableCertificateStoresAddCertificateRequest) MarshalJSON ¶

func (*NullableCertificateStoresAddCertificateRequest) Set ¶

func (*NullableCertificateStoresAddCertificateRequest) UnmarshalJSON ¶

func (*NullableCertificateStoresAddCertificateRequest) Unset ¶

type NullableCertificateStoresCertificateStoreApproveRequest ¶

type NullableCertificateStoresCertificateStoreApproveRequest struct {
	// contains filtered or unexported fields
}

func (NullableCertificateStoresCertificateStoreApproveRequest) Get ¶

func (NullableCertificateStoresCertificateStoreApproveRequest) IsSet ¶

func (NullableCertificateStoresCertificateStoreApproveRequest) MarshalJSON ¶

func (*NullableCertificateStoresCertificateStoreApproveRequest) Set ¶

func (*NullableCertificateStoresCertificateStoreApproveRequest) UnmarshalJSON ¶

func (*NullableCertificateStoresCertificateStoreApproveRequest) Unset ¶

type NullableCertificateStoresCertificateStoreInventoryCertificateResponse ¶

type NullableCertificateStoresCertificateStoreInventoryCertificateResponse struct {
	// contains filtered or unexported fields
}

func (NullableCertificateStoresCertificateStoreInventoryCertificateResponse) Get ¶

func (NullableCertificateStoresCertificateStoreInventoryCertificateResponse) IsSet ¶

func (NullableCertificateStoresCertificateStoreInventoryCertificateResponse) MarshalJSON ¶

func (*NullableCertificateStoresCertificateStoreInventoryCertificateResponse) Set ¶

func (*NullableCertificateStoresCertificateStoreInventoryCertificateResponse) UnmarshalJSON ¶

func (*NullableCertificateStoresCertificateStoreInventoryCertificateResponse) Unset ¶

type NullableCertificateStoresCertificateStoreInventoryResponse ¶

type NullableCertificateStoresCertificateStoreInventoryResponse struct {
	// contains filtered or unexported fields
}

func (NullableCertificateStoresCertificateStoreInventoryResponse) Get ¶

func (NullableCertificateStoresCertificateStoreInventoryResponse) IsSet ¶

func (NullableCertificateStoresCertificateStoreInventoryResponse) MarshalJSON ¶

func (*NullableCertificateStoresCertificateStoreInventoryResponse) Set ¶

func (*NullableCertificateStoresCertificateStoreInventoryResponse) UnmarshalJSON ¶

func (*NullableCertificateStoresCertificateStoreInventoryResponse) Unset ¶

type NullableCertificateStoresCertificateStoreResponse ¶

type NullableCertificateStoresCertificateStoreResponse struct {
	// contains filtered or unexported fields
}

func (NullableCertificateStoresCertificateStoreResponse) Get ¶

func (NullableCertificateStoresCertificateStoreResponse) IsSet ¶

func (NullableCertificateStoresCertificateStoreResponse) MarshalJSON ¶

func (*NullableCertificateStoresCertificateStoreResponse) Set ¶

func (*NullableCertificateStoresCertificateStoreResponse) UnmarshalJSON ¶

func (*NullableCertificateStoresCertificateStoreResponse) Unset ¶

type NullableCertificateStoresJobHistoryResponse ¶

type NullableCertificateStoresJobHistoryResponse struct {
	// contains filtered or unexported fields
}

func (NullableCertificateStoresJobHistoryResponse) Get ¶

func (NullableCertificateStoresJobHistoryResponse) IsSet ¶

func (NullableCertificateStoresJobHistoryResponse) MarshalJSON ¶

func (*NullableCertificateStoresJobHistoryResponse) Set ¶

func (*NullableCertificateStoresJobHistoryResponse) UnmarshalJSON ¶

func (v *NullableCertificateStoresJobHistoryResponse) UnmarshalJSON(src []byte) error

func (*NullableCertificateStoresJobHistoryResponse) Unset ¶

type NullableCertificateStoresReenrollmentRequest ¶

type NullableCertificateStoresReenrollmentRequest struct {
	// contains filtered or unexported fields
}

func (NullableCertificateStoresReenrollmentRequest) Get ¶

func (NullableCertificateStoresReenrollmentRequest) IsSet ¶

func (NullableCertificateStoresReenrollmentRequest) MarshalJSON ¶

func (*NullableCertificateStoresReenrollmentRequest) Set ¶

func (*NullableCertificateStoresReenrollmentRequest) UnmarshalJSON ¶

func (*NullableCertificateStoresReenrollmentRequest) Unset ¶

type NullableCertificateStoresRemoveCertificateRequest ¶

type NullableCertificateStoresRemoveCertificateRequest struct {
	// contains filtered or unexported fields
}

func (NullableCertificateStoresRemoveCertificateRequest) Get ¶

func (NullableCertificateStoresRemoveCertificateRequest) IsSet ¶

func (NullableCertificateStoresRemoveCertificateRequest) MarshalJSON ¶

func (*NullableCertificateStoresRemoveCertificateRequest) Set ¶

func (*NullableCertificateStoresRemoveCertificateRequest) UnmarshalJSON ¶

func (*NullableCertificateStoresRemoveCertificateRequest) Unset ¶

type NullableCertificateStoresTypesCertificateStoreTypeCreationRequest ¶

type NullableCertificateStoresTypesCertificateStoreTypeCreationRequest struct {
	// contains filtered or unexported fields
}

func (NullableCertificateStoresTypesCertificateStoreTypeCreationRequest) Get ¶

func (NullableCertificateStoresTypesCertificateStoreTypeCreationRequest) IsSet ¶

func (NullableCertificateStoresTypesCertificateStoreTypeCreationRequest) MarshalJSON ¶

func (*NullableCertificateStoresTypesCertificateStoreTypeCreationRequest) Set ¶

func (*NullableCertificateStoresTypesCertificateStoreTypeCreationRequest) UnmarshalJSON ¶

func (*NullableCertificateStoresTypesCertificateStoreTypeCreationRequest) Unset ¶

type NullableCertificateStoresTypesCertificateStoreTypeResponse ¶

type NullableCertificateStoresTypesCertificateStoreTypeResponse struct {
	// contains filtered or unexported fields
}

func (NullableCertificateStoresTypesCertificateStoreTypeResponse) Get ¶

func (NullableCertificateStoresTypesCertificateStoreTypeResponse) IsSet ¶

func (NullableCertificateStoresTypesCertificateStoreTypeResponse) MarshalJSON ¶

func (*NullableCertificateStoresTypesCertificateStoreTypeResponse) Set ¶

func (*NullableCertificateStoresTypesCertificateStoreTypeResponse) UnmarshalJSON ¶

func (*NullableCertificateStoresTypesCertificateStoreTypeResponse) Unset ¶

type NullableCertificateStoresTypesCertificateStoreTypeUpdateRequest ¶

type NullableCertificateStoresTypesCertificateStoreTypeUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableCertificateStoresTypesCertificateStoreTypeUpdateRequest) Get ¶

func (NullableCertificateStoresTypesCertificateStoreTypeUpdateRequest) IsSet ¶

func (NullableCertificateStoresTypesCertificateStoreTypeUpdateRequest) MarshalJSON ¶

func (*NullableCertificateStoresTypesCertificateStoreTypeUpdateRequest) Set ¶

func (*NullableCertificateStoresTypesCertificateStoreTypeUpdateRequest) UnmarshalJSON ¶

func (*NullableCertificateStoresTypesCertificateStoreTypeUpdateRequest) Unset ¶

type NullableCertificatesAnalyzeCertificateRequest ¶

type NullableCertificatesAnalyzeCertificateRequest struct {
	// contains filtered or unexported fields
}

func (NullableCertificatesAnalyzeCertificateRequest) Get ¶

func (NullableCertificatesAnalyzeCertificateRequest) IsSet ¶

func (NullableCertificatesAnalyzeCertificateRequest) MarshalJSON ¶

func (*NullableCertificatesAnalyzeCertificateRequest) Set ¶

func (*NullableCertificatesAnalyzeCertificateRequest) UnmarshalJSON ¶

func (*NullableCertificatesAnalyzeCertificateRequest) Unset ¶

type NullableCertificatesCertRequestResponseModel ¶

type NullableCertificatesCertRequestResponseModel struct {
	// contains filtered or unexported fields
}

func (NullableCertificatesCertRequestResponseModel) Get ¶

func (NullableCertificatesCertRequestResponseModel) IsSet ¶

func (NullableCertificatesCertRequestResponseModel) MarshalJSON ¶

func (*NullableCertificatesCertRequestResponseModel) Set ¶

func (*NullableCertificatesCertRequestResponseModel) UnmarshalJSON ¶

func (*NullableCertificatesCertRequestResponseModel) Unset ¶

type NullableCertificatesCertificateDownloadRequest ¶

type NullableCertificatesCertificateDownloadRequest struct {
	// contains filtered or unexported fields
}

func (NullableCertificatesCertificateDownloadRequest) Get ¶

func (NullableCertificatesCertificateDownloadRequest) IsSet ¶

func (NullableCertificatesCertificateDownloadRequest) MarshalJSON ¶

func (*NullableCertificatesCertificateDownloadRequest) Set ¶

func (*NullableCertificatesCertificateDownloadRequest) UnmarshalJSON ¶

func (*NullableCertificatesCertificateDownloadRequest) Unset ¶

type NullableCertificatesCertificateIdentityAuditResponse ¶

type NullableCertificatesCertificateIdentityAuditResponse struct {
	// contains filtered or unexported fields
}

func (NullableCertificatesCertificateIdentityAuditResponse) Get ¶

func (NullableCertificatesCertificateIdentityAuditResponse) IsSet ¶

func (NullableCertificatesCertificateIdentityAuditResponse) MarshalJSON ¶

func (*NullableCertificatesCertificateIdentityAuditResponse) Set ¶

func (*NullableCertificatesCertificateIdentityAuditResponse) UnmarshalJSON ¶

func (*NullableCertificatesCertificateIdentityAuditResponse) Unset ¶

type NullableCertificatesCertificateIdentityAuditResponseCertificatePermission ¶

type NullableCertificatesCertificateIdentityAuditResponseCertificatePermission struct {
	// contains filtered or unexported fields
}

func (NullableCertificatesCertificateIdentityAuditResponseCertificatePermission) Get ¶

func (NullableCertificatesCertificateIdentityAuditResponseCertificatePermission) IsSet ¶

func (NullableCertificatesCertificateIdentityAuditResponseCertificatePermission) MarshalJSON ¶

func (*NullableCertificatesCertificateIdentityAuditResponseCertificatePermission) Set ¶

func (*NullableCertificatesCertificateIdentityAuditResponseCertificatePermission) UnmarshalJSON ¶

func (*NullableCertificatesCertificateIdentityAuditResponseCertificatePermission) Unset ¶

type NullableCertificatesCertificateLocationsResponse ¶

type NullableCertificatesCertificateLocationsResponse struct {
	// contains filtered or unexported fields
}

func (NullableCertificatesCertificateLocationsResponse) Get ¶

func (NullableCertificatesCertificateLocationsResponse) IsSet ¶

func (NullableCertificatesCertificateLocationsResponse) MarshalJSON ¶

func (*NullableCertificatesCertificateLocationsResponse) Set ¶

func (*NullableCertificatesCertificateLocationsResponse) UnmarshalJSON ¶

func (*NullableCertificatesCertificateLocationsResponse) Unset ¶

type NullableCertificatesCertificateRecoveryRequest ¶

type NullableCertificatesCertificateRecoveryRequest struct {
	// contains filtered or unexported fields
}

func (NullableCertificatesCertificateRecoveryRequest) Get ¶

func (NullableCertificatesCertificateRecoveryRequest) IsSet ¶

func (NullableCertificatesCertificateRecoveryRequest) MarshalJSON ¶

func (*NullableCertificatesCertificateRecoveryRequest) Set ¶

func (*NullableCertificatesCertificateRecoveryRequest) UnmarshalJSON ¶

func (*NullableCertificatesCertificateRecoveryRequest) Unset ¶

type NullableCertificatesCertificateRetrievalResponse ¶

type NullableCertificatesCertificateRetrievalResponse struct {
	// contains filtered or unexported fields
}

func (NullableCertificatesCertificateRetrievalResponse) Get ¶

func (NullableCertificatesCertificateRetrievalResponse) IsSet ¶

func (NullableCertificatesCertificateRetrievalResponse) MarshalJSON ¶

func (*NullableCertificatesCertificateRetrievalResponse) Set ¶

func (*NullableCertificatesCertificateRetrievalResponse) UnmarshalJSON ¶

func (*NullableCertificatesCertificateRetrievalResponse) Unset ¶

type NullableCertificatesCertificateRetrievalResponseCRLDistributionPointModel ¶

type NullableCertificatesCertificateRetrievalResponseCRLDistributionPointModel struct {
	// contains filtered or unexported fields
}

func (NullableCertificatesCertificateRetrievalResponseCRLDistributionPointModel) Get ¶

func (NullableCertificatesCertificateRetrievalResponseCRLDistributionPointModel) IsSet ¶

func (NullableCertificatesCertificateRetrievalResponseCRLDistributionPointModel) MarshalJSON ¶

func (*NullableCertificatesCertificateRetrievalResponseCRLDistributionPointModel) Set ¶

func (*NullableCertificatesCertificateRetrievalResponseCRLDistributionPointModel) UnmarshalJSON ¶

func (*NullableCertificatesCertificateRetrievalResponseCRLDistributionPointModel) Unset ¶

type NullableCertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel ¶

type NullableCertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel struct {
	// contains filtered or unexported fields
}

func (NullableCertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) Get ¶

func (NullableCertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) IsSet ¶

func (NullableCertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) MarshalJSON ¶

func (*NullableCertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) Set ¶

func (*NullableCertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) UnmarshalJSON ¶

func (*NullableCertificatesCertificateRetrievalResponseCertificateStoreInventoryItemModel) Unset ¶

type NullableCertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel ¶

type NullableCertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel struct {
	// contains filtered or unexported fields
}

func (NullableCertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) Get ¶

func (NullableCertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) IsSet ¶

func (NullableCertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) MarshalJSON ¶

func (*NullableCertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) Set ¶

func (*NullableCertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) UnmarshalJSON ¶

func (*NullableCertificatesCertificateRetrievalResponseCertificateStoreLocationDetailModel) Unset ¶

type NullableCertificatesCertificateRetrievalResponseDetailedKeyUsageModel ¶

type NullableCertificatesCertificateRetrievalResponseDetailedKeyUsageModel struct {
	// contains filtered or unexported fields
}

func (NullableCertificatesCertificateRetrievalResponseDetailedKeyUsageModel) Get ¶

func (NullableCertificatesCertificateRetrievalResponseDetailedKeyUsageModel) IsSet ¶

func (NullableCertificatesCertificateRetrievalResponseDetailedKeyUsageModel) MarshalJSON ¶

func (*NullableCertificatesCertificateRetrievalResponseDetailedKeyUsageModel) Set ¶

func (*NullableCertificatesCertificateRetrievalResponseDetailedKeyUsageModel) UnmarshalJSON ¶

func (*NullableCertificatesCertificateRetrievalResponseDetailedKeyUsageModel) Unset ¶

type NullableCertificatesCertificateRetrievalResponseExtendedKeyUsageModel ¶

type NullableCertificatesCertificateRetrievalResponseExtendedKeyUsageModel struct {
	// contains filtered or unexported fields
}

func (NullableCertificatesCertificateRetrievalResponseExtendedKeyUsageModel) Get ¶

func (NullableCertificatesCertificateRetrievalResponseExtendedKeyUsageModel) IsSet ¶

func (NullableCertificatesCertificateRetrievalResponseExtendedKeyUsageModel) MarshalJSON ¶

func (*NullableCertificatesCertificateRetrievalResponseExtendedKeyUsageModel) Set ¶

func (*NullableCertificatesCertificateRetrievalResponseExtendedKeyUsageModel) UnmarshalJSON ¶

func (*NullableCertificatesCertificateRetrievalResponseExtendedKeyUsageModel) Unset ¶

type NullableCertificatesCertificateRetrievalResponseLocationCountModel ¶

type NullableCertificatesCertificateRetrievalResponseLocationCountModel struct {
	// contains filtered or unexported fields
}

func (NullableCertificatesCertificateRetrievalResponseLocationCountModel) Get ¶

func (NullableCertificatesCertificateRetrievalResponseLocationCountModel) IsSet ¶

func (NullableCertificatesCertificateRetrievalResponseLocationCountModel) MarshalJSON ¶

func (*NullableCertificatesCertificateRetrievalResponseLocationCountModel) Set ¶

func (*NullableCertificatesCertificateRetrievalResponseLocationCountModel) UnmarshalJSON ¶

func (*NullableCertificatesCertificateRetrievalResponseLocationCountModel) Unset ¶

type NullableCertificatesCertificateRetrievalResponseSubjectAlternativeNameModel ¶

type NullableCertificatesCertificateRetrievalResponseSubjectAlternativeNameModel struct {
	// contains filtered or unexported fields
}

func (NullableCertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) Get ¶

func (NullableCertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) IsSet ¶

func (NullableCertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) MarshalJSON ¶

func (*NullableCertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) Set ¶

func (*NullableCertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) UnmarshalJSON ¶

func (*NullableCertificatesCertificateRetrievalResponseSubjectAlternativeNameModel) Unset ¶

type NullableCertificatesOwnerRequest ¶

type NullableCertificatesOwnerRequest struct {
	// contains filtered or unexported fields
}

func (NullableCertificatesOwnerRequest) Get ¶

func (NullableCertificatesOwnerRequest) IsSet ¶

func (NullableCertificatesOwnerRequest) MarshalJSON ¶

func (v NullableCertificatesOwnerRequest) MarshalJSON() ([]byte, error)

func (*NullableCertificatesOwnerRequest) Set ¶

func (*NullableCertificatesOwnerRequest) UnmarshalJSON ¶

func (v *NullableCertificatesOwnerRequest) UnmarshalJSON(src []byte) error

func (*NullableCertificatesOwnerRequest) Unset ¶

type NullableCertificatesRevocationResponse ¶

type NullableCertificatesRevocationResponse struct {
	// contains filtered or unexported fields
}

func (NullableCertificatesRevocationResponse) Get ¶

func (NullableCertificatesRevocationResponse) IsSet ¶

func (NullableCertificatesRevocationResponse) MarshalJSON ¶

func (v NullableCertificatesRevocationResponse) MarshalJSON() ([]byte, error)

func (*NullableCertificatesRevocationResponse) Set ¶

func (*NullableCertificatesRevocationResponse) UnmarshalJSON ¶

func (v *NullableCertificatesRevocationResponse) UnmarshalJSON(src []byte) error

func (*NullableCertificatesRevocationResponse) Unset ¶

type NullableCertificatesRevokeCertificateRequest ¶

type NullableCertificatesRevokeCertificateRequest struct {
	// contains filtered or unexported fields
}

func (NullableCertificatesRevokeCertificateRequest) Get ¶

func (NullableCertificatesRevokeCertificateRequest) IsSet ¶

func (NullableCertificatesRevokeCertificateRequest) MarshalJSON ¶

func (*NullableCertificatesRevokeCertificateRequest) Set ¶

func (*NullableCertificatesRevokeCertificateRequest) UnmarshalJSON ¶

func (*NullableCertificatesRevokeCertificateRequest) Unset ¶

type NullableCertificatesSubjectAlternativeName ¶

type NullableCertificatesSubjectAlternativeName struct {
	// contains filtered or unexported fields
}

func (NullableCertificatesSubjectAlternativeName) Get ¶

func (NullableCertificatesSubjectAlternativeName) IsSet ¶

func (NullableCertificatesSubjectAlternativeName) MarshalJSON ¶

func (*NullableCertificatesSubjectAlternativeName) Set ¶

func (*NullableCertificatesSubjectAlternativeName) UnmarshalJSON ¶

func (v *NullableCertificatesSubjectAlternativeName) UnmarshalJSON(src []byte) error

func (*NullableCertificatesSubjectAlternativeName) Unset ¶

type NullableCertificatesSuspendedRevocationResponse ¶

type NullableCertificatesSuspendedRevocationResponse struct {
	// contains filtered or unexported fields
}

func (NullableCertificatesSuspendedRevocationResponse) Get ¶

func (NullableCertificatesSuspendedRevocationResponse) IsSet ¶

func (NullableCertificatesSuspendedRevocationResponse) MarshalJSON ¶

func (*NullableCertificatesSuspendedRevocationResponse) Set ¶

func (*NullableCertificatesSuspendedRevocationResponse) UnmarshalJSON ¶

func (*NullableCertificatesSuspendedRevocationResponse) Unset ¶

type NullableComponentInstallationComponentInstallationResponse ¶

type NullableComponentInstallationComponentInstallationResponse struct {
	// contains filtered or unexported fields
}

func (NullableComponentInstallationComponentInstallationResponse) Get ¶

func (NullableComponentInstallationComponentInstallationResponse) IsSet ¶

func (NullableComponentInstallationComponentInstallationResponse) MarshalJSON ¶

func (*NullableComponentInstallationComponentInstallationResponse) Set ¶

func (*NullableComponentInstallationComponentInstallationResponse) UnmarshalJSON ¶

func (*NullableComponentInstallationComponentInstallationResponse) Unset ¶

type NullableConfigurationTenantConfigurationTenantRequest ¶

type NullableConfigurationTenantConfigurationTenantRequest struct {
	// contains filtered or unexported fields
}

func (NullableConfigurationTenantConfigurationTenantRequest) Get ¶

func (NullableConfigurationTenantConfigurationTenantRequest) IsSet ¶

func (NullableConfigurationTenantConfigurationTenantRequest) MarshalJSON ¶

func (*NullableConfigurationTenantConfigurationTenantRequest) Set ¶

func (*NullableConfigurationTenantConfigurationTenantRequest) UnmarshalJSON ¶

func (*NullableConfigurationTenantConfigurationTenantRequest) Unset ¶

type NullableEnrollmentCSREnrollmentRequest ¶

type NullableEnrollmentCSREnrollmentRequest struct {
	// contains filtered or unexported fields
}

func (NullableEnrollmentCSREnrollmentRequest) Get ¶

func (NullableEnrollmentCSREnrollmentRequest) IsSet ¶

func (NullableEnrollmentCSREnrollmentRequest) MarshalJSON ¶

func (v NullableEnrollmentCSREnrollmentRequest) MarshalJSON() ([]byte, error)

func (*NullableEnrollmentCSREnrollmentRequest) Set ¶

func (*NullableEnrollmentCSREnrollmentRequest) UnmarshalJSON ¶

func (v *NullableEnrollmentCSREnrollmentRequest) UnmarshalJSON(src []byte) error

func (*NullableEnrollmentCSREnrollmentRequest) Unset ¶

type NullableEnrollmentCSRGenerationRequest ¶

type NullableEnrollmentCSRGenerationRequest struct {
	// contains filtered or unexported fields
}

func (NullableEnrollmentCSRGenerationRequest) Get ¶

func (NullableEnrollmentCSRGenerationRequest) IsSet ¶

func (NullableEnrollmentCSRGenerationRequest) MarshalJSON ¶

func (v NullableEnrollmentCSRGenerationRequest) MarshalJSON() ([]byte, error)

func (*NullableEnrollmentCSRGenerationRequest) Set ¶

func (*NullableEnrollmentCSRGenerationRequest) UnmarshalJSON ¶

func (v *NullableEnrollmentCSRGenerationRequest) UnmarshalJSON(src []byte) error

func (*NullableEnrollmentCSRGenerationRequest) Unset ¶

type NullableEnrollmentEnrollmentManagementRequest ¶

type NullableEnrollmentEnrollmentManagementRequest struct {
	// contains filtered or unexported fields
}

func (NullableEnrollmentEnrollmentManagementRequest) Get ¶

func (NullableEnrollmentEnrollmentManagementRequest) IsSet ¶

func (NullableEnrollmentEnrollmentManagementRequest) MarshalJSON ¶

func (*NullableEnrollmentEnrollmentManagementRequest) Set ¶

func (*NullableEnrollmentEnrollmentManagementRequest) UnmarshalJSON ¶

func (*NullableEnrollmentEnrollmentManagementRequest) Unset ¶

type NullableEnrollmentEnrollmentManagementResponse ¶

type NullableEnrollmentEnrollmentManagementResponse struct {
	// contains filtered or unexported fields
}

func (NullableEnrollmentEnrollmentManagementResponse) Get ¶

func (NullableEnrollmentEnrollmentManagementResponse) IsSet ¶

func (NullableEnrollmentEnrollmentManagementResponse) MarshalJSON ¶

func (*NullableEnrollmentEnrollmentManagementResponse) Set ¶

func (*NullableEnrollmentEnrollmentManagementResponse) UnmarshalJSON ¶

func (*NullableEnrollmentEnrollmentManagementResponse) Unset ¶

type NullableEnrollmentManagementStoreRequest ¶

type NullableEnrollmentManagementStoreRequest struct {
	// contains filtered or unexported fields
}

func (NullableEnrollmentManagementStoreRequest) Get ¶

func (NullableEnrollmentManagementStoreRequest) IsSet ¶

func (NullableEnrollmentManagementStoreRequest) MarshalJSON ¶

func (*NullableEnrollmentManagementStoreRequest) Set ¶

func (*NullableEnrollmentManagementStoreRequest) UnmarshalJSON ¶

func (v *NullableEnrollmentManagementStoreRequest) UnmarshalJSON(src []byte) error

func (*NullableEnrollmentManagementStoreRequest) Unset ¶

type NullableEnrollmentManagementStoreTypeRequest ¶

type NullableEnrollmentManagementStoreTypeRequest struct {
	// contains filtered or unexported fields
}

func (NullableEnrollmentManagementStoreTypeRequest) Get ¶

func (NullableEnrollmentManagementStoreTypeRequest) IsSet ¶

func (NullableEnrollmentManagementStoreTypeRequest) MarshalJSON ¶

func (*NullableEnrollmentManagementStoreTypeRequest) Set ¶

func (*NullableEnrollmentManagementStoreTypeRequest) UnmarshalJSON ¶

func (*NullableEnrollmentManagementStoreTypeRequest) Unset ¶

type NullableEnrollmentPFXEnrollmentRequest ¶

type NullableEnrollmentPFXEnrollmentRequest struct {
	// contains filtered or unexported fields
}

func (NullableEnrollmentPFXEnrollmentRequest) Get ¶

func (NullableEnrollmentPFXEnrollmentRequest) IsSet ¶

func (NullableEnrollmentPFXEnrollmentRequest) MarshalJSON ¶

func (v NullableEnrollmentPFXEnrollmentRequest) MarshalJSON() ([]byte, error)

func (*NullableEnrollmentPFXEnrollmentRequest) Set ¶

func (*NullableEnrollmentPFXEnrollmentRequest) UnmarshalJSON ¶

func (v *NullableEnrollmentPFXEnrollmentRequest) UnmarshalJSON(src []byte) error

func (*NullableEnrollmentPFXEnrollmentRequest) Unset ¶

type NullableEnrollmentPatternsValidSubjectPartResponse ¶

type NullableEnrollmentPatternsValidSubjectPartResponse struct {
	// contains filtered or unexported fields
}

func (NullableEnrollmentPatternsValidSubjectPartResponse) Get ¶

func (NullableEnrollmentPatternsValidSubjectPartResponse) IsSet ¶

func (NullableEnrollmentPatternsValidSubjectPartResponse) MarshalJSON ¶

func (*NullableEnrollmentPatternsValidSubjectPartResponse) Set ¶

func (*NullableEnrollmentPatternsValidSubjectPartResponse) UnmarshalJSON ¶

func (*NullableEnrollmentPatternsValidSubjectPartResponse) Unset ¶

type NullableEnrollmentRenewalApiResponse ¶

type NullableEnrollmentRenewalApiResponse struct {
	// contains filtered or unexported fields
}

func (NullableEnrollmentRenewalApiResponse) Get ¶

func (NullableEnrollmentRenewalApiResponse) IsSet ¶

func (NullableEnrollmentRenewalApiResponse) MarshalJSON ¶

func (v NullableEnrollmentRenewalApiResponse) MarshalJSON() ([]byte, error)

func (*NullableEnrollmentRenewalApiResponse) Set ¶

func (*NullableEnrollmentRenewalApiResponse) UnmarshalJSON ¶

func (v *NullableEnrollmentRenewalApiResponse) UnmarshalJSON(src []byte) error

func (*NullableEnrollmentRenewalApiResponse) Unset ¶

type NullableEventHandlerEventHandlerParameterRequest ¶

type NullableEventHandlerEventHandlerParameterRequest struct {
	// contains filtered or unexported fields
}

func (NullableEventHandlerEventHandlerParameterRequest) Get ¶

func (NullableEventHandlerEventHandlerParameterRequest) IsSet ¶

func (NullableEventHandlerEventHandlerParameterRequest) MarshalJSON ¶

func (*NullableEventHandlerEventHandlerParameterRequest) Set ¶

func (*NullableEventHandlerEventHandlerParameterRequest) UnmarshalJSON ¶

func (*NullableEventHandlerEventHandlerParameterRequest) Unset ¶

type NullableEventHandlerEventHandlerParameterResponse ¶

type NullableEventHandlerEventHandlerParameterResponse struct {
	// contains filtered or unexported fields
}

func (NullableEventHandlerEventHandlerParameterResponse) Get ¶

func (NullableEventHandlerEventHandlerParameterResponse) IsSet ¶

func (NullableEventHandlerEventHandlerParameterResponse) MarshalJSON ¶

func (*NullableEventHandlerEventHandlerParameterResponse) Set ¶

func (*NullableEventHandlerEventHandlerParameterResponse) UnmarshalJSON ¶

func (*NullableEventHandlerEventHandlerParameterResponse) Unset ¶

type NullableEventHandlerRegisteredEventHandlerRequest ¶

type NullableEventHandlerRegisteredEventHandlerRequest struct {
	// contains filtered or unexported fields
}

func (NullableEventHandlerRegisteredEventHandlerRequest) Get ¶

func (NullableEventHandlerRegisteredEventHandlerRequest) IsSet ¶

func (NullableEventHandlerRegisteredEventHandlerRequest) MarshalJSON ¶

func (*NullableEventHandlerRegisteredEventHandlerRequest) Set ¶

func (*NullableEventHandlerRegisteredEventHandlerRequest) UnmarshalJSON ¶

func (*NullableEventHandlerRegisteredEventHandlerRequest) Unset ¶

type NullableEventHandlerRegisteredEventHandlerResponse ¶

type NullableEventHandlerRegisteredEventHandlerResponse struct {
	// contains filtered or unexported fields
}

func (NullableEventHandlerRegisteredEventHandlerResponse) Get ¶

func (NullableEventHandlerRegisteredEventHandlerResponse) IsSet ¶

func (NullableEventHandlerRegisteredEventHandlerResponse) MarshalJSON ¶

func (*NullableEventHandlerRegisteredEventHandlerResponse) Set ¶

func (*NullableEventHandlerRegisteredEventHandlerResponse) UnmarshalJSON ¶

func (*NullableEventHandlerRegisteredEventHandlerResponse) Unset ¶

type NullableEventHandlerRegistrationEventHandlerRegistrationCreateRequest ¶

type NullableEventHandlerRegistrationEventHandlerRegistrationCreateRequest struct {
	// contains filtered or unexported fields
}

func (NullableEventHandlerRegistrationEventHandlerRegistrationCreateRequest) Get ¶

func (NullableEventHandlerRegistrationEventHandlerRegistrationCreateRequest) IsSet ¶

func (NullableEventHandlerRegistrationEventHandlerRegistrationCreateRequest) MarshalJSON ¶

func (*NullableEventHandlerRegistrationEventHandlerRegistrationCreateRequest) Set ¶

func (*NullableEventHandlerRegistrationEventHandlerRegistrationCreateRequest) UnmarshalJSON ¶

func (*NullableEventHandlerRegistrationEventHandlerRegistrationCreateRequest) Unset ¶

type NullableEventHandlerRegistrationEventHandlerRegistrationResponse ¶

type NullableEventHandlerRegistrationEventHandlerRegistrationResponse struct {
	// contains filtered or unexported fields
}

func (NullableEventHandlerRegistrationEventHandlerRegistrationResponse) Get ¶

func (NullableEventHandlerRegistrationEventHandlerRegistrationResponse) IsSet ¶

func (NullableEventHandlerRegistrationEventHandlerRegistrationResponse) MarshalJSON ¶

func (*NullableEventHandlerRegistrationEventHandlerRegistrationResponse) Set ¶

func (*NullableEventHandlerRegistrationEventHandlerRegistrationResponse) UnmarshalJSON ¶

func (*NullableEventHandlerRegistrationEventHandlerRegistrationResponse) Unset ¶

type NullableEventHandlerRegistrationEventHandlerRegistrationUpdateRequest ¶

type NullableEventHandlerRegistrationEventHandlerRegistrationUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableEventHandlerRegistrationEventHandlerRegistrationUpdateRequest) Get ¶

func (NullableEventHandlerRegistrationEventHandlerRegistrationUpdateRequest) IsSet ¶

func (NullableEventHandlerRegistrationEventHandlerRegistrationUpdateRequest) MarshalJSON ¶

func (*NullableEventHandlerRegistrationEventHandlerRegistrationUpdateRequest) Set ¶

func (*NullableEventHandlerRegistrationEventHandlerRegistrationUpdateRequest) UnmarshalJSON ¶

func (*NullableEventHandlerRegistrationEventHandlerRegistrationUpdateRequest) Unset ¶

type NullableFloat32 ¶

type NullableFloat32 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat32 ¶

func NewNullableFloat32(val *float32) *NullableFloat32

func (NullableFloat32) Get ¶

func (v NullableFloat32) Get() *float32

func (NullableFloat32) IsSet ¶

func (v NullableFloat32) IsSet() bool

func (NullableFloat32) MarshalJSON ¶

func (v NullableFloat32) MarshalJSON() ([]byte, error)

func (*NullableFloat32) Set ¶

func (v *NullableFloat32) Set(val *float32)

func (*NullableFloat32) UnmarshalJSON ¶

func (v *NullableFloat32) UnmarshalJSON(src []byte) error

func (*NullableFloat32) Unset ¶

func (v *NullableFloat32) Unset()

type NullableFloat64 ¶

type NullableFloat64 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat64 ¶

func NewNullableFloat64(val *float64) *NullableFloat64

func (NullableFloat64) Get ¶

func (v NullableFloat64) Get() *float64

func (NullableFloat64) IsSet ¶

func (v NullableFloat64) IsSet() bool

func (NullableFloat64) MarshalJSON ¶

func (v NullableFloat64) MarshalJSON() ([]byte, error)

func (*NullableFloat64) Set ¶

func (v *NullableFloat64) Set(val *float64)

func (*NullableFloat64) UnmarshalJSON ¶

func (v *NullableFloat64) UnmarshalJSON(src []byte) error

func (*NullableFloat64) Unset ¶

func (v *NullableFloat64) Unset()

type NullableGlobalPermissionsGlobalPermissionResponse ¶

type NullableGlobalPermissionsGlobalPermissionResponse struct {
	// contains filtered or unexported fields
}

func (NullableGlobalPermissionsGlobalPermissionResponse) Get ¶

func (NullableGlobalPermissionsGlobalPermissionResponse) IsSet ¶

func (NullableGlobalPermissionsGlobalPermissionResponse) MarshalJSON ¶

func (*NullableGlobalPermissionsGlobalPermissionResponse) Set ¶

func (*NullableGlobalPermissionsGlobalPermissionResponse) UnmarshalJSON ¶

func (*NullableGlobalPermissionsGlobalPermissionResponse) Unset ¶

type NullableIdentityProviderIdentityProviderCreateRequest ¶

type NullableIdentityProviderIdentityProviderCreateRequest struct {
	// contains filtered or unexported fields
}

func (NullableIdentityProviderIdentityProviderCreateRequest) Get ¶

func (NullableIdentityProviderIdentityProviderCreateRequest) IsSet ¶

func (NullableIdentityProviderIdentityProviderCreateRequest) MarshalJSON ¶

func (*NullableIdentityProviderIdentityProviderCreateRequest) Set ¶

func (*NullableIdentityProviderIdentityProviderCreateRequest) UnmarshalJSON ¶

func (*NullableIdentityProviderIdentityProviderCreateRequest) Unset ¶

type NullableIdentityProviderIdentityProviderCreateResponse ¶

type NullableIdentityProviderIdentityProviderCreateResponse struct {
	// contains filtered or unexported fields
}

func (NullableIdentityProviderIdentityProviderCreateResponse) Get ¶

func (NullableIdentityProviderIdentityProviderCreateResponse) IsSet ¶

func (NullableIdentityProviderIdentityProviderCreateResponse) MarshalJSON ¶

func (*NullableIdentityProviderIdentityProviderCreateResponse) Set ¶

func (*NullableIdentityProviderIdentityProviderCreateResponse) UnmarshalJSON ¶

func (*NullableIdentityProviderIdentityProviderCreateResponse) Unset ¶

type NullableIdentityProviderIdentityProviderGetResponse ¶

type NullableIdentityProviderIdentityProviderGetResponse struct {
	// contains filtered or unexported fields
}

func (NullableIdentityProviderIdentityProviderGetResponse) Get ¶

func (NullableIdentityProviderIdentityProviderGetResponse) IsSet ¶

func (NullableIdentityProviderIdentityProviderGetResponse) MarshalJSON ¶

func (*NullableIdentityProviderIdentityProviderGetResponse) Set ¶

func (*NullableIdentityProviderIdentityProviderGetResponse) UnmarshalJSON ¶

func (*NullableIdentityProviderIdentityProviderGetResponse) Unset ¶

type NullableIdentityProviderIdentityProviderUpdateRequest ¶

type NullableIdentityProviderIdentityProviderUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableIdentityProviderIdentityProviderUpdateRequest) Get ¶

func (NullableIdentityProviderIdentityProviderUpdateRequest) IsSet ¶

func (NullableIdentityProviderIdentityProviderUpdateRequest) MarshalJSON ¶

func (*NullableIdentityProviderIdentityProviderUpdateRequest) Set ¶

func (*NullableIdentityProviderIdentityProviderUpdateRequest) UnmarshalJSON ¶

func (*NullableIdentityProviderIdentityProviderUpdateRequest) Unset ¶

type NullableIdentityProviderIdentityProviderUpdateResponse ¶

type NullableIdentityProviderIdentityProviderUpdateResponse struct {
	// contains filtered or unexported fields
}

func (NullableIdentityProviderIdentityProviderUpdateResponse) Get ¶

func (NullableIdentityProviderIdentityProviderUpdateResponse) IsSet ¶

func (NullableIdentityProviderIdentityProviderUpdateResponse) MarshalJSON ¶

func (*NullableIdentityProviderIdentityProviderUpdateResponse) Set ¶

func (*NullableIdentityProviderIdentityProviderUpdateResponse) UnmarshalJSON ¶

func (*NullableIdentityProviderIdentityProviderUpdateResponse) Unset ¶

type NullableIdentityProviderProviderTypeParameterRequest ¶

type NullableIdentityProviderProviderTypeParameterRequest struct {
	// contains filtered or unexported fields
}

func (NullableIdentityProviderProviderTypeParameterRequest) Get ¶

func (NullableIdentityProviderProviderTypeParameterRequest) IsSet ¶

func (NullableIdentityProviderProviderTypeParameterRequest) MarshalJSON ¶

func (*NullableIdentityProviderProviderTypeParameterRequest) Set ¶

func (*NullableIdentityProviderProviderTypeParameterRequest) UnmarshalJSON ¶

func (*NullableIdentityProviderProviderTypeParameterRequest) Unset ¶

type NullableIdentityProviderProviderTypeParameterResponse ¶

type NullableIdentityProviderProviderTypeParameterResponse struct {
	// contains filtered or unexported fields
}

func (NullableIdentityProviderProviderTypeParameterResponse) Get ¶

func (NullableIdentityProviderProviderTypeParameterResponse) IsSet ¶

func (NullableIdentityProviderProviderTypeParameterResponse) MarshalJSON ¶

func (*NullableIdentityProviderProviderTypeParameterResponse) Set ¶

func (*NullableIdentityProviderProviderTypeParameterResponse) UnmarshalJSON ¶

func (*NullableIdentityProviderProviderTypeParameterResponse) Unset ¶

type NullableIdentityProviderProviderTypeParameterValueResponse ¶

type NullableIdentityProviderProviderTypeParameterValueResponse struct {
	// contains filtered or unexported fields
}

func (NullableIdentityProviderProviderTypeParameterValueResponse) Get ¶

func (NullableIdentityProviderProviderTypeParameterValueResponse) IsSet ¶

func (NullableIdentityProviderProviderTypeParameterValueResponse) MarshalJSON ¶

func (*NullableIdentityProviderProviderTypeParameterValueResponse) Set ¶

func (*NullableIdentityProviderProviderTypeParameterValueResponse) UnmarshalJSON ¶

func (*NullableIdentityProviderProviderTypeParameterValueResponse) Unset ¶

type NullableIdentityProviderProviderTypeResponse ¶

type NullableIdentityProviderProviderTypeResponse struct {
	// contains filtered or unexported fields
}

func (NullableIdentityProviderProviderTypeResponse) Get ¶

func (NullableIdentityProviderProviderTypeResponse) IsSet ¶

func (NullableIdentityProviderProviderTypeResponse) MarshalJSON ¶

func (*NullableIdentityProviderProviderTypeResponse) Set ¶

func (*NullableIdentityProviderProviderTypeResponse) UnmarshalJSON ¶

func (*NullableIdentityProviderProviderTypeResponse) Unset ¶

type NullableInt ¶

type NullableInt struct {
	// contains filtered or unexported fields
}

func NewNullableInt ¶

func NewNullableInt(val *int) *NullableInt

func (NullableInt) Get ¶

func (v NullableInt) Get() *int

func (NullableInt) IsSet ¶

func (v NullableInt) IsSet() bool

func (NullableInt) MarshalJSON ¶

func (v NullableInt) MarshalJSON() ([]byte, error)

func (*NullableInt) Set ¶

func (v *NullableInt) Set(val *int)

func (*NullableInt) UnmarshalJSON ¶

func (v *NullableInt) UnmarshalJSON(src []byte) error

func (*NullableInt) Unset ¶

func (v *NullableInt) Unset()

type NullableInt32 ¶

type NullableInt32 struct {
	// contains filtered or unexported fields
}

func NewNullableInt32 ¶

func NewNullableInt32(val *int32) *NullableInt32

func (NullableInt32) Get ¶

func (v NullableInt32) Get() *int32

func (NullableInt32) IsSet ¶

func (v NullableInt32) IsSet() bool

func (NullableInt32) MarshalJSON ¶

func (v NullableInt32) MarshalJSON() ([]byte, error)

func (*NullableInt32) Set ¶

func (v *NullableInt32) Set(val *int32)

func (*NullableInt32) UnmarshalJSON ¶

func (v *NullableInt32) UnmarshalJSON(src []byte) error

func (*NullableInt32) Unset ¶

func (v *NullableInt32) Unset()

type NullableInt64 ¶

type NullableInt64 struct {
	// contains filtered or unexported fields
}

func NewNullableInt64 ¶

func NewNullableInt64(val *int64) *NullableInt64

func (NullableInt64) Get ¶

func (v NullableInt64) Get() *int64

func (NullableInt64) IsSet ¶

func (v NullableInt64) IsSet() bool

func (NullableInt64) MarshalJSON ¶

func (v NullableInt64) MarshalJSON() ([]byte, error)

func (*NullableInt64) Set ¶

func (v *NullableInt64) Set(val *int64)

func (*NullableInt64) UnmarshalJSON ¶

func (v *NullableInt64) UnmarshalJSON(src []byte) error

func (*NullableInt64) Unset ¶

func (v *NullableInt64) Unset()

type NullableKeyfactorAuditingEnumsAuditLogLevel ¶

type NullableKeyfactorAuditingEnumsAuditLogLevel struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorAuditingEnumsAuditLogLevel) Get ¶

func (NullableKeyfactorAuditingEnumsAuditLogLevel) IsSet ¶

func (NullableKeyfactorAuditingEnumsAuditLogLevel) MarshalJSON ¶

func (*NullableKeyfactorAuditingEnumsAuditLogLevel) Set ¶

func (*NullableKeyfactorAuditingEnumsAuditLogLevel) UnmarshalJSON ¶

func (v *NullableKeyfactorAuditingEnumsAuditLogLevel) UnmarshalJSON(src []byte) error

func (*NullableKeyfactorAuditingEnumsAuditLogLevel) Unset ¶

type NullableKeyfactorAuditingQueryingAuditLogEntry ¶

type NullableKeyfactorAuditingQueryingAuditLogEntry struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorAuditingQueryingAuditLogEntry) Get ¶

func (NullableKeyfactorAuditingQueryingAuditLogEntry) IsSet ¶

func (NullableKeyfactorAuditingQueryingAuditLogEntry) MarshalJSON ¶

func (*NullableKeyfactorAuditingQueryingAuditLogEntry) Set ¶

func (*NullableKeyfactorAuditingQueryingAuditLogEntry) UnmarshalJSON ¶

func (*NullableKeyfactorAuditingQueryingAuditLogEntry) Unset ¶

type NullableKeyfactorCommonQueryableExtensionsSortOrder ¶

type NullableKeyfactorCommonQueryableExtensionsSortOrder struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorCommonQueryableExtensionsSortOrder) Get ¶

func (NullableKeyfactorCommonQueryableExtensionsSortOrder) IsSet ¶

func (NullableKeyfactorCommonQueryableExtensionsSortOrder) MarshalJSON ¶

func (*NullableKeyfactorCommonQueryableExtensionsSortOrder) Set ¶

func (*NullableKeyfactorCommonQueryableExtensionsSortOrder) UnmarshalJSON ¶

func (*NullableKeyfactorCommonQueryableExtensionsSortOrder) Unset ¶

type NullableKeyfactorCommonSchedulingKeyfactorSchedule ¶

type NullableKeyfactorCommonSchedulingKeyfactorSchedule struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorCommonSchedulingKeyfactorSchedule) Get ¶

func (NullableKeyfactorCommonSchedulingKeyfactorSchedule) IsSet ¶

func (NullableKeyfactorCommonSchedulingKeyfactorSchedule) MarshalJSON ¶

func (*NullableKeyfactorCommonSchedulingKeyfactorSchedule) Set ¶

func (*NullableKeyfactorCommonSchedulingKeyfactorSchedule) UnmarshalJSON ¶

func (*NullableKeyfactorCommonSchedulingKeyfactorSchedule) Unset ¶

type NullableKeyfactorCommonSchedulingModelsIntervalModel ¶

type NullableKeyfactorCommonSchedulingModelsIntervalModel struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorCommonSchedulingModelsIntervalModel) Get ¶

func (NullableKeyfactorCommonSchedulingModelsIntervalModel) IsSet ¶

func (NullableKeyfactorCommonSchedulingModelsIntervalModel) MarshalJSON ¶

func (*NullableKeyfactorCommonSchedulingModelsIntervalModel) Set ¶

func (*NullableKeyfactorCommonSchedulingModelsIntervalModel) UnmarshalJSON ¶

func (*NullableKeyfactorCommonSchedulingModelsIntervalModel) Unset ¶

type NullableKeyfactorCommonSchedulingModelsMonthlyModel ¶

type NullableKeyfactorCommonSchedulingModelsMonthlyModel struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorCommonSchedulingModelsMonthlyModel) Get ¶

func (NullableKeyfactorCommonSchedulingModelsMonthlyModel) IsSet ¶

func (NullableKeyfactorCommonSchedulingModelsMonthlyModel) MarshalJSON ¶

func (*NullableKeyfactorCommonSchedulingModelsMonthlyModel) Set ¶

func (*NullableKeyfactorCommonSchedulingModelsMonthlyModel) UnmarshalJSON ¶

func (*NullableKeyfactorCommonSchedulingModelsMonthlyModel) Unset ¶

type NullableKeyfactorCommonSchedulingModelsTimeModel ¶

type NullableKeyfactorCommonSchedulingModelsTimeModel struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorCommonSchedulingModelsTimeModel) Get ¶

func (NullableKeyfactorCommonSchedulingModelsTimeModel) IsSet ¶

func (NullableKeyfactorCommonSchedulingModelsTimeModel) MarshalJSON ¶

func (*NullableKeyfactorCommonSchedulingModelsTimeModel) Set ¶

func (*NullableKeyfactorCommonSchedulingModelsTimeModel) UnmarshalJSON ¶

func (*NullableKeyfactorCommonSchedulingModelsTimeModel) Unset ¶

type NullableKeyfactorCommonSchedulingModelsWeeklyModel ¶

type NullableKeyfactorCommonSchedulingModelsWeeklyModel struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorCommonSchedulingModelsWeeklyModel) Get ¶

func (NullableKeyfactorCommonSchedulingModelsWeeklyModel) IsSet ¶

func (NullableKeyfactorCommonSchedulingModelsWeeklyModel) MarshalJSON ¶

func (*NullableKeyfactorCommonSchedulingModelsWeeklyModel) Set ¶

func (*NullableKeyfactorCommonSchedulingModelsWeeklyModel) UnmarshalJSON ¶

func (*NullableKeyfactorCommonSchedulingModelsWeeklyModel) Unset ¶

type NullableKeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias ¶

type NullableKeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias) Get ¶

func (NullableKeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias) IsSet ¶

func (NullableKeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias) MarshalJSON ¶

func (*NullableKeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias) Set ¶

func (*NullableKeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias) UnmarshalJSON ¶

func (*NullableKeyfactorOrchestratorsCommonEnumsCertStoreCustomAlias) Unset ¶

type NullableKeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult ¶

type NullableKeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult) Get ¶

func (NullableKeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult) IsSet ¶

func (NullableKeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult) MarshalJSON ¶

func (*NullableKeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult) Set ¶

func (*NullableKeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult) UnmarshalJSON ¶

func (*NullableKeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobResult) Unset ¶

type NullableKeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus ¶

type NullableKeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus) Get ¶

func (NullableKeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus) IsSet ¶

func (NullableKeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus) MarshalJSON ¶

func (*NullableKeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus) Set ¶

func (*NullableKeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus) UnmarshalJSON ¶

func (*NullableKeyfactorOrchestratorsCommonEnumsOrchestratorJobStatusJobStatus) Unset ¶

type NullableKeyfactorOrchestratorsCommonEnumsSslEndpointStatus ¶

type NullableKeyfactorOrchestratorsCommonEnumsSslEndpointStatus struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorOrchestratorsCommonEnumsSslEndpointStatus) Get ¶

func (NullableKeyfactorOrchestratorsCommonEnumsSslEndpointStatus) IsSet ¶

func (NullableKeyfactorOrchestratorsCommonEnumsSslEndpointStatus) MarshalJSON ¶

func (*NullableKeyfactorOrchestratorsCommonEnumsSslEndpointStatus) Set ¶

func (*NullableKeyfactorOrchestratorsCommonEnumsSslEndpointStatus) UnmarshalJSON ¶

func (*NullableKeyfactorOrchestratorsCommonEnumsSslEndpointStatus) Unset ¶

type NullableKeyfactorOrchestratorsCommonEnumsSslJobType ¶

type NullableKeyfactorOrchestratorsCommonEnumsSslJobType struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorOrchestratorsCommonEnumsSslJobType) Get ¶

func (NullableKeyfactorOrchestratorsCommonEnumsSslJobType) IsSet ¶

func (NullableKeyfactorOrchestratorsCommonEnumsSslJobType) MarshalJSON ¶

func (*NullableKeyfactorOrchestratorsCommonEnumsSslJobType) Set ¶

func (*NullableKeyfactorOrchestratorsCommonEnumsSslJobType) UnmarshalJSON ¶

func (*NullableKeyfactorOrchestratorsCommonEnumsSslJobType) Unset ¶

type NullableKeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType ¶

type NullableKeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType) Get ¶

func (NullableKeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType) IsSet ¶

func (NullableKeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType) MarshalJSON ¶

func (*NullableKeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType) Set ¶

func (*NullableKeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType) UnmarshalJSON ¶

func (*NullableKeyfactorOrchestratorsCommonEnumsSslNetworkDefinitionItemType) Unset ¶

type NullableKeyfactorOrchestratorsCommonEnumsSslProbeType ¶

type NullableKeyfactorOrchestratorsCommonEnumsSslProbeType struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorOrchestratorsCommonEnumsSslProbeType) Get ¶

func (NullableKeyfactorOrchestratorsCommonEnumsSslProbeType) IsSet ¶

func (NullableKeyfactorOrchestratorsCommonEnumsSslProbeType) MarshalJSON ¶

func (*NullableKeyfactorOrchestratorsCommonEnumsSslProbeType) Set ¶

func (*NullableKeyfactorOrchestratorsCommonEnumsSslProbeType) UnmarshalJSON ¶

func (*NullableKeyfactorOrchestratorsCommonEnumsSslProbeType) Unset ¶

type NullableKeyfactorPKIEnumsCertificateState ¶

type NullableKeyfactorPKIEnumsCertificateState struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorPKIEnumsCertificateState) Get ¶

func (NullableKeyfactorPKIEnumsCertificateState) IsSet ¶

func (NullableKeyfactorPKIEnumsCertificateState) MarshalJSON ¶

func (*NullableKeyfactorPKIEnumsCertificateState) Set ¶

func (*NullableKeyfactorPKIEnumsCertificateState) UnmarshalJSON ¶

func (v *NullableKeyfactorPKIEnumsCertificateState) UnmarshalJSON(src []byte) error

func (*NullableKeyfactorPKIEnumsCertificateState) Unset ¶

type NullableKeyfactorPKIEnumsEncryptionKeyType ¶

type NullableKeyfactorPKIEnumsEncryptionKeyType struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorPKIEnumsEncryptionKeyType) Get ¶

func (NullableKeyfactorPKIEnumsEncryptionKeyType) IsSet ¶

func (NullableKeyfactorPKIEnumsEncryptionKeyType) MarshalJSON ¶

func (*NullableKeyfactorPKIEnumsEncryptionKeyType) Set ¶

func (*NullableKeyfactorPKIEnumsEncryptionKeyType) UnmarshalJSON ¶

func (v *NullableKeyfactorPKIEnumsEncryptionKeyType) UnmarshalJSON(src []byte) error

func (*NullableKeyfactorPKIEnumsEncryptionKeyType) Unset ¶

type NullableKeyfactorPKIEnumsRevokeCode ¶

type NullableKeyfactorPKIEnumsRevokeCode struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorPKIEnumsRevokeCode) Get ¶

func (NullableKeyfactorPKIEnumsRevokeCode) IsSet ¶

func (NullableKeyfactorPKIEnumsRevokeCode) MarshalJSON ¶

func (v NullableKeyfactorPKIEnumsRevokeCode) MarshalJSON() ([]byte, error)

func (*NullableKeyfactorPKIEnumsRevokeCode) Set ¶

func (*NullableKeyfactorPKIEnumsRevokeCode) UnmarshalJSON ¶

func (v *NullableKeyfactorPKIEnumsRevokeCode) UnmarshalJSON(src []byte) error

func (*NullableKeyfactorPKIEnumsRevokeCode) Unset ¶

type NullableKeyfactorPKIPKIConstantsX509SubjectAltNameElementType ¶

type NullableKeyfactorPKIPKIConstantsX509SubjectAltNameElementType struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorPKIPKIConstantsX509SubjectAltNameElementType) Get ¶

func (NullableKeyfactorPKIPKIConstantsX509SubjectAltNameElementType) IsSet ¶

func (NullableKeyfactorPKIPKIConstantsX509SubjectAltNameElementType) MarshalJSON ¶

func (*NullableKeyfactorPKIPKIConstantsX509SubjectAltNameElementType) Set ¶

func (*NullableKeyfactorPKIPKIConstantsX509SubjectAltNameElementType) UnmarshalJSON ¶

func (*NullableKeyfactorPKIPKIConstantsX509SubjectAltNameElementType) Unset ¶

type NullableKeyfactorWebCoreModelsEnrollmentEnrollmentCA ¶

type NullableKeyfactorWebCoreModelsEnrollmentEnrollmentCA struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorWebCoreModelsEnrollmentEnrollmentCA) Get ¶

func (NullableKeyfactorWebCoreModelsEnrollmentEnrollmentCA) IsSet ¶

func (NullableKeyfactorWebCoreModelsEnrollmentEnrollmentCA) MarshalJSON ¶

func (*NullableKeyfactorWebCoreModelsEnrollmentEnrollmentCA) Set ¶

func (*NullableKeyfactorWebCoreModelsEnrollmentEnrollmentCA) UnmarshalJSON ¶

func (*NullableKeyfactorWebCoreModelsEnrollmentEnrollmentCA) Unset ¶

type NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplate ¶

type NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplate struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) Get ¶

func (NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) IsSet ¶

func (NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) MarshalJSON ¶

func (*NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) Set ¶

func (*NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) UnmarshalJSON ¶

func (*NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplate) Unset ¶

type NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse ¶

type NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse) Get ¶

func (NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse) IsSet ¶

func (NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse) MarshalJSON ¶

func (*NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse) Set ¶

func (*NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse) UnmarshalJSON ¶

func (*NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateCAResponse) Unset ¶

type NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy ¶

type NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) Get ¶

func (NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) IsSet ¶

func (NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) MarshalJSON ¶

func (*NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) Set ¶

func (*NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) UnmarshalJSON ¶

func (*NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplatePolicy) Unset ¶

type NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex ¶

type NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) Get ¶

func (NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) IsSet ¶

func (NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) MarshalJSON ¶

func (*NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) Set ¶

func (*NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) UnmarshalJSON ¶

func (*NullableKeyfactorWebCoreModelsEnrollmentEnrollmentTemplateRegex) Unset ¶

type NullableKeyfactorWorkflowsDataType ¶

type NullableKeyfactorWorkflowsDataType struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorWorkflowsDataType) Get ¶

func (NullableKeyfactorWorkflowsDataType) IsSet ¶

func (NullableKeyfactorWorkflowsDataType) MarshalJSON ¶

func (v NullableKeyfactorWorkflowsDataType) MarshalJSON() ([]byte, error)

func (*NullableKeyfactorWorkflowsDataType) Set ¶

func (*NullableKeyfactorWorkflowsDataType) UnmarshalJSON ¶

func (v *NullableKeyfactorWorkflowsDataType) UnmarshalJSON(src []byte) error

func (*NullableKeyfactorWorkflowsDataType) Unset ¶

type NullableKeyfactorWorkflowsInputControlType ¶

type NullableKeyfactorWorkflowsInputControlType struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorWorkflowsInputControlType) Get ¶

func (NullableKeyfactorWorkflowsInputControlType) IsSet ¶

func (NullableKeyfactorWorkflowsInputControlType) MarshalJSON ¶

func (*NullableKeyfactorWorkflowsInputControlType) Set ¶

func (*NullableKeyfactorWorkflowsInputControlType) UnmarshalJSON ¶

func (v *NullableKeyfactorWorkflowsInputControlType) UnmarshalJSON(src []byte) error

func (*NullableKeyfactorWorkflowsInputControlType) Unset ¶

type NullableKeyfactorWorkflowsWorkflowInstanceStatus ¶

type NullableKeyfactorWorkflowsWorkflowInstanceStatus struct {
	// contains filtered or unexported fields
}

func (NullableKeyfactorWorkflowsWorkflowInstanceStatus) Get ¶

func (NullableKeyfactorWorkflowsWorkflowInstanceStatus) IsSet ¶

func (NullableKeyfactorWorkflowsWorkflowInstanceStatus) MarshalJSON ¶

func (*NullableKeyfactorWorkflowsWorkflowInstanceStatus) Set ¶

func (*NullableKeyfactorWorkflowsWorkflowInstanceStatus) UnmarshalJSON ¶

func (*NullableKeyfactorWorkflowsWorkflowInstanceStatus) Unset ¶

type NullableLicenseLicenseResponse ¶

type NullableLicenseLicenseResponse struct {
	// contains filtered or unexported fields
}

func (NullableLicenseLicenseResponse) Get ¶

func (NullableLicenseLicenseResponse) IsSet ¶

func (NullableLicenseLicenseResponse) MarshalJSON ¶

func (v NullableLicenseLicenseResponse) MarshalJSON() ([]byte, error)

func (*NullableLicenseLicenseResponse) Set ¶

func (*NullableLicenseLicenseResponse) UnmarshalJSON ¶

func (v *NullableLicenseLicenseResponse) UnmarshalJSON(src []byte) error

func (*NullableLicenseLicenseResponse) Unset ¶

func (v *NullableLicenseLicenseResponse) Unset()

type NullableLicenseLicenseResponseLicense ¶

type NullableLicenseLicenseResponseLicense struct {
	// contains filtered or unexported fields
}

func (NullableLicenseLicenseResponseLicense) Get ¶

func (NullableLicenseLicenseResponseLicense) IsSet ¶

func (NullableLicenseLicenseResponseLicense) MarshalJSON ¶

func (v NullableLicenseLicenseResponseLicense) MarshalJSON() ([]byte, error)

func (*NullableLicenseLicenseResponseLicense) Set ¶

func (*NullableLicenseLicenseResponseLicense) UnmarshalJSON ¶

func (v *NullableLicenseLicenseResponseLicense) UnmarshalJSON(src []byte) error

func (*NullableLicenseLicenseResponseLicense) Unset ¶

type NullableLicenseLicenseResponseLicensedCustomer ¶

type NullableLicenseLicenseResponseLicensedCustomer struct {
	// contains filtered or unexported fields
}

func (NullableLicenseLicenseResponseLicensedCustomer) Get ¶

func (NullableLicenseLicenseResponseLicensedCustomer) IsSet ¶

func (NullableLicenseLicenseResponseLicensedCustomer) MarshalJSON ¶

func (*NullableLicenseLicenseResponseLicensedCustomer) Set ¶

func (*NullableLicenseLicenseResponseLicensedCustomer) UnmarshalJSON ¶

func (*NullableLicenseLicenseResponseLicensedCustomer) Unset ¶

type NullableLicenseLicenseResponseLicensedFeature ¶

type NullableLicenseLicenseResponseLicensedFeature struct {
	// contains filtered or unexported fields
}

func (NullableLicenseLicenseResponseLicensedFeature) Get ¶

func (NullableLicenseLicenseResponseLicensedFeature) IsSet ¶

func (NullableLicenseLicenseResponseLicensedFeature) MarshalJSON ¶

func (*NullableLicenseLicenseResponseLicensedFeature) Set ¶

func (*NullableLicenseLicenseResponseLicensedFeature) UnmarshalJSON ¶

func (*NullableLicenseLicenseResponseLicensedFeature) Unset ¶

type NullableLicenseLicenseResponseLicensedProduct ¶

type NullableLicenseLicenseResponseLicensedProduct struct {
	// contains filtered or unexported fields
}

func (NullableLicenseLicenseResponseLicensedProduct) Get ¶

func (NullableLicenseLicenseResponseLicensedProduct) IsSet ¶

func (NullableLicenseLicenseResponseLicensedProduct) MarshalJSON ¶

func (*NullableLicenseLicenseResponseLicensedProduct) Set ¶

func (*NullableLicenseLicenseResponseLicensedProduct) UnmarshalJSON ¶

func (*NullableLicenseLicenseResponseLicensedProduct) Unset ¶

type NullableMacEnrollmentMacEnrollmentAPIModel ¶

type NullableMacEnrollmentMacEnrollmentAPIModel struct {
	// contains filtered or unexported fields
}

func (NullableMacEnrollmentMacEnrollmentAPIModel) Get ¶

func (NullableMacEnrollmentMacEnrollmentAPIModel) IsSet ¶

func (NullableMacEnrollmentMacEnrollmentAPIModel) MarshalJSON ¶

func (*NullableMacEnrollmentMacEnrollmentAPIModel) Set ¶

func (*NullableMacEnrollmentMacEnrollmentAPIModel) UnmarshalJSON ¶

func (v *NullableMacEnrollmentMacEnrollmentAPIModel) UnmarshalJSON(src []byte) error

func (*NullableMacEnrollmentMacEnrollmentAPIModel) Unset ¶

type NullableMetadataFieldMetadataFieldCreateRequest ¶

type NullableMetadataFieldMetadataFieldCreateRequest struct {
	// contains filtered or unexported fields
}

func (NullableMetadataFieldMetadataFieldCreateRequest) Get ¶

func (NullableMetadataFieldMetadataFieldCreateRequest) IsSet ¶

func (NullableMetadataFieldMetadataFieldCreateRequest) MarshalJSON ¶

func (*NullableMetadataFieldMetadataFieldCreateRequest) Set ¶

func (*NullableMetadataFieldMetadataFieldCreateRequest) UnmarshalJSON ¶

func (*NullableMetadataFieldMetadataFieldCreateRequest) Unset ¶

type NullableMetadataFieldMetadataFieldResponse ¶

type NullableMetadataFieldMetadataFieldResponse struct {
	// contains filtered or unexported fields
}

func (NullableMetadataFieldMetadataFieldResponse) Get ¶

func (NullableMetadataFieldMetadataFieldResponse) IsSet ¶

func (NullableMetadataFieldMetadataFieldResponse) MarshalJSON ¶

func (*NullableMetadataFieldMetadataFieldResponse) Set ¶

func (*NullableMetadataFieldMetadataFieldResponse) UnmarshalJSON ¶

func (v *NullableMetadataFieldMetadataFieldResponse) UnmarshalJSON(src []byte) error

func (*NullableMetadataFieldMetadataFieldResponse) Unset ¶

type NullableMetadataFieldMetadataFieldUpdateRequest ¶

type NullableMetadataFieldMetadataFieldUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableMetadataFieldMetadataFieldUpdateRequest) Get ¶

func (NullableMetadataFieldMetadataFieldUpdateRequest) IsSet ¶

func (NullableMetadataFieldMetadataFieldUpdateRequest) MarshalJSON ¶

func (*NullableMetadataFieldMetadataFieldUpdateRequest) Set ¶

func (*NullableMetadataFieldMetadataFieldUpdateRequest) UnmarshalJSON ¶

func (*NullableMetadataFieldMetadataFieldUpdateRequest) Unset ¶

type NullableMonitoringDashboardRequest ¶

type NullableMonitoringDashboardRequest struct {
	// contains filtered or unexported fields
}

func (NullableMonitoringDashboardRequest) Get ¶

func (NullableMonitoringDashboardRequest) IsSet ¶

func (NullableMonitoringDashboardRequest) MarshalJSON ¶

func (v NullableMonitoringDashboardRequest) MarshalJSON() ([]byte, error)

func (*NullableMonitoringDashboardRequest) Set ¶

func (*NullableMonitoringDashboardRequest) UnmarshalJSON ¶

func (v *NullableMonitoringDashboardRequest) UnmarshalJSON(src []byte) error

func (*NullableMonitoringDashboardRequest) Unset ¶

type NullableMonitoringDashboardResponse ¶

type NullableMonitoringDashboardResponse struct {
	// contains filtered or unexported fields
}

func (NullableMonitoringDashboardResponse) Get ¶

func (NullableMonitoringDashboardResponse) IsSet ¶

func (NullableMonitoringDashboardResponse) MarshalJSON ¶

func (v NullableMonitoringDashboardResponse) MarshalJSON() ([]byte, error)

func (*NullableMonitoringDashboardResponse) Set ¶

func (*NullableMonitoringDashboardResponse) UnmarshalJSON ¶

func (v *NullableMonitoringDashboardResponse) UnmarshalJSON(src []byte) error

func (*NullableMonitoringDashboardResponse) Unset ¶

type NullableMonitoringEmailRequest ¶

type NullableMonitoringEmailRequest struct {
	// contains filtered or unexported fields
}

func (NullableMonitoringEmailRequest) Get ¶

func (NullableMonitoringEmailRequest) IsSet ¶

func (NullableMonitoringEmailRequest) MarshalJSON ¶

func (v NullableMonitoringEmailRequest) MarshalJSON() ([]byte, error)

func (*NullableMonitoringEmailRequest) Set ¶

func (*NullableMonitoringEmailRequest) UnmarshalJSON ¶

func (v *NullableMonitoringEmailRequest) UnmarshalJSON(src []byte) error

func (*NullableMonitoringEmailRequest) Unset ¶

func (v *NullableMonitoringEmailRequest) Unset()

type NullableMonitoringEmailResponse ¶

type NullableMonitoringEmailResponse struct {
	// contains filtered or unexported fields
}

func (NullableMonitoringEmailResponse) Get ¶

func (NullableMonitoringEmailResponse) IsSet ¶

func (NullableMonitoringEmailResponse) MarshalJSON ¶

func (v NullableMonitoringEmailResponse) MarshalJSON() ([]byte, error)

func (*NullableMonitoringEmailResponse) Set ¶

func (*NullableMonitoringEmailResponse) UnmarshalJSON ¶

func (v *NullableMonitoringEmailResponse) UnmarshalJSON(src []byte) error

func (*NullableMonitoringEmailResponse) Unset ¶

type NullableMonitoringOCSPParametersRequest ¶

type NullableMonitoringOCSPParametersRequest struct {
	// contains filtered or unexported fields
}

func (NullableMonitoringOCSPParametersRequest) Get ¶

func (NullableMonitoringOCSPParametersRequest) IsSet ¶

func (NullableMonitoringOCSPParametersRequest) MarshalJSON ¶

func (v NullableMonitoringOCSPParametersRequest) MarshalJSON() ([]byte, error)

func (*NullableMonitoringOCSPParametersRequest) Set ¶

func (*NullableMonitoringOCSPParametersRequest) UnmarshalJSON ¶

func (v *NullableMonitoringOCSPParametersRequest) UnmarshalJSON(src []byte) error

func (*NullableMonitoringOCSPParametersRequest) Unset ¶

type NullableMonitoringOCSPParametersResponse ¶

type NullableMonitoringOCSPParametersResponse struct {
	// contains filtered or unexported fields
}

func (NullableMonitoringOCSPParametersResponse) Get ¶

func (NullableMonitoringOCSPParametersResponse) IsSet ¶

func (NullableMonitoringOCSPParametersResponse) MarshalJSON ¶

func (*NullableMonitoringOCSPParametersResponse) Set ¶

func (*NullableMonitoringOCSPParametersResponse) UnmarshalJSON ¶

func (v *NullableMonitoringOCSPParametersResponse) UnmarshalJSON(src []byte) error

func (*NullableMonitoringOCSPParametersResponse) Unset ¶

type NullableMonitoringRevocationMonitoringAlertTestAllRequest ¶

type NullableMonitoringRevocationMonitoringAlertTestAllRequest struct {
	// contains filtered or unexported fields
}

func (NullableMonitoringRevocationMonitoringAlertTestAllRequest) Get ¶

func (NullableMonitoringRevocationMonitoringAlertTestAllRequest) IsSet ¶

func (NullableMonitoringRevocationMonitoringAlertTestAllRequest) MarshalJSON ¶

func (*NullableMonitoringRevocationMonitoringAlertTestAllRequest) Set ¶

func (*NullableMonitoringRevocationMonitoringAlertTestAllRequest) UnmarshalJSON ¶

func (*NullableMonitoringRevocationMonitoringAlertTestAllRequest) Unset ¶

type NullableMonitoringRevocationMonitoringAlertTestRequest ¶

type NullableMonitoringRevocationMonitoringAlertTestRequest struct {
	// contains filtered or unexported fields
}

func (NullableMonitoringRevocationMonitoringAlertTestRequest) Get ¶

func (NullableMonitoringRevocationMonitoringAlertTestRequest) IsSet ¶

func (NullableMonitoringRevocationMonitoringAlertTestRequest) MarshalJSON ¶

func (*NullableMonitoringRevocationMonitoringAlertTestRequest) Set ¶

func (*NullableMonitoringRevocationMonitoringAlertTestRequest) UnmarshalJSON ¶

func (*NullableMonitoringRevocationMonitoringAlertTestRequest) Unset ¶

type NullableMonitoringRevocationMonitoringAlertTestResponse ¶

type NullableMonitoringRevocationMonitoringAlertTestResponse struct {
	// contains filtered or unexported fields
}

func (NullableMonitoringRevocationMonitoringAlertTestResponse) Get ¶

func (NullableMonitoringRevocationMonitoringAlertTestResponse) IsSet ¶

func (NullableMonitoringRevocationMonitoringAlertTestResponse) MarshalJSON ¶

func (*NullableMonitoringRevocationMonitoringAlertTestResponse) Set ¶

func (*NullableMonitoringRevocationMonitoringAlertTestResponse) UnmarshalJSON ¶

func (*NullableMonitoringRevocationMonitoringAlertTestResponse) Unset ¶

type NullableMonitoringRevocationMonitoringCreationRequest ¶

type NullableMonitoringRevocationMonitoringCreationRequest struct {
	// contains filtered or unexported fields
}

func (NullableMonitoringRevocationMonitoringCreationRequest) Get ¶

func (NullableMonitoringRevocationMonitoringCreationRequest) IsSet ¶

func (NullableMonitoringRevocationMonitoringCreationRequest) MarshalJSON ¶

func (*NullableMonitoringRevocationMonitoringCreationRequest) Set ¶

func (*NullableMonitoringRevocationMonitoringCreationRequest) UnmarshalJSON ¶

func (*NullableMonitoringRevocationMonitoringCreationRequest) Unset ¶

type NullableMonitoringRevocationMonitoringDefinitionResponse ¶

type NullableMonitoringRevocationMonitoringDefinitionResponse struct {
	// contains filtered or unexported fields
}

func (NullableMonitoringRevocationMonitoringDefinitionResponse) Get ¶

func (NullableMonitoringRevocationMonitoringDefinitionResponse) IsSet ¶

func (NullableMonitoringRevocationMonitoringDefinitionResponse) MarshalJSON ¶

func (*NullableMonitoringRevocationMonitoringDefinitionResponse) Set ¶

func (*NullableMonitoringRevocationMonitoringDefinitionResponse) UnmarshalJSON ¶

func (*NullableMonitoringRevocationMonitoringDefinitionResponse) Unset ¶

type NullableMonitoringRevocationMonitoringUpdateRequest ¶

type NullableMonitoringRevocationMonitoringUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableMonitoringRevocationMonitoringUpdateRequest) Get ¶

func (NullableMonitoringRevocationMonitoringUpdateRequest) IsSet ¶

func (NullableMonitoringRevocationMonitoringUpdateRequest) MarshalJSON ¶

func (*NullableMonitoringRevocationMonitoringUpdateRequest) Set ¶

func (*NullableMonitoringRevocationMonitoringUpdateRequest) UnmarshalJSON ¶

func (*NullableMonitoringRevocationMonitoringUpdateRequest) Unset ¶

type NullableMonitoringRevocationMonitoringUpdateScheduleRequest ¶

type NullableMonitoringRevocationMonitoringUpdateScheduleRequest struct {
	// contains filtered or unexported fields
}

func (NullableMonitoringRevocationMonitoringUpdateScheduleRequest) Get ¶

func (NullableMonitoringRevocationMonitoringUpdateScheduleRequest) IsSet ¶

func (NullableMonitoringRevocationMonitoringUpdateScheduleRequest) MarshalJSON ¶

func (*NullableMonitoringRevocationMonitoringUpdateScheduleRequest) Set ¶

func (*NullableMonitoringRevocationMonitoringUpdateScheduleRequest) UnmarshalJSON ¶

func (*NullableMonitoringRevocationMonitoringUpdateScheduleRequest) Unset ¶

type NullableOrchestratorJobsAcknowledgeJobRequest ¶

type NullableOrchestratorJobsAcknowledgeJobRequest struct {
	// contains filtered or unexported fields
}

func (NullableOrchestratorJobsAcknowledgeJobRequest) Get ¶

func (NullableOrchestratorJobsAcknowledgeJobRequest) IsSet ¶

func (NullableOrchestratorJobsAcknowledgeJobRequest) MarshalJSON ¶

func (*NullableOrchestratorJobsAcknowledgeJobRequest) Set ¶

func (*NullableOrchestratorJobsAcknowledgeJobRequest) UnmarshalJSON ¶

func (*NullableOrchestratorJobsAcknowledgeJobRequest) Unset ¶

type NullableOrchestratorJobsBulkJobResponse ¶

type NullableOrchestratorJobsBulkJobResponse struct {
	// contains filtered or unexported fields
}

func (NullableOrchestratorJobsBulkJobResponse) Get ¶

func (NullableOrchestratorJobsBulkJobResponse) IsSet ¶

func (NullableOrchestratorJobsBulkJobResponse) MarshalJSON ¶

func (v NullableOrchestratorJobsBulkJobResponse) MarshalJSON() ([]byte, error)

func (*NullableOrchestratorJobsBulkJobResponse) Set ¶

func (*NullableOrchestratorJobsBulkJobResponse) UnmarshalJSON ¶

func (v *NullableOrchestratorJobsBulkJobResponse) UnmarshalJSON(src []byte) error

func (*NullableOrchestratorJobsBulkJobResponse) Unset ¶

type NullableOrchestratorJobsCustomJobResultDataResponse ¶

type NullableOrchestratorJobsCustomJobResultDataResponse struct {
	// contains filtered or unexported fields
}

func (NullableOrchestratorJobsCustomJobResultDataResponse) Get ¶

func (NullableOrchestratorJobsCustomJobResultDataResponse) IsSet ¶

func (NullableOrchestratorJobsCustomJobResultDataResponse) MarshalJSON ¶

func (*NullableOrchestratorJobsCustomJobResultDataResponse) Set ¶

func (*NullableOrchestratorJobsCustomJobResultDataResponse) UnmarshalJSON ¶

func (*NullableOrchestratorJobsCustomJobResultDataResponse) Unset ¶

type NullableOrchestratorJobsJobFieldResponse ¶

type NullableOrchestratorJobsJobFieldResponse struct {
	// contains filtered or unexported fields
}

func (NullableOrchestratorJobsJobFieldResponse) Get ¶

func (NullableOrchestratorJobsJobFieldResponse) IsSet ¶

func (NullableOrchestratorJobsJobFieldResponse) MarshalJSON ¶

func (*NullableOrchestratorJobsJobFieldResponse) Set ¶

func (*NullableOrchestratorJobsJobFieldResponse) UnmarshalJSON ¶

func (v *NullableOrchestratorJobsJobFieldResponse) UnmarshalJSON(src []byte) error

func (*NullableOrchestratorJobsJobFieldResponse) Unset ¶

type NullableOrchestratorJobsJobResponse ¶

type NullableOrchestratorJobsJobResponse struct {
	// contains filtered or unexported fields
}

func (NullableOrchestratorJobsJobResponse) Get ¶

func (NullableOrchestratorJobsJobResponse) IsSet ¶

func (NullableOrchestratorJobsJobResponse) MarshalJSON ¶

func (v NullableOrchestratorJobsJobResponse) MarshalJSON() ([]byte, error)

func (*NullableOrchestratorJobsJobResponse) Set ¶

func (*NullableOrchestratorJobsJobResponse) UnmarshalJSON ¶

func (v *NullableOrchestratorJobsJobResponse) UnmarshalJSON(src []byte) error

func (*NullableOrchestratorJobsJobResponse) Unset ¶

type NullableOrchestratorJobsJobTypeFieldResponse ¶

type NullableOrchestratorJobsJobTypeFieldResponse struct {
	// contains filtered or unexported fields
}

func (NullableOrchestratorJobsJobTypeFieldResponse) Get ¶

func (NullableOrchestratorJobsJobTypeFieldResponse) IsSet ¶

func (NullableOrchestratorJobsJobTypeFieldResponse) MarshalJSON ¶

func (*NullableOrchestratorJobsJobTypeFieldResponse) Set ¶

func (*NullableOrchestratorJobsJobTypeFieldResponse) UnmarshalJSON ¶

func (*NullableOrchestratorJobsJobTypeFieldResponse) Unset ¶

type NullableOrchestratorJobsJobTypeResponse ¶

type NullableOrchestratorJobsJobTypeResponse struct {
	// contains filtered or unexported fields
}

func (NullableOrchestratorJobsJobTypeResponse) Get ¶

func (NullableOrchestratorJobsJobTypeResponse) IsSet ¶

func (NullableOrchestratorJobsJobTypeResponse) MarshalJSON ¶

func (v NullableOrchestratorJobsJobTypeResponse) MarshalJSON() ([]byte, error)

func (*NullableOrchestratorJobsJobTypeResponse) Set ¶

func (*NullableOrchestratorJobsJobTypeResponse) UnmarshalJSON ¶

func (v *NullableOrchestratorJobsJobTypeResponse) UnmarshalJSON(src []byte) error

func (*NullableOrchestratorJobsJobTypeResponse) Unset ¶

type NullableOrchestratorJobsRescheduleJobRequest ¶

type NullableOrchestratorJobsRescheduleJobRequest struct {
	// contains filtered or unexported fields
}

func (NullableOrchestratorJobsRescheduleJobRequest) Get ¶

func (NullableOrchestratorJobsRescheduleJobRequest) IsSet ¶

func (NullableOrchestratorJobsRescheduleJobRequest) MarshalJSON ¶

func (*NullableOrchestratorJobsRescheduleJobRequest) Set ¶

func (*NullableOrchestratorJobsRescheduleJobRequest) UnmarshalJSON ¶

func (*NullableOrchestratorJobsRescheduleJobRequest) Unset ¶

type NullableOrchestratorJobsUnscheduleJobRequest ¶

type NullableOrchestratorJobsUnscheduleJobRequest struct {
	// contains filtered or unexported fields
}

func (NullableOrchestratorJobsUnscheduleJobRequest) Get ¶

func (NullableOrchestratorJobsUnscheduleJobRequest) IsSet ¶

func (NullableOrchestratorJobsUnscheduleJobRequest) MarshalJSON ¶

func (*NullableOrchestratorJobsUnscheduleJobRequest) Set ¶

func (*NullableOrchestratorJobsUnscheduleJobRequest) UnmarshalJSON ¶

func (*NullableOrchestratorJobsUnscheduleJobRequest) Unset ¶

type NullableOrchestratorPoolsAgentPoolAgentCreationRequest ¶

type NullableOrchestratorPoolsAgentPoolAgentCreationRequest struct {
	// contains filtered or unexported fields
}

func (NullableOrchestratorPoolsAgentPoolAgentCreationRequest) Get ¶

func (NullableOrchestratorPoolsAgentPoolAgentCreationRequest) IsSet ¶

func (NullableOrchestratorPoolsAgentPoolAgentCreationRequest) MarshalJSON ¶

func (*NullableOrchestratorPoolsAgentPoolAgentCreationRequest) Set ¶

func (*NullableOrchestratorPoolsAgentPoolAgentCreationRequest) UnmarshalJSON ¶

func (*NullableOrchestratorPoolsAgentPoolAgentCreationRequest) Unset ¶

type NullableOrchestratorPoolsAgentPoolAgentGetResponse ¶

type NullableOrchestratorPoolsAgentPoolAgentGetResponse struct {
	// contains filtered or unexported fields
}

func (NullableOrchestratorPoolsAgentPoolAgentGetResponse) Get ¶

func (NullableOrchestratorPoolsAgentPoolAgentGetResponse) IsSet ¶

func (NullableOrchestratorPoolsAgentPoolAgentGetResponse) MarshalJSON ¶

func (*NullableOrchestratorPoolsAgentPoolAgentGetResponse) Set ¶

func (*NullableOrchestratorPoolsAgentPoolAgentGetResponse) UnmarshalJSON ¶

func (*NullableOrchestratorPoolsAgentPoolAgentGetResponse) Unset ¶

type NullableOrchestratorPoolsAgentPoolCreationRequest ¶

type NullableOrchestratorPoolsAgentPoolCreationRequest struct {
	// contains filtered or unexported fields
}

func (NullableOrchestratorPoolsAgentPoolCreationRequest) Get ¶

func (NullableOrchestratorPoolsAgentPoolCreationRequest) IsSet ¶

func (NullableOrchestratorPoolsAgentPoolCreationRequest) MarshalJSON ¶

func (*NullableOrchestratorPoolsAgentPoolCreationRequest) Set ¶

func (*NullableOrchestratorPoolsAgentPoolCreationRequest) UnmarshalJSON ¶

func (*NullableOrchestratorPoolsAgentPoolCreationRequest) Unset ¶

type NullableOrchestratorPoolsAgentPoolGetResponse ¶

type NullableOrchestratorPoolsAgentPoolGetResponse struct {
	// contains filtered or unexported fields
}

func (NullableOrchestratorPoolsAgentPoolGetResponse) Get ¶

func (NullableOrchestratorPoolsAgentPoolGetResponse) IsSet ¶

func (NullableOrchestratorPoolsAgentPoolGetResponse) MarshalJSON ¶

func (*NullableOrchestratorPoolsAgentPoolGetResponse) Set ¶

func (*NullableOrchestratorPoolsAgentPoolGetResponse) UnmarshalJSON ¶

func (*NullableOrchestratorPoolsAgentPoolGetResponse) Unset ¶

type NullableOrchestratorPoolsAgentPoolUpdateRequest ¶

type NullableOrchestratorPoolsAgentPoolUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableOrchestratorPoolsAgentPoolUpdateRequest) Get ¶

func (NullableOrchestratorPoolsAgentPoolUpdateRequest) IsSet ¶

func (NullableOrchestratorPoolsAgentPoolUpdateRequest) MarshalJSON ¶

func (*NullableOrchestratorPoolsAgentPoolUpdateRequest) Set ¶

func (*NullableOrchestratorPoolsAgentPoolUpdateRequest) UnmarshalJSON ¶

func (*NullableOrchestratorPoolsAgentPoolUpdateRequest) Unset ¶

type NullableOrchestratorsAgentBlueprintJobsResponse ¶

type NullableOrchestratorsAgentBlueprintJobsResponse struct {
	// contains filtered or unexported fields
}

func (NullableOrchestratorsAgentBlueprintJobsResponse) Get ¶

func (NullableOrchestratorsAgentBlueprintJobsResponse) IsSet ¶

func (NullableOrchestratorsAgentBlueprintJobsResponse) MarshalJSON ¶

func (*NullableOrchestratorsAgentBlueprintJobsResponse) Set ¶

func (*NullableOrchestratorsAgentBlueprintJobsResponse) UnmarshalJSON ¶

func (*NullableOrchestratorsAgentBlueprintJobsResponse) Unset ¶

type NullableOrchestratorsAgentBlueprintResponse ¶

type NullableOrchestratorsAgentBlueprintResponse struct {
	// contains filtered or unexported fields
}

func (NullableOrchestratorsAgentBlueprintResponse) Get ¶

func (NullableOrchestratorsAgentBlueprintResponse) IsSet ¶

func (NullableOrchestratorsAgentBlueprintResponse) MarshalJSON ¶

func (*NullableOrchestratorsAgentBlueprintResponse) Set ¶

func (*NullableOrchestratorsAgentBlueprintResponse) UnmarshalJSON ¶

func (v *NullableOrchestratorsAgentBlueprintResponse) UnmarshalJSON(src []byte) error

func (*NullableOrchestratorsAgentBlueprintResponse) Unset ¶

type NullableOrchestratorsAgentBlueprintStoresResponse ¶

type NullableOrchestratorsAgentBlueprintStoresResponse struct {
	// contains filtered or unexported fields
}

func (NullableOrchestratorsAgentBlueprintStoresResponse) Get ¶

func (NullableOrchestratorsAgentBlueprintStoresResponse) IsSet ¶

func (NullableOrchestratorsAgentBlueprintStoresResponse) MarshalJSON ¶

func (*NullableOrchestratorsAgentBlueprintStoresResponse) Set ¶

func (*NullableOrchestratorsAgentBlueprintStoresResponse) UnmarshalJSON ¶

func (*NullableOrchestratorsAgentBlueprintStoresResponse) Unset ¶

type NullableOrchestratorsAgentResponse ¶

type NullableOrchestratorsAgentResponse struct {
	// contains filtered or unexported fields
}

func (NullableOrchestratorsAgentResponse) Get ¶

func (NullableOrchestratorsAgentResponse) IsSet ¶

func (NullableOrchestratorsAgentResponse) MarshalJSON ¶

func (v NullableOrchestratorsAgentResponse) MarshalJSON() ([]byte, error)

func (*NullableOrchestratorsAgentResponse) Set ¶

func (*NullableOrchestratorsAgentResponse) UnmarshalJSON ¶

func (v *NullableOrchestratorsAgentResponse) UnmarshalJSON(src []byte) error

func (*NullableOrchestratorsAgentResponse) Unset ¶

type NullableOrchestratorsJobTypesResponse ¶

type NullableOrchestratorsJobTypesResponse struct {
	// contains filtered or unexported fields
}

func (NullableOrchestratorsJobTypesResponse) Get ¶

func (NullableOrchestratorsJobTypesResponse) IsSet ¶

func (NullableOrchestratorsJobTypesResponse) MarshalJSON ¶

func (v NullableOrchestratorsJobTypesResponse) MarshalJSON() ([]byte, error)

func (*NullableOrchestratorsJobTypesResponse) Set ¶

func (*NullableOrchestratorsJobTypesResponse) UnmarshalJSON ¶

func (v *NullableOrchestratorsJobTypesResponse) UnmarshalJSON(src []byte) error

func (*NullableOrchestratorsJobTypesResponse) Unset ¶

type NullableOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest ¶

type NullableOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest struct {
	// contains filtered or unexported fields
}

func (NullableOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest) Get ¶

func (NullableOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest) IsSet ¶

func (NullableOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest) MarshalJSON ¶

func (*NullableOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest) Set ¶

func (*NullableOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest) UnmarshalJSON ¶

func (*NullableOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest) Unset ¶

type NullableOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse ¶

type NullableOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse struct {
	// contains filtered or unexported fields
}

func (NullableOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse) Get ¶

func (NullableOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse) IsSet ¶

func (NullableOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse) MarshalJSON ¶

func (*NullableOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse) Set ¶

func (*NullableOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse) UnmarshalJSON ¶

func (*NullableOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse) Unset ¶

type NullablePAMLocalLocalPAMEntryCreateRequest ¶

type NullablePAMLocalLocalPAMEntryCreateRequest struct {
	// contains filtered or unexported fields
}

func (NullablePAMLocalLocalPAMEntryCreateRequest) Get ¶

func (NullablePAMLocalLocalPAMEntryCreateRequest) IsSet ¶

func (NullablePAMLocalLocalPAMEntryCreateRequest) MarshalJSON ¶

func (*NullablePAMLocalLocalPAMEntryCreateRequest) Set ¶

func (*NullablePAMLocalLocalPAMEntryCreateRequest) UnmarshalJSON ¶

func (v *NullablePAMLocalLocalPAMEntryCreateRequest) UnmarshalJSON(src []byte) error

func (*NullablePAMLocalLocalPAMEntryCreateRequest) Unset ¶

type NullablePAMLocalLocalPAMEntryResponse ¶

type NullablePAMLocalLocalPAMEntryResponse struct {
	// contains filtered or unexported fields
}

func (NullablePAMLocalLocalPAMEntryResponse) Get ¶

func (NullablePAMLocalLocalPAMEntryResponse) IsSet ¶

func (NullablePAMLocalLocalPAMEntryResponse) MarshalJSON ¶

func (v NullablePAMLocalLocalPAMEntryResponse) MarshalJSON() ([]byte, error)

func (*NullablePAMLocalLocalPAMEntryResponse) Set ¶

func (*NullablePAMLocalLocalPAMEntryResponse) UnmarshalJSON ¶

func (v *NullablePAMLocalLocalPAMEntryResponse) UnmarshalJSON(src []byte) error

func (*NullablePAMLocalLocalPAMEntryResponse) Unset ¶

type NullablePAMLocalLocalPAMEntryUpdateRequest ¶

type NullablePAMLocalLocalPAMEntryUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullablePAMLocalLocalPAMEntryUpdateRequest) Get ¶

func (NullablePAMLocalLocalPAMEntryUpdateRequest) IsSet ¶

func (NullablePAMLocalLocalPAMEntryUpdateRequest) MarshalJSON ¶

func (*NullablePAMLocalLocalPAMEntryUpdateRequest) Set ¶

func (*NullablePAMLocalLocalPAMEntryUpdateRequest) UnmarshalJSON ¶

func (v *NullablePAMLocalLocalPAMEntryUpdateRequest) UnmarshalJSON(src []byte) error

func (*NullablePAMLocalLocalPAMEntryUpdateRequest) Unset ¶

type NullablePAMPamProviderTypeParamValueResponse ¶

type NullablePAMPamProviderTypeParamValueResponse struct {
	// contains filtered or unexported fields
}

func (NullablePAMPamProviderTypeParamValueResponse) Get ¶

func (NullablePAMPamProviderTypeParamValueResponse) IsSet ¶

func (NullablePAMPamProviderTypeParamValueResponse) MarshalJSON ¶

func (*NullablePAMPamProviderTypeParamValueResponse) Set ¶

func (*NullablePAMPamProviderTypeParamValueResponse) UnmarshalJSON ¶

func (*NullablePAMPamProviderTypeParamValueResponse) Unset ¶

type NullablePAMProviderCreateRequest ¶

type NullablePAMProviderCreateRequest struct {
	// contains filtered or unexported fields
}

func (NullablePAMProviderCreateRequest) Get ¶

func (NullablePAMProviderCreateRequest) IsSet ¶

func (NullablePAMProviderCreateRequest) MarshalJSON ¶

func (v NullablePAMProviderCreateRequest) MarshalJSON() ([]byte, error)

func (*NullablePAMProviderCreateRequest) Set ¶

func (*NullablePAMProviderCreateRequest) UnmarshalJSON ¶

func (v *NullablePAMProviderCreateRequest) UnmarshalJSON(src []byte) error

func (*NullablePAMProviderCreateRequest) Unset ¶

type NullablePAMProviderCreateRequestProviderType ¶

type NullablePAMProviderCreateRequestProviderType struct {
	// contains filtered or unexported fields
}

func (NullablePAMProviderCreateRequestProviderType) Get ¶

func (NullablePAMProviderCreateRequestProviderType) IsSet ¶

func (NullablePAMProviderCreateRequestProviderType) MarshalJSON ¶

func (*NullablePAMProviderCreateRequestProviderType) Set ¶

func (*NullablePAMProviderCreateRequestProviderType) UnmarshalJSON ¶

func (*NullablePAMProviderCreateRequestProviderType) Unset ¶

type NullablePAMProviderCreateRequestProviderTypeParam ¶

type NullablePAMProviderCreateRequestProviderTypeParam struct {
	// contains filtered or unexported fields
}

func (NullablePAMProviderCreateRequestProviderTypeParam) Get ¶

func (NullablePAMProviderCreateRequestProviderTypeParam) IsSet ¶

func (NullablePAMProviderCreateRequestProviderTypeParam) MarshalJSON ¶

func (*NullablePAMProviderCreateRequestProviderTypeParam) Set ¶

func (*NullablePAMProviderCreateRequestProviderTypeParam) UnmarshalJSON ¶

func (*NullablePAMProviderCreateRequestProviderTypeParam) Unset ¶

type NullablePAMProviderCreateRequestTypeParamValue ¶

type NullablePAMProviderCreateRequestTypeParamValue struct {
	// contains filtered or unexported fields
}

func (NullablePAMProviderCreateRequestTypeParamValue) Get ¶

func (NullablePAMProviderCreateRequestTypeParamValue) IsSet ¶

func (NullablePAMProviderCreateRequestTypeParamValue) MarshalJSON ¶

func (*NullablePAMProviderCreateRequestTypeParamValue) Set ¶

func (*NullablePAMProviderCreateRequestTypeParamValue) UnmarshalJSON ¶

func (*NullablePAMProviderCreateRequestTypeParamValue) Unset ¶

type NullablePAMProviderResponseLegacy ¶

type NullablePAMProviderResponseLegacy struct {
	// contains filtered or unexported fields
}

func (NullablePAMProviderResponseLegacy) Get ¶

func (NullablePAMProviderResponseLegacy) IsSet ¶

func (NullablePAMProviderResponseLegacy) MarshalJSON ¶

func (v NullablePAMProviderResponseLegacy) MarshalJSON() ([]byte, error)

func (*NullablePAMProviderResponseLegacy) Set ¶

func (*NullablePAMProviderResponseLegacy) UnmarshalJSON ¶

func (v *NullablePAMProviderResponseLegacy) UnmarshalJSON(src []byte) error

func (*NullablePAMProviderResponseLegacy) Unset ¶

type NullablePAMProviderTypeCreateRequest ¶

type NullablePAMProviderTypeCreateRequest struct {
	// contains filtered or unexported fields
}

func (NullablePAMProviderTypeCreateRequest) Get ¶

func (NullablePAMProviderTypeCreateRequest) IsSet ¶

func (NullablePAMProviderTypeCreateRequest) MarshalJSON ¶

func (v NullablePAMProviderTypeCreateRequest) MarshalJSON() ([]byte, error)

func (*NullablePAMProviderTypeCreateRequest) Set ¶

func (*NullablePAMProviderTypeCreateRequest) UnmarshalJSON ¶

func (v *NullablePAMProviderTypeCreateRequest) UnmarshalJSON(src []byte) error

func (*NullablePAMProviderTypeCreateRequest) Unset ¶

type NullablePAMProviderTypeParameterCreateRequest ¶

type NullablePAMProviderTypeParameterCreateRequest struct {
	// contains filtered or unexported fields
}

func (NullablePAMProviderTypeParameterCreateRequest) Get ¶

func (NullablePAMProviderTypeParameterCreateRequest) IsSet ¶

func (NullablePAMProviderTypeParameterCreateRequest) MarshalJSON ¶

func (*NullablePAMProviderTypeParameterCreateRequest) Set ¶

func (*NullablePAMProviderTypeParameterCreateRequest) UnmarshalJSON ¶

func (*NullablePAMProviderTypeParameterCreateRequest) Unset ¶

type NullablePAMProviderTypeParameterResponse ¶

type NullablePAMProviderTypeParameterResponse struct {
	// contains filtered or unexported fields
}

func (NullablePAMProviderTypeParameterResponse) Get ¶

func (NullablePAMProviderTypeParameterResponse) IsSet ¶

func (NullablePAMProviderTypeParameterResponse) MarshalJSON ¶

func (*NullablePAMProviderTypeParameterResponse) Set ¶

func (*NullablePAMProviderTypeParameterResponse) UnmarshalJSON ¶

func (v *NullablePAMProviderTypeParameterResponse) UnmarshalJSON(src []byte) error

func (*NullablePAMProviderTypeParameterResponse) Unset ¶

type NullablePAMProviderTypeResponse ¶

type NullablePAMProviderTypeResponse struct {
	// contains filtered or unexported fields
}

func (NullablePAMProviderTypeResponse) Get ¶

func (NullablePAMProviderTypeResponse) IsSet ¶

func (NullablePAMProviderTypeResponse) MarshalJSON ¶

func (v NullablePAMProviderTypeResponse) MarshalJSON() ([]byte, error)

func (*NullablePAMProviderTypeResponse) Set ¶

func (*NullablePAMProviderTypeResponse) UnmarshalJSON ¶

func (v *NullablePAMProviderTypeResponse) UnmarshalJSON(src []byte) error

func (*NullablePAMProviderTypeResponse) Unset ¶

type NullablePAMProviderUpdateRequestLegacy ¶

type NullablePAMProviderUpdateRequestLegacy struct {
	// contains filtered or unexported fields
}

func (NullablePAMProviderUpdateRequestLegacy) Get ¶

func (NullablePAMProviderUpdateRequestLegacy) IsSet ¶

func (NullablePAMProviderUpdateRequestLegacy) MarshalJSON ¶

func (v NullablePAMProviderUpdateRequestLegacy) MarshalJSON() ([]byte, error)

func (*NullablePAMProviderUpdateRequestLegacy) Set ¶

func (*NullablePAMProviderUpdateRequestLegacy) UnmarshalJSON ¶

func (v *NullablePAMProviderUpdateRequestLegacy) UnmarshalJSON(src []byte) error

func (*NullablePAMProviderUpdateRequestLegacy) Unset ¶

type NullablePermissionSetsPermissionSetCreateRequest ¶

type NullablePermissionSetsPermissionSetCreateRequest struct {
	// contains filtered or unexported fields
}

func (NullablePermissionSetsPermissionSetCreateRequest) Get ¶

func (NullablePermissionSetsPermissionSetCreateRequest) IsSet ¶

func (NullablePermissionSetsPermissionSetCreateRequest) MarshalJSON ¶

func (*NullablePermissionSetsPermissionSetCreateRequest) Set ¶

func (*NullablePermissionSetsPermissionSetCreateRequest) UnmarshalJSON ¶

func (*NullablePermissionSetsPermissionSetCreateRequest) Unset ¶

type NullablePermissionSetsPermissionSetResponse ¶

type NullablePermissionSetsPermissionSetResponse struct {
	// contains filtered or unexported fields
}

func (NullablePermissionSetsPermissionSetResponse) Get ¶

func (NullablePermissionSetsPermissionSetResponse) IsSet ¶

func (NullablePermissionSetsPermissionSetResponse) MarshalJSON ¶

func (*NullablePermissionSetsPermissionSetResponse) Set ¶

func (*NullablePermissionSetsPermissionSetResponse) UnmarshalJSON ¶

func (v *NullablePermissionSetsPermissionSetResponse) UnmarshalJSON(src []byte) error

func (*NullablePermissionSetsPermissionSetResponse) Unset ¶

type NullablePermissionSetsPermissionSetUpdateRequest ¶

type NullablePermissionSetsPermissionSetUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullablePermissionSetsPermissionSetUpdateRequest) Get ¶

func (NullablePermissionSetsPermissionSetUpdateRequest) IsSet ¶

func (NullablePermissionSetsPermissionSetUpdateRequest) MarshalJSON ¶

func (*NullablePermissionSetsPermissionSetUpdateRequest) Set ¶

func (*NullablePermissionSetsPermissionSetUpdateRequest) UnmarshalJSON ¶

func (*NullablePermissionSetsPermissionSetUpdateRequest) Unset ¶

type NullableRabbitMQJobQueueRequest ¶

type NullableRabbitMQJobQueueRequest struct {
	// contains filtered or unexported fields
}

func (NullableRabbitMQJobQueueRequest) Get ¶

func (NullableRabbitMQJobQueueRequest) IsSet ¶

func (NullableRabbitMQJobQueueRequest) MarshalJSON ¶

func (v NullableRabbitMQJobQueueRequest) MarshalJSON() ([]byte, error)

func (*NullableRabbitMQJobQueueRequest) Set ¶

func (*NullableRabbitMQJobQueueRequest) UnmarshalJSON ¶

func (v *NullableRabbitMQJobQueueRequest) UnmarshalJSON(src []byte) error

func (*NullableRabbitMQJobQueueRequest) Unset ¶

type NullableRabbitMQJobQueueResponse ¶

type NullableRabbitMQJobQueueResponse struct {
	// contains filtered or unexported fields
}

func (NullableRabbitMQJobQueueResponse) Get ¶

func (NullableRabbitMQJobQueueResponse) IsSet ¶

func (NullableRabbitMQJobQueueResponse) MarshalJSON ¶

func (v NullableRabbitMQJobQueueResponse) MarshalJSON() ([]byte, error)

func (*NullableRabbitMQJobQueueResponse) Set ¶

func (*NullableRabbitMQJobQueueResponse) UnmarshalJSON ¶

func (v *NullableRabbitMQJobQueueResponse) UnmarshalJSON(src []byte) error

func (*NullableRabbitMQJobQueueResponse) Unset ¶

type NullableReportsCustomReportsCustomReportCreationRequest ¶

type NullableReportsCustomReportsCustomReportCreationRequest struct {
	// contains filtered or unexported fields
}

func (NullableReportsCustomReportsCustomReportCreationRequest) Get ¶

func (NullableReportsCustomReportsCustomReportCreationRequest) IsSet ¶

func (NullableReportsCustomReportsCustomReportCreationRequest) MarshalJSON ¶

func (*NullableReportsCustomReportsCustomReportCreationRequest) Set ¶

func (*NullableReportsCustomReportsCustomReportCreationRequest) UnmarshalJSON ¶

func (*NullableReportsCustomReportsCustomReportCreationRequest) Unset ¶

type NullableReportsCustomReportsCustomReportResponse ¶

type NullableReportsCustomReportsCustomReportResponse struct {
	// contains filtered or unexported fields
}

func (NullableReportsCustomReportsCustomReportResponse) Get ¶

func (NullableReportsCustomReportsCustomReportResponse) IsSet ¶

func (NullableReportsCustomReportsCustomReportResponse) MarshalJSON ¶

func (*NullableReportsCustomReportsCustomReportResponse) Set ¶

func (*NullableReportsCustomReportsCustomReportResponse) UnmarshalJSON ¶

func (*NullableReportsCustomReportsCustomReportResponse) Unset ¶

type NullableReportsCustomReportsCustomReportUpdateRequest ¶

type NullableReportsCustomReportsCustomReportUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableReportsCustomReportsCustomReportUpdateRequest) Get ¶

func (NullableReportsCustomReportsCustomReportUpdateRequest) IsSet ¶

func (NullableReportsCustomReportsCustomReportUpdateRequest) MarshalJSON ¶

func (*NullableReportsCustomReportsCustomReportUpdateRequest) Set ¶

func (*NullableReportsCustomReportsCustomReportUpdateRequest) UnmarshalJSON ¶

func (*NullableReportsCustomReportsCustomReportUpdateRequest) Unset ¶

type NullableReportsReportSchedulesReportScheduleCreationRequest ¶

type NullableReportsReportSchedulesReportScheduleCreationRequest struct {
	// contains filtered or unexported fields
}

func (NullableReportsReportSchedulesReportScheduleCreationRequest) Get ¶

func (NullableReportsReportSchedulesReportScheduleCreationRequest) IsSet ¶

func (NullableReportsReportSchedulesReportScheduleCreationRequest) MarshalJSON ¶

func (*NullableReportsReportSchedulesReportScheduleCreationRequest) Set ¶

func (*NullableReportsReportSchedulesReportScheduleCreationRequest) UnmarshalJSON ¶

func (*NullableReportsReportSchedulesReportScheduleCreationRequest) Unset ¶

type NullableReportsReportSchedulesReportScheduleResponse ¶

type NullableReportsReportSchedulesReportScheduleResponse struct {
	// contains filtered or unexported fields
}

func (NullableReportsReportSchedulesReportScheduleResponse) Get ¶

func (NullableReportsReportSchedulesReportScheduleResponse) IsSet ¶

func (NullableReportsReportSchedulesReportScheduleResponse) MarshalJSON ¶

func (*NullableReportsReportSchedulesReportScheduleResponse) Set ¶

func (*NullableReportsReportSchedulesReportScheduleResponse) UnmarshalJSON ¶

func (*NullableReportsReportSchedulesReportScheduleResponse) Unset ¶

type NullableReportsReportSchedulesReportScheduleUpdateRequest ¶

type NullableReportsReportSchedulesReportScheduleUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableReportsReportSchedulesReportScheduleUpdateRequest) Get ¶

func (NullableReportsReportSchedulesReportScheduleUpdateRequest) IsSet ¶

func (NullableReportsReportSchedulesReportScheduleUpdateRequest) MarshalJSON ¶

func (*NullableReportsReportSchedulesReportScheduleUpdateRequest) Set ¶

func (*NullableReportsReportSchedulesReportScheduleUpdateRequest) UnmarshalJSON ¶

func (*NullableReportsReportSchedulesReportScheduleUpdateRequest) Unset ¶

type NullableSMTPSMTPRequest ¶

type NullableSMTPSMTPRequest struct {
	// contains filtered or unexported fields
}

func NewNullableSMTPSMTPRequest ¶

func NewNullableSMTPSMTPRequest(val *SMTPSMTPRequest) *NullableSMTPSMTPRequest

func (NullableSMTPSMTPRequest) Get ¶

func (NullableSMTPSMTPRequest) IsSet ¶

func (v NullableSMTPSMTPRequest) IsSet() bool

func (NullableSMTPSMTPRequest) MarshalJSON ¶

func (v NullableSMTPSMTPRequest) MarshalJSON() ([]byte, error)

func (*NullableSMTPSMTPRequest) Set ¶

func (*NullableSMTPSMTPRequest) UnmarshalJSON ¶

func (v *NullableSMTPSMTPRequest) UnmarshalJSON(src []byte) error

func (*NullableSMTPSMTPRequest) Unset ¶

func (v *NullableSMTPSMTPRequest) Unset()

type NullableSMTPSMTPResponse ¶

type NullableSMTPSMTPResponse struct {
	// contains filtered or unexported fields
}

func NewNullableSMTPSMTPResponse ¶

func NewNullableSMTPSMTPResponse(val *SMTPSMTPResponse) *NullableSMTPSMTPResponse

func (NullableSMTPSMTPResponse) Get ¶

func (NullableSMTPSMTPResponse) IsSet ¶

func (v NullableSMTPSMTPResponse) IsSet() bool

func (NullableSMTPSMTPResponse) MarshalJSON ¶

func (v NullableSMTPSMTPResponse) MarshalJSON() ([]byte, error)

func (*NullableSMTPSMTPResponse) Set ¶

func (*NullableSMTPSMTPResponse) UnmarshalJSON ¶

func (v *NullableSMTPSMTPResponse) UnmarshalJSON(src []byte) error

func (*NullableSMTPSMTPResponse) Unset ¶

func (v *NullableSMTPSMTPResponse) Unset()

type NullableSMTPSMTPTestRequest ¶

type NullableSMTPSMTPTestRequest struct {
	// contains filtered or unexported fields
}

func (NullableSMTPSMTPTestRequest) Get ¶

func (NullableSMTPSMTPTestRequest) IsSet ¶

func (NullableSMTPSMTPTestRequest) MarshalJSON ¶

func (v NullableSMTPSMTPTestRequest) MarshalJSON() ([]byte, error)

func (*NullableSMTPSMTPTestRequest) Set ¶

func (*NullableSMTPSMTPTestRequest) UnmarshalJSON ¶

func (v *NullableSMTPSMTPTestRequest) UnmarshalJSON(src []byte) error

func (*NullableSMTPSMTPTestRequest) Unset ¶

func (v *NullableSMTPSMTPTestRequest) Unset()

type NullableSMTPSMTPTestResponse ¶

type NullableSMTPSMTPTestResponse struct {
	// contains filtered or unexported fields
}

func (NullableSMTPSMTPTestResponse) Get ¶

func (NullableSMTPSMTPTestResponse) IsSet ¶

func (NullableSMTPSMTPTestResponse) MarshalJSON ¶

func (v NullableSMTPSMTPTestResponse) MarshalJSON() ([]byte, error)

func (*NullableSMTPSMTPTestResponse) Set ¶

func (*NullableSMTPSMTPTestResponse) UnmarshalJSON ¶

func (v *NullableSMTPSMTPTestResponse) UnmarshalJSON(src []byte) error

func (*NullableSMTPSMTPTestResponse) Unset ¶

func (v *NullableSMTPSMTPTestResponse) Unset()

type NullableSchedulingScheduledTaskRequest ¶

type NullableSchedulingScheduledTaskRequest struct {
	// contains filtered or unexported fields
}

func (NullableSchedulingScheduledTaskRequest) Get ¶

func (NullableSchedulingScheduledTaskRequest) IsSet ¶

func (NullableSchedulingScheduledTaskRequest) MarshalJSON ¶

func (v NullableSchedulingScheduledTaskRequest) MarshalJSON() ([]byte, error)

func (*NullableSchedulingScheduledTaskRequest) Set ¶

func (*NullableSchedulingScheduledTaskRequest) UnmarshalJSON ¶

func (v *NullableSchedulingScheduledTaskRequest) UnmarshalJSON(src []byte) error

func (*NullableSchedulingScheduledTaskRequest) Unset ¶

type NullableSchedulingScheduledTaskResponse ¶

type NullableSchedulingScheduledTaskResponse struct {
	// contains filtered or unexported fields
}

func (NullableSchedulingScheduledTaskResponse) Get ¶

func (NullableSchedulingScheduledTaskResponse) IsSet ¶

func (NullableSchedulingScheduledTaskResponse) MarshalJSON ¶

func (v NullableSchedulingScheduledTaskResponse) MarshalJSON() ([]byte, error)

func (*NullableSchedulingScheduledTaskResponse) Set ¶

func (*NullableSchedulingScheduledTaskResponse) UnmarshalJSON ¶

func (v *NullableSchedulingScheduledTaskResponse) UnmarshalJSON(src []byte) error

func (*NullableSchedulingScheduledTaskResponse) Unset ¶

type NullableSchedulingScheduledTaskScheduleResponse ¶

type NullableSchedulingScheduledTaskScheduleResponse struct {
	// contains filtered or unexported fields
}

func (NullableSchedulingScheduledTaskScheduleResponse) Get ¶

func (NullableSchedulingScheduledTaskScheduleResponse) IsSet ¶

func (NullableSchedulingScheduledTaskScheduleResponse) MarshalJSON ¶

func (*NullableSchedulingScheduledTaskScheduleResponse) Set ¶

func (*NullableSchedulingScheduledTaskScheduleResponse) UnmarshalJSON ¶

func (*NullableSchedulingScheduledTaskScheduleResponse) Unset ¶

type NullableScriptsScriptCreateRequest ¶

type NullableScriptsScriptCreateRequest struct {
	// contains filtered or unexported fields
}

func (NullableScriptsScriptCreateRequest) Get ¶

func (NullableScriptsScriptCreateRequest) IsSet ¶

func (NullableScriptsScriptCreateRequest) MarshalJSON ¶

func (v NullableScriptsScriptCreateRequest) MarshalJSON() ([]byte, error)

func (*NullableScriptsScriptCreateRequest) Set ¶

func (*NullableScriptsScriptCreateRequest) UnmarshalJSON ¶

func (v *NullableScriptsScriptCreateRequest) UnmarshalJSON(src []byte) error

func (*NullableScriptsScriptCreateRequest) Unset ¶

type NullableScriptsScriptQueryResponse ¶

type NullableScriptsScriptQueryResponse struct {
	// contains filtered or unexported fields
}

func (NullableScriptsScriptQueryResponse) Get ¶

func (NullableScriptsScriptQueryResponse) IsSet ¶

func (NullableScriptsScriptQueryResponse) MarshalJSON ¶

func (v NullableScriptsScriptQueryResponse) MarshalJSON() ([]byte, error)

func (*NullableScriptsScriptQueryResponse) Set ¶

func (*NullableScriptsScriptQueryResponse) UnmarshalJSON ¶

func (v *NullableScriptsScriptQueryResponse) UnmarshalJSON(src []byte) error

func (*NullableScriptsScriptQueryResponse) Unset ¶

type NullableScriptsScriptResponse ¶

type NullableScriptsScriptResponse struct {
	// contains filtered or unexported fields
}

func (NullableScriptsScriptResponse) Get ¶

func (NullableScriptsScriptResponse) IsSet ¶

func (NullableScriptsScriptResponse) MarshalJSON ¶

func (v NullableScriptsScriptResponse) MarshalJSON() ([]byte, error)

func (*NullableScriptsScriptResponse) Set ¶

func (*NullableScriptsScriptResponse) UnmarshalJSON ¶

func (v *NullableScriptsScriptResponse) UnmarshalJSON(src []byte) error

func (*NullableScriptsScriptResponse) Unset ¶

func (v *NullableScriptsScriptResponse) Unset()

type NullableScriptsScriptsUpdateRequest ¶

type NullableScriptsScriptsUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableScriptsScriptsUpdateRequest) Get ¶

func (NullableScriptsScriptsUpdateRequest) IsSet ¶

func (NullableScriptsScriptsUpdateRequest) MarshalJSON ¶

func (v NullableScriptsScriptsUpdateRequest) MarshalJSON() ([]byte, error)

func (*NullableScriptsScriptsUpdateRequest) Set ¶

func (*NullableScriptsScriptsUpdateRequest) UnmarshalJSON ¶

func (v *NullableScriptsScriptsUpdateRequest) UnmarshalJSON(src []byte) error

func (*NullableScriptsScriptsUpdateRequest) Unset ¶

type NullableSecurityLegacySecurityRolesRoleIdentitiesRequest ¶

type NullableSecurityLegacySecurityRolesRoleIdentitiesRequest struct {
	// contains filtered or unexported fields
}

func (NullableSecurityLegacySecurityRolesRoleIdentitiesRequest) Get ¶

func (NullableSecurityLegacySecurityRolesRoleIdentitiesRequest) IsSet ¶

func (NullableSecurityLegacySecurityRolesRoleIdentitiesRequest) MarshalJSON ¶

func (*NullableSecurityLegacySecurityRolesRoleIdentitiesRequest) Set ¶

func (*NullableSecurityLegacySecurityRolesRoleIdentitiesRequest) UnmarshalJSON ¶

func (*NullableSecurityLegacySecurityRolesRoleIdentitiesRequest) Unset ¶

type NullableSecurityLegacySecurityRolesRoleIdentitiesResponse ¶

type NullableSecurityLegacySecurityRolesRoleIdentitiesResponse struct {
	// contains filtered or unexported fields
}

func (NullableSecurityLegacySecurityRolesRoleIdentitiesResponse) Get ¶

func (NullableSecurityLegacySecurityRolesRoleIdentitiesResponse) IsSet ¶

func (NullableSecurityLegacySecurityRolesRoleIdentitiesResponse) MarshalJSON ¶

func (*NullableSecurityLegacySecurityRolesRoleIdentitiesResponse) Set ¶

func (*NullableSecurityLegacySecurityRolesRoleIdentitiesResponse) UnmarshalJSON ¶

func (*NullableSecurityLegacySecurityRolesRoleIdentitiesResponse) Unset ¶

type NullableSecurityLegacySecurityRolesSecurityIdentityResponse ¶

type NullableSecurityLegacySecurityRolesSecurityIdentityResponse struct {
	// contains filtered or unexported fields
}

func (NullableSecurityLegacySecurityRolesSecurityIdentityResponse) Get ¶

func (NullableSecurityLegacySecurityRolesSecurityIdentityResponse) IsSet ¶

func (NullableSecurityLegacySecurityRolesSecurityIdentityResponse) MarshalJSON ¶

func (*NullableSecurityLegacySecurityRolesSecurityIdentityResponse) Set ¶

func (*NullableSecurityLegacySecurityRolesSecurityIdentityResponse) UnmarshalJSON ¶

func (*NullableSecurityLegacySecurityRolesSecurityIdentityResponse) Unset ¶

type NullableSecurityLegacySecurityRolesSecurityMyResponse ¶

type NullableSecurityLegacySecurityRolesSecurityMyResponse struct {
	// contains filtered or unexported fields
}

func (NullableSecurityLegacySecurityRolesSecurityMyResponse) Get ¶

func (NullableSecurityLegacySecurityRolesSecurityMyResponse) IsSet ¶

func (NullableSecurityLegacySecurityRolesSecurityMyResponse) MarshalJSON ¶

func (*NullableSecurityLegacySecurityRolesSecurityMyResponse) Set ¶

func (*NullableSecurityLegacySecurityRolesSecurityMyResponse) UnmarshalJSON ¶

func (*NullableSecurityLegacySecurityRolesSecurityMyResponse) Unset ¶

type NullableSecurityLegacySecurityRolesSecurityRoleCopyRequest ¶

type NullableSecurityLegacySecurityRolesSecurityRoleCopyRequest struct {
	// contains filtered or unexported fields
}

func (NullableSecurityLegacySecurityRolesSecurityRoleCopyRequest) Get ¶

func (NullableSecurityLegacySecurityRolesSecurityRoleCopyRequest) IsSet ¶

func (NullableSecurityLegacySecurityRolesSecurityRoleCopyRequest) MarshalJSON ¶

func (*NullableSecurityLegacySecurityRolesSecurityRoleCopyRequest) Set ¶

func (*NullableSecurityLegacySecurityRolesSecurityRoleCopyRequest) UnmarshalJSON ¶

func (*NullableSecurityLegacySecurityRolesSecurityRoleCopyRequest) Unset ¶

type NullableSecurityLegacySecurityRolesSecurityRoleCreationRequest ¶

type NullableSecurityLegacySecurityRolesSecurityRoleCreationRequest struct {
	// contains filtered or unexported fields
}

func (NullableSecurityLegacySecurityRolesSecurityRoleCreationRequest) Get ¶

func (NullableSecurityLegacySecurityRolesSecurityRoleCreationRequest) IsSet ¶

func (NullableSecurityLegacySecurityRolesSecurityRoleCreationRequest) MarshalJSON ¶

func (*NullableSecurityLegacySecurityRolesSecurityRoleCreationRequest) Set ¶

func (*NullableSecurityLegacySecurityRolesSecurityRoleCreationRequest) UnmarshalJSON ¶

func (*NullableSecurityLegacySecurityRolesSecurityRoleCreationRequest) Unset ¶

type NullableSecurityLegacySecurityRolesSecurityRoleResponse ¶

type NullableSecurityLegacySecurityRolesSecurityRoleResponse struct {
	// contains filtered or unexported fields
}

func (NullableSecurityLegacySecurityRolesSecurityRoleResponse) Get ¶

func (NullableSecurityLegacySecurityRolesSecurityRoleResponse) IsSet ¶

func (NullableSecurityLegacySecurityRolesSecurityRoleResponse) MarshalJSON ¶

func (*NullableSecurityLegacySecurityRolesSecurityRoleResponse) Set ¶

func (*NullableSecurityLegacySecurityRolesSecurityRoleResponse) UnmarshalJSON ¶

func (*NullableSecurityLegacySecurityRolesSecurityRoleResponse) Unset ¶

type NullableSecurityLegacySecurityRolesSecurityRoleUpdateRequest ¶

type NullableSecurityLegacySecurityRolesSecurityRoleUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableSecurityLegacySecurityRolesSecurityRoleUpdateRequest) Get ¶

func (NullableSecurityLegacySecurityRolesSecurityRoleUpdateRequest) IsSet ¶

func (NullableSecurityLegacySecurityRolesSecurityRoleUpdateRequest) MarshalJSON ¶

func (*NullableSecurityLegacySecurityRolesSecurityRoleUpdateRequest) Set ¶

func (*NullableSecurityLegacySecurityRolesSecurityRoleUpdateRequest) UnmarshalJSON ¶

func (*NullableSecurityLegacySecurityRolesSecurityRoleUpdateRequest) Unset ¶

type NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest ¶

type NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest struct {
	// contains filtered or unexported fields
}

func (NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest) Get ¶

func (NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest) IsSet ¶

func (NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest) MarshalJSON ¶

func (*NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest) Set ¶

func (*NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest) UnmarshalJSON ¶

func (*NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest) Unset ¶

type NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse ¶

type NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse struct {
	// contains filtered or unexported fields
}

func (NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) Get ¶

func (NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) IsSet ¶

func (NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) MarshalJSON ¶

func (*NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) Set ¶

func (*NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) UnmarshalJSON ¶

func (*NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) Unset ¶

type NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse ¶

type NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse struct {
	// contains filtered or unexported fields
}

func (NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) Get ¶

func (NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) IsSet ¶

func (NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) MarshalJSON ¶

func (*NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) Set ¶

func (*NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) UnmarshalJSON ¶

func (*NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) Unset ¶

type NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionResponse ¶

type NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionResponse struct {
	// contains filtered or unexported fields
}

func (NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) Get ¶

func (NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) IsSet ¶

func (NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) MarshalJSON ¶

func (*NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) Set ¶

func (*NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) UnmarshalJSON ¶

func (*NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) Unset ¶

type NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest ¶

type NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest) Get ¶

func (NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest) IsSet ¶

func (NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest) MarshalJSON ¶

func (*NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest) Set ¶

func (*NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest) UnmarshalJSON ¶

func (*NullableSecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest) Unset ¶

type NullableSecurityRoleClaimDefinitionsSecurityRoleForClaimResponse ¶

type NullableSecurityRoleClaimDefinitionsSecurityRoleForClaimResponse struct {
	// contains filtered or unexported fields
}

func (NullableSecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) Get ¶

func (NullableSecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) IsSet ¶

func (NullableSecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) MarshalJSON ¶

func (*NullableSecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) Set ¶

func (*NullableSecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) UnmarshalJSON ¶

func (*NullableSecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) Unset ¶

type NullableSecuritySecurityIdentitiesSecurityIdentityLookupResponse ¶

type NullableSecuritySecurityIdentitiesSecurityIdentityLookupResponse struct {
	// contains filtered or unexported fields
}

func (NullableSecuritySecurityIdentitiesSecurityIdentityLookupResponse) Get ¶

func (NullableSecuritySecurityIdentitiesSecurityIdentityLookupResponse) IsSet ¶

func (NullableSecuritySecurityIdentitiesSecurityIdentityLookupResponse) MarshalJSON ¶

func (*NullableSecuritySecurityIdentitiesSecurityIdentityLookupResponse) Set ¶

func (*NullableSecuritySecurityIdentitiesSecurityIdentityLookupResponse) UnmarshalJSON ¶

func (*NullableSecuritySecurityIdentitiesSecurityIdentityLookupResponse) Unset ¶

type NullableSecuritySecurityIdentitiesSecurityIdentityRequest ¶

type NullableSecuritySecurityIdentitiesSecurityIdentityRequest struct {
	// contains filtered or unexported fields
}

func (NullableSecuritySecurityIdentitiesSecurityIdentityRequest) Get ¶

func (NullableSecuritySecurityIdentitiesSecurityIdentityRequest) IsSet ¶

func (NullableSecuritySecurityIdentitiesSecurityIdentityRequest) MarshalJSON ¶

func (*NullableSecuritySecurityIdentitiesSecurityIdentityRequest) Set ¶

func (*NullableSecuritySecurityIdentitiesSecurityIdentityRequest) UnmarshalJSON ¶

func (*NullableSecuritySecurityIdentitiesSecurityIdentityRequest) Unset ¶

type NullableSecuritySecurityIdentitiesSecurityIdentityResponse ¶

type NullableSecuritySecurityIdentitiesSecurityIdentityResponse struct {
	// contains filtered or unexported fields
}

func (NullableSecuritySecurityIdentitiesSecurityIdentityResponse) Get ¶

func (NullableSecuritySecurityIdentitiesSecurityIdentityResponse) IsSet ¶

func (NullableSecuritySecurityIdentitiesSecurityIdentityResponse) MarshalJSON ¶

func (*NullableSecuritySecurityIdentitiesSecurityIdentityResponse) Set ¶

func (*NullableSecuritySecurityIdentitiesSecurityIdentityResponse) UnmarshalJSON ¶

func (*NullableSecuritySecurityIdentitiesSecurityIdentityResponse) Unset ¶

type NullableSecuritySecurityIdentityPermissionsPermissionRolesPairResponse ¶

type NullableSecuritySecurityIdentityPermissionsPermissionRolesPairResponse struct {
	// contains filtered or unexported fields
}

func (NullableSecuritySecurityIdentityPermissionsPermissionRolesPairResponse) Get ¶

func (NullableSecuritySecurityIdentityPermissionsPermissionRolesPairResponse) IsSet ¶

func (NullableSecuritySecurityIdentityPermissionsPermissionRolesPairResponse) MarshalJSON ¶

func (*NullableSecuritySecurityIdentityPermissionsPermissionRolesPairResponse) Set ¶

func (*NullableSecuritySecurityIdentityPermissionsPermissionRolesPairResponse) UnmarshalJSON ¶

func (*NullableSecuritySecurityIdentityPermissionsPermissionRolesPairResponse) Unset ¶

type NullableSecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse ¶

type NullableSecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse struct {
	// contains filtered or unexported fields
}

func (NullableSecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) Get ¶

func (NullableSecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) IsSet ¶

func (NullableSecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) MarshalJSON ¶

func (*NullableSecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) Set ¶

func (*NullableSecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) UnmarshalJSON ¶

func (*NullableSecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) Unset ¶

type NullableSecuritySecurityRolePermissionsAreaPermissionResponse ¶

type NullableSecuritySecurityRolePermissionsAreaPermissionResponse struct {
	// contains filtered or unexported fields
}

func (NullableSecuritySecurityRolePermissionsAreaPermissionResponse) Get ¶

func (NullableSecuritySecurityRolePermissionsAreaPermissionResponse) IsSet ¶

func (NullableSecuritySecurityRolePermissionsAreaPermissionResponse) MarshalJSON ¶

func (*NullableSecuritySecurityRolePermissionsAreaPermissionResponse) Set ¶

func (*NullableSecuritySecurityRolePermissionsAreaPermissionResponse) UnmarshalJSON ¶

func (*NullableSecuritySecurityRolePermissionsAreaPermissionResponse) Unset ¶

type NullableSecuritySecurityRolePermissionsCollectionPermissionRequest ¶

type NullableSecuritySecurityRolePermissionsCollectionPermissionRequest struct {
	// contains filtered or unexported fields
}

func (NullableSecuritySecurityRolePermissionsCollectionPermissionRequest) Get ¶

func (NullableSecuritySecurityRolePermissionsCollectionPermissionRequest) IsSet ¶

func (NullableSecuritySecurityRolePermissionsCollectionPermissionRequest) MarshalJSON ¶

func (*NullableSecuritySecurityRolePermissionsCollectionPermissionRequest) Set ¶

func (*NullableSecuritySecurityRolePermissionsCollectionPermissionRequest) UnmarshalJSON ¶

func (*NullableSecuritySecurityRolePermissionsCollectionPermissionRequest) Unset ¶

type NullableSecuritySecurityRolePermissionsCollectionPermissionResponse ¶

type NullableSecuritySecurityRolePermissionsCollectionPermissionResponse struct {
	// contains filtered or unexported fields
}

func (NullableSecuritySecurityRolePermissionsCollectionPermissionResponse) Get ¶

func (NullableSecuritySecurityRolePermissionsCollectionPermissionResponse) IsSet ¶

func (NullableSecuritySecurityRolePermissionsCollectionPermissionResponse) MarshalJSON ¶

func (*NullableSecuritySecurityRolePermissionsCollectionPermissionResponse) Set ¶

func (*NullableSecuritySecurityRolePermissionsCollectionPermissionResponse) UnmarshalJSON ¶

func (*NullableSecuritySecurityRolePermissionsCollectionPermissionResponse) Unset ¶

type NullableSecuritySecurityRolePermissionsContainerPermissionRequest ¶

type NullableSecuritySecurityRolePermissionsContainerPermissionRequest struct {
	// contains filtered or unexported fields
}

func (NullableSecuritySecurityRolePermissionsContainerPermissionRequest) Get ¶

func (NullableSecuritySecurityRolePermissionsContainerPermissionRequest) IsSet ¶

func (NullableSecuritySecurityRolePermissionsContainerPermissionRequest) MarshalJSON ¶

func (*NullableSecuritySecurityRolePermissionsContainerPermissionRequest) Set ¶

func (*NullableSecuritySecurityRolePermissionsContainerPermissionRequest) UnmarshalJSON ¶

func (*NullableSecuritySecurityRolePermissionsContainerPermissionRequest) Unset ¶

type NullableSecuritySecurityRolePermissionsContainerPermissionResponse ¶

type NullableSecuritySecurityRolePermissionsContainerPermissionResponse struct {
	// contains filtered or unexported fields
}

func (NullableSecuritySecurityRolePermissionsContainerPermissionResponse) Get ¶

func (NullableSecuritySecurityRolePermissionsContainerPermissionResponse) IsSet ¶

func (NullableSecuritySecurityRolePermissionsContainerPermissionResponse) MarshalJSON ¶

func (*NullableSecuritySecurityRolePermissionsContainerPermissionResponse) Set ¶

func (*NullableSecuritySecurityRolePermissionsContainerPermissionResponse) UnmarshalJSON ¶

func (*NullableSecuritySecurityRolePermissionsContainerPermissionResponse) Unset ¶

type NullableSecuritySecurityRolePermissionsGlobalPermissionRequest ¶

type NullableSecuritySecurityRolePermissionsGlobalPermissionRequest struct {
	// contains filtered or unexported fields
}

func (NullableSecuritySecurityRolePermissionsGlobalPermissionRequest) Get ¶

func (NullableSecuritySecurityRolePermissionsGlobalPermissionRequest) IsSet ¶

func (NullableSecuritySecurityRolePermissionsGlobalPermissionRequest) MarshalJSON ¶

func (*NullableSecuritySecurityRolePermissionsGlobalPermissionRequest) Set ¶

func (*NullableSecuritySecurityRolePermissionsGlobalPermissionRequest) UnmarshalJSON ¶

func (*NullableSecuritySecurityRolePermissionsGlobalPermissionRequest) Unset ¶

type NullableSecuritySecurityRolePermissionsGlobalPermissionResponse ¶

type NullableSecuritySecurityRolePermissionsGlobalPermissionResponse struct {
	// contains filtered or unexported fields
}

func (NullableSecuritySecurityRolePermissionsGlobalPermissionResponse) Get ¶

func (NullableSecuritySecurityRolePermissionsGlobalPermissionResponse) IsSet ¶

func (NullableSecuritySecurityRolePermissionsGlobalPermissionResponse) MarshalJSON ¶

func (*NullableSecuritySecurityRolePermissionsGlobalPermissionResponse) Set ¶

func (*NullableSecuritySecurityRolePermissionsGlobalPermissionResponse) UnmarshalJSON ¶

func (*NullableSecuritySecurityRolePermissionsGlobalPermissionResponse) Unset ¶

type NullableSecuritySecurityRolePermissionsPamProviderPermissionRequest ¶

type NullableSecuritySecurityRolePermissionsPamProviderPermissionRequest struct {
	// contains filtered or unexported fields
}

func (NullableSecuritySecurityRolePermissionsPamProviderPermissionRequest) Get ¶

func (NullableSecuritySecurityRolePermissionsPamProviderPermissionRequest) IsSet ¶

func (NullableSecuritySecurityRolePermissionsPamProviderPermissionRequest) MarshalJSON ¶

func (*NullableSecuritySecurityRolePermissionsPamProviderPermissionRequest) Set ¶

func (*NullableSecuritySecurityRolePermissionsPamProviderPermissionRequest) UnmarshalJSON ¶

func (*NullableSecuritySecurityRolePermissionsPamProviderPermissionRequest) Unset ¶

type NullableSecuritySecurityRolePermissionsPamProviderPermissionResponse ¶

type NullableSecuritySecurityRolePermissionsPamProviderPermissionResponse struct {
	// contains filtered or unexported fields
}

func (NullableSecuritySecurityRolePermissionsPamProviderPermissionResponse) Get ¶

func (NullableSecuritySecurityRolePermissionsPamProviderPermissionResponse) IsSet ¶

func (NullableSecuritySecurityRolePermissionsPamProviderPermissionResponse) MarshalJSON ¶

func (*NullableSecuritySecurityRolePermissionsPamProviderPermissionResponse) Set ¶

func (*NullableSecuritySecurityRolePermissionsPamProviderPermissionResponse) UnmarshalJSON ¶

func (*NullableSecuritySecurityRolePermissionsPamProviderPermissionResponse) Unset ¶

type NullableSslCreateNetworkRequest ¶

type NullableSslCreateNetworkRequest struct {
	// contains filtered or unexported fields
}

func (NullableSslCreateNetworkRequest) Get ¶

func (NullableSslCreateNetworkRequest) IsSet ¶

func (NullableSslCreateNetworkRequest) MarshalJSON ¶

func (v NullableSslCreateNetworkRequest) MarshalJSON() ([]byte, error)

func (*NullableSslCreateNetworkRequest) Set ¶

func (*NullableSslCreateNetworkRequest) UnmarshalJSON ¶

func (v *NullableSslCreateNetworkRequest) UnmarshalJSON(src []byte) error

func (*NullableSslCreateNetworkRequest) Unset ¶

type NullableSslNetworkQueryResponse ¶

type NullableSslNetworkQueryResponse struct {
	// contains filtered or unexported fields
}

func (NullableSslNetworkQueryResponse) Get ¶

func (NullableSslNetworkQueryResponse) IsSet ¶

func (NullableSslNetworkQueryResponse) MarshalJSON ¶

func (v NullableSslNetworkQueryResponse) MarshalJSON() ([]byte, error)

func (*NullableSslNetworkQueryResponse) Set ¶

func (*NullableSslNetworkQueryResponse) UnmarshalJSON ¶

func (v *NullableSslNetworkQueryResponse) UnmarshalJSON(src []byte) error

func (*NullableSslNetworkQueryResponse) Unset ¶

type NullableSslNetworkResponse ¶

type NullableSslNetworkResponse struct {
	// contains filtered or unexported fields
}

func NewNullableSslNetworkResponse ¶

func NewNullableSslNetworkResponse(val *SslNetworkResponse) *NullableSslNetworkResponse

func (NullableSslNetworkResponse) Get ¶

func (NullableSslNetworkResponse) IsSet ¶

func (v NullableSslNetworkResponse) IsSet() bool

func (NullableSslNetworkResponse) MarshalJSON ¶

func (v NullableSslNetworkResponse) MarshalJSON() ([]byte, error)

func (*NullableSslNetworkResponse) Set ¶

func (*NullableSslNetworkResponse) UnmarshalJSON ¶

func (v *NullableSslNetworkResponse) UnmarshalJSON(src []byte) error

func (*NullableSslNetworkResponse) Unset ¶

func (v *NullableSslNetworkResponse) Unset()

type NullableSslQuietHourRequest ¶

type NullableSslQuietHourRequest struct {
	// contains filtered or unexported fields
}

func (NullableSslQuietHourRequest) Get ¶

func (NullableSslQuietHourRequest) IsSet ¶

func (NullableSslQuietHourRequest) MarshalJSON ¶

func (v NullableSslQuietHourRequest) MarshalJSON() ([]byte, error)

func (*NullableSslQuietHourRequest) Set ¶

func (*NullableSslQuietHourRequest) UnmarshalJSON ¶

func (v *NullableSslQuietHourRequest) UnmarshalJSON(src []byte) error

func (*NullableSslQuietHourRequest) Unset ¶

func (v *NullableSslQuietHourRequest) Unset()

type NullableSslQuietHourResponse ¶

type NullableSslQuietHourResponse struct {
	// contains filtered or unexported fields
}

func (NullableSslQuietHourResponse) Get ¶

func (NullableSslQuietHourResponse) IsSet ¶

func (NullableSslQuietHourResponse) MarshalJSON ¶

func (v NullableSslQuietHourResponse) MarshalJSON() ([]byte, error)

func (*NullableSslQuietHourResponse) Set ¶

func (*NullableSslQuietHourResponse) UnmarshalJSON ¶

func (v *NullableSslQuietHourResponse) UnmarshalJSON(src []byte) error

func (*NullableSslQuietHourResponse) Unset ¶

func (v *NullableSslQuietHourResponse) Unset()

type NullableSslUpdateNetworkRequest ¶

type NullableSslUpdateNetworkRequest struct {
	// contains filtered or unexported fields
}

func (NullableSslUpdateNetworkRequest) Get ¶

func (NullableSslUpdateNetworkRequest) IsSet ¶

func (NullableSslUpdateNetworkRequest) MarshalJSON ¶

func (v NullableSslUpdateNetworkRequest) MarshalJSON() ([]byte, error)

func (*NullableSslUpdateNetworkRequest) Set ¶

func (*NullableSslUpdateNetworkRequest) UnmarshalJSON ¶

func (v *NullableSslUpdateNetworkRequest) UnmarshalJSON(src []byte) error

func (*NullableSslUpdateNetworkRequest) Unset ¶

type NullableString ¶

type NullableString struct {
	// contains filtered or unexported fields
}

func NewNullableString ¶

func NewNullableString(val *string) *NullableString

func (NullableString) Get ¶

func (v NullableString) Get() *string

func (NullableString) IsSet ¶

func (v NullableString) IsSet() bool

func (NullableString) MarshalJSON ¶

func (v NullableString) MarshalJSON() ([]byte, error)

func (*NullableString) Set ¶

func (v *NullableString) Set(val *string)

func (*NullableString) UnmarshalJSON ¶

func (v *NullableString) UnmarshalJSON(src []byte) error

func (*NullableString) Unset ¶

func (v *NullableString) Unset()

type NullableSystemDayOfWeek ¶

type NullableSystemDayOfWeek struct {
	// contains filtered or unexported fields
}

func NewNullableSystemDayOfWeek ¶

func NewNullableSystemDayOfWeek(val *SystemDayOfWeek) *NullableSystemDayOfWeek

func (NullableSystemDayOfWeek) Get ¶

func (NullableSystemDayOfWeek) IsSet ¶

func (v NullableSystemDayOfWeek) IsSet() bool

func (NullableSystemDayOfWeek) MarshalJSON ¶

func (v NullableSystemDayOfWeek) MarshalJSON() ([]byte, error)

func (*NullableSystemDayOfWeek) Set ¶

func (*NullableSystemDayOfWeek) UnmarshalJSON ¶

func (v *NullableSystemDayOfWeek) UnmarshalJSON(src []byte) error

func (*NullableSystemDayOfWeek) Unset ¶

func (v *NullableSystemDayOfWeek) Unset()

type NullableTemplatesEnrollmentTemplateEnrollmentDefaultResponse ¶

type NullableTemplatesEnrollmentTemplateEnrollmentDefaultResponse struct {
	// contains filtered or unexported fields
}

func (NullableTemplatesEnrollmentTemplateEnrollmentDefaultResponse) Get ¶

func (NullableTemplatesEnrollmentTemplateEnrollmentDefaultResponse) IsSet ¶

func (NullableTemplatesEnrollmentTemplateEnrollmentDefaultResponse) MarshalJSON ¶

func (*NullableTemplatesEnrollmentTemplateEnrollmentDefaultResponse) Set ¶

func (*NullableTemplatesEnrollmentTemplateEnrollmentDefaultResponse) UnmarshalJSON ¶

func (*NullableTemplatesEnrollmentTemplateEnrollmentDefaultResponse) Unset ¶

type NullableTemplatesEnrollmentTemplateEnrollmentPolicyResponse ¶

type NullableTemplatesEnrollmentTemplateEnrollmentPolicyResponse struct {
	// contains filtered or unexported fields
}

func (NullableTemplatesEnrollmentTemplateEnrollmentPolicyResponse) Get ¶

func (NullableTemplatesEnrollmentTemplateEnrollmentPolicyResponse) IsSet ¶

func (NullableTemplatesEnrollmentTemplateEnrollmentPolicyResponse) MarshalJSON ¶

func (*NullableTemplatesEnrollmentTemplateEnrollmentPolicyResponse) Set ¶

func (*NullableTemplatesEnrollmentTemplateEnrollmentPolicyResponse) UnmarshalJSON ¶

func (*NullableTemplatesEnrollmentTemplateEnrollmentPolicyResponse) Unset ¶

type NullableTemplatesEnrollmentTemplateEnrollmentRegexResponse ¶

type NullableTemplatesEnrollmentTemplateEnrollmentRegexResponse struct {
	// contains filtered or unexported fields
}

func (NullableTemplatesEnrollmentTemplateEnrollmentRegexResponse) Get ¶

func (NullableTemplatesEnrollmentTemplateEnrollmentRegexResponse) IsSet ¶

func (NullableTemplatesEnrollmentTemplateEnrollmentRegexResponse) MarshalJSON ¶

func (*NullableTemplatesEnrollmentTemplateEnrollmentRegexResponse) Set ¶

func (*NullableTemplatesEnrollmentTemplateEnrollmentRegexResponse) UnmarshalJSON ¶

func (*NullableTemplatesEnrollmentTemplateEnrollmentRegexResponse) Unset ¶

type NullableTemplatesEnrollmentTemplateEnrollmentSettingsResponse ¶

type NullableTemplatesEnrollmentTemplateEnrollmentSettingsResponse struct {
	// contains filtered or unexported fields
}

func (NullableTemplatesEnrollmentTemplateEnrollmentSettingsResponse) Get ¶

func (NullableTemplatesEnrollmentTemplateEnrollmentSettingsResponse) IsSet ¶

func (NullableTemplatesEnrollmentTemplateEnrollmentSettingsResponse) MarshalJSON ¶

func (*NullableTemplatesEnrollmentTemplateEnrollmentSettingsResponse) Set ¶

func (*NullableTemplatesEnrollmentTemplateEnrollmentSettingsResponse) UnmarshalJSON ¶

func (*NullableTemplatesEnrollmentTemplateEnrollmentSettingsResponse) Unset ¶

type NullableTemplatesExtendedKeyUsageResponseModel ¶

type NullableTemplatesExtendedKeyUsageResponseModel struct {
	// contains filtered or unexported fields
}

func (NullableTemplatesExtendedKeyUsageResponseModel) Get ¶

func (NullableTemplatesExtendedKeyUsageResponseModel) IsSet ¶

func (NullableTemplatesExtendedKeyUsageResponseModel) MarshalJSON ¶

func (*NullableTemplatesExtendedKeyUsageResponseModel) Set ¶

func (*NullableTemplatesExtendedKeyUsageResponseModel) UnmarshalJSON ¶

func (*NullableTemplatesExtendedKeyUsageResponseModel) Unset ¶

type NullableTemplatesGlobalGlobalTemplateDefaultRequest ¶

type NullableTemplatesGlobalGlobalTemplateDefaultRequest struct {
	// contains filtered or unexported fields
}

func (NullableTemplatesGlobalGlobalTemplateDefaultRequest) Get ¶

func (NullableTemplatesGlobalGlobalTemplateDefaultRequest) IsSet ¶

func (NullableTemplatesGlobalGlobalTemplateDefaultRequest) MarshalJSON ¶

func (*NullableTemplatesGlobalGlobalTemplateDefaultRequest) Set ¶

func (*NullableTemplatesGlobalGlobalTemplateDefaultRequest) UnmarshalJSON ¶

func (*NullableTemplatesGlobalGlobalTemplateDefaultRequest) Unset ¶

type NullableTemplatesGlobalGlobalTemplateDefaultResponse ¶

type NullableTemplatesGlobalGlobalTemplateDefaultResponse struct {
	// contains filtered or unexported fields
}

func (NullableTemplatesGlobalGlobalTemplateDefaultResponse) Get ¶

func (NullableTemplatesGlobalGlobalTemplateDefaultResponse) IsSet ¶

func (NullableTemplatesGlobalGlobalTemplateDefaultResponse) MarshalJSON ¶

func (*NullableTemplatesGlobalGlobalTemplateDefaultResponse) Set ¶

func (*NullableTemplatesGlobalGlobalTemplateDefaultResponse) UnmarshalJSON ¶

func (*NullableTemplatesGlobalGlobalTemplateDefaultResponse) Unset ¶

type NullableTemplatesGlobalGlobalTemplatePolicyRequest ¶

type NullableTemplatesGlobalGlobalTemplatePolicyRequest struct {
	// contains filtered or unexported fields
}

func (NullableTemplatesGlobalGlobalTemplatePolicyRequest) Get ¶

func (NullableTemplatesGlobalGlobalTemplatePolicyRequest) IsSet ¶

func (NullableTemplatesGlobalGlobalTemplatePolicyRequest) MarshalJSON ¶

func (*NullableTemplatesGlobalGlobalTemplatePolicyRequest) Set ¶

func (*NullableTemplatesGlobalGlobalTemplatePolicyRequest) UnmarshalJSON ¶

func (*NullableTemplatesGlobalGlobalTemplatePolicyRequest) Unset ¶

type NullableTemplatesGlobalGlobalTemplatePolicyResponse ¶

type NullableTemplatesGlobalGlobalTemplatePolicyResponse struct {
	// contains filtered or unexported fields
}

func (NullableTemplatesGlobalGlobalTemplatePolicyResponse) Get ¶

func (NullableTemplatesGlobalGlobalTemplatePolicyResponse) IsSet ¶

func (NullableTemplatesGlobalGlobalTemplatePolicyResponse) MarshalJSON ¶

func (*NullableTemplatesGlobalGlobalTemplatePolicyResponse) Set ¶

func (*NullableTemplatesGlobalGlobalTemplatePolicyResponse) UnmarshalJSON ¶

func (*NullableTemplatesGlobalGlobalTemplatePolicyResponse) Unset ¶

type NullableTemplatesGlobalGlobalTemplateRegexRequest ¶

type NullableTemplatesGlobalGlobalTemplateRegexRequest struct {
	// contains filtered or unexported fields
}

func (NullableTemplatesGlobalGlobalTemplateRegexRequest) Get ¶

func (NullableTemplatesGlobalGlobalTemplateRegexRequest) IsSet ¶

func (NullableTemplatesGlobalGlobalTemplateRegexRequest) MarshalJSON ¶

func (*NullableTemplatesGlobalGlobalTemplateRegexRequest) Set ¶

func (*NullableTemplatesGlobalGlobalTemplateRegexRequest) UnmarshalJSON ¶

func (*NullableTemplatesGlobalGlobalTemplateRegexRequest) Unset ¶

type NullableTemplatesGlobalGlobalTemplateRegexResponse ¶

type NullableTemplatesGlobalGlobalTemplateRegexResponse struct {
	// contains filtered or unexported fields
}

func (NullableTemplatesGlobalGlobalTemplateRegexResponse) Get ¶

func (NullableTemplatesGlobalGlobalTemplateRegexResponse) IsSet ¶

func (NullableTemplatesGlobalGlobalTemplateRegexResponse) MarshalJSON ¶

func (*NullableTemplatesGlobalGlobalTemplateRegexResponse) Set ¶

func (*NullableTemplatesGlobalGlobalTemplateRegexResponse) UnmarshalJSON ¶

func (*NullableTemplatesGlobalGlobalTemplateRegexResponse) Unset ¶

type NullableTemplatesGlobalGlobalTemplateSettingsRequest ¶

type NullableTemplatesGlobalGlobalTemplateSettingsRequest struct {
	// contains filtered or unexported fields
}

func (NullableTemplatesGlobalGlobalTemplateSettingsRequest) Get ¶

func (NullableTemplatesGlobalGlobalTemplateSettingsRequest) IsSet ¶

func (NullableTemplatesGlobalGlobalTemplateSettingsRequest) MarshalJSON ¶

func (*NullableTemplatesGlobalGlobalTemplateSettingsRequest) Set ¶

func (*NullableTemplatesGlobalGlobalTemplateSettingsRequest) UnmarshalJSON ¶

func (*NullableTemplatesGlobalGlobalTemplateSettingsRequest) Unset ¶

type NullableTemplatesGlobalGlobalTemplateSettingsResponse ¶

type NullableTemplatesGlobalGlobalTemplateSettingsResponse struct {
	// contains filtered or unexported fields
}

func (NullableTemplatesGlobalGlobalTemplateSettingsResponse) Get ¶

func (NullableTemplatesGlobalGlobalTemplateSettingsResponse) IsSet ¶

func (NullableTemplatesGlobalGlobalTemplateSettingsResponse) MarshalJSON ¶

func (*NullableTemplatesGlobalGlobalTemplateSettingsResponse) Set ¶

func (*NullableTemplatesGlobalGlobalTemplateSettingsResponse) UnmarshalJSON ¶

func (*NullableTemplatesGlobalGlobalTemplateSettingsResponse) Unset ¶

type NullableTemplatesKeyAlgorithmsResponseModel ¶

type NullableTemplatesKeyAlgorithmsResponseModel struct {
	// contains filtered or unexported fields
}

func (NullableTemplatesKeyAlgorithmsResponseModel) Get ¶

func (NullableTemplatesKeyAlgorithmsResponseModel) IsSet ¶

func (NullableTemplatesKeyAlgorithmsResponseModel) MarshalJSON ¶

func (*NullableTemplatesKeyAlgorithmsResponseModel) Set ¶

func (*NullableTemplatesKeyAlgorithmsResponseModel) UnmarshalJSON ¶

func (v *NullableTemplatesKeyAlgorithmsResponseModel) UnmarshalJSON(src []byte) error

func (*NullableTemplatesKeyAlgorithmsResponseModel) Unset ¶

type NullableTemplatesTemplateCollectionRetrievalResponse ¶

type NullableTemplatesTemplateCollectionRetrievalResponse struct {
	// contains filtered or unexported fields
}

func (NullableTemplatesTemplateCollectionRetrievalResponse) Get ¶

func (NullableTemplatesTemplateCollectionRetrievalResponse) IsSet ¶

func (NullableTemplatesTemplateCollectionRetrievalResponse) MarshalJSON ¶

func (*NullableTemplatesTemplateCollectionRetrievalResponse) Set ¶

func (*NullableTemplatesTemplateCollectionRetrievalResponse) UnmarshalJSON ¶

func (*NullableTemplatesTemplateCollectionRetrievalResponse) Unset ¶

type NullableTemplatesTemplateDefaultRequestResponseModel ¶

type NullableTemplatesTemplateDefaultRequestResponseModel struct {
	// contains filtered or unexported fields
}

func (NullableTemplatesTemplateDefaultRequestResponseModel) Get ¶

func (NullableTemplatesTemplateDefaultRequestResponseModel) IsSet ¶

func (NullableTemplatesTemplateDefaultRequestResponseModel) MarshalJSON ¶

func (*NullableTemplatesTemplateDefaultRequestResponseModel) Set ¶

func (*NullableTemplatesTemplateDefaultRequestResponseModel) UnmarshalJSON ¶

func (*NullableTemplatesTemplateDefaultRequestResponseModel) Unset ¶

type NullableTemplatesTemplateEnrollmentFieldRequestResponseModel ¶

type NullableTemplatesTemplateEnrollmentFieldRequestResponseModel struct {
	// contains filtered or unexported fields
}

func (NullableTemplatesTemplateEnrollmentFieldRequestResponseModel) Get ¶

func (NullableTemplatesTemplateEnrollmentFieldRequestResponseModel) IsSet ¶

func (NullableTemplatesTemplateEnrollmentFieldRequestResponseModel) MarshalJSON ¶

func (*NullableTemplatesTemplateEnrollmentFieldRequestResponseModel) Set ¶

func (*NullableTemplatesTemplateEnrollmentFieldRequestResponseModel) UnmarshalJSON ¶

func (*NullableTemplatesTemplateEnrollmentFieldRequestResponseModel) Unset ¶

type NullableTemplatesTemplateMetadataFieldRequestResponseModel ¶

type NullableTemplatesTemplateMetadataFieldRequestResponseModel struct {
	// contains filtered or unexported fields
}

func (NullableTemplatesTemplateMetadataFieldRequestResponseModel) Get ¶

func (NullableTemplatesTemplateMetadataFieldRequestResponseModel) IsSet ¶

func (NullableTemplatesTemplateMetadataFieldRequestResponseModel) MarshalJSON ¶

func (*NullableTemplatesTemplateMetadataFieldRequestResponseModel) Set ¶

func (*NullableTemplatesTemplateMetadataFieldRequestResponseModel) UnmarshalJSON ¶

func (*NullableTemplatesTemplateMetadataFieldRequestResponseModel) Unset ¶

type NullableTemplatesTemplatePolicyRequestModel ¶

type NullableTemplatesTemplatePolicyRequestModel struct {
	// contains filtered or unexported fields
}

func (NullableTemplatesTemplatePolicyRequestModel) Get ¶

func (NullableTemplatesTemplatePolicyRequestModel) IsSet ¶

func (NullableTemplatesTemplatePolicyRequestModel) MarshalJSON ¶

func (*NullableTemplatesTemplatePolicyRequestModel) Set ¶

func (*NullableTemplatesTemplatePolicyRequestModel) UnmarshalJSON ¶

func (v *NullableTemplatesTemplatePolicyRequestModel) UnmarshalJSON(src []byte) error

func (*NullableTemplatesTemplatePolicyRequestModel) Unset ¶

type NullableTemplatesTemplatePolicyResponseModel ¶

type NullableTemplatesTemplatePolicyResponseModel struct {
	// contains filtered or unexported fields
}

func (NullableTemplatesTemplatePolicyResponseModel) Get ¶

func (NullableTemplatesTemplatePolicyResponseModel) IsSet ¶

func (NullableTemplatesTemplatePolicyResponseModel) MarshalJSON ¶

func (*NullableTemplatesTemplatePolicyResponseModel) Set ¶

func (*NullableTemplatesTemplatePolicyResponseModel) UnmarshalJSON ¶

func (*NullableTemplatesTemplatePolicyResponseModel) Unset ¶

type NullableTemplatesTemplateRegexRequestResponseModel ¶

type NullableTemplatesTemplateRegexRequestResponseModel struct {
	// contains filtered or unexported fields
}

func (NullableTemplatesTemplateRegexRequestResponseModel) Get ¶

func (NullableTemplatesTemplateRegexRequestResponseModel) IsSet ¶

func (NullableTemplatesTemplateRegexRequestResponseModel) MarshalJSON ¶

func (*NullableTemplatesTemplateRegexRequestResponseModel) Set ¶

func (*NullableTemplatesTemplateRegexRequestResponseModel) UnmarshalJSON ¶

func (*NullableTemplatesTemplateRegexRequestResponseModel) Unset ¶

type NullableTemplatesTemplateRetrievalResponse ¶

type NullableTemplatesTemplateRetrievalResponse struct {
	// contains filtered or unexported fields
}

func (NullableTemplatesTemplateRetrievalResponse) Get ¶

func (NullableTemplatesTemplateRetrievalResponse) IsSet ¶

func (NullableTemplatesTemplateRetrievalResponse) MarshalJSON ¶

func (*NullableTemplatesTemplateRetrievalResponse) Set ¶

func (*NullableTemplatesTemplateRetrievalResponse) UnmarshalJSON ¶

func (v *NullableTemplatesTemplateRetrievalResponse) UnmarshalJSON(src []byte) error

func (*NullableTemplatesTemplateRetrievalResponse) Unset ¶

type NullableTemplatesTemplateUpdateRequest ¶

type NullableTemplatesTemplateUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableTemplatesTemplateUpdateRequest) Get ¶

func (NullableTemplatesTemplateUpdateRequest) IsSet ¶

func (NullableTemplatesTemplateUpdateRequest) MarshalJSON ¶

func (v NullableTemplatesTemplateUpdateRequest) MarshalJSON() ([]byte, error)

func (*NullableTemplatesTemplateUpdateRequest) Set ¶

func (*NullableTemplatesTemplateUpdateRequest) UnmarshalJSON ¶

func (v *NullableTemplatesTemplateUpdateRequest) UnmarshalJSON(src []byte) error

func (*NullableTemplatesTemplateUpdateRequest) Unset ¶

type NullableTime ¶

type NullableTime struct {
	// contains filtered or unexported fields
}

func NewNullableTime ¶

func NewNullableTime(val *time.Time) *NullableTime

func (NullableTime) Get ¶

func (v NullableTime) Get() *time.Time

func (NullableTime) IsSet ¶

func (v NullableTime) IsSet() bool

func (NullableTime) MarshalJSON ¶

func (v NullableTime) MarshalJSON() ([]byte, error)

func (*NullableTime) Set ¶

func (v *NullableTime) Set(val *time.Time)

func (*NullableTime) UnmarshalJSON ¶

func (v *NullableTime) UnmarshalJSON(src []byte) error

func (*NullableTime) Unset ¶

func (v *NullableTime) Unset()

type NullableWorkflowsAvailableSignalResponse ¶

type NullableWorkflowsAvailableSignalResponse struct {
	// contains filtered or unexported fields
}

func (NullableWorkflowsAvailableSignalResponse) Get ¶

func (NullableWorkflowsAvailableSignalResponse) IsSet ¶

func (NullableWorkflowsAvailableSignalResponse) MarshalJSON ¶

func (*NullableWorkflowsAvailableSignalResponse) Set ¶

func (*NullableWorkflowsAvailableSignalResponse) UnmarshalJSON ¶

func (v *NullableWorkflowsAvailableSignalResponse) UnmarshalJSON(src []byte) error

func (*NullableWorkflowsAvailableSignalResponse) Unset ¶

type NullableWorkflowsAvailableStepQueryResponse ¶

type NullableWorkflowsAvailableStepQueryResponse struct {
	// contains filtered or unexported fields
}

func (NullableWorkflowsAvailableStepQueryResponse) Get ¶

func (NullableWorkflowsAvailableStepQueryResponse) IsSet ¶

func (NullableWorkflowsAvailableStepQueryResponse) MarshalJSON ¶

func (*NullableWorkflowsAvailableStepQueryResponse) Set ¶

func (*NullableWorkflowsAvailableStepQueryResponse) UnmarshalJSON ¶

func (v *NullableWorkflowsAvailableStepQueryResponse) UnmarshalJSON(src []byte) error

func (*NullableWorkflowsAvailableStepQueryResponse) Unset ¶

type NullableWorkflowsAvailableStepResponse ¶

type NullableWorkflowsAvailableStepResponse struct {
	// contains filtered or unexported fields
}

func (NullableWorkflowsAvailableStepResponse) Get ¶

func (NullableWorkflowsAvailableStepResponse) IsSet ¶

func (NullableWorkflowsAvailableStepResponse) MarshalJSON ¶

func (v NullableWorkflowsAvailableStepResponse) MarshalJSON() ([]byte, error)

func (*NullableWorkflowsAvailableStepResponse) Set ¶

func (*NullableWorkflowsAvailableStepResponse) UnmarshalJSON ¶

func (v *NullableWorkflowsAvailableStepResponse) UnmarshalJSON(src []byte) error

func (*NullableWorkflowsAvailableStepResponse) Unset ¶

type NullableWorkflowsConditionConfigurationRequest ¶

type NullableWorkflowsConditionConfigurationRequest struct {
	// contains filtered or unexported fields
}

func (NullableWorkflowsConditionConfigurationRequest) Get ¶

func (NullableWorkflowsConditionConfigurationRequest) IsSet ¶

func (NullableWorkflowsConditionConfigurationRequest) MarshalJSON ¶

func (*NullableWorkflowsConditionConfigurationRequest) Set ¶

func (*NullableWorkflowsConditionConfigurationRequest) UnmarshalJSON ¶

func (*NullableWorkflowsConditionConfigurationRequest) Unset ¶

type NullableWorkflowsConditionConfigurationResponse ¶

type NullableWorkflowsConditionConfigurationResponse struct {
	// contains filtered or unexported fields
}

func (NullableWorkflowsConditionConfigurationResponse) Get ¶

func (NullableWorkflowsConditionConfigurationResponse) IsSet ¶

func (NullableWorkflowsConditionConfigurationResponse) MarshalJSON ¶

func (*NullableWorkflowsConditionConfigurationResponse) Set ¶

func (*NullableWorkflowsConditionConfigurationResponse) UnmarshalJSON ¶

func (*NullableWorkflowsConditionConfigurationResponse) Unset ¶

type NullableWorkflowsDefinitionCreateRequest ¶

type NullableWorkflowsDefinitionCreateRequest struct {
	// contains filtered or unexported fields
}

func (NullableWorkflowsDefinitionCreateRequest) Get ¶

func (NullableWorkflowsDefinitionCreateRequest) IsSet ¶

func (NullableWorkflowsDefinitionCreateRequest) MarshalJSON ¶

func (*NullableWorkflowsDefinitionCreateRequest) Set ¶

func (*NullableWorkflowsDefinitionCreateRequest) UnmarshalJSON ¶

func (v *NullableWorkflowsDefinitionCreateRequest) UnmarshalJSON(src []byte) error

func (*NullableWorkflowsDefinitionCreateRequest) Unset ¶

type NullableWorkflowsDefinitionQueryResponse ¶

type NullableWorkflowsDefinitionQueryResponse struct {
	// contains filtered or unexported fields
}

func (NullableWorkflowsDefinitionQueryResponse) Get ¶

func (NullableWorkflowsDefinitionQueryResponse) IsSet ¶

func (NullableWorkflowsDefinitionQueryResponse) MarshalJSON ¶

func (*NullableWorkflowsDefinitionQueryResponse) Set ¶

func (*NullableWorkflowsDefinitionQueryResponse) UnmarshalJSON ¶

func (v *NullableWorkflowsDefinitionQueryResponse) UnmarshalJSON(src []byte) error

func (*NullableWorkflowsDefinitionQueryResponse) Unset ¶

type NullableWorkflowsDefinitionResponse ¶

type NullableWorkflowsDefinitionResponse struct {
	// contains filtered or unexported fields
}

func (NullableWorkflowsDefinitionResponse) Get ¶

func (NullableWorkflowsDefinitionResponse) IsSet ¶

func (NullableWorkflowsDefinitionResponse) MarshalJSON ¶

func (v NullableWorkflowsDefinitionResponse) MarshalJSON() ([]byte, error)

func (*NullableWorkflowsDefinitionResponse) Set ¶

func (*NullableWorkflowsDefinitionResponse) UnmarshalJSON ¶

func (v *NullableWorkflowsDefinitionResponse) UnmarshalJSON(src []byte) error

func (*NullableWorkflowsDefinitionResponse) Unset ¶

type NullableWorkflowsDefinitionStepRequest ¶

type NullableWorkflowsDefinitionStepRequest struct {
	// contains filtered or unexported fields
}

func (NullableWorkflowsDefinitionStepRequest) Get ¶

func (NullableWorkflowsDefinitionStepRequest) IsSet ¶

func (NullableWorkflowsDefinitionStepRequest) MarshalJSON ¶

func (v NullableWorkflowsDefinitionStepRequest) MarshalJSON() ([]byte, error)

func (*NullableWorkflowsDefinitionStepRequest) Set ¶

func (*NullableWorkflowsDefinitionStepRequest) UnmarshalJSON ¶

func (v *NullableWorkflowsDefinitionStepRequest) UnmarshalJSON(src []byte) error

func (*NullableWorkflowsDefinitionStepRequest) Unset ¶

type NullableWorkflowsDefinitionStepResponse ¶

type NullableWorkflowsDefinitionStepResponse struct {
	// contains filtered or unexported fields
}

func (NullableWorkflowsDefinitionStepResponse) Get ¶

func (NullableWorkflowsDefinitionStepResponse) IsSet ¶

func (NullableWorkflowsDefinitionStepResponse) MarshalJSON ¶

func (v NullableWorkflowsDefinitionStepResponse) MarshalJSON() ([]byte, error)

func (*NullableWorkflowsDefinitionStepResponse) Set ¶

func (*NullableWorkflowsDefinitionStepResponse) UnmarshalJSON ¶

func (v *NullableWorkflowsDefinitionStepResponse) UnmarshalJSON(src []byte) error

func (*NullableWorkflowsDefinitionStepResponse) Unset ¶

type NullableWorkflowsDefinitionStepSignalResponse ¶

type NullableWorkflowsDefinitionStepSignalResponse struct {
	// contains filtered or unexported fields
}

func (NullableWorkflowsDefinitionStepSignalResponse) Get ¶

func (NullableWorkflowsDefinitionStepSignalResponse) IsSet ¶

func (NullableWorkflowsDefinitionStepSignalResponse) MarshalJSON ¶

func (*NullableWorkflowsDefinitionStepSignalResponse) Set ¶

func (*NullableWorkflowsDefinitionStepSignalResponse) UnmarshalJSON ¶

func (*NullableWorkflowsDefinitionStepSignalResponse) Unset ¶

type NullableWorkflowsDefinitionUpdateRequest ¶

type NullableWorkflowsDefinitionUpdateRequest struct {
	// contains filtered or unexported fields
}

func (NullableWorkflowsDefinitionUpdateRequest) Get ¶

func (NullableWorkflowsDefinitionUpdateRequest) IsSet ¶

func (NullableWorkflowsDefinitionUpdateRequest) MarshalJSON ¶

func (*NullableWorkflowsDefinitionUpdateRequest) Set ¶

func (*NullableWorkflowsDefinitionUpdateRequest) UnmarshalJSON ¶

func (v *NullableWorkflowsDefinitionUpdateRequest) UnmarshalJSON(src []byte) error

func (*NullableWorkflowsDefinitionUpdateRequest) Unset ¶

type NullableWorkflowsInstanceDefinitionResponse ¶

type NullableWorkflowsInstanceDefinitionResponse struct {
	// contains filtered or unexported fields
}

func (NullableWorkflowsInstanceDefinitionResponse) Get ¶

func (NullableWorkflowsInstanceDefinitionResponse) IsSet ¶

func (NullableWorkflowsInstanceDefinitionResponse) MarshalJSON ¶

func (*NullableWorkflowsInstanceDefinitionResponse) Set ¶

func (*NullableWorkflowsInstanceDefinitionResponse) UnmarshalJSON ¶

func (v *NullableWorkflowsInstanceDefinitionResponse) UnmarshalJSON(src []byte) error

func (*NullableWorkflowsInstanceDefinitionResponse) Unset ¶

type NullableWorkflowsInstanceQueryResponse ¶

type NullableWorkflowsInstanceQueryResponse struct {
	// contains filtered or unexported fields
}

func (NullableWorkflowsInstanceQueryResponse) Get ¶

func (NullableWorkflowsInstanceQueryResponse) IsSet ¶

func (NullableWorkflowsInstanceQueryResponse) MarshalJSON ¶

func (v NullableWorkflowsInstanceQueryResponse) MarshalJSON() ([]byte, error)

func (*NullableWorkflowsInstanceQueryResponse) Set ¶

func (*NullableWorkflowsInstanceQueryResponse) UnmarshalJSON ¶

func (v *NullableWorkflowsInstanceQueryResponse) UnmarshalJSON(src []byte) error

func (*NullableWorkflowsInstanceQueryResponse) Unset ¶

type NullableWorkflowsInstanceResponse ¶

type NullableWorkflowsInstanceResponse struct {
	// contains filtered or unexported fields
}

func (NullableWorkflowsInstanceResponse) Get ¶

func (NullableWorkflowsInstanceResponse) IsSet ¶

func (NullableWorkflowsInstanceResponse) MarshalJSON ¶

func (v NullableWorkflowsInstanceResponse) MarshalJSON() ([]byte, error)

func (*NullableWorkflowsInstanceResponse) Set ¶

func (*NullableWorkflowsInstanceResponse) UnmarshalJSON ¶

func (v *NullableWorkflowsInstanceResponse) UnmarshalJSON(src []byte) error

func (*NullableWorkflowsInstanceResponse) Unset ¶

type NullableWorkflowsParameterDefinitionResponse ¶

type NullableWorkflowsParameterDefinitionResponse struct {
	// contains filtered or unexported fields
}

func (NullableWorkflowsParameterDefinitionResponse) Get ¶

func (NullableWorkflowsParameterDefinitionResponse) IsSet ¶

func (NullableWorkflowsParameterDefinitionResponse) MarshalJSON ¶

func (*NullableWorkflowsParameterDefinitionResponse) Set ¶

func (*NullableWorkflowsParameterDefinitionResponse) UnmarshalJSON ¶

func (*NullableWorkflowsParameterDefinitionResponse) Unset ¶

type NullableWorkflowsSignalConfigurationRequest ¶

type NullableWorkflowsSignalConfigurationRequest struct {
	// contains filtered or unexported fields
}

func (NullableWorkflowsSignalConfigurationRequest) Get ¶

func (NullableWorkflowsSignalConfigurationRequest) IsSet ¶

func (NullableWorkflowsSignalConfigurationRequest) MarshalJSON ¶

func (*NullableWorkflowsSignalConfigurationRequest) Set ¶

func (*NullableWorkflowsSignalConfigurationRequest) UnmarshalJSON ¶

func (v *NullableWorkflowsSignalConfigurationRequest) UnmarshalJSON(src []byte) error

func (*NullableWorkflowsSignalConfigurationRequest) Unset ¶

type NullableWorkflowsSignalDefinitionResponse ¶

type NullableWorkflowsSignalDefinitionResponse struct {
	// contains filtered or unexported fields
}

func (NullableWorkflowsSignalDefinitionResponse) Get ¶

func (NullableWorkflowsSignalDefinitionResponse) IsSet ¶

func (NullableWorkflowsSignalDefinitionResponse) MarshalJSON ¶

func (*NullableWorkflowsSignalDefinitionResponse) Set ¶

func (*NullableWorkflowsSignalDefinitionResponse) UnmarshalJSON ¶

func (v *NullableWorkflowsSignalDefinitionResponse) UnmarshalJSON(src []byte) error

func (*NullableWorkflowsSignalDefinitionResponse) Unset ¶

type NullableWorkflowsSignalRequest ¶

type NullableWorkflowsSignalRequest struct {
	// contains filtered or unexported fields
}

func (NullableWorkflowsSignalRequest) Get ¶

func (NullableWorkflowsSignalRequest) IsSet ¶

func (NullableWorkflowsSignalRequest) MarshalJSON ¶

func (v NullableWorkflowsSignalRequest) MarshalJSON() ([]byte, error)

func (*NullableWorkflowsSignalRequest) Set ¶

func (*NullableWorkflowsSignalRequest) UnmarshalJSON ¶

func (v *NullableWorkflowsSignalRequest) UnmarshalJSON(src []byte) error

func (*NullableWorkflowsSignalRequest) Unset ¶

func (v *NullableWorkflowsSignalRequest) Unset()

type NullableWorkflowsWorkflowTypeQueryResponse ¶

type NullableWorkflowsWorkflowTypeQueryResponse struct {
	// contains filtered or unexported fields
}

func (NullableWorkflowsWorkflowTypeQueryResponse) Get ¶

func (NullableWorkflowsWorkflowTypeQueryResponse) IsSet ¶

func (NullableWorkflowsWorkflowTypeQueryResponse) MarshalJSON ¶

func (*NullableWorkflowsWorkflowTypeQueryResponse) Set ¶

func (*NullableWorkflowsWorkflowTypeQueryResponse) UnmarshalJSON ¶

func (v *NullableWorkflowsWorkflowTypeQueryResponse) UnmarshalJSON(src []byte) error

func (*NullableWorkflowsWorkflowTypeQueryResponse) Unset ¶

type OrchestratorJobApiService ¶

type OrchestratorJobApiService service

OrchestratorJobApiService OrchestratorJobApi service

func (*OrchestratorJobApiService) CreateOrchestratorJobsAcknowledgeExecute ¶

func (a *OrchestratorJobApiService) CreateOrchestratorJobsAcknowledgeExecute(r ApiCreateOrchestratorJobsAcknowledgeRequest) (*http.Response, error)

Executes the API request

func (*OrchestratorJobApiService) CreateOrchestratorJobsCustomBulkExecute ¶

Executes the API request V1 POST /OrchestratorJobs/Custom/Bulk

@return OrchestratorJobsBulkJobResponse

func (*OrchestratorJobApiService) CreateOrchestratorJobsCustomExecute ¶

Executes the API request V1 POST /OrchestratorJobs/Custom

@return OrchestratorJobsJobResponse

func (*OrchestratorJobApiService) CreateOrchestratorJobsRescheduleExecute ¶

func (a *OrchestratorJobApiService) CreateOrchestratorJobsRescheduleExecute(r ApiCreateOrchestratorJobsRescheduleRequest) (*http.Response, error)

Executes the API request

func (*OrchestratorJobApiService) CreateOrchestratorJobsUnscheduleExecute ¶

func (a *OrchestratorJobApiService) CreateOrchestratorJobsUnscheduleExecute(r ApiCreateOrchestratorJobsUnscheduleRequest) (*http.Response, error)

Executes the API request

func (*OrchestratorJobApiService) GetOrchestratorJobsJobHistoryExecute ¶

Executes the API request V1 GET /OrchestratorJobs/JobHistory

@return []CertificateStoresJobHistoryResponse

func (*OrchestratorJobApiService) GetOrchestratorJobsJobStatusDataExecute ¶

Executes the API request V1 GET /OrchestratorJobs/JobStatus/Data

@return OrchestratorJobsCustomJobResultDataResponse

func (*OrchestratorJobApiService) GetOrchestratorJobsScheduledJobsExecute ¶

Executes the API request V1 GET /OrchestratorJobs/ScheduledJobs

@return []CSSCMSDataModelModelsOrchestratorJobsJob

func (*OrchestratorJobApiService) NewCreateOrchestratorJobsAcknowledgeRequest ¶

func (a *OrchestratorJobApiService) NewCreateOrchestratorJobsAcknowledgeRequest(ctx context.Context) ApiCreateOrchestratorJobsAcknowledgeRequest

Creates a new V1 POST /OrchestratorJobs/Acknowledge request.

CreateOrchestratorJobsAcknowledge Acknowledges orchestrator jobs based on the provided information

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateOrchestratorJobsAcknowledgeRequest

func (*OrchestratorJobApiService) NewCreateOrchestratorJobsCustomBulkRequest ¶

func (a *OrchestratorJobApiService) NewCreateOrchestratorJobsCustomBulkRequest(ctx context.Context) ApiCreateOrchestratorJobsCustomBulkRequest

Creates a new V1 POST /OrchestratorJobs/Custom/Bulk request.

CreateOrchestratorJobsCustomBulk Schedules the same job for a custom JobType on the specified agents using the provided information

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateOrchestratorJobsCustomBulkRequest

func (*OrchestratorJobApiService) NewCreateOrchestratorJobsCustomRequest ¶

func (a *OrchestratorJobApiService) NewCreateOrchestratorJobsCustomRequest(ctx context.Context) ApiCreateOrchestratorJobsCustomRequest

Creates a new V1 POST /OrchestratorJobs/Custom request.

CreateOrchestratorJobsCustom Schedules a job for a custom JobType on the agent using the provided information

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateOrchestratorJobsCustomRequest

func (*OrchestratorJobApiService) NewCreateOrchestratorJobsRescheduleRequest ¶

func (a *OrchestratorJobApiService) NewCreateOrchestratorJobsRescheduleRequest(ctx context.Context) ApiCreateOrchestratorJobsRescheduleRequest

Creates a new V1 POST /OrchestratorJobs/Reschedule request.

CreateOrchestratorJobsReschedule Reschedules orchestrator jobs based on the provided information

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateOrchestratorJobsRescheduleRequest

func (*OrchestratorJobApiService) NewCreateOrchestratorJobsUnscheduleRequest ¶

func (a *OrchestratorJobApiService) NewCreateOrchestratorJobsUnscheduleRequest(ctx context.Context) ApiCreateOrchestratorJobsUnscheduleRequest

Creates a new V1 POST /OrchestratorJobs/Unschedule request.

CreateOrchestratorJobsUnschedule Unschedules orchestrator jobs based on the provided information

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateOrchestratorJobsUnscheduleRequest

func (*OrchestratorJobApiService) NewGetOrchestratorJobsJobHistoryRequest ¶

func (a *OrchestratorJobApiService) NewGetOrchestratorJobsJobHistoryRequest(ctx context.Context) ApiGetOrchestratorJobsJobHistoryRequest

Creates a new V1 GET /OrchestratorJobs/JobHistory request.

GetOrchestratorJobsJobHistory Returns all histories of an orchestrator job according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetOrchestratorJobsJobHistoryRequest

func (*OrchestratorJobApiService) NewGetOrchestratorJobsJobStatusDataRequest ¶

func (a *OrchestratorJobApiService) NewGetOrchestratorJobsJobStatusDataRequest(ctx context.Context) ApiGetOrchestratorJobsJobStatusDataRequest

Creates a new V1 GET /OrchestratorJobs/JobStatus/Data request.

GetOrchestratorJobsJobStatusData Retrieves the results of a custom job using the provided information

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetOrchestratorJobsJobStatusDataRequest

func (*OrchestratorJobApiService) NewGetOrchestratorJobsScheduledJobsRequest ¶

func (a *OrchestratorJobApiService) NewGetOrchestratorJobsScheduledJobsRequest(ctx context.Context) ApiGetOrchestratorJobsScheduledJobsRequest

Creates a new V1 GET /OrchestratorJobs/ScheduledJobs request.

GetOrchestratorJobsScheduledJobs Returns all scheduled orchestrator jobs according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetOrchestratorJobsScheduledJobsRequest

type OrchestratorJobsAcknowledgeJobRequest ¶

type OrchestratorJobsAcknowledgeJobRequest struct {
	// List of orchestrator job audit ids to be acknowledged
	JobAuditIds []int64 `json:"JobAuditIds,omitempty"`
	// Query identifying orchestrator jobs to be acknowledged
	Query NullableString `json:"Query,omitempty"`
}

OrchestratorJobsAcknowledgeJobRequest struct for OrchestratorJobsAcknowledgeJobRequest

func NewOrchestratorJobsAcknowledgeJobRequest ¶

func NewOrchestratorJobsAcknowledgeJobRequest() *OrchestratorJobsAcknowledgeJobRequest

NewOrchestratorJobsAcknowledgeJobRequest instantiates a new OrchestratorJobsAcknowledgeJobRequest 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 NewOrchestratorJobsAcknowledgeJobRequestWithDefaults ¶

func NewOrchestratorJobsAcknowledgeJobRequestWithDefaults() *OrchestratorJobsAcknowledgeJobRequest

NewOrchestratorJobsAcknowledgeJobRequestWithDefaults instantiates a new OrchestratorJobsAcknowledgeJobRequest 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 (*OrchestratorJobsAcknowledgeJobRequest) GetJobAuditIds ¶

func (o *OrchestratorJobsAcknowledgeJobRequest) GetJobAuditIds() []int64

GetJobAuditIds returns the JobAuditIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorJobsAcknowledgeJobRequest) GetJobAuditIdsOk ¶

func (o *OrchestratorJobsAcknowledgeJobRequest) GetJobAuditIdsOk() ([]int64, bool)

GetJobAuditIdsOk returns a tuple with the JobAuditIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorJobsAcknowledgeJobRequest) GetQuery ¶

GetQuery returns the Query field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorJobsAcknowledgeJobRequest) GetQueryOk ¶

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorJobsAcknowledgeJobRequest) HasJobAuditIds ¶

func (o *OrchestratorJobsAcknowledgeJobRequest) HasJobAuditIds() bool

HasJobAuditIds returns a boolean if a field has been set.

func (*OrchestratorJobsAcknowledgeJobRequest) HasQuery ¶

HasQuery returns a boolean if a field has been set.

func (OrchestratorJobsAcknowledgeJobRequest) MarshalJSON ¶

func (o OrchestratorJobsAcknowledgeJobRequest) MarshalJSON() ([]byte, error)

func (*OrchestratorJobsAcknowledgeJobRequest) SetJobAuditIds ¶

func (o *OrchestratorJobsAcknowledgeJobRequest) SetJobAuditIds(v []int64)

SetJobAuditIds gets a reference to the given []int64 and assigns it to the JobAuditIds field.

func (*OrchestratorJobsAcknowledgeJobRequest) SetQuery ¶

SetQuery gets a reference to the given NullableString and assigns it to the Query field.

func (*OrchestratorJobsAcknowledgeJobRequest) SetQueryNil ¶

func (o *OrchestratorJobsAcknowledgeJobRequest) SetQueryNil()

SetQueryNil sets the value for Query to be an explicit nil

func (OrchestratorJobsAcknowledgeJobRequest) ToMap ¶

func (o OrchestratorJobsAcknowledgeJobRequest) ToMap() (map[string]interface{}, error)

func (*OrchestratorJobsAcknowledgeJobRequest) UnsetQuery ¶

func (o *OrchestratorJobsAcknowledgeJobRequest) UnsetQuery()

UnsetQuery ensures that no value is present for Query, not even an explicit nil

type OrchestratorJobsBulkJobResponse ¶

type OrchestratorJobsBulkJobResponse struct {
	OrchestratorJobPairs  []CSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair `json:"OrchestratorJobPairs,omitempty"`
	FailedOrchestratorIds []string                                                       `json:"FailedOrchestratorIds,omitempty"`
	JobTypeName           NullableString                                                 `json:"JobTypeName,omitempty"`
	Schedule              *KeyfactorCommonSchedulingKeyfactorSchedule                    `json:"Schedule,omitempty"`
	JobFields             []OrchestratorJobsJobFieldResponse                             `json:"JobFields,omitempty"`
	RequestTimestamp      *time.Time                                                     `json:"RequestTimestamp,omitempty"`
}

OrchestratorJobsBulkJobResponse struct for OrchestratorJobsBulkJobResponse

func NewOrchestratorJobsBulkJobResponse ¶

func NewOrchestratorJobsBulkJobResponse() *OrchestratorJobsBulkJobResponse

NewOrchestratorJobsBulkJobResponse instantiates a new OrchestratorJobsBulkJobResponse 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 NewOrchestratorJobsBulkJobResponseWithDefaults ¶

func NewOrchestratorJobsBulkJobResponseWithDefaults() *OrchestratorJobsBulkJobResponse

NewOrchestratorJobsBulkJobResponseWithDefaults instantiates a new OrchestratorJobsBulkJobResponse 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 (*OrchestratorJobsBulkJobResponse) GetFailedOrchestratorIds ¶

func (o *OrchestratorJobsBulkJobResponse) GetFailedOrchestratorIds() []string

GetFailedOrchestratorIds returns the FailedOrchestratorIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorJobsBulkJobResponse) GetFailedOrchestratorIdsOk ¶

func (o *OrchestratorJobsBulkJobResponse) GetFailedOrchestratorIdsOk() ([]string, bool)

GetFailedOrchestratorIdsOk returns a tuple with the FailedOrchestratorIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorJobsBulkJobResponse) GetJobFields ¶

GetJobFields returns the JobFields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorJobsBulkJobResponse) GetJobFieldsOk ¶

GetJobFieldsOk returns a tuple with the JobFields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorJobsBulkJobResponse) GetJobTypeName ¶

func (o *OrchestratorJobsBulkJobResponse) GetJobTypeName() string

GetJobTypeName returns the JobTypeName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorJobsBulkJobResponse) GetJobTypeNameOk ¶

func (o *OrchestratorJobsBulkJobResponse) GetJobTypeNameOk() (*string, bool)

GetJobTypeNameOk returns a tuple with the JobTypeName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorJobsBulkJobResponse) GetOrchestratorJobPairs ¶

GetOrchestratorJobPairs returns the OrchestratorJobPairs field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorJobsBulkJobResponse) GetOrchestratorJobPairsOk ¶

GetOrchestratorJobPairsOk returns a tuple with the OrchestratorJobPairs field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorJobsBulkJobResponse) GetRequestTimestamp ¶

func (o *OrchestratorJobsBulkJobResponse) GetRequestTimestamp() time.Time

GetRequestTimestamp returns the RequestTimestamp field value if set, zero value otherwise.

func (*OrchestratorJobsBulkJobResponse) GetRequestTimestampOk ¶

func (o *OrchestratorJobsBulkJobResponse) GetRequestTimestampOk() (*time.Time, bool)

GetRequestTimestampOk returns a tuple with the RequestTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorJobsBulkJobResponse) GetSchedule ¶

GetSchedule returns the Schedule field value if set, zero value otherwise.

func (*OrchestratorJobsBulkJobResponse) GetScheduleOk ¶

GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorJobsBulkJobResponse) HasFailedOrchestratorIds ¶

func (o *OrchestratorJobsBulkJobResponse) HasFailedOrchestratorIds() bool

HasFailedOrchestratorIds returns a boolean if a field has been set.

func (*OrchestratorJobsBulkJobResponse) HasJobFields ¶

func (o *OrchestratorJobsBulkJobResponse) HasJobFields() bool

HasJobFields returns a boolean if a field has been set.

func (*OrchestratorJobsBulkJobResponse) HasJobTypeName ¶

func (o *OrchestratorJobsBulkJobResponse) HasJobTypeName() bool

HasJobTypeName returns a boolean if a field has been set.

func (*OrchestratorJobsBulkJobResponse) HasOrchestratorJobPairs ¶

func (o *OrchestratorJobsBulkJobResponse) HasOrchestratorJobPairs() bool

HasOrchestratorJobPairs returns a boolean if a field has been set.

func (*OrchestratorJobsBulkJobResponse) HasRequestTimestamp ¶

func (o *OrchestratorJobsBulkJobResponse) HasRequestTimestamp() bool

HasRequestTimestamp returns a boolean if a field has been set.

func (*OrchestratorJobsBulkJobResponse) HasSchedule ¶

func (o *OrchestratorJobsBulkJobResponse) HasSchedule() bool

HasSchedule returns a boolean if a field has been set.

func (OrchestratorJobsBulkJobResponse) MarshalJSON ¶

func (o OrchestratorJobsBulkJobResponse) MarshalJSON() ([]byte, error)

func (*OrchestratorJobsBulkJobResponse) SetFailedOrchestratorIds ¶

func (o *OrchestratorJobsBulkJobResponse) SetFailedOrchestratorIds(v []string)

SetFailedOrchestratorIds gets a reference to the given []string and assigns it to the FailedOrchestratorIds field.

func (*OrchestratorJobsBulkJobResponse) SetJobFields ¶

SetJobFields gets a reference to the given []OrchestratorJobsJobFieldResponse and assigns it to the JobFields field.

func (*OrchestratorJobsBulkJobResponse) SetJobTypeName ¶

func (o *OrchestratorJobsBulkJobResponse) SetJobTypeName(v string)

SetJobTypeName gets a reference to the given NullableString and assigns it to the JobTypeName field.

func (*OrchestratorJobsBulkJobResponse) SetJobTypeNameNil ¶

func (o *OrchestratorJobsBulkJobResponse) SetJobTypeNameNil()

SetJobTypeNameNil sets the value for JobTypeName to be an explicit nil

func (*OrchestratorJobsBulkJobResponse) SetOrchestratorJobPairs ¶

SetOrchestratorJobPairs gets a reference to the given []CSSCMSDataModelModelsOrchestratorJobsBulkOrchestratorJobPair and assigns it to the OrchestratorJobPairs field.

func (*OrchestratorJobsBulkJobResponse) SetRequestTimestamp ¶

func (o *OrchestratorJobsBulkJobResponse) SetRequestTimestamp(v time.Time)

SetRequestTimestamp gets a reference to the given time.Time and assigns it to the RequestTimestamp field.

func (*OrchestratorJobsBulkJobResponse) SetSchedule ¶

SetSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the Schedule field.

func (OrchestratorJobsBulkJobResponse) ToMap ¶

func (o OrchestratorJobsBulkJobResponse) ToMap() (map[string]interface{}, error)

func (*OrchestratorJobsBulkJobResponse) UnsetJobTypeName ¶

func (o *OrchestratorJobsBulkJobResponse) UnsetJobTypeName()

UnsetJobTypeName ensures that no value is present for JobTypeName, not even an explicit nil

type OrchestratorJobsCustomJobResultDataResponse ¶

type OrchestratorJobsCustomJobResultDataResponse struct {
	JobHistoryId *int64         `json:"JobHistoryId,omitempty"`
	Data         NullableString `json:"Data,omitempty"`
}

OrchestratorJobsCustomJobResultDataResponse struct for OrchestratorJobsCustomJobResultDataResponse

func NewOrchestratorJobsCustomJobResultDataResponse ¶

func NewOrchestratorJobsCustomJobResultDataResponse() *OrchestratorJobsCustomJobResultDataResponse

NewOrchestratorJobsCustomJobResultDataResponse instantiates a new OrchestratorJobsCustomJobResultDataResponse 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 NewOrchestratorJobsCustomJobResultDataResponseWithDefaults ¶

func NewOrchestratorJobsCustomJobResultDataResponseWithDefaults() *OrchestratorJobsCustomJobResultDataResponse

NewOrchestratorJobsCustomJobResultDataResponseWithDefaults instantiates a new OrchestratorJobsCustomJobResultDataResponse 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 (*OrchestratorJobsCustomJobResultDataResponse) GetData ¶

GetData returns the Data field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorJobsCustomJobResultDataResponse) GetDataOk ¶

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorJobsCustomJobResultDataResponse) GetJobHistoryId ¶

GetJobHistoryId returns the JobHistoryId field value if set, zero value otherwise.

func (*OrchestratorJobsCustomJobResultDataResponse) GetJobHistoryIdOk ¶

func (o *OrchestratorJobsCustomJobResultDataResponse) GetJobHistoryIdOk() (*int64, bool)

GetJobHistoryIdOk returns a tuple with the JobHistoryId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorJobsCustomJobResultDataResponse) HasData ¶

HasData returns a boolean if a field has been set.

func (*OrchestratorJobsCustomJobResultDataResponse) HasJobHistoryId ¶

HasJobHistoryId returns a boolean if a field has been set.

func (OrchestratorJobsCustomJobResultDataResponse) MarshalJSON ¶

func (*OrchestratorJobsCustomJobResultDataResponse) SetData ¶

SetData gets a reference to the given NullableString and assigns it to the Data field.

func (*OrchestratorJobsCustomJobResultDataResponse) SetDataNil ¶

SetDataNil sets the value for Data to be an explicit nil

func (*OrchestratorJobsCustomJobResultDataResponse) SetJobHistoryId ¶

func (o *OrchestratorJobsCustomJobResultDataResponse) SetJobHistoryId(v int64)

SetJobHistoryId gets a reference to the given int64 and assigns it to the JobHistoryId field.

func (OrchestratorJobsCustomJobResultDataResponse) ToMap ¶

func (o OrchestratorJobsCustomJobResultDataResponse) ToMap() (map[string]interface{}, error)

func (*OrchestratorJobsCustomJobResultDataResponse) UnsetData ¶

UnsetData ensures that no value is present for Data, not even an explicit nil

type OrchestratorJobsJobFieldResponse ¶

type OrchestratorJobsJobFieldResponse struct {
	JobTypeField NullableString `json:"JobTypeField,omitempty"`
	Value        NullableString `json:"Value,omitempty"`
}

OrchestratorJobsJobFieldResponse struct for OrchestratorJobsJobFieldResponse

func NewOrchestratorJobsJobFieldResponse ¶

func NewOrchestratorJobsJobFieldResponse() *OrchestratorJobsJobFieldResponse

NewOrchestratorJobsJobFieldResponse instantiates a new OrchestratorJobsJobFieldResponse 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 NewOrchestratorJobsJobFieldResponseWithDefaults ¶

func NewOrchestratorJobsJobFieldResponseWithDefaults() *OrchestratorJobsJobFieldResponse

NewOrchestratorJobsJobFieldResponseWithDefaults instantiates a new OrchestratorJobsJobFieldResponse 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 (*OrchestratorJobsJobFieldResponse) GetJobTypeField ¶

func (o *OrchestratorJobsJobFieldResponse) GetJobTypeField() string

GetJobTypeField returns the JobTypeField field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorJobsJobFieldResponse) GetJobTypeFieldOk ¶

func (o *OrchestratorJobsJobFieldResponse) GetJobTypeFieldOk() (*string, bool)

GetJobTypeFieldOk returns a tuple with the JobTypeField field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorJobsJobFieldResponse) GetValue ¶

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorJobsJobFieldResponse) GetValueOk ¶

func (o *OrchestratorJobsJobFieldResponse) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorJobsJobFieldResponse) HasJobTypeField ¶

func (o *OrchestratorJobsJobFieldResponse) HasJobTypeField() bool

HasJobTypeField returns a boolean if a field has been set.

func (*OrchestratorJobsJobFieldResponse) HasValue ¶

func (o *OrchestratorJobsJobFieldResponse) HasValue() bool

HasValue returns a boolean if a field has been set.

func (OrchestratorJobsJobFieldResponse) MarshalJSON ¶

func (o OrchestratorJobsJobFieldResponse) MarshalJSON() ([]byte, error)

func (*OrchestratorJobsJobFieldResponse) SetJobTypeField ¶

func (o *OrchestratorJobsJobFieldResponse) SetJobTypeField(v string)

SetJobTypeField gets a reference to the given NullableString and assigns it to the JobTypeField field.

func (*OrchestratorJobsJobFieldResponse) SetJobTypeFieldNil ¶

func (o *OrchestratorJobsJobFieldResponse) SetJobTypeFieldNil()

SetJobTypeFieldNil sets the value for JobTypeField to be an explicit nil

func (*OrchestratorJobsJobFieldResponse) SetValue ¶

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*OrchestratorJobsJobFieldResponse) SetValueNil ¶

func (o *OrchestratorJobsJobFieldResponse) SetValueNil()

SetValueNil sets the value for Value to be an explicit nil

func (OrchestratorJobsJobFieldResponse) ToMap ¶

func (o OrchestratorJobsJobFieldResponse) ToMap() (map[string]interface{}, error)

func (*OrchestratorJobsJobFieldResponse) UnsetJobTypeField ¶

func (o *OrchestratorJobsJobFieldResponse) UnsetJobTypeField()

UnsetJobTypeField ensures that no value is present for JobTypeField, not even an explicit nil

func (*OrchestratorJobsJobFieldResponse) UnsetValue ¶

func (o *OrchestratorJobsJobFieldResponse) UnsetValue()

UnsetValue ensures that no value is present for Value, not even an explicit nil

type OrchestratorJobsJobResponse ¶

type OrchestratorJobsJobResponse struct {
	JobId            *string                                     `json:"JobId,omitempty"`
	OrchestratorId   *string                                     `json:"OrchestratorId,omitempty"`
	JobTypeName      NullableString                              `json:"JobTypeName,omitempty"`
	Schedule         *KeyfactorCommonSchedulingKeyfactorSchedule `json:"Schedule,omitempty"`
	JobFields        []OrchestratorJobsJobFieldResponse          `json:"JobFields,omitempty"`
	RequestTimestamp *time.Time                                  `json:"RequestTimestamp,omitempty"`
}

OrchestratorJobsJobResponse struct for OrchestratorJobsJobResponse

func NewOrchestratorJobsJobResponse ¶

func NewOrchestratorJobsJobResponse() *OrchestratorJobsJobResponse

NewOrchestratorJobsJobResponse instantiates a new OrchestratorJobsJobResponse 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 NewOrchestratorJobsJobResponseWithDefaults ¶

func NewOrchestratorJobsJobResponseWithDefaults() *OrchestratorJobsJobResponse

NewOrchestratorJobsJobResponseWithDefaults instantiates a new OrchestratorJobsJobResponse 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 (*OrchestratorJobsJobResponse) GetJobFields ¶

GetJobFields returns the JobFields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorJobsJobResponse) GetJobFieldsOk ¶

GetJobFieldsOk returns a tuple with the JobFields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorJobsJobResponse) GetJobId ¶

func (o *OrchestratorJobsJobResponse) GetJobId() string

GetJobId returns the JobId field value if set, zero value otherwise.

func (*OrchestratorJobsJobResponse) GetJobIdOk ¶

func (o *OrchestratorJobsJobResponse) GetJobIdOk() (*string, bool)

GetJobIdOk returns a tuple with the JobId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorJobsJobResponse) GetJobTypeName ¶

func (o *OrchestratorJobsJobResponse) GetJobTypeName() string

GetJobTypeName returns the JobTypeName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorJobsJobResponse) GetJobTypeNameOk ¶

func (o *OrchestratorJobsJobResponse) GetJobTypeNameOk() (*string, bool)

GetJobTypeNameOk returns a tuple with the JobTypeName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorJobsJobResponse) GetOrchestratorId ¶

func (o *OrchestratorJobsJobResponse) GetOrchestratorId() string

GetOrchestratorId returns the OrchestratorId field value if set, zero value otherwise.

func (*OrchestratorJobsJobResponse) GetOrchestratorIdOk ¶

func (o *OrchestratorJobsJobResponse) GetOrchestratorIdOk() (*string, bool)

GetOrchestratorIdOk returns a tuple with the OrchestratorId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorJobsJobResponse) GetRequestTimestamp ¶

func (o *OrchestratorJobsJobResponse) GetRequestTimestamp() time.Time

GetRequestTimestamp returns the RequestTimestamp field value if set, zero value otherwise.

func (*OrchestratorJobsJobResponse) GetRequestTimestampOk ¶

func (o *OrchestratorJobsJobResponse) GetRequestTimestampOk() (*time.Time, bool)

GetRequestTimestampOk returns a tuple with the RequestTimestamp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorJobsJobResponse) GetSchedule ¶

GetSchedule returns the Schedule field value if set, zero value otherwise.

func (*OrchestratorJobsJobResponse) GetScheduleOk ¶

GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorJobsJobResponse) HasJobFields ¶

func (o *OrchestratorJobsJobResponse) HasJobFields() bool

HasJobFields returns a boolean if a field has been set.

func (*OrchestratorJobsJobResponse) HasJobId ¶

func (o *OrchestratorJobsJobResponse) HasJobId() bool

HasJobId returns a boolean if a field has been set.

func (*OrchestratorJobsJobResponse) HasJobTypeName ¶

func (o *OrchestratorJobsJobResponse) HasJobTypeName() bool

HasJobTypeName returns a boolean if a field has been set.

func (*OrchestratorJobsJobResponse) HasOrchestratorId ¶

func (o *OrchestratorJobsJobResponse) HasOrchestratorId() bool

HasOrchestratorId returns a boolean if a field has been set.

func (*OrchestratorJobsJobResponse) HasRequestTimestamp ¶

func (o *OrchestratorJobsJobResponse) HasRequestTimestamp() bool

HasRequestTimestamp returns a boolean if a field has been set.

func (*OrchestratorJobsJobResponse) HasSchedule ¶

func (o *OrchestratorJobsJobResponse) HasSchedule() bool

HasSchedule returns a boolean if a field has been set.

func (OrchestratorJobsJobResponse) MarshalJSON ¶

func (o OrchestratorJobsJobResponse) MarshalJSON() ([]byte, error)

func (*OrchestratorJobsJobResponse) SetJobFields ¶

SetJobFields gets a reference to the given []OrchestratorJobsJobFieldResponse and assigns it to the JobFields field.

func (*OrchestratorJobsJobResponse) SetJobId ¶

func (o *OrchestratorJobsJobResponse) SetJobId(v string)

SetJobId gets a reference to the given string and assigns it to the JobId field.

func (*OrchestratorJobsJobResponse) SetJobTypeName ¶

func (o *OrchestratorJobsJobResponse) SetJobTypeName(v string)

SetJobTypeName gets a reference to the given NullableString and assigns it to the JobTypeName field.

func (*OrchestratorJobsJobResponse) SetJobTypeNameNil ¶

func (o *OrchestratorJobsJobResponse) SetJobTypeNameNil()

SetJobTypeNameNil sets the value for JobTypeName to be an explicit nil

func (*OrchestratorJobsJobResponse) SetOrchestratorId ¶

func (o *OrchestratorJobsJobResponse) SetOrchestratorId(v string)

SetOrchestratorId gets a reference to the given string and assigns it to the OrchestratorId field.

func (*OrchestratorJobsJobResponse) SetRequestTimestamp ¶

func (o *OrchestratorJobsJobResponse) SetRequestTimestamp(v time.Time)

SetRequestTimestamp gets a reference to the given time.Time and assigns it to the RequestTimestamp field.

func (*OrchestratorJobsJobResponse) SetSchedule ¶

SetSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the Schedule field.

func (OrchestratorJobsJobResponse) ToMap ¶

func (o OrchestratorJobsJobResponse) ToMap() (map[string]interface{}, error)

func (*OrchestratorJobsJobResponse) UnsetJobTypeName ¶

func (o *OrchestratorJobsJobResponse) UnsetJobTypeName()

UnsetJobTypeName ensures that no value is present for JobTypeName, not even an explicit nil

type OrchestratorJobsJobTypeFieldResponse ¶

type OrchestratorJobsJobTypeFieldResponse struct {
	Name         NullableString                `json:"Name,omitempty"`
	Type         *CSSCMSDataModelEnumsDataType `json:"Type,omitempty"`
	DefaultValue NullableString                `json:"DefaultValue,omitempty"`
	Required     *bool                         `json:"Required,omitempty"`
}

OrchestratorJobsJobTypeFieldResponse struct for OrchestratorJobsJobTypeFieldResponse

func NewOrchestratorJobsJobTypeFieldResponse ¶

func NewOrchestratorJobsJobTypeFieldResponse() *OrchestratorJobsJobTypeFieldResponse

NewOrchestratorJobsJobTypeFieldResponse instantiates a new OrchestratorJobsJobTypeFieldResponse 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 NewOrchestratorJobsJobTypeFieldResponseWithDefaults ¶

func NewOrchestratorJobsJobTypeFieldResponseWithDefaults() *OrchestratorJobsJobTypeFieldResponse

NewOrchestratorJobsJobTypeFieldResponseWithDefaults instantiates a new OrchestratorJobsJobTypeFieldResponse 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 (*OrchestratorJobsJobTypeFieldResponse) GetDefaultValue ¶

func (o *OrchestratorJobsJobTypeFieldResponse) GetDefaultValue() string

GetDefaultValue returns the DefaultValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorJobsJobTypeFieldResponse) GetDefaultValueOk ¶

func (o *OrchestratorJobsJobTypeFieldResponse) GetDefaultValueOk() (*string, bool)

GetDefaultValueOk returns a tuple with the DefaultValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorJobsJobTypeFieldResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorJobsJobTypeFieldResponse) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorJobsJobTypeFieldResponse) GetRequired ¶

func (o *OrchestratorJobsJobTypeFieldResponse) GetRequired() bool

GetRequired returns the Required field value if set, zero value otherwise.

func (*OrchestratorJobsJobTypeFieldResponse) GetRequiredOk ¶

func (o *OrchestratorJobsJobTypeFieldResponse) GetRequiredOk() (*bool, bool)

GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorJobsJobTypeFieldResponse) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*OrchestratorJobsJobTypeFieldResponse) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorJobsJobTypeFieldResponse) HasDefaultValue ¶

func (o *OrchestratorJobsJobTypeFieldResponse) HasDefaultValue() bool

HasDefaultValue returns a boolean if a field has been set.

func (*OrchestratorJobsJobTypeFieldResponse) HasName ¶

HasName returns a boolean if a field has been set.

func (*OrchestratorJobsJobTypeFieldResponse) HasRequired ¶

func (o *OrchestratorJobsJobTypeFieldResponse) HasRequired() bool

HasRequired returns a boolean if a field has been set.

func (*OrchestratorJobsJobTypeFieldResponse) HasType ¶

HasType returns a boolean if a field has been set.

func (OrchestratorJobsJobTypeFieldResponse) MarshalJSON ¶

func (o OrchestratorJobsJobTypeFieldResponse) MarshalJSON() ([]byte, error)

func (*OrchestratorJobsJobTypeFieldResponse) SetDefaultValue ¶

func (o *OrchestratorJobsJobTypeFieldResponse) SetDefaultValue(v string)

SetDefaultValue gets a reference to the given NullableString and assigns it to the DefaultValue field.

func (*OrchestratorJobsJobTypeFieldResponse) SetDefaultValueNil ¶

func (o *OrchestratorJobsJobTypeFieldResponse) SetDefaultValueNil()

SetDefaultValueNil sets the value for DefaultValue to be an explicit nil

func (*OrchestratorJobsJobTypeFieldResponse) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*OrchestratorJobsJobTypeFieldResponse) SetNameNil ¶

func (o *OrchestratorJobsJobTypeFieldResponse) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*OrchestratorJobsJobTypeFieldResponse) SetRequired ¶

func (o *OrchestratorJobsJobTypeFieldResponse) SetRequired(v bool)

SetRequired gets a reference to the given bool and assigns it to the Required field.

func (*OrchestratorJobsJobTypeFieldResponse) SetType ¶

SetType gets a reference to the given CSSCMSDataModelEnumsDataType and assigns it to the Type field.

func (OrchestratorJobsJobTypeFieldResponse) ToMap ¶

func (o OrchestratorJobsJobTypeFieldResponse) ToMap() (map[string]interface{}, error)

func (*OrchestratorJobsJobTypeFieldResponse) UnsetDefaultValue ¶

func (o *OrchestratorJobsJobTypeFieldResponse) UnsetDefaultValue()

UnsetDefaultValue ensures that no value is present for DefaultValue, not even an explicit nil

func (*OrchestratorJobsJobTypeFieldResponse) UnsetName ¶

func (o *OrchestratorJobsJobTypeFieldResponse) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type OrchestratorJobsJobTypeResponse ¶

type OrchestratorJobsJobTypeResponse struct {
	Id            NullableString                         `json:"Id,omitempty"`
	JobTypeName   NullableString                         `json:"JobTypeName,omitempty"`
	Description   NullableString                         `json:"Description,omitempty"`
	JobTypeFields []OrchestratorJobsJobTypeFieldResponse `json:"JobTypeFields,omitempty"`
}

OrchestratorJobsJobTypeResponse struct for OrchestratorJobsJobTypeResponse

func NewOrchestratorJobsJobTypeResponse ¶

func NewOrchestratorJobsJobTypeResponse() *OrchestratorJobsJobTypeResponse

NewOrchestratorJobsJobTypeResponse instantiates a new OrchestratorJobsJobTypeResponse 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 NewOrchestratorJobsJobTypeResponseWithDefaults ¶

func NewOrchestratorJobsJobTypeResponseWithDefaults() *OrchestratorJobsJobTypeResponse

NewOrchestratorJobsJobTypeResponseWithDefaults instantiates a new OrchestratorJobsJobTypeResponse 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 (*OrchestratorJobsJobTypeResponse) GetDescription ¶

func (o *OrchestratorJobsJobTypeResponse) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorJobsJobTypeResponse) GetDescriptionOk ¶

func (o *OrchestratorJobsJobTypeResponse) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorJobsJobTypeResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorJobsJobTypeResponse) GetIdOk ¶

func (o *OrchestratorJobsJobTypeResponse) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorJobsJobTypeResponse) GetJobTypeFields ¶

GetJobTypeFields returns the JobTypeFields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorJobsJobTypeResponse) GetJobTypeFieldsOk ¶

GetJobTypeFieldsOk returns a tuple with the JobTypeFields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorJobsJobTypeResponse) GetJobTypeName ¶

func (o *OrchestratorJobsJobTypeResponse) GetJobTypeName() string

GetJobTypeName returns the JobTypeName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorJobsJobTypeResponse) GetJobTypeNameOk ¶

func (o *OrchestratorJobsJobTypeResponse) GetJobTypeNameOk() (*string, bool)

GetJobTypeNameOk returns a tuple with the JobTypeName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorJobsJobTypeResponse) HasDescription ¶

func (o *OrchestratorJobsJobTypeResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*OrchestratorJobsJobTypeResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*OrchestratorJobsJobTypeResponse) HasJobTypeFields ¶

func (o *OrchestratorJobsJobTypeResponse) HasJobTypeFields() bool

HasJobTypeFields returns a boolean if a field has been set.

func (*OrchestratorJobsJobTypeResponse) HasJobTypeName ¶

func (o *OrchestratorJobsJobTypeResponse) HasJobTypeName() bool

HasJobTypeName returns a boolean if a field has been set.

func (OrchestratorJobsJobTypeResponse) MarshalJSON ¶

func (o OrchestratorJobsJobTypeResponse) MarshalJSON() ([]byte, error)

func (*OrchestratorJobsJobTypeResponse) SetDescription ¶

func (o *OrchestratorJobsJobTypeResponse) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*OrchestratorJobsJobTypeResponse) SetDescriptionNil ¶

func (o *OrchestratorJobsJobTypeResponse) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*OrchestratorJobsJobTypeResponse) SetId ¶

SetId gets a reference to the given NullableString and assigns it to the Id field.

func (*OrchestratorJobsJobTypeResponse) SetIdNil ¶

func (o *OrchestratorJobsJobTypeResponse) SetIdNil()

SetIdNil sets the value for Id to be an explicit nil

func (*OrchestratorJobsJobTypeResponse) SetJobTypeFields ¶

SetJobTypeFields gets a reference to the given []OrchestratorJobsJobTypeFieldResponse and assigns it to the JobTypeFields field.

func (*OrchestratorJobsJobTypeResponse) SetJobTypeName ¶

func (o *OrchestratorJobsJobTypeResponse) SetJobTypeName(v string)

SetJobTypeName gets a reference to the given NullableString and assigns it to the JobTypeName field.

func (*OrchestratorJobsJobTypeResponse) SetJobTypeNameNil ¶

func (o *OrchestratorJobsJobTypeResponse) SetJobTypeNameNil()

SetJobTypeNameNil sets the value for JobTypeName to be an explicit nil

func (OrchestratorJobsJobTypeResponse) ToMap ¶

func (o OrchestratorJobsJobTypeResponse) ToMap() (map[string]interface{}, error)

func (*OrchestratorJobsJobTypeResponse) UnsetDescription ¶

func (o *OrchestratorJobsJobTypeResponse) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

func (*OrchestratorJobsJobTypeResponse) UnsetId ¶

func (o *OrchestratorJobsJobTypeResponse) UnsetId()

UnsetId ensures that no value is present for Id, not even an explicit nil

func (*OrchestratorJobsJobTypeResponse) UnsetJobTypeName ¶

func (o *OrchestratorJobsJobTypeResponse) UnsetJobTypeName()

UnsetJobTypeName ensures that no value is present for JobTypeName, not even an explicit nil

type OrchestratorJobsRescheduleJobRequest ¶

type OrchestratorJobsRescheduleJobRequest struct {
	// List of orchestrator job audit ids to be rescheduled
	JobAuditIds []int64 `json:"JobAuditIds,omitempty"`
	// Query identifying orchestrator jobs to be rescheduled
	Query NullableString `json:"Query,omitempty"`
}

OrchestratorJobsRescheduleJobRequest Class representing orchestrator jobs to be rescheduled

func NewOrchestratorJobsRescheduleJobRequest ¶

func NewOrchestratorJobsRescheduleJobRequest() *OrchestratorJobsRescheduleJobRequest

NewOrchestratorJobsRescheduleJobRequest instantiates a new OrchestratorJobsRescheduleJobRequest 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 NewOrchestratorJobsRescheduleJobRequestWithDefaults ¶

func NewOrchestratorJobsRescheduleJobRequestWithDefaults() *OrchestratorJobsRescheduleJobRequest

NewOrchestratorJobsRescheduleJobRequestWithDefaults instantiates a new OrchestratorJobsRescheduleJobRequest 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 (*OrchestratorJobsRescheduleJobRequest) GetJobAuditIds ¶

func (o *OrchestratorJobsRescheduleJobRequest) GetJobAuditIds() []int64

GetJobAuditIds returns the JobAuditIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorJobsRescheduleJobRequest) GetJobAuditIdsOk ¶

func (o *OrchestratorJobsRescheduleJobRequest) GetJobAuditIdsOk() ([]int64, bool)

GetJobAuditIdsOk returns a tuple with the JobAuditIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorJobsRescheduleJobRequest) GetQuery ¶

GetQuery returns the Query field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorJobsRescheduleJobRequest) GetQueryOk ¶

func (o *OrchestratorJobsRescheduleJobRequest) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorJobsRescheduleJobRequest) HasJobAuditIds ¶

func (o *OrchestratorJobsRescheduleJobRequest) HasJobAuditIds() bool

HasJobAuditIds returns a boolean if a field has been set.

func (*OrchestratorJobsRescheduleJobRequest) HasQuery ¶

HasQuery returns a boolean if a field has been set.

func (OrchestratorJobsRescheduleJobRequest) MarshalJSON ¶

func (o OrchestratorJobsRescheduleJobRequest) MarshalJSON() ([]byte, error)

func (*OrchestratorJobsRescheduleJobRequest) SetJobAuditIds ¶

func (o *OrchestratorJobsRescheduleJobRequest) SetJobAuditIds(v []int64)

SetJobAuditIds gets a reference to the given []int64 and assigns it to the JobAuditIds field.

func (*OrchestratorJobsRescheduleJobRequest) SetQuery ¶

SetQuery gets a reference to the given NullableString and assigns it to the Query field.

func (*OrchestratorJobsRescheduleJobRequest) SetQueryNil ¶

func (o *OrchestratorJobsRescheduleJobRequest) SetQueryNil()

SetQueryNil sets the value for Query to be an explicit nil

func (OrchestratorJobsRescheduleJobRequest) ToMap ¶

func (o OrchestratorJobsRescheduleJobRequest) ToMap() (map[string]interface{}, error)

func (*OrchestratorJobsRescheduleJobRequest) UnsetQuery ¶

func (o *OrchestratorJobsRescheduleJobRequest) UnsetQuery()

UnsetQuery ensures that no value is present for Query, not even an explicit nil

type OrchestratorJobsUnscheduleJobRequest ¶

type OrchestratorJobsUnscheduleJobRequest struct {
	// List of orchestrator job ids to be unscheduled
	JobIds []string `json:"JobIds,omitempty"`
	// Query identifying orchestrator jobs to be unscheduled
	Query NullableString `json:"Query,omitempty"`
}

OrchestratorJobsUnscheduleJobRequest Class representing orchestrator jobs to be unscheduled

func NewOrchestratorJobsUnscheduleJobRequest ¶

func NewOrchestratorJobsUnscheduleJobRequest() *OrchestratorJobsUnscheduleJobRequest

NewOrchestratorJobsUnscheduleJobRequest instantiates a new OrchestratorJobsUnscheduleJobRequest 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 NewOrchestratorJobsUnscheduleJobRequestWithDefaults ¶

func NewOrchestratorJobsUnscheduleJobRequestWithDefaults() *OrchestratorJobsUnscheduleJobRequest

NewOrchestratorJobsUnscheduleJobRequestWithDefaults instantiates a new OrchestratorJobsUnscheduleJobRequest 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 (*OrchestratorJobsUnscheduleJobRequest) GetJobIds ¶

GetJobIds returns the JobIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorJobsUnscheduleJobRequest) GetJobIdsOk ¶

func (o *OrchestratorJobsUnscheduleJobRequest) GetJobIdsOk() ([]string, bool)

GetJobIdsOk returns a tuple with the JobIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorJobsUnscheduleJobRequest) GetQuery ¶

GetQuery returns the Query field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorJobsUnscheduleJobRequest) GetQueryOk ¶

func (o *OrchestratorJobsUnscheduleJobRequest) GetQueryOk() (*string, bool)

GetQueryOk returns a tuple with the Query field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorJobsUnscheduleJobRequest) HasJobIds ¶

HasJobIds returns a boolean if a field has been set.

func (*OrchestratorJobsUnscheduleJobRequest) HasQuery ¶

HasQuery returns a boolean if a field has been set.

func (OrchestratorJobsUnscheduleJobRequest) MarshalJSON ¶

func (o OrchestratorJobsUnscheduleJobRequest) MarshalJSON() ([]byte, error)

func (*OrchestratorJobsUnscheduleJobRequest) SetJobIds ¶

func (o *OrchestratorJobsUnscheduleJobRequest) SetJobIds(v []string)

SetJobIds gets a reference to the given []string and assigns it to the JobIds field.

func (*OrchestratorJobsUnscheduleJobRequest) SetQuery ¶

SetQuery gets a reference to the given NullableString and assigns it to the Query field.

func (*OrchestratorJobsUnscheduleJobRequest) SetQueryNil ¶

func (o *OrchestratorJobsUnscheduleJobRequest) SetQueryNil()

SetQueryNil sets the value for Query to be an explicit nil

func (OrchestratorJobsUnscheduleJobRequest) ToMap ¶

func (o OrchestratorJobsUnscheduleJobRequest) ToMap() (map[string]interface{}, error)

func (*OrchestratorJobsUnscheduleJobRequest) UnsetQuery ¶

func (o *OrchestratorJobsUnscheduleJobRequest) UnsetQuery()

UnsetQuery ensures that no value is present for Query, not even an explicit nil

type OrchestratorPoolsAgentPoolAgentCreationRequest ¶

type OrchestratorPoolsAgentPoolAgentCreationRequest struct {
	AgentId        *string `json:"AgentId,omitempty"`
	EnableDiscover *bool   `json:"EnableDiscover,omitempty"`
	EnableMonitor  *bool   `json:"EnableMonitor,omitempty"`
}

OrchestratorPoolsAgentPoolAgentCreationRequest struct for OrchestratorPoolsAgentPoolAgentCreationRequest

func NewOrchestratorPoolsAgentPoolAgentCreationRequest ¶

func NewOrchestratorPoolsAgentPoolAgentCreationRequest() *OrchestratorPoolsAgentPoolAgentCreationRequest

NewOrchestratorPoolsAgentPoolAgentCreationRequest instantiates a new OrchestratorPoolsAgentPoolAgentCreationRequest 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 NewOrchestratorPoolsAgentPoolAgentCreationRequestWithDefaults ¶

func NewOrchestratorPoolsAgentPoolAgentCreationRequestWithDefaults() *OrchestratorPoolsAgentPoolAgentCreationRequest

NewOrchestratorPoolsAgentPoolAgentCreationRequestWithDefaults instantiates a new OrchestratorPoolsAgentPoolAgentCreationRequest 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 (*OrchestratorPoolsAgentPoolAgentCreationRequest) GetAgentId ¶

GetAgentId returns the AgentId field value if set, zero value otherwise.

func (*OrchestratorPoolsAgentPoolAgentCreationRequest) GetAgentIdOk ¶

GetAgentIdOk returns a tuple with the AgentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorPoolsAgentPoolAgentCreationRequest) GetEnableDiscover ¶

GetEnableDiscover returns the EnableDiscover field value if set, zero value otherwise.

func (*OrchestratorPoolsAgentPoolAgentCreationRequest) GetEnableDiscoverOk ¶

func (o *OrchestratorPoolsAgentPoolAgentCreationRequest) GetEnableDiscoverOk() (*bool, bool)

GetEnableDiscoverOk returns a tuple with the EnableDiscover field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorPoolsAgentPoolAgentCreationRequest) GetEnableMonitor ¶

GetEnableMonitor returns the EnableMonitor field value if set, zero value otherwise.

func (*OrchestratorPoolsAgentPoolAgentCreationRequest) GetEnableMonitorOk ¶

func (o *OrchestratorPoolsAgentPoolAgentCreationRequest) GetEnableMonitorOk() (*bool, bool)

GetEnableMonitorOk returns a tuple with the EnableMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorPoolsAgentPoolAgentCreationRequest) HasAgentId ¶

HasAgentId returns a boolean if a field has been set.

func (*OrchestratorPoolsAgentPoolAgentCreationRequest) HasEnableDiscover ¶

HasEnableDiscover returns a boolean if a field has been set.

func (*OrchestratorPoolsAgentPoolAgentCreationRequest) HasEnableMonitor ¶

HasEnableMonitor returns a boolean if a field has been set.

func (OrchestratorPoolsAgentPoolAgentCreationRequest) MarshalJSON ¶

func (*OrchestratorPoolsAgentPoolAgentCreationRequest) SetAgentId ¶

SetAgentId gets a reference to the given string and assigns it to the AgentId field.

func (*OrchestratorPoolsAgentPoolAgentCreationRequest) SetEnableDiscover ¶

func (o *OrchestratorPoolsAgentPoolAgentCreationRequest) SetEnableDiscover(v bool)

SetEnableDiscover gets a reference to the given bool and assigns it to the EnableDiscover field.

func (*OrchestratorPoolsAgentPoolAgentCreationRequest) SetEnableMonitor ¶

SetEnableMonitor gets a reference to the given bool and assigns it to the EnableMonitor field.

func (OrchestratorPoolsAgentPoolAgentCreationRequest) ToMap ¶

func (o OrchestratorPoolsAgentPoolAgentCreationRequest) ToMap() (map[string]interface{}, error)

type OrchestratorPoolsAgentPoolAgentGetResponse ¶

type OrchestratorPoolsAgentPoolAgentGetResponse struct {
	AgentId        *string        `json:"AgentId,omitempty"`
	EnableDiscover *bool          `json:"EnableDiscover,omitempty"`
	EnableMonitor  *bool          `json:"EnableMonitor,omitempty"`
	Version        NullableString `json:"Version,omitempty"`
	AllowsDiscover *bool          `json:"AllowsDiscover,omitempty"`
	AllowsMonitor  *bool          `json:"AllowsMonitor,omitempty"`
	ClientMachine  NullableString `json:"ClientMachine,omitempty"`
}

OrchestratorPoolsAgentPoolAgentGetResponse struct for OrchestratorPoolsAgentPoolAgentGetResponse

func NewOrchestratorPoolsAgentPoolAgentGetResponse ¶

func NewOrchestratorPoolsAgentPoolAgentGetResponse() *OrchestratorPoolsAgentPoolAgentGetResponse

NewOrchestratorPoolsAgentPoolAgentGetResponse instantiates a new OrchestratorPoolsAgentPoolAgentGetResponse 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 NewOrchestratorPoolsAgentPoolAgentGetResponseWithDefaults ¶

func NewOrchestratorPoolsAgentPoolAgentGetResponseWithDefaults() *OrchestratorPoolsAgentPoolAgentGetResponse

NewOrchestratorPoolsAgentPoolAgentGetResponseWithDefaults instantiates a new OrchestratorPoolsAgentPoolAgentGetResponse 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 (*OrchestratorPoolsAgentPoolAgentGetResponse) GetAgentId ¶

GetAgentId returns the AgentId field value if set, zero value otherwise.

func (*OrchestratorPoolsAgentPoolAgentGetResponse) GetAgentIdOk ¶

GetAgentIdOk returns a tuple with the AgentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorPoolsAgentPoolAgentGetResponse) GetAllowsDiscover ¶

func (o *OrchestratorPoolsAgentPoolAgentGetResponse) GetAllowsDiscover() bool

GetAllowsDiscover returns the AllowsDiscover field value if set, zero value otherwise.

func (*OrchestratorPoolsAgentPoolAgentGetResponse) GetAllowsDiscoverOk ¶

func (o *OrchestratorPoolsAgentPoolAgentGetResponse) GetAllowsDiscoverOk() (*bool, bool)

GetAllowsDiscoverOk returns a tuple with the AllowsDiscover field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorPoolsAgentPoolAgentGetResponse) GetAllowsMonitor ¶

func (o *OrchestratorPoolsAgentPoolAgentGetResponse) GetAllowsMonitor() bool

GetAllowsMonitor returns the AllowsMonitor field value if set, zero value otherwise.

func (*OrchestratorPoolsAgentPoolAgentGetResponse) GetAllowsMonitorOk ¶

func (o *OrchestratorPoolsAgentPoolAgentGetResponse) GetAllowsMonitorOk() (*bool, bool)

GetAllowsMonitorOk returns a tuple with the AllowsMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorPoolsAgentPoolAgentGetResponse) GetClientMachine ¶

func (o *OrchestratorPoolsAgentPoolAgentGetResponse) GetClientMachine() string

GetClientMachine returns the ClientMachine field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorPoolsAgentPoolAgentGetResponse) GetClientMachineOk ¶

func (o *OrchestratorPoolsAgentPoolAgentGetResponse) GetClientMachineOk() (*string, bool)

GetClientMachineOk returns a tuple with the ClientMachine field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorPoolsAgentPoolAgentGetResponse) GetEnableDiscover ¶

func (o *OrchestratorPoolsAgentPoolAgentGetResponse) GetEnableDiscover() bool

GetEnableDiscover returns the EnableDiscover field value if set, zero value otherwise.

func (*OrchestratorPoolsAgentPoolAgentGetResponse) GetEnableDiscoverOk ¶

func (o *OrchestratorPoolsAgentPoolAgentGetResponse) GetEnableDiscoverOk() (*bool, bool)

GetEnableDiscoverOk returns a tuple with the EnableDiscover field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorPoolsAgentPoolAgentGetResponse) GetEnableMonitor ¶

func (o *OrchestratorPoolsAgentPoolAgentGetResponse) GetEnableMonitor() bool

GetEnableMonitor returns the EnableMonitor field value if set, zero value otherwise.

func (*OrchestratorPoolsAgentPoolAgentGetResponse) GetEnableMonitorOk ¶

func (o *OrchestratorPoolsAgentPoolAgentGetResponse) GetEnableMonitorOk() (*bool, bool)

GetEnableMonitorOk returns a tuple with the EnableMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorPoolsAgentPoolAgentGetResponse) GetVersion ¶

GetVersion returns the Version field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorPoolsAgentPoolAgentGetResponse) GetVersionOk ¶

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorPoolsAgentPoolAgentGetResponse) HasAgentId ¶

HasAgentId returns a boolean if a field has been set.

func (*OrchestratorPoolsAgentPoolAgentGetResponse) HasAllowsDiscover ¶

func (o *OrchestratorPoolsAgentPoolAgentGetResponse) HasAllowsDiscover() bool

HasAllowsDiscover returns a boolean if a field has been set.

func (*OrchestratorPoolsAgentPoolAgentGetResponse) HasAllowsMonitor ¶

func (o *OrchestratorPoolsAgentPoolAgentGetResponse) HasAllowsMonitor() bool

HasAllowsMonitor returns a boolean if a field has been set.

func (*OrchestratorPoolsAgentPoolAgentGetResponse) HasClientMachine ¶

func (o *OrchestratorPoolsAgentPoolAgentGetResponse) HasClientMachine() bool

HasClientMachine returns a boolean if a field has been set.

func (*OrchestratorPoolsAgentPoolAgentGetResponse) HasEnableDiscover ¶

func (o *OrchestratorPoolsAgentPoolAgentGetResponse) HasEnableDiscover() bool

HasEnableDiscover returns a boolean if a field has been set.

func (*OrchestratorPoolsAgentPoolAgentGetResponse) HasEnableMonitor ¶

func (o *OrchestratorPoolsAgentPoolAgentGetResponse) HasEnableMonitor() bool

HasEnableMonitor returns a boolean if a field has been set.

func (*OrchestratorPoolsAgentPoolAgentGetResponse) HasVersion ¶

HasVersion returns a boolean if a field has been set.

func (OrchestratorPoolsAgentPoolAgentGetResponse) MarshalJSON ¶

func (*OrchestratorPoolsAgentPoolAgentGetResponse) SetAgentId ¶

SetAgentId gets a reference to the given string and assigns it to the AgentId field.

func (*OrchestratorPoolsAgentPoolAgentGetResponse) SetAllowsDiscover ¶

func (o *OrchestratorPoolsAgentPoolAgentGetResponse) SetAllowsDiscover(v bool)

SetAllowsDiscover gets a reference to the given bool and assigns it to the AllowsDiscover field.

func (*OrchestratorPoolsAgentPoolAgentGetResponse) SetAllowsMonitor ¶

func (o *OrchestratorPoolsAgentPoolAgentGetResponse) SetAllowsMonitor(v bool)

SetAllowsMonitor gets a reference to the given bool and assigns it to the AllowsMonitor field.

func (*OrchestratorPoolsAgentPoolAgentGetResponse) SetClientMachine ¶

func (o *OrchestratorPoolsAgentPoolAgentGetResponse) SetClientMachine(v string)

SetClientMachine gets a reference to the given NullableString and assigns it to the ClientMachine field.

func (*OrchestratorPoolsAgentPoolAgentGetResponse) SetClientMachineNil ¶

func (o *OrchestratorPoolsAgentPoolAgentGetResponse) SetClientMachineNil()

SetClientMachineNil sets the value for ClientMachine to be an explicit nil

func (*OrchestratorPoolsAgentPoolAgentGetResponse) SetEnableDiscover ¶

func (o *OrchestratorPoolsAgentPoolAgentGetResponse) SetEnableDiscover(v bool)

SetEnableDiscover gets a reference to the given bool and assigns it to the EnableDiscover field.

func (*OrchestratorPoolsAgentPoolAgentGetResponse) SetEnableMonitor ¶

func (o *OrchestratorPoolsAgentPoolAgentGetResponse) SetEnableMonitor(v bool)

SetEnableMonitor gets a reference to the given bool and assigns it to the EnableMonitor field.

func (*OrchestratorPoolsAgentPoolAgentGetResponse) SetVersion ¶

SetVersion gets a reference to the given NullableString and assigns it to the Version field.

func (*OrchestratorPoolsAgentPoolAgentGetResponse) SetVersionNil ¶

func (o *OrchestratorPoolsAgentPoolAgentGetResponse) SetVersionNil()

SetVersionNil sets the value for Version to be an explicit nil

func (OrchestratorPoolsAgentPoolAgentGetResponse) ToMap ¶

func (o OrchestratorPoolsAgentPoolAgentGetResponse) ToMap() (map[string]interface{}, error)

func (*OrchestratorPoolsAgentPoolAgentGetResponse) UnsetClientMachine ¶

func (o *OrchestratorPoolsAgentPoolAgentGetResponse) UnsetClientMachine()

UnsetClientMachine ensures that no value is present for ClientMachine, not even an explicit nil

func (*OrchestratorPoolsAgentPoolAgentGetResponse) UnsetVersion ¶

UnsetVersion ensures that no value is present for Version, not even an explicit nil

type OrchestratorPoolsAgentPoolCreationRequest ¶

type OrchestratorPoolsAgentPoolCreationRequest struct {
	Name   string                                           `json:"Name"`
	Agents []OrchestratorPoolsAgentPoolAgentCreationRequest `json:"Agents,omitempty"`
}

OrchestratorPoolsAgentPoolCreationRequest struct for OrchestratorPoolsAgentPoolCreationRequest

func NewOrchestratorPoolsAgentPoolCreationRequest ¶

func NewOrchestratorPoolsAgentPoolCreationRequest(name string) *OrchestratorPoolsAgentPoolCreationRequest

NewOrchestratorPoolsAgentPoolCreationRequest instantiates a new OrchestratorPoolsAgentPoolCreationRequest 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 NewOrchestratorPoolsAgentPoolCreationRequestWithDefaults ¶

func NewOrchestratorPoolsAgentPoolCreationRequestWithDefaults() *OrchestratorPoolsAgentPoolCreationRequest

NewOrchestratorPoolsAgentPoolCreationRequestWithDefaults instantiates a new OrchestratorPoolsAgentPoolCreationRequest 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 (*OrchestratorPoolsAgentPoolCreationRequest) GetAgents ¶

GetAgents returns the Agents field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorPoolsAgentPoolCreationRequest) GetAgentsOk ¶

GetAgentsOk returns a tuple with the Agents field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorPoolsAgentPoolCreationRequest) GetName ¶

GetName returns the Name field value

func (*OrchestratorPoolsAgentPoolCreationRequest) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*OrchestratorPoolsAgentPoolCreationRequest) HasAgents ¶

HasAgents returns a boolean if a field has been set.

func (OrchestratorPoolsAgentPoolCreationRequest) MarshalJSON ¶

func (*OrchestratorPoolsAgentPoolCreationRequest) SetAgents ¶

SetAgents gets a reference to the given []OrchestratorPoolsAgentPoolAgentCreationRequest and assigns it to the Agents field.

func (*OrchestratorPoolsAgentPoolCreationRequest) SetName ¶

SetName sets field value

func (OrchestratorPoolsAgentPoolCreationRequest) ToMap ¶

func (o OrchestratorPoolsAgentPoolCreationRequest) ToMap() (map[string]interface{}, error)

type OrchestratorPoolsAgentPoolGetResponse ¶

type OrchestratorPoolsAgentPoolGetResponse struct {
	AgentPoolId         *string                                      `json:"AgentPoolId,omitempty"`
	Name                NullableString                               `json:"Name,omitempty"`
	DiscoverAgentsCount *int32                                       `json:"DiscoverAgentsCount,omitempty"`
	MonitorAgentsCount  *int32                                       `json:"MonitorAgentsCount,omitempty"`
	Agents              []OrchestratorPoolsAgentPoolAgentGetResponse `json:"Agents,omitempty"`
}

OrchestratorPoolsAgentPoolGetResponse struct for OrchestratorPoolsAgentPoolGetResponse

func NewOrchestratorPoolsAgentPoolGetResponse ¶

func NewOrchestratorPoolsAgentPoolGetResponse() *OrchestratorPoolsAgentPoolGetResponse

NewOrchestratorPoolsAgentPoolGetResponse instantiates a new OrchestratorPoolsAgentPoolGetResponse 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 NewOrchestratorPoolsAgentPoolGetResponseWithDefaults ¶

func NewOrchestratorPoolsAgentPoolGetResponseWithDefaults() *OrchestratorPoolsAgentPoolGetResponse

NewOrchestratorPoolsAgentPoolGetResponseWithDefaults instantiates a new OrchestratorPoolsAgentPoolGetResponse 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 (*OrchestratorPoolsAgentPoolGetResponse) GetAgentPoolId ¶

func (o *OrchestratorPoolsAgentPoolGetResponse) GetAgentPoolId() string

GetAgentPoolId returns the AgentPoolId field value if set, zero value otherwise.

func (*OrchestratorPoolsAgentPoolGetResponse) GetAgentPoolIdOk ¶

func (o *OrchestratorPoolsAgentPoolGetResponse) GetAgentPoolIdOk() (*string, bool)

GetAgentPoolIdOk returns a tuple with the AgentPoolId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorPoolsAgentPoolGetResponse) GetAgents ¶

GetAgents returns the Agents field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorPoolsAgentPoolGetResponse) GetAgentsOk ¶

GetAgentsOk returns a tuple with the Agents field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorPoolsAgentPoolGetResponse) GetDiscoverAgentsCount ¶

func (o *OrchestratorPoolsAgentPoolGetResponse) GetDiscoverAgentsCount() int32

GetDiscoverAgentsCount returns the DiscoverAgentsCount field value if set, zero value otherwise.

func (*OrchestratorPoolsAgentPoolGetResponse) GetDiscoverAgentsCountOk ¶

func (o *OrchestratorPoolsAgentPoolGetResponse) GetDiscoverAgentsCountOk() (*int32, bool)

GetDiscoverAgentsCountOk returns a tuple with the DiscoverAgentsCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorPoolsAgentPoolGetResponse) GetMonitorAgentsCount ¶

func (o *OrchestratorPoolsAgentPoolGetResponse) GetMonitorAgentsCount() int32

GetMonitorAgentsCount returns the MonitorAgentsCount field value if set, zero value otherwise.

func (*OrchestratorPoolsAgentPoolGetResponse) GetMonitorAgentsCountOk ¶

func (o *OrchestratorPoolsAgentPoolGetResponse) GetMonitorAgentsCountOk() (*int32, bool)

GetMonitorAgentsCountOk returns a tuple with the MonitorAgentsCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorPoolsAgentPoolGetResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorPoolsAgentPoolGetResponse) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorPoolsAgentPoolGetResponse) HasAgentPoolId ¶

func (o *OrchestratorPoolsAgentPoolGetResponse) HasAgentPoolId() bool

HasAgentPoolId returns a boolean if a field has been set.

func (*OrchestratorPoolsAgentPoolGetResponse) HasAgents ¶

HasAgents returns a boolean if a field has been set.

func (*OrchestratorPoolsAgentPoolGetResponse) HasDiscoverAgentsCount ¶

func (o *OrchestratorPoolsAgentPoolGetResponse) HasDiscoverAgentsCount() bool

HasDiscoverAgentsCount returns a boolean if a field has been set.

func (*OrchestratorPoolsAgentPoolGetResponse) HasMonitorAgentsCount ¶

func (o *OrchestratorPoolsAgentPoolGetResponse) HasMonitorAgentsCount() bool

HasMonitorAgentsCount returns a boolean if a field has been set.

func (*OrchestratorPoolsAgentPoolGetResponse) HasName ¶

HasName returns a boolean if a field has been set.

func (OrchestratorPoolsAgentPoolGetResponse) MarshalJSON ¶

func (o OrchestratorPoolsAgentPoolGetResponse) MarshalJSON() ([]byte, error)

func (*OrchestratorPoolsAgentPoolGetResponse) SetAgentPoolId ¶

func (o *OrchestratorPoolsAgentPoolGetResponse) SetAgentPoolId(v string)

SetAgentPoolId gets a reference to the given string and assigns it to the AgentPoolId field.

func (*OrchestratorPoolsAgentPoolGetResponse) SetAgents ¶

SetAgents gets a reference to the given []OrchestratorPoolsAgentPoolAgentGetResponse and assigns it to the Agents field.

func (*OrchestratorPoolsAgentPoolGetResponse) SetDiscoverAgentsCount ¶

func (o *OrchestratorPoolsAgentPoolGetResponse) SetDiscoverAgentsCount(v int32)

SetDiscoverAgentsCount gets a reference to the given int32 and assigns it to the DiscoverAgentsCount field.

func (*OrchestratorPoolsAgentPoolGetResponse) SetMonitorAgentsCount ¶

func (o *OrchestratorPoolsAgentPoolGetResponse) SetMonitorAgentsCount(v int32)

SetMonitorAgentsCount gets a reference to the given int32 and assigns it to the MonitorAgentsCount field.

func (*OrchestratorPoolsAgentPoolGetResponse) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*OrchestratorPoolsAgentPoolGetResponse) SetNameNil ¶

func (o *OrchestratorPoolsAgentPoolGetResponse) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (OrchestratorPoolsAgentPoolGetResponse) ToMap ¶

func (o OrchestratorPoolsAgentPoolGetResponse) ToMap() (map[string]interface{}, error)

func (*OrchestratorPoolsAgentPoolGetResponse) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type OrchestratorPoolsAgentPoolUpdateRequest ¶

type OrchestratorPoolsAgentPoolUpdateRequest struct {
	AgentPoolId string                                           `json:"AgentPoolId"`
	Name        string                                           `json:"Name"`
	Agents      []OrchestratorPoolsAgentPoolAgentCreationRequest `json:"Agents,omitempty"`
}

OrchestratorPoolsAgentPoolUpdateRequest struct for OrchestratorPoolsAgentPoolUpdateRequest

func NewOrchestratorPoolsAgentPoolUpdateRequest ¶

func NewOrchestratorPoolsAgentPoolUpdateRequest(agentPoolId string, name string) *OrchestratorPoolsAgentPoolUpdateRequest

NewOrchestratorPoolsAgentPoolUpdateRequest instantiates a new OrchestratorPoolsAgentPoolUpdateRequest 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 NewOrchestratorPoolsAgentPoolUpdateRequestWithDefaults ¶

func NewOrchestratorPoolsAgentPoolUpdateRequestWithDefaults() *OrchestratorPoolsAgentPoolUpdateRequest

NewOrchestratorPoolsAgentPoolUpdateRequestWithDefaults instantiates a new OrchestratorPoolsAgentPoolUpdateRequest 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 (*OrchestratorPoolsAgentPoolUpdateRequest) GetAgentPoolId ¶

func (o *OrchestratorPoolsAgentPoolUpdateRequest) GetAgentPoolId() string

GetAgentPoolId returns the AgentPoolId field value

func (*OrchestratorPoolsAgentPoolUpdateRequest) GetAgentPoolIdOk ¶

func (o *OrchestratorPoolsAgentPoolUpdateRequest) GetAgentPoolIdOk() (*string, bool)

GetAgentPoolIdOk returns a tuple with the AgentPoolId field value and a boolean to check if the value has been set.

func (*OrchestratorPoolsAgentPoolUpdateRequest) GetAgents ¶

GetAgents returns the Agents field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorPoolsAgentPoolUpdateRequest) GetAgentsOk ¶

GetAgentsOk returns a tuple with the Agents field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorPoolsAgentPoolUpdateRequest) GetName ¶

GetName returns the Name field value

func (*OrchestratorPoolsAgentPoolUpdateRequest) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*OrchestratorPoolsAgentPoolUpdateRequest) HasAgents ¶

HasAgents returns a boolean if a field has been set.

func (OrchestratorPoolsAgentPoolUpdateRequest) MarshalJSON ¶

func (o OrchestratorPoolsAgentPoolUpdateRequest) MarshalJSON() ([]byte, error)

func (*OrchestratorPoolsAgentPoolUpdateRequest) SetAgentPoolId ¶

func (o *OrchestratorPoolsAgentPoolUpdateRequest) SetAgentPoolId(v string)

SetAgentPoolId sets field value

func (*OrchestratorPoolsAgentPoolUpdateRequest) SetAgents ¶

SetAgents gets a reference to the given []OrchestratorPoolsAgentPoolAgentCreationRequest and assigns it to the Agents field.

func (*OrchestratorPoolsAgentPoolUpdateRequest) SetName ¶

SetName sets field value

func (OrchestratorPoolsAgentPoolUpdateRequest) ToMap ¶

func (o OrchestratorPoolsAgentPoolUpdateRequest) ToMap() (map[string]interface{}, error)

type OrchestratorsAgentBlueprintJobsResponse ¶

type OrchestratorsAgentBlueprintJobsResponse struct {
	AgentBlueprintJobId   *string                                     `json:"AgentBlueprintJobId,omitempty"`
	AgentBlueprintStoreId *string                                     `json:"AgentBlueprintStoreId,omitempty"`
	AgentBlueprintId      *string                                     `json:"AgentBlueprintId,omitempty"`
	JobType               *string                                     `json:"JobType,omitempty"`
	JobTypeName           NullableString                              `json:"JobTypeName,omitempty"`
	OperationType         NullableInt32                               `json:"OperationType,omitempty"`
	Thumbprint            NullableString                              `json:"Thumbprint,omitempty"`
	Contents              NullableString                              `json:"Contents,omitempty"`
	Alias                 NullableString                              `json:"Alias,omitempty"`
	PrivateKeyEntry       NullableBool                                `json:"PrivateKeyEntry,omitempty"`
	Overwrite             NullableBool                                `json:"Overwrite,omitempty"`
	HasEntryPassword      NullableBool                                `json:"HasEntryPassword,omitempty"`
	HasPfxPassword        NullableBool                                `json:"HasPfxPassword,omitempty"`
	RequestTimestamp      NullableTime                                `json:"RequestTimestamp,omitempty"`
	KeyfactorSchedule     *KeyfactorCommonSchedulingKeyfactorSchedule `json:"KeyfactorSchedule,omitempty"`
	Subject               NullableString                              `json:"Subject,omitempty"`
	Directories           NullableString                              `json:"Directories,omitempty"`
	IgnoredDirectories    NullableString                              `json:"IgnoredDirectories,omitempty"`
	SymLinks              NullableBool                                `json:"SymLinks,omitempty"`
	Compatibility         NullableBool                                `json:"Compatibility,omitempty"`
	FileExtensions        NullableString                              `json:"FileExtensions,omitempty"`
	FileNamePatterns      NullableString                              `json:"FileNamePatterns,omitempty"`
	AgentBlueprintStores  *OrchestratorsAgentBlueprintStoresResponse  `json:"AgentBlueprintStores,omitempty"`
}

OrchestratorsAgentBlueprintJobsResponse struct for OrchestratorsAgentBlueprintJobsResponse

func NewOrchestratorsAgentBlueprintJobsResponse ¶

func NewOrchestratorsAgentBlueprintJobsResponse() *OrchestratorsAgentBlueprintJobsResponse

NewOrchestratorsAgentBlueprintJobsResponse instantiates a new OrchestratorsAgentBlueprintJobsResponse 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 NewOrchestratorsAgentBlueprintJobsResponseWithDefaults ¶

func NewOrchestratorsAgentBlueprintJobsResponseWithDefaults() *OrchestratorsAgentBlueprintJobsResponse

NewOrchestratorsAgentBlueprintJobsResponseWithDefaults instantiates a new OrchestratorsAgentBlueprintJobsResponse 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 (*OrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintId ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintId() string

GetAgentBlueprintId returns the AgentBlueprintId field value if set, zero value otherwise.

func (*OrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintIdOk ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintIdOk() (*string, bool)

GetAgentBlueprintIdOk returns a tuple with the AgentBlueprintId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintJobId ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintJobId() string

GetAgentBlueprintJobId returns the AgentBlueprintJobId field value if set, zero value otherwise.

func (*OrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintJobIdOk ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintJobIdOk() (*string, bool)

GetAgentBlueprintJobIdOk returns a tuple with the AgentBlueprintJobId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintStoreId ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintStoreId() string

GetAgentBlueprintStoreId returns the AgentBlueprintStoreId field value if set, zero value otherwise.

func (*OrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintStoreIdOk ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintStoreIdOk() (*string, bool)

GetAgentBlueprintStoreIdOk returns a tuple with the AgentBlueprintStoreId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintStores ¶

GetAgentBlueprintStores returns the AgentBlueprintStores field value if set, zero value otherwise.

func (*OrchestratorsAgentBlueprintJobsResponse) GetAgentBlueprintStoresOk ¶

GetAgentBlueprintStoresOk returns a tuple with the AgentBlueprintStores field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) GetAlias ¶

GetAlias returns the Alias field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentBlueprintJobsResponse) GetAliasOk ¶

GetAliasOk returns a tuple with the Alias field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentBlueprintJobsResponse) GetCompatibility ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetCompatibility() bool

GetCompatibility returns the Compatibility field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentBlueprintJobsResponse) GetCompatibilityOk ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetCompatibilityOk() (*bool, bool)

GetCompatibilityOk returns a tuple with the Compatibility field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentBlueprintJobsResponse) GetContents ¶

GetContents returns the Contents field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentBlueprintJobsResponse) GetContentsOk ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetContentsOk() (*string, bool)

GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentBlueprintJobsResponse) GetDirectories ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetDirectories() string

GetDirectories returns the Directories field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentBlueprintJobsResponse) GetDirectoriesOk ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetDirectoriesOk() (*string, bool)

GetDirectoriesOk returns a tuple with the Directories field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentBlueprintJobsResponse) GetFileExtensions ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetFileExtensions() string

GetFileExtensions returns the FileExtensions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentBlueprintJobsResponse) GetFileExtensionsOk ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetFileExtensionsOk() (*string, bool)

GetFileExtensionsOk returns a tuple with the FileExtensions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentBlueprintJobsResponse) GetFileNamePatterns ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetFileNamePatterns() string

GetFileNamePatterns returns the FileNamePatterns field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentBlueprintJobsResponse) GetFileNamePatternsOk ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetFileNamePatternsOk() (*string, bool)

GetFileNamePatternsOk returns a tuple with the FileNamePatterns field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentBlueprintJobsResponse) GetHasEntryPassword ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetHasEntryPassword() bool

GetHasEntryPassword returns the HasEntryPassword field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentBlueprintJobsResponse) GetHasEntryPasswordOk ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetHasEntryPasswordOk() (*bool, bool)

GetHasEntryPasswordOk returns a tuple with the HasEntryPassword field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentBlueprintJobsResponse) GetHasPfxPassword ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetHasPfxPassword() bool

GetHasPfxPassword returns the HasPfxPassword field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentBlueprintJobsResponse) GetHasPfxPasswordOk ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetHasPfxPasswordOk() (*bool, bool)

GetHasPfxPasswordOk returns a tuple with the HasPfxPassword field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentBlueprintJobsResponse) GetIgnoredDirectories ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetIgnoredDirectories() string

GetIgnoredDirectories returns the IgnoredDirectories field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentBlueprintJobsResponse) GetIgnoredDirectoriesOk ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetIgnoredDirectoriesOk() (*string, bool)

GetIgnoredDirectoriesOk returns a tuple with the IgnoredDirectories field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentBlueprintJobsResponse) GetJobType ¶

GetJobType returns the JobType field value if set, zero value otherwise.

func (*OrchestratorsAgentBlueprintJobsResponse) GetJobTypeName ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetJobTypeName() string

GetJobTypeName returns the JobTypeName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentBlueprintJobsResponse) GetJobTypeNameOk ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetJobTypeNameOk() (*string, bool)

GetJobTypeNameOk returns a tuple with the JobTypeName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentBlueprintJobsResponse) GetJobTypeOk ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetJobTypeOk() (*string, bool)

GetJobTypeOk returns a tuple with the JobType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) GetKeyfactorSchedule ¶

GetKeyfactorSchedule returns the KeyfactorSchedule field value if set, zero value otherwise.

func (*OrchestratorsAgentBlueprintJobsResponse) GetKeyfactorScheduleOk ¶

GetKeyfactorScheduleOk returns a tuple with the KeyfactorSchedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) GetOperationType ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetOperationType() int32

GetOperationType returns the OperationType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentBlueprintJobsResponse) GetOperationTypeOk ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetOperationTypeOk() (*int32, bool)

GetOperationTypeOk returns a tuple with the OperationType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentBlueprintJobsResponse) GetOverwrite ¶

GetOverwrite returns the Overwrite field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentBlueprintJobsResponse) GetOverwriteOk ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetOverwriteOk() (*bool, bool)

GetOverwriteOk returns a tuple with the Overwrite field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentBlueprintJobsResponse) GetPrivateKeyEntry ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetPrivateKeyEntry() bool

GetPrivateKeyEntry returns the PrivateKeyEntry field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentBlueprintJobsResponse) GetPrivateKeyEntryOk ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetPrivateKeyEntryOk() (*bool, bool)

GetPrivateKeyEntryOk returns a tuple with the PrivateKeyEntry field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentBlueprintJobsResponse) GetRequestTimestamp ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetRequestTimestamp() time.Time

GetRequestTimestamp returns the RequestTimestamp field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentBlueprintJobsResponse) GetRequestTimestampOk ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetRequestTimestampOk() (*time.Time, bool)

GetRequestTimestampOk returns a tuple with the RequestTimestamp field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentBlueprintJobsResponse) GetSubject ¶

GetSubject returns the Subject field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentBlueprintJobsResponse) GetSubjectOk ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetSubjectOk() (*string, bool)

GetSubjectOk returns a tuple with the Subject field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

GetSymLinks returns the SymLinks field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentBlueprintJobsResponse) GetSymLinksOk ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetSymLinksOk() (*bool, bool)

GetSymLinksOk returns a tuple with the SymLinks field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentBlueprintJobsResponse) GetThumbprint ¶

GetThumbprint returns the Thumbprint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentBlueprintJobsResponse) GetThumbprintOk ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) GetThumbprintOk() (*string, bool)

GetThumbprintOk returns a tuple with the Thumbprint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentBlueprintJobsResponse) HasAgentBlueprintId ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) HasAgentBlueprintId() bool

HasAgentBlueprintId returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) HasAgentBlueprintJobId ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) HasAgentBlueprintJobId() bool

HasAgentBlueprintJobId returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) HasAgentBlueprintStoreId ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) HasAgentBlueprintStoreId() bool

HasAgentBlueprintStoreId returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) HasAgentBlueprintStores ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) HasAgentBlueprintStores() bool

HasAgentBlueprintStores returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) HasAlias ¶

HasAlias returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) HasCompatibility ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) HasCompatibility() bool

HasCompatibility returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) HasContents ¶

HasContents returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) HasDirectories ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) HasDirectories() bool

HasDirectories returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) HasFileExtensions ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) HasFileExtensions() bool

HasFileExtensions returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) HasFileNamePatterns ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) HasFileNamePatterns() bool

HasFileNamePatterns returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) HasHasEntryPassword ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) HasHasEntryPassword() bool

HasHasEntryPassword returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) HasHasPfxPassword ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) HasHasPfxPassword() bool

HasHasPfxPassword returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) HasIgnoredDirectories ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) HasIgnoredDirectories() bool

HasIgnoredDirectories returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) HasJobType ¶

HasJobType returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) HasJobTypeName ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) HasJobTypeName() bool

HasJobTypeName returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) HasKeyfactorSchedule ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) HasKeyfactorSchedule() bool

HasKeyfactorSchedule returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) HasOperationType ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) HasOperationType() bool

HasOperationType returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) HasOverwrite ¶

HasOverwrite returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) HasPrivateKeyEntry ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) HasPrivateKeyEntry() bool

HasPrivateKeyEntry returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) HasRequestTimestamp ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) HasRequestTimestamp() bool

HasRequestTimestamp returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) HasSubject ¶

HasSubject returns a boolean if a field has been set.

HasSymLinks returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintJobsResponse) HasThumbprint ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) HasThumbprint() bool

HasThumbprint returns a boolean if a field has been set.

func (OrchestratorsAgentBlueprintJobsResponse) MarshalJSON ¶

func (o OrchestratorsAgentBlueprintJobsResponse) MarshalJSON() ([]byte, error)

func (*OrchestratorsAgentBlueprintJobsResponse) SetAgentBlueprintId ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetAgentBlueprintId(v string)

SetAgentBlueprintId gets a reference to the given string and assigns it to the AgentBlueprintId field.

func (*OrchestratorsAgentBlueprintJobsResponse) SetAgentBlueprintJobId ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetAgentBlueprintJobId(v string)

SetAgentBlueprintJobId gets a reference to the given string and assigns it to the AgentBlueprintJobId field.

func (*OrchestratorsAgentBlueprintJobsResponse) SetAgentBlueprintStoreId ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetAgentBlueprintStoreId(v string)

SetAgentBlueprintStoreId gets a reference to the given string and assigns it to the AgentBlueprintStoreId field.

func (*OrchestratorsAgentBlueprintJobsResponse) SetAgentBlueprintStores ¶

SetAgentBlueprintStores gets a reference to the given OrchestratorsAgentBlueprintStoresResponse and assigns it to the AgentBlueprintStores field.

func (*OrchestratorsAgentBlueprintJobsResponse) SetAlias ¶

SetAlias gets a reference to the given NullableString and assigns it to the Alias field.

func (*OrchestratorsAgentBlueprintJobsResponse) SetAliasNil ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetAliasNil()

SetAliasNil sets the value for Alias to be an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) SetCompatibility ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetCompatibility(v bool)

SetCompatibility gets a reference to the given NullableBool and assigns it to the Compatibility field.

func (*OrchestratorsAgentBlueprintJobsResponse) SetCompatibilityNil ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetCompatibilityNil()

SetCompatibilityNil sets the value for Compatibility to be an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) SetContents ¶

SetContents gets a reference to the given NullableString and assigns it to the Contents field.

func (*OrchestratorsAgentBlueprintJobsResponse) SetContentsNil ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetContentsNil()

SetContentsNil sets the value for Contents to be an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) SetDirectories ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetDirectories(v string)

SetDirectories gets a reference to the given NullableString and assigns it to the Directories field.

func (*OrchestratorsAgentBlueprintJobsResponse) SetDirectoriesNil ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetDirectoriesNil()

SetDirectoriesNil sets the value for Directories to be an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) SetFileExtensions ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetFileExtensions(v string)

SetFileExtensions gets a reference to the given NullableString and assigns it to the FileExtensions field.

func (*OrchestratorsAgentBlueprintJobsResponse) SetFileExtensionsNil ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetFileExtensionsNil()

SetFileExtensionsNil sets the value for FileExtensions to be an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) SetFileNamePatterns ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetFileNamePatterns(v string)

SetFileNamePatterns gets a reference to the given NullableString and assigns it to the FileNamePatterns field.

func (*OrchestratorsAgentBlueprintJobsResponse) SetFileNamePatternsNil ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetFileNamePatternsNil()

SetFileNamePatternsNil sets the value for FileNamePatterns to be an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) SetHasEntryPassword ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetHasEntryPassword(v bool)

SetHasEntryPassword gets a reference to the given NullableBool and assigns it to the HasEntryPassword field.

func (*OrchestratorsAgentBlueprintJobsResponse) SetHasEntryPasswordNil ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetHasEntryPasswordNil()

SetHasEntryPasswordNil sets the value for HasEntryPassword to be an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) SetHasPfxPassword ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetHasPfxPassword(v bool)

SetHasPfxPassword gets a reference to the given NullableBool and assigns it to the HasPfxPassword field.

func (*OrchestratorsAgentBlueprintJobsResponse) SetHasPfxPasswordNil ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetHasPfxPasswordNil()

SetHasPfxPasswordNil sets the value for HasPfxPassword to be an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) SetIgnoredDirectories ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetIgnoredDirectories(v string)

SetIgnoredDirectories gets a reference to the given NullableString and assigns it to the IgnoredDirectories field.

func (*OrchestratorsAgentBlueprintJobsResponse) SetIgnoredDirectoriesNil ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetIgnoredDirectoriesNil()

SetIgnoredDirectoriesNil sets the value for IgnoredDirectories to be an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) SetJobType ¶

SetJobType gets a reference to the given string and assigns it to the JobType field.

func (*OrchestratorsAgentBlueprintJobsResponse) SetJobTypeName ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetJobTypeName(v string)

SetJobTypeName gets a reference to the given NullableString and assigns it to the JobTypeName field.

func (*OrchestratorsAgentBlueprintJobsResponse) SetJobTypeNameNil ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetJobTypeNameNil()

SetJobTypeNameNil sets the value for JobTypeName to be an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) SetKeyfactorSchedule ¶

SetKeyfactorSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the KeyfactorSchedule field.

func (*OrchestratorsAgentBlueprintJobsResponse) SetOperationType ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetOperationType(v int32)

SetOperationType gets a reference to the given NullableInt32 and assigns it to the OperationType field.

func (*OrchestratorsAgentBlueprintJobsResponse) SetOperationTypeNil ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetOperationTypeNil()

SetOperationTypeNil sets the value for OperationType to be an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) SetOverwrite ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetOverwrite(v bool)

SetOverwrite gets a reference to the given NullableBool and assigns it to the Overwrite field.

func (*OrchestratorsAgentBlueprintJobsResponse) SetOverwriteNil ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetOverwriteNil()

SetOverwriteNil sets the value for Overwrite to be an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) SetPrivateKeyEntry ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetPrivateKeyEntry(v bool)

SetPrivateKeyEntry gets a reference to the given NullableBool and assigns it to the PrivateKeyEntry field.

func (*OrchestratorsAgentBlueprintJobsResponse) SetPrivateKeyEntryNil ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetPrivateKeyEntryNil()

SetPrivateKeyEntryNil sets the value for PrivateKeyEntry to be an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) SetRequestTimestamp ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetRequestTimestamp(v time.Time)

SetRequestTimestamp gets a reference to the given NullableTime and assigns it to the RequestTimestamp field.

func (*OrchestratorsAgentBlueprintJobsResponse) SetRequestTimestampNil ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetRequestTimestampNil()

SetRequestTimestampNil sets the value for RequestTimestamp to be an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) SetSubject ¶

SetSubject gets a reference to the given NullableString and assigns it to the Subject field.

func (*OrchestratorsAgentBlueprintJobsResponse) SetSubjectNil ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetSubjectNil()

SetSubjectNil sets the value for Subject to be an explicit nil

SetSymLinks gets a reference to the given NullableBool and assigns it to the SymLinks field.

func (*OrchestratorsAgentBlueprintJobsResponse) SetSymLinksNil ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetSymLinksNil()

SetSymLinksNil sets the value for SymLinks to be an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) SetThumbprint ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetThumbprint(v string)

SetThumbprint gets a reference to the given NullableString and assigns it to the Thumbprint field.

func (*OrchestratorsAgentBlueprintJobsResponse) SetThumbprintNil ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) SetThumbprintNil()

SetThumbprintNil sets the value for Thumbprint to be an explicit nil

func (OrchestratorsAgentBlueprintJobsResponse) ToMap ¶

func (o OrchestratorsAgentBlueprintJobsResponse) ToMap() (map[string]interface{}, error)

func (*OrchestratorsAgentBlueprintJobsResponse) UnsetAlias ¶

UnsetAlias ensures that no value is present for Alias, not even an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) UnsetCompatibility ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetCompatibility()

UnsetCompatibility ensures that no value is present for Compatibility, not even an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) UnsetContents ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetContents()

UnsetContents ensures that no value is present for Contents, not even an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) UnsetDirectories ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetDirectories()

UnsetDirectories ensures that no value is present for Directories, not even an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) UnsetFileExtensions ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetFileExtensions()

UnsetFileExtensions ensures that no value is present for FileExtensions, not even an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) UnsetFileNamePatterns ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetFileNamePatterns()

UnsetFileNamePatterns ensures that no value is present for FileNamePatterns, not even an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) UnsetHasEntryPassword ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetHasEntryPassword()

UnsetHasEntryPassword ensures that no value is present for HasEntryPassword, not even an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) UnsetHasPfxPassword ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetHasPfxPassword()

UnsetHasPfxPassword ensures that no value is present for HasPfxPassword, not even an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) UnsetIgnoredDirectories ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetIgnoredDirectories()

UnsetIgnoredDirectories ensures that no value is present for IgnoredDirectories, not even an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) UnsetJobTypeName ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetJobTypeName()

UnsetJobTypeName ensures that no value is present for JobTypeName, not even an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) UnsetOperationType ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetOperationType()

UnsetOperationType ensures that no value is present for OperationType, not even an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) UnsetOverwrite ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetOverwrite()

UnsetOverwrite ensures that no value is present for Overwrite, not even an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) UnsetPrivateKeyEntry ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetPrivateKeyEntry()

UnsetPrivateKeyEntry ensures that no value is present for PrivateKeyEntry, not even an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) UnsetRequestTimestamp ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetRequestTimestamp()

UnsetRequestTimestamp ensures that no value is present for RequestTimestamp, not even an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) UnsetSubject ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetSubject()

UnsetSubject ensures that no value is present for Subject, not even an explicit nil

func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetSymLinks()

UnsetSymLinks ensures that no value is present for SymLinks, not even an explicit nil

func (*OrchestratorsAgentBlueprintJobsResponse) UnsetThumbprint ¶

func (o *OrchestratorsAgentBlueprintJobsResponse) UnsetThumbprint()

UnsetThumbprint ensures that no value is present for Thumbprint, not even an explicit nil

type OrchestratorsAgentBlueprintResponse ¶

type OrchestratorsAgentBlueprintResponse struct {
	AgentBlueprintId     *string        `json:"AgentBlueprintId,omitempty"`
	Name                 NullableString `json:"Name,omitempty"`
	RequiredCapabilities []string       `json:"RequiredCapabilities,omitempty"`
	LastModified         *time.Time     `json:"LastModified,omitempty"`
}

OrchestratorsAgentBlueprintResponse struct for OrchestratorsAgentBlueprintResponse

func NewOrchestratorsAgentBlueprintResponse ¶

func NewOrchestratorsAgentBlueprintResponse() *OrchestratorsAgentBlueprintResponse

NewOrchestratorsAgentBlueprintResponse instantiates a new OrchestratorsAgentBlueprintResponse 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 NewOrchestratorsAgentBlueprintResponseWithDefaults ¶

func NewOrchestratorsAgentBlueprintResponseWithDefaults() *OrchestratorsAgentBlueprintResponse

NewOrchestratorsAgentBlueprintResponseWithDefaults instantiates a new OrchestratorsAgentBlueprintResponse 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 (*OrchestratorsAgentBlueprintResponse) GetAgentBlueprintId ¶

func (o *OrchestratorsAgentBlueprintResponse) GetAgentBlueprintId() string

GetAgentBlueprintId returns the AgentBlueprintId field value if set, zero value otherwise.

func (*OrchestratorsAgentBlueprintResponse) GetAgentBlueprintIdOk ¶

func (o *OrchestratorsAgentBlueprintResponse) GetAgentBlueprintIdOk() (*string, bool)

GetAgentBlueprintIdOk returns a tuple with the AgentBlueprintId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorsAgentBlueprintResponse) GetLastModified ¶

func (o *OrchestratorsAgentBlueprintResponse) GetLastModified() time.Time

GetLastModified returns the LastModified field value if set, zero value otherwise.

func (*OrchestratorsAgentBlueprintResponse) GetLastModifiedOk ¶

func (o *OrchestratorsAgentBlueprintResponse) GetLastModifiedOk() (*time.Time, bool)

GetLastModifiedOk returns a tuple with the LastModified field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorsAgentBlueprintResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentBlueprintResponse) GetNameOk ¶

func (o *OrchestratorsAgentBlueprintResponse) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentBlueprintResponse) GetRequiredCapabilities ¶

func (o *OrchestratorsAgentBlueprintResponse) GetRequiredCapabilities() []string

GetRequiredCapabilities returns the RequiredCapabilities field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentBlueprintResponse) GetRequiredCapabilitiesOk ¶

func (o *OrchestratorsAgentBlueprintResponse) GetRequiredCapabilitiesOk() ([]string, bool)

GetRequiredCapabilitiesOk returns a tuple with the RequiredCapabilities field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentBlueprintResponse) HasAgentBlueprintId ¶

func (o *OrchestratorsAgentBlueprintResponse) HasAgentBlueprintId() bool

HasAgentBlueprintId returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintResponse) HasLastModified ¶

func (o *OrchestratorsAgentBlueprintResponse) HasLastModified() bool

HasLastModified returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintResponse) HasName ¶

HasName returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintResponse) HasRequiredCapabilities ¶

func (o *OrchestratorsAgentBlueprintResponse) HasRequiredCapabilities() bool

HasRequiredCapabilities returns a boolean if a field has been set.

func (OrchestratorsAgentBlueprintResponse) MarshalJSON ¶

func (o OrchestratorsAgentBlueprintResponse) MarshalJSON() ([]byte, error)

func (*OrchestratorsAgentBlueprintResponse) SetAgentBlueprintId ¶

func (o *OrchestratorsAgentBlueprintResponse) SetAgentBlueprintId(v string)

SetAgentBlueprintId gets a reference to the given string and assigns it to the AgentBlueprintId field.

func (*OrchestratorsAgentBlueprintResponse) SetLastModified ¶

func (o *OrchestratorsAgentBlueprintResponse) SetLastModified(v time.Time)

SetLastModified gets a reference to the given time.Time and assigns it to the LastModified field.

func (*OrchestratorsAgentBlueprintResponse) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*OrchestratorsAgentBlueprintResponse) SetNameNil ¶

func (o *OrchestratorsAgentBlueprintResponse) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*OrchestratorsAgentBlueprintResponse) SetRequiredCapabilities ¶

func (o *OrchestratorsAgentBlueprintResponse) SetRequiredCapabilities(v []string)

SetRequiredCapabilities gets a reference to the given []string and assigns it to the RequiredCapabilities field.

func (OrchestratorsAgentBlueprintResponse) ToMap ¶

func (o OrchestratorsAgentBlueprintResponse) ToMap() (map[string]interface{}, error)

func (*OrchestratorsAgentBlueprintResponse) UnsetName ¶

func (o *OrchestratorsAgentBlueprintResponse) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type OrchestratorsAgentBlueprintStoresResponse ¶

type OrchestratorsAgentBlueprintStoresResponse struct {
	AgentBlueprintStoreId *string        `json:"AgentBlueprintStoreId,omitempty"`
	AgentBlueprintId      *string        `json:"AgentBlueprintId,omitempty"`
	StorePath             NullableString `json:"StorePath,omitempty"`
	ContainerId           *int32         `json:"ContainerId,omitempty"`
	CertStoreType         *int32         `json:"CertStoreType,omitempty"`
	CertStoreTypeName     NullableString `json:"CertStoreTypeName,omitempty"`
	Approved              *bool          `json:"Approved,omitempty"`
	CreateIfMissing       *bool          `json:"CreateIfMissing,omitempty"`
	Properties            NullableString `json:"Properties,omitempty"`
}

OrchestratorsAgentBlueprintStoresResponse struct for OrchestratorsAgentBlueprintStoresResponse

func NewOrchestratorsAgentBlueprintStoresResponse ¶

func NewOrchestratorsAgentBlueprintStoresResponse() *OrchestratorsAgentBlueprintStoresResponse

NewOrchestratorsAgentBlueprintStoresResponse instantiates a new OrchestratorsAgentBlueprintStoresResponse 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 NewOrchestratorsAgentBlueprintStoresResponseWithDefaults ¶

func NewOrchestratorsAgentBlueprintStoresResponseWithDefaults() *OrchestratorsAgentBlueprintStoresResponse

NewOrchestratorsAgentBlueprintStoresResponseWithDefaults instantiates a new OrchestratorsAgentBlueprintStoresResponse 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 (*OrchestratorsAgentBlueprintStoresResponse) GetAgentBlueprintId ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) GetAgentBlueprintId() string

GetAgentBlueprintId returns the AgentBlueprintId field value if set, zero value otherwise.

func (*OrchestratorsAgentBlueprintStoresResponse) GetAgentBlueprintIdOk ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) GetAgentBlueprintIdOk() (*string, bool)

GetAgentBlueprintIdOk returns a tuple with the AgentBlueprintId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorsAgentBlueprintStoresResponse) GetAgentBlueprintStoreId ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) GetAgentBlueprintStoreId() string

GetAgentBlueprintStoreId returns the AgentBlueprintStoreId field value if set, zero value otherwise.

func (*OrchestratorsAgentBlueprintStoresResponse) GetAgentBlueprintStoreIdOk ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) GetAgentBlueprintStoreIdOk() (*string, bool)

GetAgentBlueprintStoreIdOk returns a tuple with the AgentBlueprintStoreId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorsAgentBlueprintStoresResponse) GetApproved ¶

GetApproved returns the Approved field value if set, zero value otherwise.

func (*OrchestratorsAgentBlueprintStoresResponse) GetApprovedOk ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) GetApprovedOk() (*bool, bool)

GetApprovedOk returns a tuple with the Approved field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorsAgentBlueprintStoresResponse) GetCertStoreType ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) GetCertStoreType() int32

GetCertStoreType returns the CertStoreType field value if set, zero value otherwise.

func (*OrchestratorsAgentBlueprintStoresResponse) GetCertStoreTypeName ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) GetCertStoreTypeName() string

GetCertStoreTypeName returns the CertStoreTypeName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentBlueprintStoresResponse) GetCertStoreTypeNameOk ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) GetCertStoreTypeNameOk() (*string, bool)

GetCertStoreTypeNameOk returns a tuple with the CertStoreTypeName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentBlueprintStoresResponse) GetCertStoreTypeOk ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) GetCertStoreTypeOk() (*int32, bool)

GetCertStoreTypeOk returns a tuple with the CertStoreType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorsAgentBlueprintStoresResponse) GetContainerId ¶

GetContainerId returns the ContainerId field value if set, zero value otherwise.

func (*OrchestratorsAgentBlueprintStoresResponse) GetContainerIdOk ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) GetContainerIdOk() (*int32, bool)

GetContainerIdOk returns a tuple with the ContainerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorsAgentBlueprintStoresResponse) GetCreateIfMissing ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) GetCreateIfMissing() bool

GetCreateIfMissing returns the CreateIfMissing field value if set, zero value otherwise.

func (*OrchestratorsAgentBlueprintStoresResponse) GetCreateIfMissingOk ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) GetCreateIfMissingOk() (*bool, bool)

GetCreateIfMissingOk returns a tuple with the CreateIfMissing field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorsAgentBlueprintStoresResponse) GetProperties ¶

GetProperties returns the Properties field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentBlueprintStoresResponse) GetPropertiesOk ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) GetPropertiesOk() (*string, bool)

GetPropertiesOk returns a tuple with the Properties field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentBlueprintStoresResponse) GetStorePath ¶

GetStorePath returns the StorePath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentBlueprintStoresResponse) GetStorePathOk ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) GetStorePathOk() (*string, bool)

GetStorePathOk returns a tuple with the StorePath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentBlueprintStoresResponse) HasAgentBlueprintId ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) HasAgentBlueprintId() bool

HasAgentBlueprintId returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintStoresResponse) HasAgentBlueprintStoreId ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) HasAgentBlueprintStoreId() bool

HasAgentBlueprintStoreId returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintStoresResponse) HasApproved ¶

HasApproved returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintStoresResponse) HasCertStoreType ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) HasCertStoreType() bool

HasCertStoreType returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintStoresResponse) HasCertStoreTypeName ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) HasCertStoreTypeName() bool

HasCertStoreTypeName returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintStoresResponse) HasContainerId ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) HasContainerId() bool

HasContainerId returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintStoresResponse) HasCreateIfMissing ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) HasCreateIfMissing() bool

HasCreateIfMissing returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintStoresResponse) HasProperties ¶

HasProperties returns a boolean if a field has been set.

func (*OrchestratorsAgentBlueprintStoresResponse) HasStorePath ¶

HasStorePath returns a boolean if a field has been set.

func (OrchestratorsAgentBlueprintStoresResponse) MarshalJSON ¶

func (*OrchestratorsAgentBlueprintStoresResponse) SetAgentBlueprintId ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) SetAgentBlueprintId(v string)

SetAgentBlueprintId gets a reference to the given string and assigns it to the AgentBlueprintId field.

func (*OrchestratorsAgentBlueprintStoresResponse) SetAgentBlueprintStoreId ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) SetAgentBlueprintStoreId(v string)

SetAgentBlueprintStoreId gets a reference to the given string and assigns it to the AgentBlueprintStoreId field.

func (*OrchestratorsAgentBlueprintStoresResponse) SetApproved ¶

SetApproved gets a reference to the given bool and assigns it to the Approved field.

func (*OrchestratorsAgentBlueprintStoresResponse) SetCertStoreType ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) SetCertStoreType(v int32)

SetCertStoreType gets a reference to the given int32 and assigns it to the CertStoreType field.

func (*OrchestratorsAgentBlueprintStoresResponse) SetCertStoreTypeName ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) SetCertStoreTypeName(v string)

SetCertStoreTypeName gets a reference to the given NullableString and assigns it to the CertStoreTypeName field.

func (*OrchestratorsAgentBlueprintStoresResponse) SetCertStoreTypeNameNil ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) SetCertStoreTypeNameNil()

SetCertStoreTypeNameNil sets the value for CertStoreTypeName to be an explicit nil

func (*OrchestratorsAgentBlueprintStoresResponse) SetContainerId ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) SetContainerId(v int32)

SetContainerId gets a reference to the given int32 and assigns it to the ContainerId field.

func (*OrchestratorsAgentBlueprintStoresResponse) SetCreateIfMissing ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) SetCreateIfMissing(v bool)

SetCreateIfMissing gets a reference to the given bool and assigns it to the CreateIfMissing field.

func (*OrchestratorsAgentBlueprintStoresResponse) SetProperties ¶

SetProperties gets a reference to the given NullableString and assigns it to the Properties field.

func (*OrchestratorsAgentBlueprintStoresResponse) SetPropertiesNil ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) SetPropertiesNil()

SetPropertiesNil sets the value for Properties to be an explicit nil

func (*OrchestratorsAgentBlueprintStoresResponse) SetStorePath ¶

SetStorePath gets a reference to the given NullableString and assigns it to the StorePath field.

func (*OrchestratorsAgentBlueprintStoresResponse) SetStorePathNil ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) SetStorePathNil()

SetStorePathNil sets the value for StorePath to be an explicit nil

func (OrchestratorsAgentBlueprintStoresResponse) ToMap ¶

func (o OrchestratorsAgentBlueprintStoresResponse) ToMap() (map[string]interface{}, error)

func (*OrchestratorsAgentBlueprintStoresResponse) UnsetCertStoreTypeName ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) UnsetCertStoreTypeName()

UnsetCertStoreTypeName ensures that no value is present for CertStoreTypeName, not even an explicit nil

func (*OrchestratorsAgentBlueprintStoresResponse) UnsetProperties ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) UnsetProperties()

UnsetProperties ensures that no value is present for Properties, not even an explicit nil

func (*OrchestratorsAgentBlueprintStoresResponse) UnsetStorePath ¶

func (o *OrchestratorsAgentBlueprintStoresResponse) UnsetStorePath()

UnsetStorePath ensures that no value is present for StorePath, not even an explicit nil

type OrchestratorsAgentResponse ¶

type OrchestratorsAgentResponse struct {
	AgentId                     *string                           `json:"AgentId,omitempty"`
	ClientMachine               NullableString                    `json:"ClientMachine,omitempty"`
	Username                    NullableString                    `json:"Username,omitempty"`
	AgentPlatform               *CSSCMSCoreEnumsAgentPlatformType `json:"AgentPlatform,omitempty"`
	Version                     NullableString                    `json:"Version,omitempty"`
	Status                      *CSSCMSCoreEnumsAgentStatusType   `json:"Status,omitempty"`
	LastSeen                    *time.Time                        `json:"LastSeen,omitempty"`
	Capabilities                []string                          `json:"Capabilities,omitempty"`
	Blueprint                   NullableString                    `json:"Blueprint,omitempty"`
	Thumbprint                  NullableString                    `json:"Thumbprint,omitempty"`
	LegacyThumbprint            NullableString                    `json:"LegacyThumbprint,omitempty"`
	AuthCertificateReenrollment NullableString                    `json:"AuthCertificateReenrollment,omitempty"`
	LastThumbprintUsed          NullableString                    `json:"LastThumbprintUsed,omitempty"`
	LastErrorCode               NullableInt64                     `json:"LastErrorCode,omitempty"`
	LastErrorMessage            NullableString                    `json:"LastErrorMessage,omitempty"`
	JobTypes                    []OrchestratorsJobTypesResponse   `json:"JobTypes,omitempty"`
}

OrchestratorsAgentResponse struct for OrchestratorsAgentResponse

func NewOrchestratorsAgentResponse ¶

func NewOrchestratorsAgentResponse() *OrchestratorsAgentResponse

NewOrchestratorsAgentResponse instantiates a new OrchestratorsAgentResponse 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 NewOrchestratorsAgentResponseWithDefaults ¶

func NewOrchestratorsAgentResponseWithDefaults() *OrchestratorsAgentResponse

NewOrchestratorsAgentResponseWithDefaults instantiates a new OrchestratorsAgentResponse 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 (*OrchestratorsAgentResponse) GetAgentId ¶

func (o *OrchestratorsAgentResponse) GetAgentId() string

GetAgentId returns the AgentId field value if set, zero value otherwise.

func (*OrchestratorsAgentResponse) GetAgentIdOk ¶

func (o *OrchestratorsAgentResponse) GetAgentIdOk() (*string, bool)

GetAgentIdOk returns a tuple with the AgentId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorsAgentResponse) GetAgentPlatform ¶

GetAgentPlatform returns the AgentPlatform field value if set, zero value otherwise.

func (*OrchestratorsAgentResponse) GetAgentPlatformOk ¶

GetAgentPlatformOk returns a tuple with the AgentPlatform field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorsAgentResponse) GetAuthCertificateReenrollment ¶

func (o *OrchestratorsAgentResponse) GetAuthCertificateReenrollment() string

GetAuthCertificateReenrollment returns the AuthCertificateReenrollment field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentResponse) GetAuthCertificateReenrollmentOk ¶

func (o *OrchestratorsAgentResponse) GetAuthCertificateReenrollmentOk() (*string, bool)

GetAuthCertificateReenrollmentOk returns a tuple with the AuthCertificateReenrollment field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentResponse) GetBlueprint ¶

func (o *OrchestratorsAgentResponse) GetBlueprint() string

GetBlueprint returns the Blueprint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentResponse) GetBlueprintOk ¶

func (o *OrchestratorsAgentResponse) GetBlueprintOk() (*string, bool)

GetBlueprintOk returns a tuple with the Blueprint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentResponse) GetCapabilities ¶

func (o *OrchestratorsAgentResponse) GetCapabilities() []string

GetCapabilities returns the Capabilities field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentResponse) GetCapabilitiesOk ¶

func (o *OrchestratorsAgentResponse) GetCapabilitiesOk() ([]string, bool)

GetCapabilitiesOk returns a tuple with the Capabilities field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentResponse) GetClientMachine ¶

func (o *OrchestratorsAgentResponse) GetClientMachine() string

GetClientMachine returns the ClientMachine field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentResponse) GetClientMachineOk ¶

func (o *OrchestratorsAgentResponse) GetClientMachineOk() (*string, bool)

GetClientMachineOk returns a tuple with the ClientMachine field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentResponse) GetJobTypes ¶

GetJobTypes returns the JobTypes field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentResponse) GetJobTypesOk ¶

GetJobTypesOk returns a tuple with the JobTypes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentResponse) GetLastErrorCode ¶

func (o *OrchestratorsAgentResponse) GetLastErrorCode() int64

GetLastErrorCode returns the LastErrorCode field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentResponse) GetLastErrorCodeOk ¶

func (o *OrchestratorsAgentResponse) GetLastErrorCodeOk() (*int64, bool)

GetLastErrorCodeOk returns a tuple with the LastErrorCode field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentResponse) GetLastErrorMessage ¶

func (o *OrchestratorsAgentResponse) GetLastErrorMessage() string

GetLastErrorMessage returns the LastErrorMessage field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentResponse) GetLastErrorMessageOk ¶

func (o *OrchestratorsAgentResponse) GetLastErrorMessageOk() (*string, bool)

GetLastErrorMessageOk returns a tuple with the LastErrorMessage field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentResponse) GetLastSeen ¶

func (o *OrchestratorsAgentResponse) GetLastSeen() time.Time

GetLastSeen returns the LastSeen field value if set, zero value otherwise.

func (*OrchestratorsAgentResponse) GetLastSeenOk ¶

func (o *OrchestratorsAgentResponse) GetLastSeenOk() (*time.Time, bool)

GetLastSeenOk returns a tuple with the LastSeen field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorsAgentResponse) GetLastThumbprintUsed ¶

func (o *OrchestratorsAgentResponse) GetLastThumbprintUsed() string

GetLastThumbprintUsed returns the LastThumbprintUsed field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentResponse) GetLastThumbprintUsedOk ¶

func (o *OrchestratorsAgentResponse) GetLastThumbprintUsedOk() (*string, bool)

GetLastThumbprintUsedOk returns a tuple with the LastThumbprintUsed field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentResponse) GetLegacyThumbprint ¶

func (o *OrchestratorsAgentResponse) GetLegacyThumbprint() string

GetLegacyThumbprint returns the LegacyThumbprint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentResponse) GetLegacyThumbprintOk ¶

func (o *OrchestratorsAgentResponse) GetLegacyThumbprintOk() (*string, bool)

GetLegacyThumbprintOk returns a tuple with the LegacyThumbprint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentResponse) GetStatus ¶

GetStatus returns the Status field value if set, zero value otherwise.

func (*OrchestratorsAgentResponse) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorsAgentResponse) GetThumbprint ¶

func (o *OrchestratorsAgentResponse) GetThumbprint() string

GetThumbprint returns the Thumbprint field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentResponse) GetThumbprintOk ¶

func (o *OrchestratorsAgentResponse) GetThumbprintOk() (*string, bool)

GetThumbprintOk returns a tuple with the Thumbprint field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentResponse) GetUsername ¶

func (o *OrchestratorsAgentResponse) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentResponse) GetUsernameOk ¶

func (o *OrchestratorsAgentResponse) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentResponse) GetVersion ¶

func (o *OrchestratorsAgentResponse) GetVersion() string

GetVersion returns the Version field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsAgentResponse) GetVersionOk ¶

func (o *OrchestratorsAgentResponse) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsAgentResponse) HasAgentId ¶

func (o *OrchestratorsAgentResponse) HasAgentId() bool

HasAgentId returns a boolean if a field has been set.

func (*OrchestratorsAgentResponse) HasAgentPlatform ¶

func (o *OrchestratorsAgentResponse) HasAgentPlatform() bool

HasAgentPlatform returns a boolean if a field has been set.

func (*OrchestratorsAgentResponse) HasAuthCertificateReenrollment ¶

func (o *OrchestratorsAgentResponse) HasAuthCertificateReenrollment() bool

HasAuthCertificateReenrollment returns a boolean if a field has been set.

func (*OrchestratorsAgentResponse) HasBlueprint ¶

func (o *OrchestratorsAgentResponse) HasBlueprint() bool

HasBlueprint returns a boolean if a field has been set.

func (*OrchestratorsAgentResponse) HasCapabilities ¶

func (o *OrchestratorsAgentResponse) HasCapabilities() bool

HasCapabilities returns a boolean if a field has been set.

func (*OrchestratorsAgentResponse) HasClientMachine ¶

func (o *OrchestratorsAgentResponse) HasClientMachine() bool

HasClientMachine returns a boolean if a field has been set.

func (*OrchestratorsAgentResponse) HasJobTypes ¶

func (o *OrchestratorsAgentResponse) HasJobTypes() bool

HasJobTypes returns a boolean if a field has been set.

func (*OrchestratorsAgentResponse) HasLastErrorCode ¶

func (o *OrchestratorsAgentResponse) HasLastErrorCode() bool

HasLastErrorCode returns a boolean if a field has been set.

func (*OrchestratorsAgentResponse) HasLastErrorMessage ¶

func (o *OrchestratorsAgentResponse) HasLastErrorMessage() bool

HasLastErrorMessage returns a boolean if a field has been set.

func (*OrchestratorsAgentResponse) HasLastSeen ¶

func (o *OrchestratorsAgentResponse) HasLastSeen() bool

HasLastSeen returns a boolean if a field has been set.

func (*OrchestratorsAgentResponse) HasLastThumbprintUsed ¶

func (o *OrchestratorsAgentResponse) HasLastThumbprintUsed() bool

HasLastThumbprintUsed returns a boolean if a field has been set.

func (*OrchestratorsAgentResponse) HasLegacyThumbprint ¶

func (o *OrchestratorsAgentResponse) HasLegacyThumbprint() bool

HasLegacyThumbprint returns a boolean if a field has been set.

func (*OrchestratorsAgentResponse) HasStatus ¶

func (o *OrchestratorsAgentResponse) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*OrchestratorsAgentResponse) HasThumbprint ¶

func (o *OrchestratorsAgentResponse) HasThumbprint() bool

HasThumbprint returns a boolean if a field has been set.

func (*OrchestratorsAgentResponse) HasUsername ¶

func (o *OrchestratorsAgentResponse) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (*OrchestratorsAgentResponse) HasVersion ¶

func (o *OrchestratorsAgentResponse) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (OrchestratorsAgentResponse) MarshalJSON ¶

func (o OrchestratorsAgentResponse) MarshalJSON() ([]byte, error)

func (*OrchestratorsAgentResponse) SetAgentId ¶

func (o *OrchestratorsAgentResponse) SetAgentId(v string)

SetAgentId gets a reference to the given string and assigns it to the AgentId field.

func (*OrchestratorsAgentResponse) SetAgentPlatform ¶

SetAgentPlatform gets a reference to the given CSSCMSCoreEnumsAgentPlatformType and assigns it to the AgentPlatform field.

func (*OrchestratorsAgentResponse) SetAuthCertificateReenrollment ¶

func (o *OrchestratorsAgentResponse) SetAuthCertificateReenrollment(v string)

SetAuthCertificateReenrollment gets a reference to the given NullableString and assigns it to the AuthCertificateReenrollment field.

func (*OrchestratorsAgentResponse) SetAuthCertificateReenrollmentNil ¶

func (o *OrchestratorsAgentResponse) SetAuthCertificateReenrollmentNil()

SetAuthCertificateReenrollmentNil sets the value for AuthCertificateReenrollment to be an explicit nil

func (*OrchestratorsAgentResponse) SetBlueprint ¶

func (o *OrchestratorsAgentResponse) SetBlueprint(v string)

SetBlueprint gets a reference to the given NullableString and assigns it to the Blueprint field.

func (*OrchestratorsAgentResponse) SetBlueprintNil ¶

func (o *OrchestratorsAgentResponse) SetBlueprintNil()

SetBlueprintNil sets the value for Blueprint to be an explicit nil

func (*OrchestratorsAgentResponse) SetCapabilities ¶

func (o *OrchestratorsAgentResponse) SetCapabilities(v []string)

SetCapabilities gets a reference to the given []string and assigns it to the Capabilities field.

func (*OrchestratorsAgentResponse) SetClientMachine ¶

func (o *OrchestratorsAgentResponse) SetClientMachine(v string)

SetClientMachine gets a reference to the given NullableString and assigns it to the ClientMachine field.

func (*OrchestratorsAgentResponse) SetClientMachineNil ¶

func (o *OrchestratorsAgentResponse) SetClientMachineNil()

SetClientMachineNil sets the value for ClientMachine to be an explicit nil

func (*OrchestratorsAgentResponse) SetJobTypes ¶

SetJobTypes gets a reference to the given []OrchestratorsJobTypesResponse and assigns it to the JobTypes field.

func (*OrchestratorsAgentResponse) SetLastErrorCode ¶

func (o *OrchestratorsAgentResponse) SetLastErrorCode(v int64)

SetLastErrorCode gets a reference to the given NullableInt64 and assigns it to the LastErrorCode field.

func (*OrchestratorsAgentResponse) SetLastErrorCodeNil ¶

func (o *OrchestratorsAgentResponse) SetLastErrorCodeNil()

SetLastErrorCodeNil sets the value for LastErrorCode to be an explicit nil

func (*OrchestratorsAgentResponse) SetLastErrorMessage ¶

func (o *OrchestratorsAgentResponse) SetLastErrorMessage(v string)

SetLastErrorMessage gets a reference to the given NullableString and assigns it to the LastErrorMessage field.

func (*OrchestratorsAgentResponse) SetLastErrorMessageNil ¶

func (o *OrchestratorsAgentResponse) SetLastErrorMessageNil()

SetLastErrorMessageNil sets the value for LastErrorMessage to be an explicit nil

func (*OrchestratorsAgentResponse) SetLastSeen ¶

func (o *OrchestratorsAgentResponse) SetLastSeen(v time.Time)

SetLastSeen gets a reference to the given time.Time and assigns it to the LastSeen field.

func (*OrchestratorsAgentResponse) SetLastThumbprintUsed ¶

func (o *OrchestratorsAgentResponse) SetLastThumbprintUsed(v string)

SetLastThumbprintUsed gets a reference to the given NullableString and assigns it to the LastThumbprintUsed field.

func (*OrchestratorsAgentResponse) SetLastThumbprintUsedNil ¶

func (o *OrchestratorsAgentResponse) SetLastThumbprintUsedNil()

SetLastThumbprintUsedNil sets the value for LastThumbprintUsed to be an explicit nil

func (*OrchestratorsAgentResponse) SetLegacyThumbprint ¶

func (o *OrchestratorsAgentResponse) SetLegacyThumbprint(v string)

SetLegacyThumbprint gets a reference to the given NullableString and assigns it to the LegacyThumbprint field.

func (*OrchestratorsAgentResponse) SetLegacyThumbprintNil ¶

func (o *OrchestratorsAgentResponse) SetLegacyThumbprintNil()

SetLegacyThumbprintNil sets the value for LegacyThumbprint to be an explicit nil

func (*OrchestratorsAgentResponse) SetStatus ¶

SetStatus gets a reference to the given CSSCMSCoreEnumsAgentStatusType and assigns it to the Status field.

func (*OrchestratorsAgentResponse) SetThumbprint ¶

func (o *OrchestratorsAgentResponse) SetThumbprint(v string)

SetThumbprint gets a reference to the given NullableString and assigns it to the Thumbprint field.

func (*OrchestratorsAgentResponse) SetThumbprintNil ¶

func (o *OrchestratorsAgentResponse) SetThumbprintNil()

SetThumbprintNil sets the value for Thumbprint to be an explicit nil

func (*OrchestratorsAgentResponse) SetUsername ¶

func (o *OrchestratorsAgentResponse) SetUsername(v string)

SetUsername gets a reference to the given NullableString and assigns it to the Username field.

func (*OrchestratorsAgentResponse) SetUsernameNil ¶

func (o *OrchestratorsAgentResponse) SetUsernameNil()

SetUsernameNil sets the value for Username to be an explicit nil

func (*OrchestratorsAgentResponse) SetVersion ¶

func (o *OrchestratorsAgentResponse) SetVersion(v string)

SetVersion gets a reference to the given NullableString and assigns it to the Version field.

func (*OrchestratorsAgentResponse) SetVersionNil ¶

func (o *OrchestratorsAgentResponse) SetVersionNil()

SetVersionNil sets the value for Version to be an explicit nil

func (OrchestratorsAgentResponse) ToMap ¶

func (o OrchestratorsAgentResponse) ToMap() (map[string]interface{}, error)

func (*OrchestratorsAgentResponse) UnsetAuthCertificateReenrollment ¶

func (o *OrchestratorsAgentResponse) UnsetAuthCertificateReenrollment()

UnsetAuthCertificateReenrollment ensures that no value is present for AuthCertificateReenrollment, not even an explicit nil

func (*OrchestratorsAgentResponse) UnsetBlueprint ¶

func (o *OrchestratorsAgentResponse) UnsetBlueprint()

UnsetBlueprint ensures that no value is present for Blueprint, not even an explicit nil

func (*OrchestratorsAgentResponse) UnsetClientMachine ¶

func (o *OrchestratorsAgentResponse) UnsetClientMachine()

UnsetClientMachine ensures that no value is present for ClientMachine, not even an explicit nil

func (*OrchestratorsAgentResponse) UnsetLastErrorCode ¶

func (o *OrchestratorsAgentResponse) UnsetLastErrorCode()

UnsetLastErrorCode ensures that no value is present for LastErrorCode, not even an explicit nil

func (*OrchestratorsAgentResponse) UnsetLastErrorMessage ¶

func (o *OrchestratorsAgentResponse) UnsetLastErrorMessage()

UnsetLastErrorMessage ensures that no value is present for LastErrorMessage, not even an explicit nil

func (*OrchestratorsAgentResponse) UnsetLastThumbprintUsed ¶

func (o *OrchestratorsAgentResponse) UnsetLastThumbprintUsed()

UnsetLastThumbprintUsed ensures that no value is present for LastThumbprintUsed, not even an explicit nil

func (*OrchestratorsAgentResponse) UnsetLegacyThumbprint ¶

func (o *OrchestratorsAgentResponse) UnsetLegacyThumbprint()

UnsetLegacyThumbprint ensures that no value is present for LegacyThumbprint, not even an explicit nil

func (*OrchestratorsAgentResponse) UnsetThumbprint ¶

func (o *OrchestratorsAgentResponse) UnsetThumbprint()

UnsetThumbprint ensures that no value is present for Thumbprint, not even an explicit nil

func (*OrchestratorsAgentResponse) UnsetUsername ¶

func (o *OrchestratorsAgentResponse) UnsetUsername()

UnsetUsername ensures that no value is present for Username, not even an explicit nil

func (*OrchestratorsAgentResponse) UnsetVersion ¶

func (o *OrchestratorsAgentResponse) UnsetVersion()

UnsetVersion ensures that no value is present for Version, not even an explicit nil

type OrchestratorsJobTypesResponse ¶

type OrchestratorsJobTypesResponse struct {
	Name                   NullableString `json:"Name,omitempty"`
	CertStoreTypeShortName NullableString `json:"CertStoreTypeShortName,omitempty"`
	CertStoreJobType       NullableString `json:"CertStoreJobType,omitempty"`
	JobTypeId              *string        `json:"JobTypeId,omitempty"`
}

OrchestratorsJobTypesResponse struct for OrchestratorsJobTypesResponse

func NewOrchestratorsJobTypesResponse ¶

func NewOrchestratorsJobTypesResponse() *OrchestratorsJobTypesResponse

NewOrchestratorsJobTypesResponse instantiates a new OrchestratorsJobTypesResponse 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 NewOrchestratorsJobTypesResponseWithDefaults ¶

func NewOrchestratorsJobTypesResponseWithDefaults() *OrchestratorsJobTypesResponse

NewOrchestratorsJobTypesResponseWithDefaults instantiates a new OrchestratorsJobTypesResponse 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 (*OrchestratorsJobTypesResponse) GetCertStoreJobType ¶

func (o *OrchestratorsJobTypesResponse) GetCertStoreJobType() string

GetCertStoreJobType returns the CertStoreJobType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsJobTypesResponse) GetCertStoreJobTypeOk ¶

func (o *OrchestratorsJobTypesResponse) GetCertStoreJobTypeOk() (*string, bool)

GetCertStoreJobTypeOk returns a tuple with the CertStoreJobType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsJobTypesResponse) GetCertStoreTypeShortName ¶

func (o *OrchestratorsJobTypesResponse) GetCertStoreTypeShortName() string

GetCertStoreTypeShortName returns the CertStoreTypeShortName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsJobTypesResponse) GetCertStoreTypeShortNameOk ¶

func (o *OrchestratorsJobTypesResponse) GetCertStoreTypeShortNameOk() (*string, bool)

GetCertStoreTypeShortNameOk returns a tuple with the CertStoreTypeShortName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsJobTypesResponse) GetJobTypeId ¶

func (o *OrchestratorsJobTypesResponse) GetJobTypeId() string

GetJobTypeId returns the JobTypeId field value if set, zero value otherwise.

func (*OrchestratorsJobTypesResponse) GetJobTypeIdOk ¶

func (o *OrchestratorsJobTypesResponse) GetJobTypeIdOk() (*string, bool)

GetJobTypeIdOk returns a tuple with the JobTypeId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorsJobTypesResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsJobTypesResponse) GetNameOk ¶

func (o *OrchestratorsJobTypesResponse) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsJobTypesResponse) HasCertStoreJobType ¶

func (o *OrchestratorsJobTypesResponse) HasCertStoreJobType() bool

HasCertStoreJobType returns a boolean if a field has been set.

func (*OrchestratorsJobTypesResponse) HasCertStoreTypeShortName ¶

func (o *OrchestratorsJobTypesResponse) HasCertStoreTypeShortName() bool

HasCertStoreTypeShortName returns a boolean if a field has been set.

func (*OrchestratorsJobTypesResponse) HasJobTypeId ¶

func (o *OrchestratorsJobTypesResponse) HasJobTypeId() bool

HasJobTypeId returns a boolean if a field has been set.

func (*OrchestratorsJobTypesResponse) HasName ¶

func (o *OrchestratorsJobTypesResponse) HasName() bool

HasName returns a boolean if a field has been set.

func (OrchestratorsJobTypesResponse) MarshalJSON ¶

func (o OrchestratorsJobTypesResponse) MarshalJSON() ([]byte, error)

func (*OrchestratorsJobTypesResponse) SetCertStoreJobType ¶

func (o *OrchestratorsJobTypesResponse) SetCertStoreJobType(v string)

SetCertStoreJobType gets a reference to the given NullableString and assigns it to the CertStoreJobType field.

func (*OrchestratorsJobTypesResponse) SetCertStoreJobTypeNil ¶

func (o *OrchestratorsJobTypesResponse) SetCertStoreJobTypeNil()

SetCertStoreJobTypeNil sets the value for CertStoreJobType to be an explicit nil

func (*OrchestratorsJobTypesResponse) SetCertStoreTypeShortName ¶

func (o *OrchestratorsJobTypesResponse) SetCertStoreTypeShortName(v string)

SetCertStoreTypeShortName gets a reference to the given NullableString and assigns it to the CertStoreTypeShortName field.

func (*OrchestratorsJobTypesResponse) SetCertStoreTypeShortNameNil ¶

func (o *OrchestratorsJobTypesResponse) SetCertStoreTypeShortNameNil()

SetCertStoreTypeShortNameNil sets the value for CertStoreTypeShortName to be an explicit nil

func (*OrchestratorsJobTypesResponse) SetJobTypeId ¶

func (o *OrchestratorsJobTypesResponse) SetJobTypeId(v string)

SetJobTypeId gets a reference to the given string and assigns it to the JobTypeId field.

func (*OrchestratorsJobTypesResponse) SetName ¶

func (o *OrchestratorsJobTypesResponse) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*OrchestratorsJobTypesResponse) SetNameNil ¶

func (o *OrchestratorsJobTypesResponse) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (OrchestratorsJobTypesResponse) ToMap ¶

func (o OrchestratorsJobTypesResponse) ToMap() (map[string]interface{}, error)

func (*OrchestratorsJobTypesResponse) UnsetCertStoreJobType ¶

func (o *OrchestratorsJobTypesResponse) UnsetCertStoreJobType()

UnsetCertStoreJobType ensures that no value is present for CertStoreJobType, not even an explicit nil

func (*OrchestratorsJobTypesResponse) UnsetCertStoreTypeShortName ¶

func (o *OrchestratorsJobTypesResponse) UnsetCertStoreTypeShortName()

UnsetCertStoreTypeShortName ensures that no value is present for CertStoreTypeShortName, not even an explicit nil

func (*OrchestratorsJobTypesResponse) UnsetName ¶

func (o *OrchestratorsJobTypesResponse) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest ¶

type OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest struct {
	OrchestratorIds []string `json:"OrchestratorIds,omitempty"`
	Status          string   `json:"Status"`
}

OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest struct for OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest

func NewOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest ¶

func NewOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest(status string) *OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest

NewOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest instantiates a new OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest 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 NewOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequestWithDefaults ¶

func NewOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequestWithDefaults() *OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest

NewOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequestWithDefaults instantiates a new OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest 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 (*OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest) GetOrchestratorIds ¶

GetOrchestratorIds returns the OrchestratorIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest) GetOrchestratorIdsOk ¶

GetOrchestratorIdsOk returns a tuple with the OrchestratorIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest) GetStatus ¶

GetStatus returns the Status field value

func (*OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest) HasOrchestratorIds ¶

HasOrchestratorIds returns a boolean if a field has been set.

func (OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest) MarshalJSON ¶

func (*OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest) SetOrchestratorIds ¶

SetOrchestratorIds gets a reference to the given []string and assigns it to the OrchestratorIds field.

func (*OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest) SetStatus ¶

SetStatus sets field value

func (OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentRequest) ToMap ¶

type OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse ¶

type OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse struct {
	FailedOrchestratorIds []string                                                `json:"FailedOrchestratorIds,omitempty"`
	Status                *CSSCMSCoreEnumsOrchestratorAuthCertificateReenrollment `json:"Status,omitempty"`
}

OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse struct for OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse

func NewOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse ¶

func NewOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse() *OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse

NewOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse instantiates a new OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse 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 NewOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponseWithDefaults ¶

func NewOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponseWithDefaults() *OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse

NewOrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponseWithDefaults instantiates a new OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse 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 (*OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse) GetFailedOrchestratorIds ¶

GetFailedOrchestratorIds returns the FailedOrchestratorIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse) GetFailedOrchestratorIdsOk ¶

GetFailedOrchestratorIdsOk returns a tuple with the FailedOrchestratorIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse) GetStatus ¶

GetStatus returns the Status field value if set, zero value otherwise.

func (*OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse) HasFailedOrchestratorIds ¶

HasFailedOrchestratorIds returns a boolean if a field has been set.

func (*OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse) HasStatus ¶

HasStatus returns a boolean if a field has been set.

func (OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse) MarshalJSON ¶

func (*OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse) SetFailedOrchestratorIds ¶

SetFailedOrchestratorIds gets a reference to the given []string and assigns it to the FailedOrchestratorIds field.

func (*OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse) SetStatus ¶

SetStatus gets a reference to the given CSSCMSCoreEnumsOrchestratorAuthCertificateReenrollment and assigns it to the Status field.

func (OrchestratorsUpdateOrchestratorAuthCertificateReenrollmentResponse) ToMap ¶

type PAMLocalEntriesApiService ¶

type PAMLocalEntriesApiService service

PAMLocalEntriesApiService PAMLocalEntriesApi service

func (*PAMLocalEntriesApiService) CreatePamProvidersLocalProviderIdEntriesExecute ¶

Executes the API request V1 POST /PamProviders/Local/{providerId}/Entries

@return PAMLocalLocalPAMEntryResponse

func (*PAMLocalEntriesApiService) DeletePamProvidersLocalProviderIdEntriesExecute ¶

func (a *PAMLocalEntriesApiService) DeletePamProvidersLocalProviderIdEntriesExecute(r ApiDeletePamProvidersLocalProviderIdEntriesRequest) (*http.Response, error)

Executes the API request

func (*PAMLocalEntriesApiService) GetPamProvidersLocalProviderIdEntriesExecute ¶

Executes the API request V1 GET /PamProviders/Local/{providerId}/Entries

@return []PAMLocalLocalPAMEntryResponse

func (*PAMLocalEntriesApiService) NewCreatePamProvidersLocalProviderIdEntriesRequest ¶

func (a *PAMLocalEntriesApiService) NewCreatePamProvidersLocalProviderIdEntriesRequest(ctx context.Context, providerId int32) ApiCreatePamProvidersLocalProviderIdEntriesRequest

Creates a new V1 POST /PamProviders/Local/{providerId}/Entries request.

CreatePamProvidersLocalProviderIdEntries Creates a new local PAM entry with the associated properties

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param providerId Keyfactor identifier of the PAM provider
@return ApiCreatePamProvidersLocalProviderIdEntriesRequest

func (*PAMLocalEntriesApiService) NewDeletePamProvidersLocalProviderIdEntriesRequest ¶

func (a *PAMLocalEntriesApiService) NewDeletePamProvidersLocalProviderIdEntriesRequest(ctx context.Context, providerId int32) ApiDeletePamProvidersLocalProviderIdEntriesRequest

Creates a new V1 DELETE /PamProviders/Local/{providerId}/Entries request.

DeletePamProvidersLocalProviderIdEntries Deletes a local PAM entry

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param providerId Keyfactor identifier of the PAM provider
@return ApiDeletePamProvidersLocalProviderIdEntriesRequest

func (*PAMLocalEntriesApiService) NewGetPamProvidersLocalProviderIdEntriesRequest ¶

func (a *PAMLocalEntriesApiService) NewGetPamProvidersLocalProviderIdEntriesRequest(ctx context.Context, providerId int32) ApiGetPamProvidersLocalProviderIdEntriesRequest

Creates a new V1 GET /PamProviders/Local/{providerId}/Entries request.

GetPamProvidersLocalProviderIdEntries Returns local PAM entries for the given PAM provider according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param providerId Keyfactor identifier of the PAM provider
@return ApiGetPamProvidersLocalProviderIdEntriesRequest

func (*PAMLocalEntriesApiService) NewUpdatePamProvidersLocalProviderIdEntriesRequest ¶

func (a *PAMLocalEntriesApiService) NewUpdatePamProvidersLocalProviderIdEntriesRequest(ctx context.Context, providerId int32) ApiUpdatePamProvidersLocalProviderIdEntriesRequest

Creates a new V1 PUT /PamProviders/Local/{providerId}/Entries request.

UpdatePamProvidersLocalProviderIdEntries Updates local PAM entry with the associated properties

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param providerId Keyfactor identifier of the PAM provider
@return ApiUpdatePamProvidersLocalProviderIdEntriesRequest

func (*PAMLocalEntriesApiService) UpdatePamProvidersLocalProviderIdEntriesExecute ¶

Executes the API request V1 PUT /PamProviders/Local/{providerId}/Entries

@return PAMLocalLocalPAMEntryResponse

type PAMLocalLocalPAMEntryCreateRequest ¶

type PAMLocalLocalPAMEntryCreateRequest struct {
	SecretName  string         `json:"SecretName"`
	Description NullableString `json:"Description,omitempty"`
	SecretValue string         `json:"SecretValue"`
}

PAMLocalLocalPAMEntryCreateRequest struct for PAMLocalLocalPAMEntryCreateRequest

func NewPAMLocalLocalPAMEntryCreateRequest ¶

func NewPAMLocalLocalPAMEntryCreateRequest(secretName string, secretValue string) *PAMLocalLocalPAMEntryCreateRequest

NewPAMLocalLocalPAMEntryCreateRequest instantiates a new PAMLocalLocalPAMEntryCreateRequest 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 NewPAMLocalLocalPAMEntryCreateRequestWithDefaults ¶

func NewPAMLocalLocalPAMEntryCreateRequestWithDefaults() *PAMLocalLocalPAMEntryCreateRequest

NewPAMLocalLocalPAMEntryCreateRequestWithDefaults instantiates a new PAMLocalLocalPAMEntryCreateRequest 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 (*PAMLocalLocalPAMEntryCreateRequest) GetDescription ¶

func (o *PAMLocalLocalPAMEntryCreateRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PAMLocalLocalPAMEntryCreateRequest) GetDescriptionOk ¶

func (o *PAMLocalLocalPAMEntryCreateRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PAMLocalLocalPAMEntryCreateRequest) GetSecretName ¶

func (o *PAMLocalLocalPAMEntryCreateRequest) GetSecretName() string

GetSecretName returns the SecretName field value

func (*PAMLocalLocalPAMEntryCreateRequest) GetSecretNameOk ¶

func (o *PAMLocalLocalPAMEntryCreateRequest) GetSecretNameOk() (*string, bool)

GetSecretNameOk returns a tuple with the SecretName field value and a boolean to check if the value has been set.

func (*PAMLocalLocalPAMEntryCreateRequest) GetSecretValue ¶

func (o *PAMLocalLocalPAMEntryCreateRequest) GetSecretValue() string

GetSecretValue returns the SecretValue field value

func (*PAMLocalLocalPAMEntryCreateRequest) GetSecretValueOk ¶

func (o *PAMLocalLocalPAMEntryCreateRequest) GetSecretValueOk() (*string, bool)

GetSecretValueOk returns a tuple with the SecretValue field value and a boolean to check if the value has been set.

func (*PAMLocalLocalPAMEntryCreateRequest) HasDescription ¶

func (o *PAMLocalLocalPAMEntryCreateRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (PAMLocalLocalPAMEntryCreateRequest) MarshalJSON ¶

func (o PAMLocalLocalPAMEntryCreateRequest) MarshalJSON() ([]byte, error)

func (*PAMLocalLocalPAMEntryCreateRequest) SetDescription ¶

func (o *PAMLocalLocalPAMEntryCreateRequest) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*PAMLocalLocalPAMEntryCreateRequest) SetDescriptionNil ¶

func (o *PAMLocalLocalPAMEntryCreateRequest) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*PAMLocalLocalPAMEntryCreateRequest) SetSecretName ¶

func (o *PAMLocalLocalPAMEntryCreateRequest) SetSecretName(v string)

SetSecretName sets field value

func (*PAMLocalLocalPAMEntryCreateRequest) SetSecretValue ¶

func (o *PAMLocalLocalPAMEntryCreateRequest) SetSecretValue(v string)

SetSecretValue sets field value

func (PAMLocalLocalPAMEntryCreateRequest) ToMap ¶

func (o PAMLocalLocalPAMEntryCreateRequest) ToMap() (map[string]interface{}, error)

func (*PAMLocalLocalPAMEntryCreateRequest) UnsetDescription ¶

func (o *PAMLocalLocalPAMEntryCreateRequest) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

type PAMLocalLocalPAMEntryResponse ¶

type PAMLocalLocalPAMEntryResponse struct {
	ProviderId  *int32         `json:"ProviderId,omitempty"`
	SecretName  NullableString `json:"SecretName,omitempty"`
	Description NullableString `json:"Description,omitempty"`
}

PAMLocalLocalPAMEntryResponse struct for PAMLocalLocalPAMEntryResponse

func NewPAMLocalLocalPAMEntryResponse ¶

func NewPAMLocalLocalPAMEntryResponse() *PAMLocalLocalPAMEntryResponse

NewPAMLocalLocalPAMEntryResponse instantiates a new PAMLocalLocalPAMEntryResponse 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 NewPAMLocalLocalPAMEntryResponseWithDefaults ¶

func NewPAMLocalLocalPAMEntryResponseWithDefaults() *PAMLocalLocalPAMEntryResponse

NewPAMLocalLocalPAMEntryResponseWithDefaults instantiates a new PAMLocalLocalPAMEntryResponse 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 (*PAMLocalLocalPAMEntryResponse) GetDescription ¶

func (o *PAMLocalLocalPAMEntryResponse) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PAMLocalLocalPAMEntryResponse) GetDescriptionOk ¶

func (o *PAMLocalLocalPAMEntryResponse) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PAMLocalLocalPAMEntryResponse) GetProviderId ¶

func (o *PAMLocalLocalPAMEntryResponse) GetProviderId() int32

GetProviderId returns the ProviderId field value if set, zero value otherwise.

func (*PAMLocalLocalPAMEntryResponse) GetProviderIdOk ¶

func (o *PAMLocalLocalPAMEntryResponse) GetProviderIdOk() (*int32, bool)

GetProviderIdOk returns a tuple with the ProviderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PAMLocalLocalPAMEntryResponse) GetSecretName ¶

func (o *PAMLocalLocalPAMEntryResponse) GetSecretName() string

GetSecretName returns the SecretName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PAMLocalLocalPAMEntryResponse) GetSecretNameOk ¶

func (o *PAMLocalLocalPAMEntryResponse) GetSecretNameOk() (*string, bool)

GetSecretNameOk returns a tuple with the SecretName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PAMLocalLocalPAMEntryResponse) HasDescription ¶

func (o *PAMLocalLocalPAMEntryResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*PAMLocalLocalPAMEntryResponse) HasProviderId ¶

func (o *PAMLocalLocalPAMEntryResponse) HasProviderId() bool

HasProviderId returns a boolean if a field has been set.

func (*PAMLocalLocalPAMEntryResponse) HasSecretName ¶

func (o *PAMLocalLocalPAMEntryResponse) HasSecretName() bool

HasSecretName returns a boolean if a field has been set.

func (PAMLocalLocalPAMEntryResponse) MarshalJSON ¶

func (o PAMLocalLocalPAMEntryResponse) MarshalJSON() ([]byte, error)

func (*PAMLocalLocalPAMEntryResponse) SetDescription ¶

func (o *PAMLocalLocalPAMEntryResponse) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*PAMLocalLocalPAMEntryResponse) SetDescriptionNil ¶

func (o *PAMLocalLocalPAMEntryResponse) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*PAMLocalLocalPAMEntryResponse) SetProviderId ¶

func (o *PAMLocalLocalPAMEntryResponse) SetProviderId(v int32)

SetProviderId gets a reference to the given int32 and assigns it to the ProviderId field.

func (*PAMLocalLocalPAMEntryResponse) SetSecretName ¶

func (o *PAMLocalLocalPAMEntryResponse) SetSecretName(v string)

SetSecretName gets a reference to the given NullableString and assigns it to the SecretName field.

func (*PAMLocalLocalPAMEntryResponse) SetSecretNameNil ¶

func (o *PAMLocalLocalPAMEntryResponse) SetSecretNameNil()

SetSecretNameNil sets the value for SecretName to be an explicit nil

func (PAMLocalLocalPAMEntryResponse) ToMap ¶

func (o PAMLocalLocalPAMEntryResponse) ToMap() (map[string]interface{}, error)

func (*PAMLocalLocalPAMEntryResponse) UnsetDescription ¶

func (o *PAMLocalLocalPAMEntryResponse) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

func (*PAMLocalLocalPAMEntryResponse) UnsetSecretName ¶

func (o *PAMLocalLocalPAMEntryResponse) UnsetSecretName()

UnsetSecretName ensures that no value is present for SecretName, not even an explicit nil

type PAMLocalLocalPAMEntryUpdateRequest ¶

type PAMLocalLocalPAMEntryUpdateRequest struct {
	SecretName  string         `json:"SecretName"`
	Description NullableString `json:"Description,omitempty"`
	SecretValue string         `json:"SecretValue"`
}

PAMLocalLocalPAMEntryUpdateRequest struct for PAMLocalLocalPAMEntryUpdateRequest

func NewPAMLocalLocalPAMEntryUpdateRequest ¶

func NewPAMLocalLocalPAMEntryUpdateRequest(secretName string, secretValue string) *PAMLocalLocalPAMEntryUpdateRequest

NewPAMLocalLocalPAMEntryUpdateRequest instantiates a new PAMLocalLocalPAMEntryUpdateRequest 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 NewPAMLocalLocalPAMEntryUpdateRequestWithDefaults ¶

func NewPAMLocalLocalPAMEntryUpdateRequestWithDefaults() *PAMLocalLocalPAMEntryUpdateRequest

NewPAMLocalLocalPAMEntryUpdateRequestWithDefaults instantiates a new PAMLocalLocalPAMEntryUpdateRequest 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 (*PAMLocalLocalPAMEntryUpdateRequest) GetDescription ¶

func (o *PAMLocalLocalPAMEntryUpdateRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PAMLocalLocalPAMEntryUpdateRequest) GetDescriptionOk ¶

func (o *PAMLocalLocalPAMEntryUpdateRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PAMLocalLocalPAMEntryUpdateRequest) GetSecretName ¶

func (o *PAMLocalLocalPAMEntryUpdateRequest) GetSecretName() string

GetSecretName returns the SecretName field value

func (*PAMLocalLocalPAMEntryUpdateRequest) GetSecretNameOk ¶

func (o *PAMLocalLocalPAMEntryUpdateRequest) GetSecretNameOk() (*string, bool)

GetSecretNameOk returns a tuple with the SecretName field value and a boolean to check if the value has been set.

func (*PAMLocalLocalPAMEntryUpdateRequest) GetSecretValue ¶

func (o *PAMLocalLocalPAMEntryUpdateRequest) GetSecretValue() string

GetSecretValue returns the SecretValue field value

func (*PAMLocalLocalPAMEntryUpdateRequest) GetSecretValueOk ¶

func (o *PAMLocalLocalPAMEntryUpdateRequest) GetSecretValueOk() (*string, bool)

GetSecretValueOk returns a tuple with the SecretValue field value and a boolean to check if the value has been set.

func (*PAMLocalLocalPAMEntryUpdateRequest) HasDescription ¶

func (o *PAMLocalLocalPAMEntryUpdateRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (PAMLocalLocalPAMEntryUpdateRequest) MarshalJSON ¶

func (o PAMLocalLocalPAMEntryUpdateRequest) MarshalJSON() ([]byte, error)

func (*PAMLocalLocalPAMEntryUpdateRequest) SetDescription ¶

func (o *PAMLocalLocalPAMEntryUpdateRequest) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*PAMLocalLocalPAMEntryUpdateRequest) SetDescriptionNil ¶

func (o *PAMLocalLocalPAMEntryUpdateRequest) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*PAMLocalLocalPAMEntryUpdateRequest) SetSecretName ¶

func (o *PAMLocalLocalPAMEntryUpdateRequest) SetSecretName(v string)

SetSecretName sets field value

func (*PAMLocalLocalPAMEntryUpdateRequest) SetSecretValue ¶

func (o *PAMLocalLocalPAMEntryUpdateRequest) SetSecretValue(v string)

SetSecretValue sets field value

func (PAMLocalLocalPAMEntryUpdateRequest) ToMap ¶

func (o PAMLocalLocalPAMEntryUpdateRequest) ToMap() (map[string]interface{}, error)

func (*PAMLocalLocalPAMEntryUpdateRequest) UnsetDescription ¶

func (o *PAMLocalLocalPAMEntryUpdateRequest) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

type PAMPamProviderTypeParamValueResponse ¶

type PAMPamProviderTypeParamValueResponse struct {
	Id                *int32                            `json:"Id,omitempty"`
	Value             NullableString                    `json:"Value,omitempty"`
	InstanceId        NullableInt32                     `json:"InstanceId,omitempty"`
	InstanceGuid      NullableString                    `json:"InstanceGuid,omitempty"`
	ProviderTypeParam *PAMProviderTypeParameterResponse `json:"ProviderTypeParam,omitempty"`
}

PAMPamProviderTypeParamValueResponse struct for PAMPamProviderTypeParamValueResponse

func NewPAMPamProviderTypeParamValueResponse ¶

func NewPAMPamProviderTypeParamValueResponse() *PAMPamProviderTypeParamValueResponse

NewPAMPamProviderTypeParamValueResponse instantiates a new PAMPamProviderTypeParamValueResponse 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 NewPAMPamProviderTypeParamValueResponseWithDefaults ¶

func NewPAMPamProviderTypeParamValueResponseWithDefaults() *PAMPamProviderTypeParamValueResponse

NewPAMPamProviderTypeParamValueResponseWithDefaults instantiates a new PAMPamProviderTypeParamValueResponse 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 (*PAMPamProviderTypeParamValueResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*PAMPamProviderTypeParamValueResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PAMPamProviderTypeParamValueResponse) GetInstanceGuid ¶

func (o *PAMPamProviderTypeParamValueResponse) GetInstanceGuid() string

GetInstanceGuid returns the InstanceGuid field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PAMPamProviderTypeParamValueResponse) GetInstanceGuidOk ¶

func (o *PAMPamProviderTypeParamValueResponse) GetInstanceGuidOk() (*string, bool)

GetInstanceGuidOk returns a tuple with the InstanceGuid field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PAMPamProviderTypeParamValueResponse) GetInstanceId ¶

func (o *PAMPamProviderTypeParamValueResponse) GetInstanceId() int32

GetInstanceId returns the InstanceId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PAMPamProviderTypeParamValueResponse) GetInstanceIdOk ¶

func (o *PAMPamProviderTypeParamValueResponse) GetInstanceIdOk() (*int32, bool)

GetInstanceIdOk returns a tuple with the InstanceId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PAMPamProviderTypeParamValueResponse) GetProviderTypeParam ¶

GetProviderTypeParam returns the ProviderTypeParam field value if set, zero value otherwise.

func (*PAMPamProviderTypeParamValueResponse) GetProviderTypeParamOk ¶

GetProviderTypeParamOk returns a tuple with the ProviderTypeParam field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PAMPamProviderTypeParamValueResponse) GetValue ¶

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PAMPamProviderTypeParamValueResponse) GetValueOk ¶

func (o *PAMPamProviderTypeParamValueResponse) GetValueOk() (*string, bool)

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PAMPamProviderTypeParamValueResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*PAMPamProviderTypeParamValueResponse) HasInstanceGuid ¶

func (o *PAMPamProviderTypeParamValueResponse) HasInstanceGuid() bool

HasInstanceGuid returns a boolean if a field has been set.

func (*PAMPamProviderTypeParamValueResponse) HasInstanceId ¶

func (o *PAMPamProviderTypeParamValueResponse) HasInstanceId() bool

HasInstanceId returns a boolean if a field has been set.

func (*PAMPamProviderTypeParamValueResponse) HasProviderTypeParam ¶

func (o *PAMPamProviderTypeParamValueResponse) HasProviderTypeParam() bool

HasProviderTypeParam returns a boolean if a field has been set.

func (*PAMPamProviderTypeParamValueResponse) HasValue ¶

HasValue returns a boolean if a field has been set.

func (PAMPamProviderTypeParamValueResponse) MarshalJSON ¶

func (o PAMPamProviderTypeParamValueResponse) MarshalJSON() ([]byte, error)

func (*PAMPamProviderTypeParamValueResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*PAMPamProviderTypeParamValueResponse) SetInstanceGuid ¶

func (o *PAMPamProviderTypeParamValueResponse) SetInstanceGuid(v string)

SetInstanceGuid gets a reference to the given NullableString and assigns it to the InstanceGuid field.

func (*PAMPamProviderTypeParamValueResponse) SetInstanceGuidNil ¶

func (o *PAMPamProviderTypeParamValueResponse) SetInstanceGuidNil()

SetInstanceGuidNil sets the value for InstanceGuid to be an explicit nil

func (*PAMPamProviderTypeParamValueResponse) SetInstanceId ¶

func (o *PAMPamProviderTypeParamValueResponse) SetInstanceId(v int32)

SetInstanceId gets a reference to the given NullableInt32 and assigns it to the InstanceId field.

func (*PAMPamProviderTypeParamValueResponse) SetInstanceIdNil ¶

func (o *PAMPamProviderTypeParamValueResponse) SetInstanceIdNil()

SetInstanceIdNil sets the value for InstanceId to be an explicit nil

func (*PAMPamProviderTypeParamValueResponse) SetProviderTypeParam ¶

SetProviderTypeParam gets a reference to the given PAMProviderTypeParameterResponse and assigns it to the ProviderTypeParam field.

func (*PAMPamProviderTypeParamValueResponse) SetValue ¶

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*PAMPamProviderTypeParamValueResponse) SetValueNil ¶

func (o *PAMPamProviderTypeParamValueResponse) SetValueNil()

SetValueNil sets the value for Value to be an explicit nil

func (PAMPamProviderTypeParamValueResponse) ToMap ¶

func (o PAMPamProviderTypeParamValueResponse) ToMap() (map[string]interface{}, error)

func (*PAMPamProviderTypeParamValueResponse) UnsetInstanceGuid ¶

func (o *PAMPamProviderTypeParamValueResponse) UnsetInstanceGuid()

UnsetInstanceGuid ensures that no value is present for InstanceGuid, not even an explicit nil

func (*PAMPamProviderTypeParamValueResponse) UnsetInstanceId ¶

func (o *PAMPamProviderTypeParamValueResponse) UnsetInstanceId()

UnsetInstanceId ensures that no value is present for InstanceId, not even an explicit nil

func (*PAMPamProviderTypeParamValueResponse) UnsetValue ¶

func (o *PAMPamProviderTypeParamValueResponse) UnsetValue()

UnsetValue ensures that no value is present for Value, not even an explicit nil

type PAMProviderApiService ¶

type PAMProviderApiService service

PAMProviderApiService PAMProviderApi service

func (*PAMProviderApiService) CreatePamProvidersExecute ¶

Executes the API request V1 POST /PamProviders

@return PAMProviderResponseLegacy

func (*PAMProviderApiService) CreatePamProvidersTypesExecute ¶

Executes the API request V1 POST /PamProviders/Types

@return PAMProviderTypeResponse

func (*PAMProviderApiService) DeletePamProvidersByIdExecute ¶

func (a *PAMProviderApiService) DeletePamProvidersByIdExecute(r ApiDeletePamProvidersByIdRequest) (*http.Response, error)

Executes the API request

func (*PAMProviderApiService) DeletePamProvidersTypesByIdExecute ¶

func (a *PAMProviderApiService) DeletePamProvidersTypesByIdExecute(r ApiDeletePamProvidersTypesByIdRequest) (*http.Response, error)

Executes the API request

func (*PAMProviderApiService) GetPamProvidersByIdExecute ¶

Executes the API request V1 GET /PamProviders/{id}

@return PAMProviderResponseLegacy

func (*PAMProviderApiService) GetPamProvidersExecute ¶

Executes the API request V1 GET /PamProviders

@return []PAMProviderResponseLegacy

func (*PAMProviderApiService) GetPamProvidersTypesExecute ¶

Executes the API request V1 GET /PamProviders/Types

@return []PAMProviderTypeResponse

func (*PAMProviderApiService) NewCreatePamProvidersRequest ¶

func (a *PAMProviderApiService) NewCreatePamProvidersRequest(ctx context.Context) ApiCreatePamProvidersRequest

Creates a new V1 POST /PamProviders request.

CreatePamProviders Creates a new PAM provider with the associated properties ¶

### PAM Provider Data Types ### | Value | Description | |--------------------|---------------------------| | 1 | string | | 2 | secret |

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreatePamProvidersRequest

func (*PAMProviderApiService) NewCreatePamProvidersTypesRequest ¶

func (a *PAMProviderApiService) NewCreatePamProvidersTypesRequest(ctx context.Context) ApiCreatePamProvidersTypesRequest

Creates a new V1 POST /PamProviders/Types request.

CreatePamProvidersTypes Creates a new PAM provider type with the associated properties ¶

### PAM Provider Data Types ### | Value | Description | |--------------------|---------------------------| | 1 | string | | 2 | secret |

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreatePamProvidersTypesRequest

func (*PAMProviderApiService) NewDeletePamProvidersByIdRequest ¶

func (a *PAMProviderApiService) NewDeletePamProvidersByIdRequest(ctx context.Context, id int32) ApiDeletePamProvidersByIdRequest

Creates a new V1 DELETE /PamProviders/{id} request.

DeletePamProvidersById Deletes a PAM Provider

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifier of the PAM provider to be deleted
@return ApiDeletePamProvidersByIdRequest

func (*PAMProviderApiService) NewDeletePamProvidersTypesByIdRequest ¶

func (a *PAMProviderApiService) NewDeletePamProvidersTypesByIdRequest(ctx context.Context, id string) ApiDeletePamProvidersTypesByIdRequest

Creates a new V1 DELETE /PamProviders/Types/{id} request.

DeletePamProvidersTypesById Deletes a PAM provider Type, as long as the PAM type is not currently in use.

### PAM Provider Data Types ### | Value | Description | |--------------------|---------------------------| | CyberArk | string |

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id PAM provider type Id to be used
@return ApiDeletePamProvidersTypesByIdRequest

func (*PAMProviderApiService) NewGetPamProvidersByIdRequest ¶

func (a *PAMProviderApiService) NewGetPamProvidersByIdRequest(ctx context.Context, id int32) ApiGetPamProvidersByIdRequest

Creates a new V1 GET /PamProviders/{id} request.

GetPamProvidersById Returns a single PAM Provider that matches the associated id ¶

### PAM Provider Data Types ### | Value | Description | |--------------------|---------------------------| | 1 | string | | 2 | secret |

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifier of the PAM provider
@return ApiGetPamProvidersByIdRequest

func (*PAMProviderApiService) NewGetPamProvidersRequest ¶

func (a *PAMProviderApiService) NewGetPamProvidersRequest(ctx context.Context) ApiGetPamProvidersRequest

Creates a new V1 GET /PamProviders request.

GetPamProviders Returns all PAM providers according to the provided filter and output parameters ¶

### PAM Provider Data Types ### | Value | Description | |--------------------|---------------------------| | 1 | string | | 2 | secret |

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetPamProvidersRequest

func (*PAMProviderApiService) NewGetPamProvidersTypesRequest ¶

func (a *PAMProviderApiService) NewGetPamProvidersTypesRequest(ctx context.Context) ApiGetPamProvidersTypesRequest

Creates a new V1 GET /PamProviders/Types request.

GetPamProvidersTypes Returns all PAM provider types in the Keyfactor instance ¶

### PAM Provider Data Types ### | Value | Description | |--------------------|---------------------------| | 1 | string | | 2 | secret |

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetPamProvidersTypesRequest

func (*PAMProviderApiService) NewUpdatePamProvidersRequest ¶

func (a *PAMProviderApiService) NewUpdatePamProvidersRequest(ctx context.Context) ApiUpdatePamProvidersRequest

Creates a new V1 PUT /PamProviders request.

UpdatePamProviders Updates an existing PAM provider according to the provided properties ¶

### PAM Provider Data Types ### | Value | Description | |--------------------|---------------------------| | 1 | string | | 2 | secret |

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdatePamProvidersRequest

func (*PAMProviderApiService) UpdatePamProvidersExecute ¶

Executes the API request V1 PUT /PamProviders

@return PAMProviderResponseLegacy

type PAMProviderCreateRequest ¶

type PAMProviderCreateRequest struct {
	Name                    string                                   `json:"Name"`
	Remote                  *bool                                    `json:"Remote,omitempty"`
	Area                    *int32                                   `json:"Area,omitempty"`
	ProviderType            PAMProviderCreateRequestProviderType     `json:"ProviderType"`
	ProviderTypeParamValues []PAMProviderCreateRequestTypeParamValue `json:"ProviderTypeParamValues,omitempty"`
	SecuredAreaId           NullableInt32                            `json:"SecuredAreaId,omitempty"`
}

PAMProviderCreateRequest struct for PAMProviderCreateRequest

func NewPAMProviderCreateRequest ¶

func NewPAMProviderCreateRequest(name string, providerType PAMProviderCreateRequestProviderType) *PAMProviderCreateRequest

NewPAMProviderCreateRequest instantiates a new PAMProviderCreateRequest 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 NewPAMProviderCreateRequestWithDefaults ¶

func NewPAMProviderCreateRequestWithDefaults() *PAMProviderCreateRequest

NewPAMProviderCreateRequestWithDefaults instantiates a new PAMProviderCreateRequest 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 (*PAMProviderCreateRequest) GetArea ¶

func (o *PAMProviderCreateRequest) GetArea() int32

GetArea returns the Area field value if set, zero value otherwise.

func (*PAMProviderCreateRequest) GetAreaOk ¶

func (o *PAMProviderCreateRequest) GetAreaOk() (*int32, bool)

GetAreaOk returns a tuple with the Area field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PAMProviderCreateRequest) GetName ¶

func (o *PAMProviderCreateRequest) GetName() string

GetName returns the Name field value

func (*PAMProviderCreateRequest) GetNameOk ¶

func (o *PAMProviderCreateRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PAMProviderCreateRequest) GetProviderType ¶

GetProviderType returns the ProviderType field value

func (*PAMProviderCreateRequest) GetProviderTypeOk ¶

GetProviderTypeOk returns a tuple with the ProviderType field value and a boolean to check if the value has been set.

func (*PAMProviderCreateRequest) GetProviderTypeParamValues ¶

func (o *PAMProviderCreateRequest) GetProviderTypeParamValues() []PAMProviderCreateRequestTypeParamValue

GetProviderTypeParamValues returns the ProviderTypeParamValues field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PAMProviderCreateRequest) GetProviderTypeParamValuesOk ¶

func (o *PAMProviderCreateRequest) GetProviderTypeParamValuesOk() ([]PAMProviderCreateRequestTypeParamValue, bool)

GetProviderTypeParamValuesOk returns a tuple with the ProviderTypeParamValues field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PAMProviderCreateRequest) GetRemote ¶

func (o *PAMProviderCreateRequest) GetRemote() bool

GetRemote returns the Remote field value if set, zero value otherwise.

func (*PAMProviderCreateRequest) GetRemoteOk ¶

func (o *PAMProviderCreateRequest) GetRemoteOk() (*bool, bool)

GetRemoteOk returns a tuple with the Remote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PAMProviderCreateRequest) GetSecuredAreaId ¶

func (o *PAMProviderCreateRequest) GetSecuredAreaId() int32

GetSecuredAreaId returns the SecuredAreaId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PAMProviderCreateRequest) GetSecuredAreaIdOk ¶

func (o *PAMProviderCreateRequest) GetSecuredAreaIdOk() (*int32, bool)

GetSecuredAreaIdOk returns a tuple with the SecuredAreaId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PAMProviderCreateRequest) HasArea ¶

func (o *PAMProviderCreateRequest) HasArea() bool

HasArea returns a boolean if a field has been set.

func (*PAMProviderCreateRequest) HasProviderTypeParamValues ¶

func (o *PAMProviderCreateRequest) HasProviderTypeParamValues() bool

HasProviderTypeParamValues returns a boolean if a field has been set.

func (*PAMProviderCreateRequest) HasRemote ¶

func (o *PAMProviderCreateRequest) HasRemote() bool

HasRemote returns a boolean if a field has been set.

func (*PAMProviderCreateRequest) HasSecuredAreaId ¶

func (o *PAMProviderCreateRequest) HasSecuredAreaId() bool

HasSecuredAreaId returns a boolean if a field has been set.

func (PAMProviderCreateRequest) MarshalJSON ¶

func (o PAMProviderCreateRequest) MarshalJSON() ([]byte, error)

func (*PAMProviderCreateRequest) SetArea ¶

func (o *PAMProviderCreateRequest) SetArea(v int32)

SetArea gets a reference to the given int32 and assigns it to the Area field.

func (*PAMProviderCreateRequest) SetName ¶

func (o *PAMProviderCreateRequest) SetName(v string)

SetName sets field value

func (*PAMProviderCreateRequest) SetProviderType ¶

SetProviderType sets field value

func (*PAMProviderCreateRequest) SetProviderTypeParamValues ¶

func (o *PAMProviderCreateRequest) SetProviderTypeParamValues(v []PAMProviderCreateRequestTypeParamValue)

SetProviderTypeParamValues gets a reference to the given []PAMProviderCreateRequestTypeParamValue and assigns it to the ProviderTypeParamValues field.

func (*PAMProviderCreateRequest) SetRemote ¶

func (o *PAMProviderCreateRequest) SetRemote(v bool)

SetRemote gets a reference to the given bool and assigns it to the Remote field.

func (*PAMProviderCreateRequest) SetSecuredAreaId ¶

func (o *PAMProviderCreateRequest) SetSecuredAreaId(v int32)

SetSecuredAreaId gets a reference to the given NullableInt32 and assigns it to the SecuredAreaId field.

func (*PAMProviderCreateRequest) SetSecuredAreaIdNil ¶

func (o *PAMProviderCreateRequest) SetSecuredAreaIdNil()

SetSecuredAreaIdNil sets the value for SecuredAreaId to be an explicit nil

func (PAMProviderCreateRequest) ToMap ¶

func (o PAMProviderCreateRequest) ToMap() (map[string]interface{}, error)

func (*PAMProviderCreateRequest) UnsetSecuredAreaId ¶

func (o *PAMProviderCreateRequest) UnsetSecuredAreaId()

UnsetSecuredAreaId ensures that no value is present for SecuredAreaId, not even an explicit nil

type PAMProviderCreateRequestProviderType ¶

type PAMProviderCreateRequestProviderType struct {
	Id *string `json:"Id,omitempty"`
}

PAMProviderCreateRequestProviderType struct for PAMProviderCreateRequestProviderType

func NewPAMProviderCreateRequestProviderType ¶

func NewPAMProviderCreateRequestProviderType() *PAMProviderCreateRequestProviderType

NewPAMProviderCreateRequestProviderType instantiates a new PAMProviderCreateRequestProviderType 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 NewPAMProviderCreateRequestProviderTypeWithDefaults ¶

func NewPAMProviderCreateRequestProviderTypeWithDefaults() *PAMProviderCreateRequestProviderType

NewPAMProviderCreateRequestProviderTypeWithDefaults instantiates a new PAMProviderCreateRequestProviderType 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 (*PAMProviderCreateRequestProviderType) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*PAMProviderCreateRequestProviderType) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PAMProviderCreateRequestProviderType) HasId ¶

HasId returns a boolean if a field has been set.

func (PAMProviderCreateRequestProviderType) MarshalJSON ¶

func (o PAMProviderCreateRequestProviderType) MarshalJSON() ([]byte, error)

func (*PAMProviderCreateRequestProviderType) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (PAMProviderCreateRequestProviderType) ToMap ¶

func (o PAMProviderCreateRequestProviderType) ToMap() (map[string]interface{}, error)

type PAMProviderCreateRequestProviderTypeParam ¶

type PAMProviderCreateRequestProviderTypeParam struct {
	Id            *int32         `json:"Id,omitempty"`
	Name          NullableString `json:"Name,omitempty"`
	DisplayName   NullableString `json:"DisplayName,omitempty"`
	InstanceLevel *bool          `json:"InstanceLevel,omitempty"`
}

PAMProviderCreateRequestProviderTypeParam struct for PAMProviderCreateRequestProviderTypeParam

func NewPAMProviderCreateRequestProviderTypeParam ¶

func NewPAMProviderCreateRequestProviderTypeParam() *PAMProviderCreateRequestProviderTypeParam

NewPAMProviderCreateRequestProviderTypeParam instantiates a new PAMProviderCreateRequestProviderTypeParam 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 NewPAMProviderCreateRequestProviderTypeParamWithDefaults ¶

func NewPAMProviderCreateRequestProviderTypeParamWithDefaults() *PAMProviderCreateRequestProviderTypeParam

NewPAMProviderCreateRequestProviderTypeParamWithDefaults instantiates a new PAMProviderCreateRequestProviderTypeParam 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 (*PAMProviderCreateRequestProviderTypeParam) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PAMProviderCreateRequestProviderTypeParam) GetDisplayNameOk ¶

func (o *PAMProviderCreateRequestProviderTypeParam) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PAMProviderCreateRequestProviderTypeParam) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*PAMProviderCreateRequestProviderTypeParam) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PAMProviderCreateRequestProviderTypeParam) GetInstanceLevel ¶

func (o *PAMProviderCreateRequestProviderTypeParam) GetInstanceLevel() bool

GetInstanceLevel returns the InstanceLevel field value if set, zero value otherwise.

func (*PAMProviderCreateRequestProviderTypeParam) GetInstanceLevelOk ¶

func (o *PAMProviderCreateRequestProviderTypeParam) GetInstanceLevelOk() (*bool, bool)

GetInstanceLevelOk returns a tuple with the InstanceLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PAMProviderCreateRequestProviderTypeParam) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PAMProviderCreateRequestProviderTypeParam) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PAMProviderCreateRequestProviderTypeParam) HasDisplayName ¶

func (o *PAMProviderCreateRequestProviderTypeParam) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*PAMProviderCreateRequestProviderTypeParam) HasId ¶

HasId returns a boolean if a field has been set.

func (*PAMProviderCreateRequestProviderTypeParam) HasInstanceLevel ¶

func (o *PAMProviderCreateRequestProviderTypeParam) HasInstanceLevel() bool

HasInstanceLevel returns a boolean if a field has been set.

func (*PAMProviderCreateRequestProviderTypeParam) HasName ¶

HasName returns a boolean if a field has been set.

func (PAMProviderCreateRequestProviderTypeParam) MarshalJSON ¶

func (*PAMProviderCreateRequestProviderTypeParam) SetDisplayName ¶

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*PAMProviderCreateRequestProviderTypeParam) SetDisplayNameNil ¶

func (o *PAMProviderCreateRequestProviderTypeParam) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*PAMProviderCreateRequestProviderTypeParam) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*PAMProviderCreateRequestProviderTypeParam) SetInstanceLevel ¶

func (o *PAMProviderCreateRequestProviderTypeParam) SetInstanceLevel(v bool)

SetInstanceLevel gets a reference to the given bool and assigns it to the InstanceLevel field.

func (*PAMProviderCreateRequestProviderTypeParam) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*PAMProviderCreateRequestProviderTypeParam) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (PAMProviderCreateRequestProviderTypeParam) ToMap ¶

func (o PAMProviderCreateRequestProviderTypeParam) ToMap() (map[string]interface{}, error)

func (*PAMProviderCreateRequestProviderTypeParam) UnsetDisplayName ¶

func (o *PAMProviderCreateRequestProviderTypeParam) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*PAMProviderCreateRequestProviderTypeParam) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type PAMProviderCreateRequestTypeParamValue ¶

type PAMProviderCreateRequestTypeParamValue struct {
	Id                *int32                                     `json:"Id,omitempty"`
	Value             NullableString                             `json:"Value,omitempty"`
	InstanceId        NullableInt32                              `json:"InstanceId,omitempty"`
	InstanceGuid      NullableString                             `json:"InstanceGuid,omitempty"`
	ProviderTypeParam *PAMProviderCreateRequestProviderTypeParam `json:"ProviderTypeParam,omitempty"`
}

PAMProviderCreateRequestTypeParamValue struct for PAMProviderCreateRequestTypeParamValue

func NewPAMProviderCreateRequestTypeParamValue ¶

func NewPAMProviderCreateRequestTypeParamValue() *PAMProviderCreateRequestTypeParamValue

NewPAMProviderCreateRequestTypeParamValue instantiates a new PAMProviderCreateRequestTypeParamValue 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 NewPAMProviderCreateRequestTypeParamValueWithDefaults ¶

func NewPAMProviderCreateRequestTypeParamValueWithDefaults() *PAMProviderCreateRequestTypeParamValue

NewPAMProviderCreateRequestTypeParamValueWithDefaults instantiates a new PAMProviderCreateRequestTypeParamValue 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 (*PAMProviderCreateRequestTypeParamValue) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*PAMProviderCreateRequestTypeParamValue) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PAMProviderCreateRequestTypeParamValue) GetInstanceGuid ¶

func (o *PAMProviderCreateRequestTypeParamValue) GetInstanceGuid() string

GetInstanceGuid returns the InstanceGuid field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PAMProviderCreateRequestTypeParamValue) GetInstanceGuidOk ¶

func (o *PAMProviderCreateRequestTypeParamValue) GetInstanceGuidOk() (*string, bool)

GetInstanceGuidOk returns a tuple with the InstanceGuid field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PAMProviderCreateRequestTypeParamValue) GetInstanceId ¶

func (o *PAMProviderCreateRequestTypeParamValue) GetInstanceId() int32

GetInstanceId returns the InstanceId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PAMProviderCreateRequestTypeParamValue) GetInstanceIdOk ¶

func (o *PAMProviderCreateRequestTypeParamValue) GetInstanceIdOk() (*int32, bool)

GetInstanceIdOk returns a tuple with the InstanceId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PAMProviderCreateRequestTypeParamValue) GetProviderTypeParam ¶

GetProviderTypeParam returns the ProviderTypeParam field value if set, zero value otherwise.

func (*PAMProviderCreateRequestTypeParamValue) GetProviderTypeParamOk ¶

GetProviderTypeParamOk returns a tuple with the ProviderTypeParam field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PAMProviderCreateRequestTypeParamValue) GetValue ¶

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PAMProviderCreateRequestTypeParamValue) GetValueOk ¶

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PAMProviderCreateRequestTypeParamValue) HasId ¶

HasId returns a boolean if a field has been set.

func (*PAMProviderCreateRequestTypeParamValue) HasInstanceGuid ¶

func (o *PAMProviderCreateRequestTypeParamValue) HasInstanceGuid() bool

HasInstanceGuid returns a boolean if a field has been set.

func (*PAMProviderCreateRequestTypeParamValue) HasInstanceId ¶

func (o *PAMProviderCreateRequestTypeParamValue) HasInstanceId() bool

HasInstanceId returns a boolean if a field has been set.

func (*PAMProviderCreateRequestTypeParamValue) HasProviderTypeParam ¶

func (o *PAMProviderCreateRequestTypeParamValue) HasProviderTypeParam() bool

HasProviderTypeParam returns a boolean if a field has been set.

func (*PAMProviderCreateRequestTypeParamValue) HasValue ¶

HasValue returns a boolean if a field has been set.

func (PAMProviderCreateRequestTypeParamValue) MarshalJSON ¶

func (o PAMProviderCreateRequestTypeParamValue) MarshalJSON() ([]byte, error)

func (*PAMProviderCreateRequestTypeParamValue) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*PAMProviderCreateRequestTypeParamValue) SetInstanceGuid ¶

func (o *PAMProviderCreateRequestTypeParamValue) SetInstanceGuid(v string)

SetInstanceGuid gets a reference to the given NullableString and assigns it to the InstanceGuid field.

func (*PAMProviderCreateRequestTypeParamValue) SetInstanceGuidNil ¶

func (o *PAMProviderCreateRequestTypeParamValue) SetInstanceGuidNil()

SetInstanceGuidNil sets the value for InstanceGuid to be an explicit nil

func (*PAMProviderCreateRequestTypeParamValue) SetInstanceId ¶

func (o *PAMProviderCreateRequestTypeParamValue) SetInstanceId(v int32)

SetInstanceId gets a reference to the given NullableInt32 and assigns it to the InstanceId field.

func (*PAMProviderCreateRequestTypeParamValue) SetInstanceIdNil ¶

func (o *PAMProviderCreateRequestTypeParamValue) SetInstanceIdNil()

SetInstanceIdNil sets the value for InstanceId to be an explicit nil

func (*PAMProviderCreateRequestTypeParamValue) SetProviderTypeParam ¶

SetProviderTypeParam gets a reference to the given PAMProviderCreateRequestProviderTypeParam and assigns it to the ProviderTypeParam field.

func (*PAMProviderCreateRequestTypeParamValue) SetValue ¶

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*PAMProviderCreateRequestTypeParamValue) SetValueNil ¶

func (o *PAMProviderCreateRequestTypeParamValue) SetValueNil()

SetValueNil sets the value for Value to be an explicit nil

func (PAMProviderCreateRequestTypeParamValue) ToMap ¶

func (o PAMProviderCreateRequestTypeParamValue) ToMap() (map[string]interface{}, error)

func (*PAMProviderCreateRequestTypeParamValue) UnsetInstanceGuid ¶

func (o *PAMProviderCreateRequestTypeParamValue) UnsetInstanceGuid()

UnsetInstanceGuid ensures that no value is present for InstanceGuid, not even an explicit nil

func (*PAMProviderCreateRequestTypeParamValue) UnsetInstanceId ¶

func (o *PAMProviderCreateRequestTypeParamValue) UnsetInstanceId()

UnsetInstanceId ensures that no value is present for InstanceId, not even an explicit nil

func (*PAMProviderCreateRequestTypeParamValue) UnsetValue ¶

UnsetValue ensures that no value is present for Value, not even an explicit nil

type PAMProviderResponseLegacy ¶

type PAMProviderResponseLegacy struct {
	Id                      *int32                                 `json:"Id,omitempty"`
	Name                    NullableString                         `json:"Name,omitempty"`
	Area                    *int32                                 `json:"Area,omitempty"`
	ProviderType            *CSSCMSDataModelModelsProviderType     `json:"ProviderType,omitempty"`
	ProviderTypeParamValues []PAMPamProviderTypeParamValueResponse `json:"ProviderTypeParamValues,omitempty"`
	SecuredAreaId           NullableInt32                          `json:"SecuredAreaId,omitempty"`
	Remote                  *bool                                  `json:"Remote,omitempty"`
}

PAMProviderResponseLegacy struct for PAMProviderResponseLegacy

func NewPAMProviderResponseLegacy ¶

func NewPAMProviderResponseLegacy() *PAMProviderResponseLegacy

NewPAMProviderResponseLegacy instantiates a new PAMProviderResponseLegacy 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 NewPAMProviderResponseLegacyWithDefaults ¶

func NewPAMProviderResponseLegacyWithDefaults() *PAMProviderResponseLegacy

NewPAMProviderResponseLegacyWithDefaults instantiates a new PAMProviderResponseLegacy 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 (*PAMProviderResponseLegacy) GetArea ¶

func (o *PAMProviderResponseLegacy) GetArea() int32

GetArea returns the Area field value if set, zero value otherwise.

func (*PAMProviderResponseLegacy) GetAreaOk ¶

func (o *PAMProviderResponseLegacy) GetAreaOk() (*int32, bool)

GetAreaOk returns a tuple with the Area field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PAMProviderResponseLegacy) GetId ¶

func (o *PAMProviderResponseLegacy) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*PAMProviderResponseLegacy) GetIdOk ¶

func (o *PAMProviderResponseLegacy) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PAMProviderResponseLegacy) GetName ¶

func (o *PAMProviderResponseLegacy) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PAMProviderResponseLegacy) GetNameOk ¶

func (o *PAMProviderResponseLegacy) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PAMProviderResponseLegacy) GetProviderType ¶

GetProviderType returns the ProviderType field value if set, zero value otherwise.

func (*PAMProviderResponseLegacy) GetProviderTypeOk ¶

GetProviderTypeOk returns a tuple with the ProviderType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PAMProviderResponseLegacy) GetProviderTypeParamValues ¶

func (o *PAMProviderResponseLegacy) GetProviderTypeParamValues() []PAMPamProviderTypeParamValueResponse

GetProviderTypeParamValues returns the ProviderTypeParamValues field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PAMProviderResponseLegacy) GetProviderTypeParamValuesOk ¶

func (o *PAMProviderResponseLegacy) GetProviderTypeParamValuesOk() ([]PAMPamProviderTypeParamValueResponse, bool)

GetProviderTypeParamValuesOk returns a tuple with the ProviderTypeParamValues field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PAMProviderResponseLegacy) GetRemote ¶

func (o *PAMProviderResponseLegacy) GetRemote() bool

GetRemote returns the Remote field value if set, zero value otherwise.

func (*PAMProviderResponseLegacy) GetRemoteOk ¶

func (o *PAMProviderResponseLegacy) GetRemoteOk() (*bool, bool)

GetRemoteOk returns a tuple with the Remote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PAMProviderResponseLegacy) GetSecuredAreaId ¶

func (o *PAMProviderResponseLegacy) GetSecuredAreaId() int32

GetSecuredAreaId returns the SecuredAreaId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PAMProviderResponseLegacy) GetSecuredAreaIdOk ¶

func (o *PAMProviderResponseLegacy) GetSecuredAreaIdOk() (*int32, bool)

GetSecuredAreaIdOk returns a tuple with the SecuredAreaId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PAMProviderResponseLegacy) HasArea ¶

func (o *PAMProviderResponseLegacy) HasArea() bool

HasArea returns a boolean if a field has been set.

func (*PAMProviderResponseLegacy) HasId ¶

func (o *PAMProviderResponseLegacy) HasId() bool

HasId returns a boolean if a field has been set.

func (*PAMProviderResponseLegacy) HasName ¶

func (o *PAMProviderResponseLegacy) HasName() bool

HasName returns a boolean if a field has been set.

func (*PAMProviderResponseLegacy) HasProviderType ¶

func (o *PAMProviderResponseLegacy) HasProviderType() bool

HasProviderType returns a boolean if a field has been set.

func (*PAMProviderResponseLegacy) HasProviderTypeParamValues ¶

func (o *PAMProviderResponseLegacy) HasProviderTypeParamValues() bool

HasProviderTypeParamValues returns a boolean if a field has been set.

func (*PAMProviderResponseLegacy) HasRemote ¶

func (o *PAMProviderResponseLegacy) HasRemote() bool

HasRemote returns a boolean if a field has been set.

func (*PAMProviderResponseLegacy) HasSecuredAreaId ¶

func (o *PAMProviderResponseLegacy) HasSecuredAreaId() bool

HasSecuredAreaId returns a boolean if a field has been set.

func (PAMProviderResponseLegacy) MarshalJSON ¶

func (o PAMProviderResponseLegacy) MarshalJSON() ([]byte, error)

func (*PAMProviderResponseLegacy) SetArea ¶

func (o *PAMProviderResponseLegacy) SetArea(v int32)

SetArea gets a reference to the given int32 and assigns it to the Area field.

func (*PAMProviderResponseLegacy) SetId ¶

func (o *PAMProviderResponseLegacy) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*PAMProviderResponseLegacy) SetName ¶

func (o *PAMProviderResponseLegacy) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*PAMProviderResponseLegacy) SetNameNil ¶

func (o *PAMProviderResponseLegacy) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*PAMProviderResponseLegacy) SetProviderType ¶

SetProviderType gets a reference to the given CSSCMSDataModelModelsProviderType and assigns it to the ProviderType field.

func (*PAMProviderResponseLegacy) SetProviderTypeParamValues ¶

func (o *PAMProviderResponseLegacy) SetProviderTypeParamValues(v []PAMPamProviderTypeParamValueResponse)

SetProviderTypeParamValues gets a reference to the given []PAMPamProviderTypeParamValueResponse and assigns it to the ProviderTypeParamValues field.

func (*PAMProviderResponseLegacy) SetRemote ¶

func (o *PAMProviderResponseLegacy) SetRemote(v bool)

SetRemote gets a reference to the given bool and assigns it to the Remote field.

func (*PAMProviderResponseLegacy) SetSecuredAreaId ¶

func (o *PAMProviderResponseLegacy) SetSecuredAreaId(v int32)

SetSecuredAreaId gets a reference to the given NullableInt32 and assigns it to the SecuredAreaId field.

func (*PAMProviderResponseLegacy) SetSecuredAreaIdNil ¶

func (o *PAMProviderResponseLegacy) SetSecuredAreaIdNil()

SetSecuredAreaIdNil sets the value for SecuredAreaId to be an explicit nil

func (PAMProviderResponseLegacy) ToMap ¶

func (o PAMProviderResponseLegacy) ToMap() (map[string]interface{}, error)

func (*PAMProviderResponseLegacy) UnsetName ¶

func (o *PAMProviderResponseLegacy) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*PAMProviderResponseLegacy) UnsetSecuredAreaId ¶

func (o *PAMProviderResponseLegacy) UnsetSecuredAreaId()

UnsetSecuredAreaId ensures that no value is present for SecuredAreaId, not even an explicit nil

type PAMProviderTypeCreateRequest ¶

type PAMProviderTypeCreateRequest struct {
	Name       string                                  `json:"Name"`
	Parameters []PAMProviderTypeParameterCreateRequest `json:"Parameters,omitempty"`
}

PAMProviderTypeCreateRequest struct for PAMProviderTypeCreateRequest

func NewPAMProviderTypeCreateRequest ¶

func NewPAMProviderTypeCreateRequest(name string) *PAMProviderTypeCreateRequest

NewPAMProviderTypeCreateRequest instantiates a new PAMProviderTypeCreateRequest 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 NewPAMProviderTypeCreateRequestWithDefaults ¶

func NewPAMProviderTypeCreateRequestWithDefaults() *PAMProviderTypeCreateRequest

NewPAMProviderTypeCreateRequestWithDefaults instantiates a new PAMProviderTypeCreateRequest 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 (*PAMProviderTypeCreateRequest) GetName ¶

func (o *PAMProviderTypeCreateRequest) GetName() string

GetName returns the Name field value

func (*PAMProviderTypeCreateRequest) GetNameOk ¶

func (o *PAMProviderTypeCreateRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PAMProviderTypeCreateRequest) GetParameters ¶

GetParameters returns the Parameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PAMProviderTypeCreateRequest) GetParametersOk ¶

GetParametersOk returns a tuple with the Parameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PAMProviderTypeCreateRequest) HasParameters ¶

func (o *PAMProviderTypeCreateRequest) HasParameters() bool

HasParameters returns a boolean if a field has been set.

func (PAMProviderTypeCreateRequest) MarshalJSON ¶

func (o PAMProviderTypeCreateRequest) MarshalJSON() ([]byte, error)

func (*PAMProviderTypeCreateRequest) SetName ¶

func (o *PAMProviderTypeCreateRequest) SetName(v string)

SetName sets field value

func (*PAMProviderTypeCreateRequest) SetParameters ¶

SetParameters gets a reference to the given []PAMProviderTypeParameterCreateRequest and assigns it to the Parameters field.

func (PAMProviderTypeCreateRequest) ToMap ¶

func (o PAMProviderTypeCreateRequest) ToMap() (map[string]interface{}, error)

type PAMProviderTypeParameterCreateRequest ¶

type PAMProviderTypeParameterCreateRequest struct {
	Name          string                                    `json:"Name"`
	DisplayName   NullableString                            `json:"DisplayName,omitempty"`
	DataType      *CSSCMSDataModelEnumsPamParameterDataType `json:"DataType,omitempty"`
	InstanceLevel *bool                                     `json:"InstanceLevel,omitempty"`
}

PAMProviderTypeParameterCreateRequest struct for PAMProviderTypeParameterCreateRequest

func NewPAMProviderTypeParameterCreateRequest ¶

func NewPAMProviderTypeParameterCreateRequest(name string) *PAMProviderTypeParameterCreateRequest

NewPAMProviderTypeParameterCreateRequest instantiates a new PAMProviderTypeParameterCreateRequest 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 NewPAMProviderTypeParameterCreateRequestWithDefaults ¶

func NewPAMProviderTypeParameterCreateRequestWithDefaults() *PAMProviderTypeParameterCreateRequest

NewPAMProviderTypeParameterCreateRequestWithDefaults instantiates a new PAMProviderTypeParameterCreateRequest 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 (*PAMProviderTypeParameterCreateRequest) GetDataType ¶

GetDataType returns the DataType field value if set, zero value otherwise.

func (*PAMProviderTypeParameterCreateRequest) GetDataTypeOk ¶

GetDataTypeOk returns a tuple with the DataType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PAMProviderTypeParameterCreateRequest) GetDisplayName ¶

func (o *PAMProviderTypeParameterCreateRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PAMProviderTypeParameterCreateRequest) GetDisplayNameOk ¶

func (o *PAMProviderTypeParameterCreateRequest) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PAMProviderTypeParameterCreateRequest) GetInstanceLevel ¶

func (o *PAMProviderTypeParameterCreateRequest) GetInstanceLevel() bool

GetInstanceLevel returns the InstanceLevel field value if set, zero value otherwise.

func (*PAMProviderTypeParameterCreateRequest) GetInstanceLevelOk ¶

func (o *PAMProviderTypeParameterCreateRequest) GetInstanceLevelOk() (*bool, bool)

GetInstanceLevelOk returns a tuple with the InstanceLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PAMProviderTypeParameterCreateRequest) GetName ¶

GetName returns the Name field value

func (*PAMProviderTypeParameterCreateRequest) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PAMProviderTypeParameterCreateRequest) HasDataType ¶

HasDataType returns a boolean if a field has been set.

func (*PAMProviderTypeParameterCreateRequest) HasDisplayName ¶

func (o *PAMProviderTypeParameterCreateRequest) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*PAMProviderTypeParameterCreateRequest) HasInstanceLevel ¶

func (o *PAMProviderTypeParameterCreateRequest) HasInstanceLevel() bool

HasInstanceLevel returns a boolean if a field has been set.

func (PAMProviderTypeParameterCreateRequest) MarshalJSON ¶

func (o PAMProviderTypeParameterCreateRequest) MarshalJSON() ([]byte, error)

func (*PAMProviderTypeParameterCreateRequest) SetDataType ¶

SetDataType gets a reference to the given CSSCMSDataModelEnumsPamParameterDataType and assigns it to the DataType field.

func (*PAMProviderTypeParameterCreateRequest) SetDisplayName ¶

func (o *PAMProviderTypeParameterCreateRequest) SetDisplayName(v string)

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*PAMProviderTypeParameterCreateRequest) SetDisplayNameNil ¶

func (o *PAMProviderTypeParameterCreateRequest) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*PAMProviderTypeParameterCreateRequest) SetInstanceLevel ¶

func (o *PAMProviderTypeParameterCreateRequest) SetInstanceLevel(v bool)

SetInstanceLevel gets a reference to the given bool and assigns it to the InstanceLevel field.

func (*PAMProviderTypeParameterCreateRequest) SetName ¶

SetName sets field value

func (PAMProviderTypeParameterCreateRequest) ToMap ¶

func (o PAMProviderTypeParameterCreateRequest) ToMap() (map[string]interface{}, error)

func (*PAMProviderTypeParameterCreateRequest) UnsetDisplayName ¶

func (o *PAMProviderTypeParameterCreateRequest) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

type PAMProviderTypeParameterResponse ¶

type PAMProviderTypeParameterResponse struct {
	Id            *int32                                    `json:"Id,omitempty"`
	Name          NullableString                            `json:"Name,omitempty"`
	DisplayName   NullableString                            `json:"DisplayName,omitempty"`
	DataType      *CSSCMSDataModelEnumsPamParameterDataType `json:"DataType,omitempty"`
	InstanceLevel *bool                                     `json:"InstanceLevel,omitempty"`
}

PAMProviderTypeParameterResponse struct for PAMProviderTypeParameterResponse

func NewPAMProviderTypeParameterResponse ¶

func NewPAMProviderTypeParameterResponse() *PAMProviderTypeParameterResponse

NewPAMProviderTypeParameterResponse instantiates a new PAMProviderTypeParameterResponse 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 NewPAMProviderTypeParameterResponseWithDefaults ¶

func NewPAMProviderTypeParameterResponseWithDefaults() *PAMProviderTypeParameterResponse

NewPAMProviderTypeParameterResponseWithDefaults instantiates a new PAMProviderTypeParameterResponse 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 (*PAMProviderTypeParameterResponse) GetDataType ¶

GetDataType returns the DataType field value if set, zero value otherwise.

func (*PAMProviderTypeParameterResponse) GetDataTypeOk ¶

GetDataTypeOk returns a tuple with the DataType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PAMProviderTypeParameterResponse) GetDisplayName ¶

func (o *PAMProviderTypeParameterResponse) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PAMProviderTypeParameterResponse) GetDisplayNameOk ¶

func (o *PAMProviderTypeParameterResponse) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PAMProviderTypeParameterResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*PAMProviderTypeParameterResponse) GetIdOk ¶

func (o *PAMProviderTypeParameterResponse) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PAMProviderTypeParameterResponse) GetInstanceLevel ¶

func (o *PAMProviderTypeParameterResponse) GetInstanceLevel() bool

GetInstanceLevel returns the InstanceLevel field value if set, zero value otherwise.

func (*PAMProviderTypeParameterResponse) GetInstanceLevelOk ¶

func (o *PAMProviderTypeParameterResponse) GetInstanceLevelOk() (*bool, bool)

GetInstanceLevelOk returns a tuple with the InstanceLevel field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PAMProviderTypeParameterResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PAMProviderTypeParameterResponse) GetNameOk ¶

func (o *PAMProviderTypeParameterResponse) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PAMProviderTypeParameterResponse) HasDataType ¶

func (o *PAMProviderTypeParameterResponse) HasDataType() bool

HasDataType returns a boolean if a field has been set.

func (*PAMProviderTypeParameterResponse) HasDisplayName ¶

func (o *PAMProviderTypeParameterResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*PAMProviderTypeParameterResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*PAMProviderTypeParameterResponse) HasInstanceLevel ¶

func (o *PAMProviderTypeParameterResponse) HasInstanceLevel() bool

HasInstanceLevel returns a boolean if a field has been set.

func (*PAMProviderTypeParameterResponse) HasName ¶

HasName returns a boolean if a field has been set.

func (PAMProviderTypeParameterResponse) MarshalJSON ¶

func (o PAMProviderTypeParameterResponse) MarshalJSON() ([]byte, error)

func (*PAMProviderTypeParameterResponse) SetDataType ¶

SetDataType gets a reference to the given CSSCMSDataModelEnumsPamParameterDataType and assigns it to the DataType field.

func (*PAMProviderTypeParameterResponse) SetDisplayName ¶

func (o *PAMProviderTypeParameterResponse) SetDisplayName(v string)

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*PAMProviderTypeParameterResponse) SetDisplayNameNil ¶

func (o *PAMProviderTypeParameterResponse) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*PAMProviderTypeParameterResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*PAMProviderTypeParameterResponse) SetInstanceLevel ¶

func (o *PAMProviderTypeParameterResponse) SetInstanceLevel(v bool)

SetInstanceLevel gets a reference to the given bool and assigns it to the InstanceLevel field.

func (*PAMProviderTypeParameterResponse) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*PAMProviderTypeParameterResponse) SetNameNil ¶

func (o *PAMProviderTypeParameterResponse) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (PAMProviderTypeParameterResponse) ToMap ¶

func (o PAMProviderTypeParameterResponse) ToMap() (map[string]interface{}, error)

func (*PAMProviderTypeParameterResponse) UnsetDisplayName ¶

func (o *PAMProviderTypeParameterResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*PAMProviderTypeParameterResponse) UnsetName ¶

func (o *PAMProviderTypeParameterResponse) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type PAMProviderTypeResponse ¶

type PAMProviderTypeResponse struct {
	Id         *string                            `json:"Id,omitempty"`
	Name       NullableString                     `json:"Name,omitempty"`
	Parameters []PAMProviderTypeParameterResponse `json:"Parameters,omitempty"`
}

PAMProviderTypeResponse struct for PAMProviderTypeResponse

func NewPAMProviderTypeResponse ¶

func NewPAMProviderTypeResponse() *PAMProviderTypeResponse

NewPAMProviderTypeResponse instantiates a new PAMProviderTypeResponse 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 NewPAMProviderTypeResponseWithDefaults ¶

func NewPAMProviderTypeResponseWithDefaults() *PAMProviderTypeResponse

NewPAMProviderTypeResponseWithDefaults instantiates a new PAMProviderTypeResponse 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 (*PAMProviderTypeResponse) GetId ¶

func (o *PAMProviderTypeResponse) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*PAMProviderTypeResponse) GetIdOk ¶

func (o *PAMProviderTypeResponse) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PAMProviderTypeResponse) GetName ¶

func (o *PAMProviderTypeResponse) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PAMProviderTypeResponse) GetNameOk ¶

func (o *PAMProviderTypeResponse) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PAMProviderTypeResponse) GetParameters ¶

GetParameters returns the Parameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PAMProviderTypeResponse) GetParametersOk ¶

GetParametersOk returns a tuple with the Parameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PAMProviderTypeResponse) HasId ¶

func (o *PAMProviderTypeResponse) HasId() bool

HasId returns a boolean if a field has been set.

func (*PAMProviderTypeResponse) HasName ¶

func (o *PAMProviderTypeResponse) HasName() bool

HasName returns a boolean if a field has been set.

func (*PAMProviderTypeResponse) HasParameters ¶

func (o *PAMProviderTypeResponse) HasParameters() bool

HasParameters returns a boolean if a field has been set.

func (PAMProviderTypeResponse) MarshalJSON ¶

func (o PAMProviderTypeResponse) MarshalJSON() ([]byte, error)

func (*PAMProviderTypeResponse) SetId ¶

func (o *PAMProviderTypeResponse) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*PAMProviderTypeResponse) SetName ¶

func (o *PAMProviderTypeResponse) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*PAMProviderTypeResponse) SetNameNil ¶

func (o *PAMProviderTypeResponse) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*PAMProviderTypeResponse) SetParameters ¶

SetParameters gets a reference to the given []PAMProviderTypeParameterResponse and assigns it to the Parameters field.

func (PAMProviderTypeResponse) ToMap ¶

func (o PAMProviderTypeResponse) ToMap() (map[string]interface{}, error)

func (*PAMProviderTypeResponse) UnsetName ¶

func (o *PAMProviderTypeResponse) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type PAMProviderUpdateRequestLegacy ¶

type PAMProviderUpdateRequestLegacy struct {
	Id                      int32                                    `json:"Id"`
	Name                    string                                   `json:"Name"`
	Remote                  *bool                                    `json:"Remote,omitempty"`
	Area                    *int32                                   `json:"Area,omitempty"`
	ProviderType            PAMProviderCreateRequestProviderType     `json:"ProviderType"`
	ProviderTypeParamValues []PAMProviderCreateRequestTypeParamValue `json:"ProviderTypeParamValues,omitempty"`
	SecuredAreaId           NullableInt32                            `json:"SecuredAreaId,omitempty"`
}

PAMProviderUpdateRequestLegacy struct for PAMProviderUpdateRequestLegacy

func NewPAMProviderUpdateRequestLegacy ¶

func NewPAMProviderUpdateRequestLegacy(id int32, name string, providerType PAMProviderCreateRequestProviderType) *PAMProviderUpdateRequestLegacy

NewPAMProviderUpdateRequestLegacy instantiates a new PAMProviderUpdateRequestLegacy 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 NewPAMProviderUpdateRequestLegacyWithDefaults ¶

func NewPAMProviderUpdateRequestLegacyWithDefaults() *PAMProviderUpdateRequestLegacy

NewPAMProviderUpdateRequestLegacyWithDefaults instantiates a new PAMProviderUpdateRequestLegacy 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 (*PAMProviderUpdateRequestLegacy) GetArea ¶

GetArea returns the Area field value if set, zero value otherwise.

func (*PAMProviderUpdateRequestLegacy) GetAreaOk ¶

func (o *PAMProviderUpdateRequestLegacy) GetAreaOk() (*int32, bool)

GetAreaOk returns a tuple with the Area field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PAMProviderUpdateRequestLegacy) GetId ¶

GetId returns the Id field value

func (*PAMProviderUpdateRequestLegacy) GetIdOk ¶

func (o *PAMProviderUpdateRequestLegacy) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*PAMProviderUpdateRequestLegacy) GetName ¶

GetName returns the Name field value

func (*PAMProviderUpdateRequestLegacy) GetNameOk ¶

func (o *PAMProviderUpdateRequestLegacy) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PAMProviderUpdateRequestLegacy) GetProviderType ¶

GetProviderType returns the ProviderType field value

func (*PAMProviderUpdateRequestLegacy) GetProviderTypeOk ¶

GetProviderTypeOk returns a tuple with the ProviderType field value and a boolean to check if the value has been set.

func (*PAMProviderUpdateRequestLegacy) GetProviderTypeParamValues ¶

GetProviderTypeParamValues returns the ProviderTypeParamValues field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PAMProviderUpdateRequestLegacy) GetProviderTypeParamValuesOk ¶

func (o *PAMProviderUpdateRequestLegacy) GetProviderTypeParamValuesOk() ([]PAMProviderCreateRequestTypeParamValue, bool)

GetProviderTypeParamValuesOk returns a tuple with the ProviderTypeParamValues field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PAMProviderUpdateRequestLegacy) GetRemote ¶

func (o *PAMProviderUpdateRequestLegacy) GetRemote() bool

GetRemote returns the Remote field value if set, zero value otherwise.

func (*PAMProviderUpdateRequestLegacy) GetRemoteOk ¶

func (o *PAMProviderUpdateRequestLegacy) GetRemoteOk() (*bool, bool)

GetRemoteOk returns a tuple with the Remote field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PAMProviderUpdateRequestLegacy) GetSecuredAreaId ¶

func (o *PAMProviderUpdateRequestLegacy) GetSecuredAreaId() int32

GetSecuredAreaId returns the SecuredAreaId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PAMProviderUpdateRequestLegacy) GetSecuredAreaIdOk ¶

func (o *PAMProviderUpdateRequestLegacy) GetSecuredAreaIdOk() (*int32, bool)

GetSecuredAreaIdOk returns a tuple with the SecuredAreaId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PAMProviderUpdateRequestLegacy) HasArea ¶

func (o *PAMProviderUpdateRequestLegacy) HasArea() bool

HasArea returns a boolean if a field has been set.

func (*PAMProviderUpdateRequestLegacy) HasProviderTypeParamValues ¶

func (o *PAMProviderUpdateRequestLegacy) HasProviderTypeParamValues() bool

HasProviderTypeParamValues returns a boolean if a field has been set.

func (*PAMProviderUpdateRequestLegacy) HasRemote ¶

func (o *PAMProviderUpdateRequestLegacy) HasRemote() bool

HasRemote returns a boolean if a field has been set.

func (*PAMProviderUpdateRequestLegacy) HasSecuredAreaId ¶

func (o *PAMProviderUpdateRequestLegacy) HasSecuredAreaId() bool

HasSecuredAreaId returns a boolean if a field has been set.

func (PAMProviderUpdateRequestLegacy) MarshalJSON ¶

func (o PAMProviderUpdateRequestLegacy) MarshalJSON() ([]byte, error)

func (*PAMProviderUpdateRequestLegacy) SetArea ¶

func (o *PAMProviderUpdateRequestLegacy) SetArea(v int32)

SetArea gets a reference to the given int32 and assigns it to the Area field.

func (*PAMProviderUpdateRequestLegacy) SetId ¶

SetId sets field value

func (*PAMProviderUpdateRequestLegacy) SetName ¶

func (o *PAMProviderUpdateRequestLegacy) SetName(v string)

SetName sets field value

func (*PAMProviderUpdateRequestLegacy) SetProviderType ¶

SetProviderType sets field value

func (*PAMProviderUpdateRequestLegacy) SetProviderTypeParamValues ¶

SetProviderTypeParamValues gets a reference to the given []PAMProviderCreateRequestTypeParamValue and assigns it to the ProviderTypeParamValues field.

func (*PAMProviderUpdateRequestLegacy) SetRemote ¶

func (o *PAMProviderUpdateRequestLegacy) SetRemote(v bool)

SetRemote gets a reference to the given bool and assigns it to the Remote field.

func (*PAMProviderUpdateRequestLegacy) SetSecuredAreaId ¶

func (o *PAMProviderUpdateRequestLegacy) SetSecuredAreaId(v int32)

SetSecuredAreaId gets a reference to the given NullableInt32 and assigns it to the SecuredAreaId field.

func (*PAMProviderUpdateRequestLegacy) SetSecuredAreaIdNil ¶

func (o *PAMProviderUpdateRequestLegacy) SetSecuredAreaIdNil()

SetSecuredAreaIdNil sets the value for SecuredAreaId to be an explicit nil

func (PAMProviderUpdateRequestLegacy) ToMap ¶

func (o PAMProviderUpdateRequestLegacy) ToMap() (map[string]interface{}, error)

func (*PAMProviderUpdateRequestLegacy) UnsetSecuredAreaId ¶

func (o *PAMProviderUpdateRequestLegacy) UnsetSecuredAreaId()

UnsetSecuredAreaId ensures that no value is present for SecuredAreaId, not even an explicit nil

type PendingAlertApiService ¶

type PendingAlertApiService service

PendingAlertApiService PendingAlertApi service

func (*PendingAlertApiService) CreateAlertsPendingExecute ¶

Executes the API request V1 POST /Alerts/Pending

@return AlertsPendingPendingAlertDefinitionResponse

func (*PendingAlertApiService) CreateAlertsPendingTestAllExecute ¶

Executes the API request V1 POST /Alerts/Pending/TestAll

@return AlertsPendingPendingAlertTestResponse

Deprecated

func (*PendingAlertApiService) CreateAlertsPendingTestExecute ¶

Executes the API request V1 POST /Alerts/Pending/Test

@return AlertsPendingPendingAlertTestResponse

Deprecated

func (*PendingAlertApiService) DeleteAlertsPendingByIdExecute ¶

func (a *PendingAlertApiService) DeleteAlertsPendingByIdExecute(r ApiDeleteAlertsPendingByIdRequest) (*http.Response, error)

Executes the API request

func (*PendingAlertApiService) GetAlertsPendingByIdExecute ¶

Executes the API request V1 GET /Alerts/Pending/{id}

@return AlertsPendingPendingAlertDefinitionResponse

func (*PendingAlertApiService) GetAlertsPendingExecute ¶

Executes the API request V1 GET /Alerts/Pending

@return []AlertsPendingPendingAlertDefinitionResponse

func (*PendingAlertApiService) GetAlertsPendingScheduleExecute ¶

Executes the API request V1 GET /Alerts/Pending/Schedule

@return AlertsAlertScheduleAlertScheduleResponse

func (*PendingAlertApiService) NewCreateAlertsPendingRequest ¶

func (a *PendingAlertApiService) NewCreateAlertsPendingRequest(ctx context.Context) ApiCreateAlertsPendingRequest

Creates a new V1 POST /Alerts/Pending request.

CreateAlertsPending Add a pending alert

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateAlertsPendingRequest

func (*PendingAlertApiService) NewCreateAlertsPendingTestAllRequest ¶

func (a *PendingAlertApiService) NewCreateAlertsPendingTestAllRequest(ctx context.Context) ApiCreateAlertsPendingTestAllRequest

Creates a new V1 POST /Alerts/Pending/TestAll request.

CreateAlertsPendingTestAll Test all pending alerts. Will send alert emails if SendAlerts is true

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateAlertsPendingTestAllRequest

Deprecated

func (*PendingAlertApiService) NewCreateAlertsPendingTestRequest ¶

func (a *PendingAlertApiService) NewCreateAlertsPendingTestRequest(ctx context.Context) ApiCreateAlertsPendingTestRequest

Creates a new V1 POST /Alerts/Pending/Test request.

CreateAlertsPendingTest Test pending alert. Will send alert emails if SendAlerts is true

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateAlertsPendingTestRequest

Deprecated

func (*PendingAlertApiService) NewDeleteAlertsPendingByIdRequest ¶

func (a *PendingAlertApiService) NewDeleteAlertsPendingByIdRequest(ctx context.Context, id int32) ApiDeleteAlertsPendingByIdRequest

Creates a new V1 DELETE /Alerts/Pending/{id} request.

DeleteAlertsPendingById Delete a pending alert

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Id for the pending alert
@return ApiDeleteAlertsPendingByIdRequest

func (*PendingAlertApiService) NewGetAlertsPendingByIdRequest ¶

func (a *PendingAlertApiService) NewGetAlertsPendingByIdRequest(ctx context.Context, id int32) ApiGetAlertsPendingByIdRequest

Creates a new V1 GET /Alerts/Pending/{id} request.

GetAlertsPendingById Get a pending alert

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Id for the pending alert to get
@return ApiGetAlertsPendingByIdRequest

func (*PendingAlertApiService) NewGetAlertsPendingRequest ¶

func (a *PendingAlertApiService) NewGetAlertsPendingRequest(ctx context.Context) ApiGetAlertsPendingRequest

Creates a new V1 GET /Alerts/Pending request.

GetAlertsPending Gets all pending alerts according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAlertsPendingRequest

func (*PendingAlertApiService) NewGetAlertsPendingScheduleRequest ¶

func (a *PendingAlertApiService) NewGetAlertsPendingScheduleRequest(ctx context.Context) ApiGetAlertsPendingScheduleRequest

Creates a new V1 GET /Alerts/Pending/Schedule request.

GetAlertsPendingSchedule Get the schedule for pending alerts

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetAlertsPendingScheduleRequest

func (*PendingAlertApiService) NewUpdateAlertsPendingRequest ¶

func (a *PendingAlertApiService) NewUpdateAlertsPendingRequest(ctx context.Context) ApiUpdateAlertsPendingRequest

Creates a new V1 PUT /Alerts/Pending request.

UpdateAlertsPending Edit a pending alert

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateAlertsPendingRequest

func (*PendingAlertApiService) NewUpdateAlertsPendingScheduleRequest ¶

func (a *PendingAlertApiService) NewUpdateAlertsPendingScheduleRequest(ctx context.Context) ApiUpdateAlertsPendingScheduleRequest

Creates a new V1 PUT /Alerts/Pending/Schedule request.

UpdateAlertsPendingSchedule Edit schedule

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateAlertsPendingScheduleRequest

func (*PendingAlertApiService) UpdateAlertsPendingExecute ¶

Executes the API request V1 PUT /Alerts/Pending

@return AlertsPendingPendingAlertDefinitionResponse

func (*PendingAlertApiService) UpdateAlertsPendingScheduleExecute ¶

Executes the API request V1 PUT /Alerts/Pending/Schedule

@return AlertsAlertScheduleAlertScheduleResponse

type PermissionSetApiService ¶

type PermissionSetApiService service

PermissionSetApiService PermissionSetApi service

func (*PermissionSetApiService) CreatePermissionSetsExecute ¶

Executes the API request V1 POST /PermissionSets

@return PermissionSetsPermissionSetResponse

func (*PermissionSetApiService) DeletePermissionSetsByIdExecute ¶

func (a *PermissionSetApiService) DeletePermissionSetsByIdExecute(r ApiDeletePermissionSetsByIdRequest) (*http.Response, error)

Executes the API request

func (*PermissionSetApiService) GetPermissionSetsByIdExecute ¶

Executes the API request V1 GET /PermissionSets/{id}

@return PermissionSetsPermissionSetResponse

func (*PermissionSetApiService) GetPermissionSetsExecute ¶

Executes the API request V1 GET /PermissionSets

@return []PermissionSetsPermissionSetResponse

func (*PermissionSetApiService) GetPermissionSetsMyExecute ¶

Executes the API request V1 GET /PermissionSets/My

@return []CSSCMSDataModelModelsSecurityPermissionSet

func (*PermissionSetApiService) NewCreatePermissionSetsRequest ¶

func (a *PermissionSetApiService) NewCreatePermissionSetsRequest(ctx context.Context) ApiCreatePermissionSetsRequest

Creates a new V1 POST /PermissionSets request.

CreatePermissionSets Creates a new permission set.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreatePermissionSetsRequest

func (*PermissionSetApiService) NewDeletePermissionSetsByIdRequest ¶

func (a *PermissionSetApiService) NewDeletePermissionSetsByIdRequest(ctx context.Context, id string) ApiDeletePermissionSetsByIdRequest

Creates a new V1 DELETE /PermissionSets/{id} request.

DeletePermissionSetsById Deletes a permission set.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The id of the permission set to delete.
@return ApiDeletePermissionSetsByIdRequest

func (*PermissionSetApiService) NewGetPermissionSetsByIdRequest ¶

func (a *PermissionSetApiService) NewGetPermissionSetsByIdRequest(ctx context.Context, id string) ApiGetPermissionSetsByIdRequest

Creates a new V1 GET /PermissionSets/{id} request.

GetPermissionSetsById Gets permission set data.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id
@return ApiGetPermissionSetsByIdRequest

func (*PermissionSetApiService) NewGetPermissionSetsMyRequest ¶

func (a *PermissionSetApiService) NewGetPermissionSetsMyRequest(ctx context.Context) ApiGetPermissionSetsMyRequest

Creates a new V1 GET /PermissionSets/My request.

GetPermissionSetsMy Method for GetPermissionSetsMy

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetPermissionSetsMyRequest

func (*PermissionSetApiService) NewGetPermissionSetsRequest ¶

func (a *PermissionSetApiService) NewGetPermissionSetsRequest(ctx context.Context) ApiGetPermissionSetsRequest

Creates a new V1 GET /PermissionSets request.

GetPermissionSets Gets all Permission Set(s) in the system if the user has a security role that is assigned to the Global Permission Set and the security role has the Global Security Read permission. Otherwise, returns only the Permission Sets with the Security Modify permission that are assigned to the user's security role(s).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetPermissionSetsRequest

func (*PermissionSetApiService) NewUpdatePermissionSetsRequest ¶

func (a *PermissionSetApiService) NewUpdatePermissionSetsRequest(ctx context.Context) ApiUpdatePermissionSetsRequest

Creates a new V1 PUT /PermissionSets request.

UpdatePermissionSets Method for UpdatePermissionSets

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdatePermissionSetsRequest

func (*PermissionSetApiService) UpdatePermissionSetsExecute ¶

Executes the API request V1 PUT /PermissionSets

@return PermissionSetsPermissionSetResponse

type PermissionSetsPermissionSetCreateRequest ¶

type PermissionSetsPermissionSetCreateRequest struct {
	// The name of the permission set.
	Name string `json:"Name"`
	// The permissions within the set.
	Permissions []string `json:"Permissions"`
}

PermissionSetsPermissionSetCreateRequest struct for PermissionSetsPermissionSetCreateRequest

func NewPermissionSetsPermissionSetCreateRequest ¶

func NewPermissionSetsPermissionSetCreateRequest(name string, permissions []string) *PermissionSetsPermissionSetCreateRequest

NewPermissionSetsPermissionSetCreateRequest instantiates a new PermissionSetsPermissionSetCreateRequest 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 NewPermissionSetsPermissionSetCreateRequestWithDefaults ¶

func NewPermissionSetsPermissionSetCreateRequestWithDefaults() *PermissionSetsPermissionSetCreateRequest

NewPermissionSetsPermissionSetCreateRequestWithDefaults instantiates a new PermissionSetsPermissionSetCreateRequest 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 (*PermissionSetsPermissionSetCreateRequest) GetName ¶

GetName returns the Name field value

func (*PermissionSetsPermissionSetCreateRequest) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*PermissionSetsPermissionSetCreateRequest) GetPermissions ¶

func (o *PermissionSetsPermissionSetCreateRequest) GetPermissions() []string

GetPermissions returns the Permissions field value

func (*PermissionSetsPermissionSetCreateRequest) GetPermissionsOk ¶

func (o *PermissionSetsPermissionSetCreateRequest) GetPermissionsOk() ([]string, bool)

GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set.

func (PermissionSetsPermissionSetCreateRequest) MarshalJSON ¶

func (*PermissionSetsPermissionSetCreateRequest) SetName ¶

SetName sets field value

func (*PermissionSetsPermissionSetCreateRequest) SetPermissions ¶

func (o *PermissionSetsPermissionSetCreateRequest) SetPermissions(v []string)

SetPermissions sets field value

func (PermissionSetsPermissionSetCreateRequest) ToMap ¶

func (o PermissionSetsPermissionSetCreateRequest) ToMap() (map[string]interface{}, error)

type PermissionSetsPermissionSetResponse ¶

type PermissionSetsPermissionSetResponse struct {
	// The Id of the permission set.
	Id *string `json:"Id,omitempty"`
	// The name of the permission set.
	Name NullableString `json:"Name,omitempty"`
	// The permissions within the set.
	Permissions []string `json:"Permissions,omitempty"`
}

PermissionSetsPermissionSetResponse struct for PermissionSetsPermissionSetResponse

func NewPermissionSetsPermissionSetResponse ¶

func NewPermissionSetsPermissionSetResponse() *PermissionSetsPermissionSetResponse

NewPermissionSetsPermissionSetResponse instantiates a new PermissionSetsPermissionSetResponse 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 NewPermissionSetsPermissionSetResponseWithDefaults ¶

func NewPermissionSetsPermissionSetResponseWithDefaults() *PermissionSetsPermissionSetResponse

NewPermissionSetsPermissionSetResponseWithDefaults instantiates a new PermissionSetsPermissionSetResponse 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 (*PermissionSetsPermissionSetResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*PermissionSetsPermissionSetResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*PermissionSetsPermissionSetResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PermissionSetsPermissionSetResponse) GetNameOk ¶

func (o *PermissionSetsPermissionSetResponse) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PermissionSetsPermissionSetResponse) GetPermissions ¶

func (o *PermissionSetsPermissionSetResponse) GetPermissions() []string

GetPermissions returns the Permissions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*PermissionSetsPermissionSetResponse) GetPermissionsOk ¶

func (o *PermissionSetsPermissionSetResponse) GetPermissionsOk() ([]string, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*PermissionSetsPermissionSetResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*PermissionSetsPermissionSetResponse) HasName ¶

HasName returns a boolean if a field has been set.

func (*PermissionSetsPermissionSetResponse) HasPermissions ¶

func (o *PermissionSetsPermissionSetResponse) HasPermissions() bool

HasPermissions returns a boolean if a field has been set.

func (PermissionSetsPermissionSetResponse) MarshalJSON ¶

func (o PermissionSetsPermissionSetResponse) MarshalJSON() ([]byte, error)

func (*PermissionSetsPermissionSetResponse) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*PermissionSetsPermissionSetResponse) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*PermissionSetsPermissionSetResponse) SetNameNil ¶

func (o *PermissionSetsPermissionSetResponse) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*PermissionSetsPermissionSetResponse) SetPermissions ¶

func (o *PermissionSetsPermissionSetResponse) SetPermissions(v []string)

SetPermissions gets a reference to the given []string and assigns it to the Permissions field.

func (PermissionSetsPermissionSetResponse) ToMap ¶

func (o PermissionSetsPermissionSetResponse) ToMap() (map[string]interface{}, error)

func (*PermissionSetsPermissionSetResponse) UnsetName ¶

func (o *PermissionSetsPermissionSetResponse) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type PermissionSetsPermissionSetUpdateRequest ¶

type PermissionSetsPermissionSetUpdateRequest struct {
	// The Id of the permission set.
	Id string `json:"Id"`
	// The permissions within the set.
	Permissions []string `json:"Permissions"`
}

PermissionSetsPermissionSetUpdateRequest struct for PermissionSetsPermissionSetUpdateRequest

func NewPermissionSetsPermissionSetUpdateRequest ¶

func NewPermissionSetsPermissionSetUpdateRequest(id string, permissions []string) *PermissionSetsPermissionSetUpdateRequest

NewPermissionSetsPermissionSetUpdateRequest instantiates a new PermissionSetsPermissionSetUpdateRequest 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 NewPermissionSetsPermissionSetUpdateRequestWithDefaults ¶

func NewPermissionSetsPermissionSetUpdateRequestWithDefaults() *PermissionSetsPermissionSetUpdateRequest

NewPermissionSetsPermissionSetUpdateRequestWithDefaults instantiates a new PermissionSetsPermissionSetUpdateRequest 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 (*PermissionSetsPermissionSetUpdateRequest) GetId ¶

GetId returns the Id field value

func (*PermissionSetsPermissionSetUpdateRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*PermissionSetsPermissionSetUpdateRequest) GetPermissions ¶

func (o *PermissionSetsPermissionSetUpdateRequest) GetPermissions() []string

GetPermissions returns the Permissions field value

func (*PermissionSetsPermissionSetUpdateRequest) GetPermissionsOk ¶

func (o *PermissionSetsPermissionSetUpdateRequest) GetPermissionsOk() ([]string, bool)

GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set.

func (PermissionSetsPermissionSetUpdateRequest) MarshalJSON ¶

func (*PermissionSetsPermissionSetUpdateRequest) SetId ¶

SetId sets field value

func (*PermissionSetsPermissionSetUpdateRequest) SetPermissions ¶

func (o *PermissionSetsPermissionSetUpdateRequest) SetPermissions(v []string)

SetPermissions sets field value

func (PermissionSetsPermissionSetUpdateRequest) ToMap ¶

func (o PermissionSetsPermissionSetUpdateRequest) ToMap() (map[string]interface{}, error)

type PermissionsApiService ¶

type PermissionsApiService service

PermissionsApiService PermissionsApi service

func (*PermissionsApiService) GetPermissionsExecute ¶

func (a *PermissionsApiService) GetPermissionsExecute(r ApiGetPermissionsRequest) ([]string, *http.Response, error)

Executes the API request V1 GET /Permissions

@return []string

func (*PermissionsApiService) NewGetPermissionsRequest ¶

func (a *PermissionsApiService) NewGetPermissionsRequest(ctx context.Context) ApiGetPermissionsRequest

Creates a new V1 GET /Permissions request.

GetPermissions Gets all permissions in the system.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetPermissionsRequest

type RabbitMQJobQueueRequest ¶

type RabbitMQJobQueueRequest struct {
	AuthType     NullableString                           `json:"AuthType,omitempty"`
	TaskQueueURL NullableString                           `json:"TaskQueueURL,omitempty"`
	TokenURL     NullableString                           `json:"TokenURL,omitempty"`
	ClientID     NullableString                           `json:"ClientID,omitempty"`
	ClientSecret *CSSCMSDataModelModelsKeyfactorAPISecret `json:"ClientSecret,omitempty"`
	Scope        NullableString                           `json:"Scope,omitempty"`
	Audience     NullableString                           `json:"Audience,omitempty"`
	Username     NullableString                           `json:"Username,omitempty"`
	Password     *CSSCMSDataModelModelsKeyfactorAPISecret `json:"Password,omitempty"`
}

RabbitMQJobQueueRequest struct for RabbitMQJobQueueRequest

func NewRabbitMQJobQueueRequest ¶

func NewRabbitMQJobQueueRequest() *RabbitMQJobQueueRequest

NewRabbitMQJobQueueRequest instantiates a new RabbitMQJobQueueRequest 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 NewRabbitMQJobQueueRequestWithDefaults ¶

func NewRabbitMQJobQueueRequestWithDefaults() *RabbitMQJobQueueRequest

NewRabbitMQJobQueueRequestWithDefaults instantiates a new RabbitMQJobQueueRequest 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 (*RabbitMQJobQueueRequest) GetAudience ¶

func (o *RabbitMQJobQueueRequest) GetAudience() string

GetAudience returns the Audience field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RabbitMQJobQueueRequest) GetAudienceOk ¶

func (o *RabbitMQJobQueueRequest) GetAudienceOk() (*string, bool)

GetAudienceOk returns a tuple with the Audience field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RabbitMQJobQueueRequest) GetAuthType ¶

func (o *RabbitMQJobQueueRequest) GetAuthType() string

GetAuthType returns the AuthType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RabbitMQJobQueueRequest) GetAuthTypeOk ¶

func (o *RabbitMQJobQueueRequest) GetAuthTypeOk() (*string, bool)

GetAuthTypeOk returns a tuple with the AuthType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RabbitMQJobQueueRequest) GetClientID ¶

func (o *RabbitMQJobQueueRequest) GetClientID() string

GetClientID returns the ClientID field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RabbitMQJobQueueRequest) GetClientIDOk ¶

func (o *RabbitMQJobQueueRequest) GetClientIDOk() (*string, bool)

GetClientIDOk returns a tuple with the ClientID field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RabbitMQJobQueueRequest) GetClientSecret ¶

GetClientSecret returns the ClientSecret field value if set, zero value otherwise.

func (*RabbitMQJobQueueRequest) GetClientSecretOk ¶

GetClientSecretOk returns a tuple with the ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RabbitMQJobQueueRequest) GetPassword ¶

GetPassword returns the Password field value if set, zero value otherwise.

func (*RabbitMQJobQueueRequest) GetPasswordOk ¶

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RabbitMQJobQueueRequest) GetScope ¶

func (o *RabbitMQJobQueueRequest) GetScope() string

GetScope returns the Scope field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RabbitMQJobQueueRequest) GetScopeOk ¶

func (o *RabbitMQJobQueueRequest) GetScopeOk() (*string, bool)

GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RabbitMQJobQueueRequest) GetTaskQueueURL ¶

func (o *RabbitMQJobQueueRequest) GetTaskQueueURL() string

GetTaskQueueURL returns the TaskQueueURL field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RabbitMQJobQueueRequest) GetTaskQueueURLOk ¶

func (o *RabbitMQJobQueueRequest) GetTaskQueueURLOk() (*string, bool)

GetTaskQueueURLOk returns a tuple with the TaskQueueURL field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RabbitMQJobQueueRequest) GetTokenURL ¶

func (o *RabbitMQJobQueueRequest) GetTokenURL() string

GetTokenURL returns the TokenURL field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RabbitMQJobQueueRequest) GetTokenURLOk ¶

func (o *RabbitMQJobQueueRequest) GetTokenURLOk() (*string, bool)

GetTokenURLOk returns a tuple with the TokenURL field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RabbitMQJobQueueRequest) GetUsername ¶

func (o *RabbitMQJobQueueRequest) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RabbitMQJobQueueRequest) GetUsernameOk ¶

func (o *RabbitMQJobQueueRequest) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RabbitMQJobQueueRequest) HasAudience ¶

func (o *RabbitMQJobQueueRequest) HasAudience() bool

HasAudience returns a boolean if a field has been set.

func (*RabbitMQJobQueueRequest) HasAuthType ¶

func (o *RabbitMQJobQueueRequest) HasAuthType() bool

HasAuthType returns a boolean if a field has been set.

func (*RabbitMQJobQueueRequest) HasClientID ¶

func (o *RabbitMQJobQueueRequest) HasClientID() bool

HasClientID returns a boolean if a field has been set.

func (*RabbitMQJobQueueRequest) HasClientSecret ¶

func (o *RabbitMQJobQueueRequest) HasClientSecret() bool

HasClientSecret returns a boolean if a field has been set.

func (*RabbitMQJobQueueRequest) HasPassword ¶

func (o *RabbitMQJobQueueRequest) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*RabbitMQJobQueueRequest) HasScope ¶

func (o *RabbitMQJobQueueRequest) HasScope() bool

HasScope returns a boolean if a field has been set.

func (*RabbitMQJobQueueRequest) HasTaskQueueURL ¶

func (o *RabbitMQJobQueueRequest) HasTaskQueueURL() bool

HasTaskQueueURL returns a boolean if a field has been set.

func (*RabbitMQJobQueueRequest) HasTokenURL ¶

func (o *RabbitMQJobQueueRequest) HasTokenURL() bool

HasTokenURL returns a boolean if a field has been set.

func (*RabbitMQJobQueueRequest) HasUsername ¶

func (o *RabbitMQJobQueueRequest) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (RabbitMQJobQueueRequest) MarshalJSON ¶

func (o RabbitMQJobQueueRequest) MarshalJSON() ([]byte, error)

func (*RabbitMQJobQueueRequest) SetAudience ¶

func (o *RabbitMQJobQueueRequest) SetAudience(v string)

SetAudience gets a reference to the given NullableString and assigns it to the Audience field.

func (*RabbitMQJobQueueRequest) SetAudienceNil ¶

func (o *RabbitMQJobQueueRequest) SetAudienceNil()

SetAudienceNil sets the value for Audience to be an explicit nil

func (*RabbitMQJobQueueRequest) SetAuthType ¶

func (o *RabbitMQJobQueueRequest) SetAuthType(v string)

SetAuthType gets a reference to the given NullableString and assigns it to the AuthType field.

func (*RabbitMQJobQueueRequest) SetAuthTypeNil ¶

func (o *RabbitMQJobQueueRequest) SetAuthTypeNil()

SetAuthTypeNil sets the value for AuthType to be an explicit nil

func (*RabbitMQJobQueueRequest) SetClientID ¶

func (o *RabbitMQJobQueueRequest) SetClientID(v string)

SetClientID gets a reference to the given NullableString and assigns it to the ClientID field.

func (*RabbitMQJobQueueRequest) SetClientIDNil ¶

func (o *RabbitMQJobQueueRequest) SetClientIDNil()

SetClientIDNil sets the value for ClientID to be an explicit nil

func (*RabbitMQJobQueueRequest) SetClientSecret ¶

SetClientSecret gets a reference to the given CSSCMSDataModelModelsKeyfactorAPISecret and assigns it to the ClientSecret field.

func (*RabbitMQJobQueueRequest) SetPassword ¶

SetPassword gets a reference to the given CSSCMSDataModelModelsKeyfactorAPISecret and assigns it to the Password field.

func (*RabbitMQJobQueueRequest) SetScope ¶

func (o *RabbitMQJobQueueRequest) SetScope(v string)

SetScope gets a reference to the given NullableString and assigns it to the Scope field.

func (*RabbitMQJobQueueRequest) SetScopeNil ¶

func (o *RabbitMQJobQueueRequest) SetScopeNil()

SetScopeNil sets the value for Scope to be an explicit nil

func (*RabbitMQJobQueueRequest) SetTaskQueueURL ¶

func (o *RabbitMQJobQueueRequest) SetTaskQueueURL(v string)

SetTaskQueueURL gets a reference to the given NullableString and assigns it to the TaskQueueURL field.

func (*RabbitMQJobQueueRequest) SetTaskQueueURLNil ¶

func (o *RabbitMQJobQueueRequest) SetTaskQueueURLNil()

SetTaskQueueURLNil sets the value for TaskQueueURL to be an explicit nil

func (*RabbitMQJobQueueRequest) SetTokenURL ¶

func (o *RabbitMQJobQueueRequest) SetTokenURL(v string)

SetTokenURL gets a reference to the given NullableString and assigns it to the TokenURL field.

func (*RabbitMQJobQueueRequest) SetTokenURLNil ¶

func (o *RabbitMQJobQueueRequest) SetTokenURLNil()

SetTokenURLNil sets the value for TokenURL to be an explicit nil

func (*RabbitMQJobQueueRequest) SetUsername ¶

func (o *RabbitMQJobQueueRequest) SetUsername(v string)

SetUsername gets a reference to the given NullableString and assigns it to the Username field.

func (*RabbitMQJobQueueRequest) SetUsernameNil ¶

func (o *RabbitMQJobQueueRequest) SetUsernameNil()

SetUsernameNil sets the value for Username to be an explicit nil

func (RabbitMQJobQueueRequest) ToMap ¶

func (o RabbitMQJobQueueRequest) ToMap() (map[string]interface{}, error)

func (*RabbitMQJobQueueRequest) UnsetAudience ¶

func (o *RabbitMQJobQueueRequest) UnsetAudience()

UnsetAudience ensures that no value is present for Audience, not even an explicit nil

func (*RabbitMQJobQueueRequest) UnsetAuthType ¶

func (o *RabbitMQJobQueueRequest) UnsetAuthType()

UnsetAuthType ensures that no value is present for AuthType, not even an explicit nil

func (*RabbitMQJobQueueRequest) UnsetClientID ¶

func (o *RabbitMQJobQueueRequest) UnsetClientID()

UnsetClientID ensures that no value is present for ClientID, not even an explicit nil

func (*RabbitMQJobQueueRequest) UnsetScope ¶

func (o *RabbitMQJobQueueRequest) UnsetScope()

UnsetScope ensures that no value is present for Scope, not even an explicit nil

func (*RabbitMQJobQueueRequest) UnsetTaskQueueURL ¶

func (o *RabbitMQJobQueueRequest) UnsetTaskQueueURL()

UnsetTaskQueueURL ensures that no value is present for TaskQueueURL, not even an explicit nil

func (*RabbitMQJobQueueRequest) UnsetTokenURL ¶

func (o *RabbitMQJobQueueRequest) UnsetTokenURL()

UnsetTokenURL ensures that no value is present for TokenURL, not even an explicit nil

func (*RabbitMQJobQueueRequest) UnsetUsername ¶

func (o *RabbitMQJobQueueRequest) UnsetUsername()

UnsetUsername ensures that no value is present for Username, not even an explicit nil

type RabbitMQJobQueueResponse ¶

type RabbitMQJobQueueResponse struct {
	TaskQueueURL NullableString                           `json:"TaskQueueURL,omitempty"`
	TokenURL     NullableString                           `json:"TokenURL,omitempty"`
	ClientID     NullableString                           `json:"ClientID,omitempty"`
	ClientSecret *CSSCMSDataModelModelsKeyfactorAPISecret `json:"ClientSecret,omitempty"`
	Scope        NullableString                           `json:"Scope,omitempty"`
	Username     NullableString                           `json:"Username,omitempty"`
	Audience     NullableString                           `json:"Audience,omitempty"`
	Password     *CSSCMSDataModelModelsKeyfactorAPISecret `json:"Password,omitempty"`
	AuthType     NullableString                           `json:"AuthType,omitempty"`
}

RabbitMQJobQueueResponse struct for RabbitMQJobQueueResponse

func NewRabbitMQJobQueueResponse ¶

func NewRabbitMQJobQueueResponse() *RabbitMQJobQueueResponse

NewRabbitMQJobQueueResponse instantiates a new RabbitMQJobQueueResponse 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 NewRabbitMQJobQueueResponseWithDefaults ¶

func NewRabbitMQJobQueueResponseWithDefaults() *RabbitMQJobQueueResponse

NewRabbitMQJobQueueResponseWithDefaults instantiates a new RabbitMQJobQueueResponse 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 (*RabbitMQJobQueueResponse) GetAudience ¶

func (o *RabbitMQJobQueueResponse) GetAudience() string

GetAudience returns the Audience field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RabbitMQJobQueueResponse) GetAudienceOk ¶

func (o *RabbitMQJobQueueResponse) GetAudienceOk() (*string, bool)

GetAudienceOk returns a tuple with the Audience field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RabbitMQJobQueueResponse) GetAuthType ¶

func (o *RabbitMQJobQueueResponse) GetAuthType() string

GetAuthType returns the AuthType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RabbitMQJobQueueResponse) GetAuthTypeOk ¶

func (o *RabbitMQJobQueueResponse) GetAuthTypeOk() (*string, bool)

GetAuthTypeOk returns a tuple with the AuthType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RabbitMQJobQueueResponse) GetClientID ¶

func (o *RabbitMQJobQueueResponse) GetClientID() string

GetClientID returns the ClientID field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RabbitMQJobQueueResponse) GetClientIDOk ¶

func (o *RabbitMQJobQueueResponse) GetClientIDOk() (*string, bool)

GetClientIDOk returns a tuple with the ClientID field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RabbitMQJobQueueResponse) GetClientSecret ¶

GetClientSecret returns the ClientSecret field value if set, zero value otherwise.

func (*RabbitMQJobQueueResponse) GetClientSecretOk ¶

GetClientSecretOk returns a tuple with the ClientSecret field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RabbitMQJobQueueResponse) GetPassword ¶

GetPassword returns the Password field value if set, zero value otherwise.

func (*RabbitMQJobQueueResponse) GetPasswordOk ¶

GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RabbitMQJobQueueResponse) GetScope ¶

func (o *RabbitMQJobQueueResponse) GetScope() string

GetScope returns the Scope field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RabbitMQJobQueueResponse) GetScopeOk ¶

func (o *RabbitMQJobQueueResponse) GetScopeOk() (*string, bool)

GetScopeOk returns a tuple with the Scope field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RabbitMQJobQueueResponse) GetTaskQueueURL ¶

func (o *RabbitMQJobQueueResponse) GetTaskQueueURL() string

GetTaskQueueURL returns the TaskQueueURL field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RabbitMQJobQueueResponse) GetTaskQueueURLOk ¶

func (o *RabbitMQJobQueueResponse) GetTaskQueueURLOk() (*string, bool)

GetTaskQueueURLOk returns a tuple with the TaskQueueURL field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RabbitMQJobQueueResponse) GetTokenURL ¶

func (o *RabbitMQJobQueueResponse) GetTokenURL() string

GetTokenURL returns the TokenURL field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RabbitMQJobQueueResponse) GetTokenURLOk ¶

func (o *RabbitMQJobQueueResponse) GetTokenURLOk() (*string, bool)

GetTokenURLOk returns a tuple with the TokenURL field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RabbitMQJobQueueResponse) GetUsername ¶

func (o *RabbitMQJobQueueResponse) GetUsername() string

GetUsername returns the Username field value if set, zero value otherwise (both if not set or set to explicit null).

func (*RabbitMQJobQueueResponse) GetUsernameOk ¶

func (o *RabbitMQJobQueueResponse) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*RabbitMQJobQueueResponse) HasAudience ¶

func (o *RabbitMQJobQueueResponse) HasAudience() bool

HasAudience returns a boolean if a field has been set.

func (*RabbitMQJobQueueResponse) HasAuthType ¶

func (o *RabbitMQJobQueueResponse) HasAuthType() bool

HasAuthType returns a boolean if a field has been set.

func (*RabbitMQJobQueueResponse) HasClientID ¶

func (o *RabbitMQJobQueueResponse) HasClientID() bool

HasClientID returns a boolean if a field has been set.

func (*RabbitMQJobQueueResponse) HasClientSecret ¶

func (o *RabbitMQJobQueueResponse) HasClientSecret() bool

HasClientSecret returns a boolean if a field has been set.

func (*RabbitMQJobQueueResponse) HasPassword ¶

func (o *RabbitMQJobQueueResponse) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*RabbitMQJobQueueResponse) HasScope ¶

func (o *RabbitMQJobQueueResponse) HasScope() bool

HasScope returns a boolean if a field has been set.

func (*RabbitMQJobQueueResponse) HasTaskQueueURL ¶

func (o *RabbitMQJobQueueResponse) HasTaskQueueURL() bool

HasTaskQueueURL returns a boolean if a field has been set.

func (*RabbitMQJobQueueResponse) HasTokenURL ¶

func (o *RabbitMQJobQueueResponse) HasTokenURL() bool

HasTokenURL returns a boolean if a field has been set.

func (*RabbitMQJobQueueResponse) HasUsername ¶

func (o *RabbitMQJobQueueResponse) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (RabbitMQJobQueueResponse) MarshalJSON ¶

func (o RabbitMQJobQueueResponse) MarshalJSON() ([]byte, error)

func (*RabbitMQJobQueueResponse) SetAudience ¶

func (o *RabbitMQJobQueueResponse) SetAudience(v string)

SetAudience gets a reference to the given NullableString and assigns it to the Audience field.

func (*RabbitMQJobQueueResponse) SetAudienceNil ¶

func (o *RabbitMQJobQueueResponse) SetAudienceNil()

SetAudienceNil sets the value for Audience to be an explicit nil

func (*RabbitMQJobQueueResponse) SetAuthType ¶

func (o *RabbitMQJobQueueResponse) SetAuthType(v string)

SetAuthType gets a reference to the given NullableString and assigns it to the AuthType field.

func (*RabbitMQJobQueueResponse) SetAuthTypeNil ¶

func (o *RabbitMQJobQueueResponse) SetAuthTypeNil()

SetAuthTypeNil sets the value for AuthType to be an explicit nil

func (*RabbitMQJobQueueResponse) SetClientID ¶

func (o *RabbitMQJobQueueResponse) SetClientID(v string)

SetClientID gets a reference to the given NullableString and assigns it to the ClientID field.

func (*RabbitMQJobQueueResponse) SetClientIDNil ¶

func (o *RabbitMQJobQueueResponse) SetClientIDNil()

SetClientIDNil sets the value for ClientID to be an explicit nil

func (*RabbitMQJobQueueResponse) SetClientSecret ¶

SetClientSecret gets a reference to the given CSSCMSDataModelModelsKeyfactorAPISecret and assigns it to the ClientSecret field.

func (*RabbitMQJobQueueResponse) SetPassword ¶

SetPassword gets a reference to the given CSSCMSDataModelModelsKeyfactorAPISecret and assigns it to the Password field.

func (*RabbitMQJobQueueResponse) SetScope ¶

func (o *RabbitMQJobQueueResponse) SetScope(v string)

SetScope gets a reference to the given NullableString and assigns it to the Scope field.

func (*RabbitMQJobQueueResponse) SetScopeNil ¶

func (o *RabbitMQJobQueueResponse) SetScopeNil()

SetScopeNil sets the value for Scope to be an explicit nil

func (*RabbitMQJobQueueResponse) SetTaskQueueURL ¶

func (o *RabbitMQJobQueueResponse) SetTaskQueueURL(v string)

SetTaskQueueURL gets a reference to the given NullableString and assigns it to the TaskQueueURL field.

func (*RabbitMQJobQueueResponse) SetTaskQueueURLNil ¶

func (o *RabbitMQJobQueueResponse) SetTaskQueueURLNil()

SetTaskQueueURLNil sets the value for TaskQueueURL to be an explicit nil

func (*RabbitMQJobQueueResponse) SetTokenURL ¶

func (o *RabbitMQJobQueueResponse) SetTokenURL(v string)

SetTokenURL gets a reference to the given NullableString and assigns it to the TokenURL field.

func (*RabbitMQJobQueueResponse) SetTokenURLNil ¶

func (o *RabbitMQJobQueueResponse) SetTokenURLNil()

SetTokenURLNil sets the value for TokenURL to be an explicit nil

func (*RabbitMQJobQueueResponse) SetUsername ¶

func (o *RabbitMQJobQueueResponse) SetUsername(v string)

SetUsername gets a reference to the given NullableString and assigns it to the Username field.

func (*RabbitMQJobQueueResponse) SetUsernameNil ¶

func (o *RabbitMQJobQueueResponse) SetUsernameNil()

SetUsernameNil sets the value for Username to be an explicit nil

func (RabbitMQJobQueueResponse) ToMap ¶

func (o RabbitMQJobQueueResponse) ToMap() (map[string]interface{}, error)

func (*RabbitMQJobQueueResponse) UnsetAudience ¶

func (o *RabbitMQJobQueueResponse) UnsetAudience()

UnsetAudience ensures that no value is present for Audience, not even an explicit nil

func (*RabbitMQJobQueueResponse) UnsetAuthType ¶

func (o *RabbitMQJobQueueResponse) UnsetAuthType()

UnsetAuthType ensures that no value is present for AuthType, not even an explicit nil

func (*RabbitMQJobQueueResponse) UnsetClientID ¶

func (o *RabbitMQJobQueueResponse) UnsetClientID()

UnsetClientID ensures that no value is present for ClientID, not even an explicit nil

func (*RabbitMQJobQueueResponse) UnsetScope ¶

func (o *RabbitMQJobQueueResponse) UnsetScope()

UnsetScope ensures that no value is present for Scope, not even an explicit nil

func (*RabbitMQJobQueueResponse) UnsetTaskQueueURL ¶

func (o *RabbitMQJobQueueResponse) UnsetTaskQueueURL()

UnsetTaskQueueURL ensures that no value is present for TaskQueueURL, not even an explicit nil

func (*RabbitMQJobQueueResponse) UnsetTokenURL ¶

func (o *RabbitMQJobQueueResponse) UnsetTokenURL()

UnsetTokenURL ensures that no value is present for TokenURL, not even an explicit nil

func (*RabbitMQJobQueueResponse) UnsetUsername ¶

func (o *RabbitMQJobQueueResponse) UnsetUsername()

UnsetUsername ensures that no value is present for Username, not even an explicit nil

type ReportsApiService ¶

type ReportsApiService service

ReportsApiService ReportsApi service

func (*ReportsApiService) CreateReportsByIdSchedulesExecute ¶

Executes the API request V1 POST /Reports/{id}/Schedules

@return ReportsReportSchedulesReportScheduleResponse

func (*ReportsApiService) CreateReportsCustomExecute ¶

Executes the API request V1 POST /Reports/Custom

@return ReportsCustomReportsCustomReportResponse

func (*ReportsApiService) DeleteReportsCustomByIdExecute ¶

func (a *ReportsApiService) DeleteReportsCustomByIdExecute(r ApiDeleteReportsCustomByIdRequest) (*http.Response, error)

Executes the API request

func (*ReportsApiService) DeleteReportsSchedulesByIdExecute ¶

func (a *ReportsApiService) DeleteReportsSchedulesByIdExecute(r ApiDeleteReportsSchedulesByIdRequest) (*http.Response, error)

Executes the API request

func (*ReportsApiService) GetReportsByIdExecute ¶

Executes the API request V1 GET /Reports/{id}

@return CSSCMSDataModelModelsReport

func (*ReportsApiService) GetReportsByIdParametersExecute ¶

Executes the API request V1 GET /Reports/{id}/Parameters

@return []CSSCMSDataModelModelsReportParameters

func (*ReportsApiService) GetReportsByIdSchedulesExecute ¶

Executes the API request V1 GET /Reports/{id}/Schedules

@return []ReportsReportSchedulesReportScheduleResponse

func (*ReportsApiService) GetReportsCustomByIdExecute ¶

Executes the API request V1 GET /Reports/Custom/{id}

@return ReportsCustomReportsCustomReportResponse

func (*ReportsApiService) GetReportsCustomExecute ¶

Executes the API request V1 GET /Reports/Custom

@return []ReportsCustomReportsCustomReportResponse

func (*ReportsApiService) GetReportsExecute ¶

Executes the API request V1 GET /Reports

@return []CSSCMSDataModelModelsReport

func (*ReportsApiService) GetReportsSchedulesByIdExecute ¶

Executes the API request V1 GET /Reports/Schedules/{id}

@return ReportsReportSchedulesReportScheduleResponse

func (*ReportsApiService) NewCreateReportsByIdSchedulesRequest ¶

func (a *ReportsApiService) NewCreateReportsByIdSchedulesRequest(ctx context.Context, id int32) ApiCreateReportsByIdSchedulesRequest

Creates a new V1 POST /Reports/{id}/Schedules request.

CreateReportsByIdSchedules Create a built-in report's schedule that matches the id of the report.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Report identifier
@return ApiCreateReportsByIdSchedulesRequest

func (*ReportsApiService) NewCreateReportsCustomRequest ¶

func (a *ReportsApiService) NewCreateReportsCustomRequest(ctx context.Context) ApiCreateReportsCustomRequest

Creates a new V1 POST /Reports/Custom request.

CreateReportsCustom Creates a custom report

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateReportsCustomRequest

func (*ReportsApiService) NewDeleteReportsCustomByIdRequest ¶

func (a *ReportsApiService) NewDeleteReportsCustomByIdRequest(ctx context.Context, id int32) ApiDeleteReportsCustomByIdRequest

Creates a new V1 DELETE /Reports/Custom/{id} request.

DeleteReportsCustomById Delete custom report that matches the id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Report identifier
@return ApiDeleteReportsCustomByIdRequest

func (*ReportsApiService) NewDeleteReportsSchedulesByIdRequest ¶

func (a *ReportsApiService) NewDeleteReportsSchedulesByIdRequest(ctx context.Context, id int32) ApiDeleteReportsSchedulesByIdRequest

Creates a new V1 DELETE /Reports/Schedules/{id} request.

DeleteReportsSchedulesById Delete a built-in report's schedule that matches the id of the schedule.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Report Schedule identifier
@return ApiDeleteReportsSchedulesByIdRequest

func (*ReportsApiService) NewGetReportsByIdParametersRequest ¶

func (a *ReportsApiService) NewGetReportsByIdParametersRequest(ctx context.Context, id int32) ApiGetReportsByIdParametersRequest

Creates a new V1 GET /Reports/{id}/Parameters request.

GetReportsByIdParameters Get a built-in report's parameters that matches the id of the report.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Report identifier
@return ApiGetReportsByIdParametersRequest

func (*ReportsApiService) NewGetReportsByIdRequest ¶

func (a *ReportsApiService) NewGetReportsByIdRequest(ctx context.Context, id int32) ApiGetReportsByIdRequest

Creates a new V1 GET /Reports/{id} request.

GetReportsById Returns a single built-in report that matches the id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Report identifier
@return ApiGetReportsByIdRequest

func (*ReportsApiService) NewGetReportsByIdSchedulesRequest ¶

func (a *ReportsApiService) NewGetReportsByIdSchedulesRequest(ctx context.Context, id int32) ApiGetReportsByIdSchedulesRequest

Creates a new V1 GET /Reports/{id}/Schedules request.

GetReportsByIdSchedules Get a built-in report's schedules that matches the id of the report.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Report identifier
@return ApiGetReportsByIdSchedulesRequest

func (*ReportsApiService) NewGetReportsCustomByIdRequest ¶

func (a *ReportsApiService) NewGetReportsCustomByIdRequest(ctx context.Context, id int32) ApiGetReportsCustomByIdRequest

Creates a new V1 GET /Reports/Custom/{id} request.

GetReportsCustomById Returns a single custom report that matches the id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Report identifier
@return ApiGetReportsCustomByIdRequest

func (*ReportsApiService) NewGetReportsCustomRequest ¶

func (a *ReportsApiService) NewGetReportsCustomRequest(ctx context.Context) ApiGetReportsCustomRequest

Creates a new V1 GET /Reports/Custom request.

GetReportsCustom Returns all custom reports according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetReportsCustomRequest

func (*ReportsApiService) NewGetReportsRequest ¶

func (a *ReportsApiService) NewGetReportsRequest(ctx context.Context) ApiGetReportsRequest

Creates a new V1 GET /Reports request.

GetReports Returns all built-in reports according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetReportsRequest

func (*ReportsApiService) NewGetReportsSchedulesByIdRequest ¶

func (a *ReportsApiService) NewGetReportsSchedulesByIdRequest(ctx context.Context, id int32) ApiGetReportsSchedulesByIdRequest

Creates a new V1 GET /Reports/Schedules/{id} request.

GetReportsSchedulesById Get a built-in report's schedule that matches the id of the schedule.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Report Schedule identifier
@return ApiGetReportsSchedulesByIdRequest

func (*ReportsApiService) NewUpdateReportsByIdParametersRequest ¶

func (a *ReportsApiService) NewUpdateReportsByIdParametersRequest(ctx context.Context, id int32) ApiUpdateReportsByIdParametersRequest

Creates a new V1 PUT /Reports/{id}/Parameters request.

UpdateReportsByIdParameters Update a built-in report's parameters that matches the id of the report.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Report identifier
@return ApiUpdateReportsByIdParametersRequest

func (*ReportsApiService) NewUpdateReportsByIdSchedulesRequest ¶

func (a *ReportsApiService) NewUpdateReportsByIdSchedulesRequest(ctx context.Context, id int32) ApiUpdateReportsByIdSchedulesRequest

Creates a new V1 PUT /Reports/{id}/Schedules request.

UpdateReportsByIdSchedules Update a built-in report's schedule that matches the id of the report.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Report identifier
@return ApiUpdateReportsByIdSchedulesRequest

func (*ReportsApiService) NewUpdateReportsCustomRequest ¶

func (a *ReportsApiService) NewUpdateReportsCustomRequest(ctx context.Context) ApiUpdateReportsCustomRequest

Creates a new V1 PUT /Reports/Custom request.

UpdateReportsCustom Updates a custom report that matches the id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateReportsCustomRequest

func (*ReportsApiService) NewUpdateReportsRequest ¶

func (a *ReportsApiService) NewUpdateReportsRequest(ctx context.Context) ApiUpdateReportsRequest

Creates a new V1 PUT /Reports request.

UpdateReports Updates a single built-in report that matches the id. Only some fields can be updated.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateReportsRequest

func (*ReportsApiService) UpdateReportsByIdParametersExecute ¶

Executes the API request V1 PUT /Reports/{id}/Parameters

@return []CSSCMSDataModelModelsReportParameters

func (*ReportsApiService) UpdateReportsByIdSchedulesExecute ¶

Executes the API request V1 PUT /Reports/{id}/Schedules

@return ReportsReportSchedulesReportScheduleResponse

func (*ReportsApiService) UpdateReportsCustomExecute ¶

Executes the API request V1 PUT /Reports/Custom

@return ReportsCustomReportsCustomReportResponse

func (*ReportsApiService) UpdateReportsExecute ¶

Executes the API request V1 PUT /Reports

@return CSSCMSDataModelModelsReport

type ReportsCustomReportsCustomReportCreationRequest ¶

type ReportsCustomReportsCustomReportCreationRequest struct {
	CustomURL   string `json:"CustomURL"`
	DisplayName string `json:"DisplayName"`
	Description string `json:"Description"`
	InNavigator *bool  `json:"InNavigator,omitempty"`
	Favorite    *bool  `json:"Favorite,omitempty"`
}

ReportsCustomReportsCustomReportCreationRequest struct for ReportsCustomReportsCustomReportCreationRequest

func NewReportsCustomReportsCustomReportCreationRequest ¶

func NewReportsCustomReportsCustomReportCreationRequest(customURL string, displayName string, description string) *ReportsCustomReportsCustomReportCreationRequest

NewReportsCustomReportsCustomReportCreationRequest instantiates a new ReportsCustomReportsCustomReportCreationRequest 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 NewReportsCustomReportsCustomReportCreationRequestWithDefaults ¶

func NewReportsCustomReportsCustomReportCreationRequestWithDefaults() *ReportsCustomReportsCustomReportCreationRequest

NewReportsCustomReportsCustomReportCreationRequestWithDefaults instantiates a new ReportsCustomReportsCustomReportCreationRequest 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 (*ReportsCustomReportsCustomReportCreationRequest) GetCustomURL ¶

GetCustomURL returns the CustomURL field value

func (*ReportsCustomReportsCustomReportCreationRequest) GetCustomURLOk ¶

GetCustomURLOk returns a tuple with the CustomURL field value and a boolean to check if the value has been set.

func (*ReportsCustomReportsCustomReportCreationRequest) GetDescription ¶

GetDescription returns the Description field value

func (*ReportsCustomReportsCustomReportCreationRequest) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*ReportsCustomReportsCustomReportCreationRequest) GetDisplayName ¶

GetDisplayName returns the DisplayName field value

func (*ReportsCustomReportsCustomReportCreationRequest) GetDisplayNameOk ¶

GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.

func (*ReportsCustomReportsCustomReportCreationRequest) GetFavorite ¶

GetFavorite returns the Favorite field value if set, zero value otherwise.

func (*ReportsCustomReportsCustomReportCreationRequest) GetFavoriteOk ¶

GetFavoriteOk returns a tuple with the Favorite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportsCustomReportsCustomReportCreationRequest) GetInNavigator ¶

GetInNavigator returns the InNavigator field value if set, zero value otherwise.

func (*ReportsCustomReportsCustomReportCreationRequest) GetInNavigatorOk ¶

func (o *ReportsCustomReportsCustomReportCreationRequest) GetInNavigatorOk() (*bool, bool)

GetInNavigatorOk returns a tuple with the InNavigator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportsCustomReportsCustomReportCreationRequest) HasFavorite ¶

HasFavorite returns a boolean if a field has been set.

func (*ReportsCustomReportsCustomReportCreationRequest) HasInNavigator ¶

HasInNavigator returns a boolean if a field has been set.

func (ReportsCustomReportsCustomReportCreationRequest) MarshalJSON ¶

func (*ReportsCustomReportsCustomReportCreationRequest) SetCustomURL ¶

SetCustomURL sets field value

func (*ReportsCustomReportsCustomReportCreationRequest) SetDescription ¶

SetDescription sets field value

func (*ReportsCustomReportsCustomReportCreationRequest) SetDisplayName ¶

SetDisplayName sets field value

func (*ReportsCustomReportsCustomReportCreationRequest) SetFavorite ¶

SetFavorite gets a reference to the given bool and assigns it to the Favorite field.

func (*ReportsCustomReportsCustomReportCreationRequest) SetInNavigator ¶

SetInNavigator gets a reference to the given bool and assigns it to the InNavigator field.

func (ReportsCustomReportsCustomReportCreationRequest) ToMap ¶

func (o ReportsCustomReportsCustomReportCreationRequest) ToMap() (map[string]interface{}, error)

type ReportsCustomReportsCustomReportResponse ¶

type ReportsCustomReportsCustomReportResponse struct {
	CustomURL   NullableString `json:"CustomURL,omitempty"`
	Id          *int32         `json:"Id,omitempty"`
	DisplayName NullableString `json:"DisplayName,omitempty"`
	Description NullableString `json:"Description,omitempty"`
	InNavigator *bool          `json:"InNavigator,omitempty"`
	Favorite    *bool          `json:"Favorite,omitempty"`
}

ReportsCustomReportsCustomReportResponse struct for ReportsCustomReportsCustomReportResponse

func NewReportsCustomReportsCustomReportResponse ¶

func NewReportsCustomReportsCustomReportResponse() *ReportsCustomReportsCustomReportResponse

NewReportsCustomReportsCustomReportResponse instantiates a new ReportsCustomReportsCustomReportResponse 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 NewReportsCustomReportsCustomReportResponseWithDefaults ¶

func NewReportsCustomReportsCustomReportResponseWithDefaults() *ReportsCustomReportsCustomReportResponse

NewReportsCustomReportsCustomReportResponseWithDefaults instantiates a new ReportsCustomReportsCustomReportResponse 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 (*ReportsCustomReportsCustomReportResponse) GetCustomURL ¶

GetCustomURL returns the CustomURL field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReportsCustomReportsCustomReportResponse) GetCustomURLOk ¶

func (o *ReportsCustomReportsCustomReportResponse) GetCustomURLOk() (*string, bool)

GetCustomURLOk returns a tuple with the CustomURL field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReportsCustomReportsCustomReportResponse) GetDescription ¶

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReportsCustomReportsCustomReportResponse) GetDescriptionOk ¶

func (o *ReportsCustomReportsCustomReportResponse) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReportsCustomReportsCustomReportResponse) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReportsCustomReportsCustomReportResponse) GetDisplayNameOk ¶

func (o *ReportsCustomReportsCustomReportResponse) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReportsCustomReportsCustomReportResponse) GetFavorite ¶

GetFavorite returns the Favorite field value if set, zero value otherwise.

func (*ReportsCustomReportsCustomReportResponse) GetFavoriteOk ¶

func (o *ReportsCustomReportsCustomReportResponse) GetFavoriteOk() (*bool, bool)

GetFavoriteOk returns a tuple with the Favorite field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportsCustomReportsCustomReportResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ReportsCustomReportsCustomReportResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportsCustomReportsCustomReportResponse) GetInNavigator ¶

func (o *ReportsCustomReportsCustomReportResponse) GetInNavigator() bool

GetInNavigator returns the InNavigator field value if set, zero value otherwise.

func (*ReportsCustomReportsCustomReportResponse) GetInNavigatorOk ¶

func (o *ReportsCustomReportsCustomReportResponse) GetInNavigatorOk() (*bool, bool)

GetInNavigatorOk returns a tuple with the InNavigator field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportsCustomReportsCustomReportResponse) HasCustomURL ¶

HasCustomURL returns a boolean if a field has been set.

func (*ReportsCustomReportsCustomReportResponse) HasDescription ¶

func (o *ReportsCustomReportsCustomReportResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*ReportsCustomReportsCustomReportResponse) HasDisplayName ¶

func (o *ReportsCustomReportsCustomReportResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*ReportsCustomReportsCustomReportResponse) HasFavorite ¶

HasFavorite returns a boolean if a field has been set.

func (*ReportsCustomReportsCustomReportResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*ReportsCustomReportsCustomReportResponse) HasInNavigator ¶

func (o *ReportsCustomReportsCustomReportResponse) HasInNavigator() bool

HasInNavigator returns a boolean if a field has been set.

func (ReportsCustomReportsCustomReportResponse) MarshalJSON ¶

func (*ReportsCustomReportsCustomReportResponse) SetCustomURL ¶

SetCustomURL gets a reference to the given NullableString and assigns it to the CustomURL field.

func (*ReportsCustomReportsCustomReportResponse) SetCustomURLNil ¶

func (o *ReportsCustomReportsCustomReportResponse) SetCustomURLNil()

SetCustomURLNil sets the value for CustomURL to be an explicit nil

func (*ReportsCustomReportsCustomReportResponse) SetDescription ¶

func (o *ReportsCustomReportsCustomReportResponse) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*ReportsCustomReportsCustomReportResponse) SetDescriptionNil ¶

func (o *ReportsCustomReportsCustomReportResponse) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*ReportsCustomReportsCustomReportResponse) SetDisplayName ¶

func (o *ReportsCustomReportsCustomReportResponse) SetDisplayName(v string)

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*ReportsCustomReportsCustomReportResponse) SetDisplayNameNil ¶

func (o *ReportsCustomReportsCustomReportResponse) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*ReportsCustomReportsCustomReportResponse) SetFavorite ¶

SetFavorite gets a reference to the given bool and assigns it to the Favorite field.

func (*ReportsCustomReportsCustomReportResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ReportsCustomReportsCustomReportResponse) SetInNavigator ¶

func (o *ReportsCustomReportsCustomReportResponse) SetInNavigator(v bool)

SetInNavigator gets a reference to the given bool and assigns it to the InNavigator field.

func (ReportsCustomReportsCustomReportResponse) ToMap ¶

func (o ReportsCustomReportsCustomReportResponse) ToMap() (map[string]interface{}, error)

func (*ReportsCustomReportsCustomReportResponse) UnsetCustomURL ¶

func (o *ReportsCustomReportsCustomReportResponse) UnsetCustomURL()

UnsetCustomURL ensures that no value is present for CustomURL, not even an explicit nil

func (*ReportsCustomReportsCustomReportResponse) UnsetDescription ¶

func (o *ReportsCustomReportsCustomReportResponse) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

func (*ReportsCustomReportsCustomReportResponse) UnsetDisplayName ¶

func (o *ReportsCustomReportsCustomReportResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

type ReportsCustomReportsCustomReportUpdateRequest ¶

type ReportsCustomReportsCustomReportUpdateRequest struct {
	Id          int32  `json:"Id"`
	CustomURL   string `json:"CustomURL"`
	DisplayName string `json:"DisplayName"`
	Description string `json:"Description"`
	InNavigator bool   `json:"InNavigator"`
	Favorite    bool   `json:"Favorite"`
}

ReportsCustomReportsCustomReportUpdateRequest struct for ReportsCustomReportsCustomReportUpdateRequest

func NewReportsCustomReportsCustomReportUpdateRequest ¶

func NewReportsCustomReportsCustomReportUpdateRequest(id int32, customURL string, displayName string, description string, inNavigator bool, favorite bool) *ReportsCustomReportsCustomReportUpdateRequest

NewReportsCustomReportsCustomReportUpdateRequest instantiates a new ReportsCustomReportsCustomReportUpdateRequest 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 NewReportsCustomReportsCustomReportUpdateRequestWithDefaults ¶

func NewReportsCustomReportsCustomReportUpdateRequestWithDefaults() *ReportsCustomReportsCustomReportUpdateRequest

NewReportsCustomReportsCustomReportUpdateRequestWithDefaults instantiates a new ReportsCustomReportsCustomReportUpdateRequest 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 (*ReportsCustomReportsCustomReportUpdateRequest) GetCustomURL ¶

GetCustomURL returns the CustomURL field value

func (*ReportsCustomReportsCustomReportUpdateRequest) GetCustomURLOk ¶

GetCustomURLOk returns a tuple with the CustomURL field value and a boolean to check if the value has been set.

func (*ReportsCustomReportsCustomReportUpdateRequest) GetDescription ¶

GetDescription returns the Description field value

func (*ReportsCustomReportsCustomReportUpdateRequest) GetDescriptionOk ¶

func (o *ReportsCustomReportsCustomReportUpdateRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*ReportsCustomReportsCustomReportUpdateRequest) GetDisplayName ¶

GetDisplayName returns the DisplayName field value

func (*ReportsCustomReportsCustomReportUpdateRequest) GetDisplayNameOk ¶

func (o *ReportsCustomReportsCustomReportUpdateRequest) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set.

func (*ReportsCustomReportsCustomReportUpdateRequest) GetFavorite ¶

GetFavorite returns the Favorite field value

func (*ReportsCustomReportsCustomReportUpdateRequest) GetFavoriteOk ¶

GetFavoriteOk returns a tuple with the Favorite field value and a boolean to check if the value has been set.

func (*ReportsCustomReportsCustomReportUpdateRequest) GetId ¶

GetId returns the Id field value

func (*ReportsCustomReportsCustomReportUpdateRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ReportsCustomReportsCustomReportUpdateRequest) GetInNavigator ¶

GetInNavigator returns the InNavigator field value

func (*ReportsCustomReportsCustomReportUpdateRequest) GetInNavigatorOk ¶

func (o *ReportsCustomReportsCustomReportUpdateRequest) GetInNavigatorOk() (*bool, bool)

GetInNavigatorOk returns a tuple with the InNavigator field value and a boolean to check if the value has been set.

func (ReportsCustomReportsCustomReportUpdateRequest) MarshalJSON ¶

func (*ReportsCustomReportsCustomReportUpdateRequest) SetCustomURL ¶

SetCustomURL sets field value

func (*ReportsCustomReportsCustomReportUpdateRequest) SetDescription ¶

SetDescription sets field value

func (*ReportsCustomReportsCustomReportUpdateRequest) SetDisplayName ¶

SetDisplayName sets field value

func (*ReportsCustomReportsCustomReportUpdateRequest) SetFavorite ¶

SetFavorite sets field value

func (*ReportsCustomReportsCustomReportUpdateRequest) SetId ¶

SetId sets field value

func (*ReportsCustomReportsCustomReportUpdateRequest) SetInNavigator ¶

SetInNavigator sets field value

func (ReportsCustomReportsCustomReportUpdateRequest) ToMap ¶

func (o ReportsCustomReportsCustomReportUpdateRequest) ToMap() (map[string]interface{}, error)

type ReportsReportSchedulesReportScheduleCreationRequest ¶

type ReportsReportSchedulesReportScheduleCreationRequest struct {
	SendReport              *bool                                       `json:"SendReport,omitempty"`
	SaveReport              *bool                                       `json:"SaveReport,omitempty"`
	SaveReportPath          NullableString                              `json:"SaveReportPath,omitempty"`
	ReportFormat            string                                      `json:"ReportFormat"`
	KeyfactorSchedule       *KeyfactorCommonSchedulingKeyfactorSchedule `json:"KeyfactorSchedule,omitempty"`
	CertificateCollectionId NullableInt32                               `json:"CertificateCollectionId,omitempty"`
	EmailRecipients         []string                                    `json:"EmailRecipients,omitempty"`
	RuntimeParameters       map[string]string                           `json:"RuntimeParameters"`
}

ReportsReportSchedulesReportScheduleCreationRequest struct for ReportsReportSchedulesReportScheduleCreationRequest

func NewReportsReportSchedulesReportScheduleCreationRequest ¶

func NewReportsReportSchedulesReportScheduleCreationRequest(reportFormat string, runtimeParameters map[string]string) *ReportsReportSchedulesReportScheduleCreationRequest

NewReportsReportSchedulesReportScheduleCreationRequest instantiates a new ReportsReportSchedulesReportScheduleCreationRequest 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 NewReportsReportSchedulesReportScheduleCreationRequestWithDefaults ¶

func NewReportsReportSchedulesReportScheduleCreationRequestWithDefaults() *ReportsReportSchedulesReportScheduleCreationRequest

NewReportsReportSchedulesReportScheduleCreationRequestWithDefaults instantiates a new ReportsReportSchedulesReportScheduleCreationRequest 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 (*ReportsReportSchedulesReportScheduleCreationRequest) GetCertificateCollectionId ¶

func (o *ReportsReportSchedulesReportScheduleCreationRequest) GetCertificateCollectionId() int32

GetCertificateCollectionId returns the CertificateCollectionId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReportsReportSchedulesReportScheduleCreationRequest) GetCertificateCollectionIdOk ¶

func (o *ReportsReportSchedulesReportScheduleCreationRequest) GetCertificateCollectionIdOk() (*int32, bool)

GetCertificateCollectionIdOk returns a tuple with the CertificateCollectionId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReportsReportSchedulesReportScheduleCreationRequest) GetEmailRecipients ¶

GetEmailRecipients returns the EmailRecipients field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReportsReportSchedulesReportScheduleCreationRequest) GetEmailRecipientsOk ¶

func (o *ReportsReportSchedulesReportScheduleCreationRequest) GetEmailRecipientsOk() ([]string, bool)

GetEmailRecipientsOk returns a tuple with the EmailRecipients field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReportsReportSchedulesReportScheduleCreationRequest) GetKeyfactorSchedule ¶

GetKeyfactorSchedule returns the KeyfactorSchedule field value if set, zero value otherwise.

func (*ReportsReportSchedulesReportScheduleCreationRequest) GetKeyfactorScheduleOk ¶

GetKeyfactorScheduleOk returns a tuple with the KeyfactorSchedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportsReportSchedulesReportScheduleCreationRequest) GetReportFormat ¶

GetReportFormat returns the ReportFormat field value

func (*ReportsReportSchedulesReportScheduleCreationRequest) GetReportFormatOk ¶

GetReportFormatOk returns a tuple with the ReportFormat field value and a boolean to check if the value has been set.

func (*ReportsReportSchedulesReportScheduleCreationRequest) GetRuntimeParameters ¶

GetRuntimeParameters returns the RuntimeParameters field value

func (*ReportsReportSchedulesReportScheduleCreationRequest) GetRuntimeParametersOk ¶

func (o *ReportsReportSchedulesReportScheduleCreationRequest) GetRuntimeParametersOk() (*map[string]string, bool)

GetRuntimeParametersOk returns a tuple with the RuntimeParameters field value and a boolean to check if the value has been set.

func (*ReportsReportSchedulesReportScheduleCreationRequest) GetSaveReport ¶

GetSaveReport returns the SaveReport field value if set, zero value otherwise.

func (*ReportsReportSchedulesReportScheduleCreationRequest) GetSaveReportOk ¶

GetSaveReportOk returns a tuple with the SaveReport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportsReportSchedulesReportScheduleCreationRequest) GetSaveReportPath ¶

GetSaveReportPath returns the SaveReportPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReportsReportSchedulesReportScheduleCreationRequest) GetSaveReportPathOk ¶

GetSaveReportPathOk returns a tuple with the SaveReportPath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReportsReportSchedulesReportScheduleCreationRequest) GetSendReport ¶

GetSendReport returns the SendReport field value if set, zero value otherwise.

func (*ReportsReportSchedulesReportScheduleCreationRequest) GetSendReportOk ¶

GetSendReportOk returns a tuple with the SendReport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportsReportSchedulesReportScheduleCreationRequest) HasCertificateCollectionId ¶

func (o *ReportsReportSchedulesReportScheduleCreationRequest) HasCertificateCollectionId() bool

HasCertificateCollectionId returns a boolean if a field has been set.

func (*ReportsReportSchedulesReportScheduleCreationRequest) HasEmailRecipients ¶

HasEmailRecipients returns a boolean if a field has been set.

func (*ReportsReportSchedulesReportScheduleCreationRequest) HasKeyfactorSchedule ¶

HasKeyfactorSchedule returns a boolean if a field has been set.

func (*ReportsReportSchedulesReportScheduleCreationRequest) HasSaveReport ¶

HasSaveReport returns a boolean if a field has been set.

func (*ReportsReportSchedulesReportScheduleCreationRequest) HasSaveReportPath ¶

HasSaveReportPath returns a boolean if a field has been set.

func (*ReportsReportSchedulesReportScheduleCreationRequest) HasSendReport ¶

HasSendReport returns a boolean if a field has been set.

func (ReportsReportSchedulesReportScheduleCreationRequest) MarshalJSON ¶

func (*ReportsReportSchedulesReportScheduleCreationRequest) SetCertificateCollectionId ¶

func (o *ReportsReportSchedulesReportScheduleCreationRequest) SetCertificateCollectionId(v int32)

SetCertificateCollectionId gets a reference to the given NullableInt32 and assigns it to the CertificateCollectionId field.

func (*ReportsReportSchedulesReportScheduleCreationRequest) SetCertificateCollectionIdNil ¶

func (o *ReportsReportSchedulesReportScheduleCreationRequest) SetCertificateCollectionIdNil()

SetCertificateCollectionIdNil sets the value for CertificateCollectionId to be an explicit nil

func (*ReportsReportSchedulesReportScheduleCreationRequest) SetEmailRecipients ¶

SetEmailRecipients gets a reference to the given []string and assigns it to the EmailRecipients field.

func (*ReportsReportSchedulesReportScheduleCreationRequest) SetKeyfactorSchedule ¶

SetKeyfactorSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the KeyfactorSchedule field.

func (*ReportsReportSchedulesReportScheduleCreationRequest) SetReportFormat ¶

SetReportFormat sets field value

func (*ReportsReportSchedulesReportScheduleCreationRequest) SetRuntimeParameters ¶

func (o *ReportsReportSchedulesReportScheduleCreationRequest) SetRuntimeParameters(v map[string]string)

SetRuntimeParameters sets field value

func (*ReportsReportSchedulesReportScheduleCreationRequest) SetSaveReport ¶

SetSaveReport gets a reference to the given bool and assigns it to the SaveReport field.

func (*ReportsReportSchedulesReportScheduleCreationRequest) SetSaveReportPath ¶

SetSaveReportPath gets a reference to the given NullableString and assigns it to the SaveReportPath field.

func (*ReportsReportSchedulesReportScheduleCreationRequest) SetSaveReportPathNil ¶

func (o *ReportsReportSchedulesReportScheduleCreationRequest) SetSaveReportPathNil()

SetSaveReportPathNil sets the value for SaveReportPath to be an explicit nil

func (*ReportsReportSchedulesReportScheduleCreationRequest) SetSendReport ¶

SetSendReport gets a reference to the given bool and assigns it to the SendReport field.

func (ReportsReportSchedulesReportScheduleCreationRequest) ToMap ¶

func (*ReportsReportSchedulesReportScheduleCreationRequest) UnsetCertificateCollectionId ¶

func (o *ReportsReportSchedulesReportScheduleCreationRequest) UnsetCertificateCollectionId()

UnsetCertificateCollectionId ensures that no value is present for CertificateCollectionId, not even an explicit nil

func (*ReportsReportSchedulesReportScheduleCreationRequest) UnsetSaveReportPath ¶

func (o *ReportsReportSchedulesReportScheduleCreationRequest) UnsetSaveReportPath()

UnsetSaveReportPath ensures that no value is present for SaveReportPath, not even an explicit nil

type ReportsReportSchedulesReportScheduleResponse ¶

type ReportsReportSchedulesReportScheduleResponse struct {
	Id                      *int32                                      `json:"Id,omitempty"`
	SendReport              *bool                                       `json:"SendReport,omitempty"`
	SaveReport              *bool                                       `json:"SaveReport,omitempty"`
	SaveReportPath          NullableString                              `json:"SaveReportPath,omitempty"`
	ReportFormat            NullableString                              `json:"ReportFormat,omitempty"`
	KeyfactorSchedule       *KeyfactorCommonSchedulingKeyfactorSchedule `json:"KeyfactorSchedule,omitempty"`
	CertificateCollectionId *int32                                      `json:"CertificateCollectionId,omitempty"`
	EmailRecipients         []string                                    `json:"EmailRecipients,omitempty"`
	RuntimeParameters       map[string]string                           `json:"RuntimeParameters,omitempty"`
}

ReportsReportSchedulesReportScheduleResponse struct for ReportsReportSchedulesReportScheduleResponse

func NewReportsReportSchedulesReportScheduleResponse ¶

func NewReportsReportSchedulesReportScheduleResponse() *ReportsReportSchedulesReportScheduleResponse

NewReportsReportSchedulesReportScheduleResponse instantiates a new ReportsReportSchedulesReportScheduleResponse 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 NewReportsReportSchedulesReportScheduleResponseWithDefaults ¶

func NewReportsReportSchedulesReportScheduleResponseWithDefaults() *ReportsReportSchedulesReportScheduleResponse

NewReportsReportSchedulesReportScheduleResponseWithDefaults instantiates a new ReportsReportSchedulesReportScheduleResponse 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 (*ReportsReportSchedulesReportScheduleResponse) GetCertificateCollectionId ¶

func (o *ReportsReportSchedulesReportScheduleResponse) GetCertificateCollectionId() int32

GetCertificateCollectionId returns the CertificateCollectionId field value if set, zero value otherwise.

func (*ReportsReportSchedulesReportScheduleResponse) GetCertificateCollectionIdOk ¶

func (o *ReportsReportSchedulesReportScheduleResponse) GetCertificateCollectionIdOk() (*int32, bool)

GetCertificateCollectionIdOk returns a tuple with the CertificateCollectionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportsReportSchedulesReportScheduleResponse) GetEmailRecipients ¶

func (o *ReportsReportSchedulesReportScheduleResponse) GetEmailRecipients() []string

GetEmailRecipients returns the EmailRecipients field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReportsReportSchedulesReportScheduleResponse) GetEmailRecipientsOk ¶

func (o *ReportsReportSchedulesReportScheduleResponse) GetEmailRecipientsOk() ([]string, bool)

GetEmailRecipientsOk returns a tuple with the EmailRecipients field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReportsReportSchedulesReportScheduleResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ReportsReportSchedulesReportScheduleResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportsReportSchedulesReportScheduleResponse) GetKeyfactorSchedule ¶

GetKeyfactorSchedule returns the KeyfactorSchedule field value if set, zero value otherwise.

func (*ReportsReportSchedulesReportScheduleResponse) GetKeyfactorScheduleOk ¶

GetKeyfactorScheduleOk returns a tuple with the KeyfactorSchedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportsReportSchedulesReportScheduleResponse) GetReportFormat ¶

GetReportFormat returns the ReportFormat field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReportsReportSchedulesReportScheduleResponse) GetReportFormatOk ¶

func (o *ReportsReportSchedulesReportScheduleResponse) GetReportFormatOk() (*string, bool)

GetReportFormatOk returns a tuple with the ReportFormat field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReportsReportSchedulesReportScheduleResponse) GetRuntimeParameters ¶

func (o *ReportsReportSchedulesReportScheduleResponse) GetRuntimeParameters() map[string]string

GetRuntimeParameters returns the RuntimeParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReportsReportSchedulesReportScheduleResponse) GetRuntimeParametersOk ¶

func (o *ReportsReportSchedulesReportScheduleResponse) GetRuntimeParametersOk() (*map[string]string, bool)

GetRuntimeParametersOk returns a tuple with the RuntimeParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReportsReportSchedulesReportScheduleResponse) GetSaveReport ¶

GetSaveReport returns the SaveReport field value if set, zero value otherwise.

func (*ReportsReportSchedulesReportScheduleResponse) GetSaveReportOk ¶

func (o *ReportsReportSchedulesReportScheduleResponse) GetSaveReportOk() (*bool, bool)

GetSaveReportOk returns a tuple with the SaveReport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportsReportSchedulesReportScheduleResponse) GetSaveReportPath ¶

GetSaveReportPath returns the SaveReportPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReportsReportSchedulesReportScheduleResponse) GetSaveReportPathOk ¶

func (o *ReportsReportSchedulesReportScheduleResponse) GetSaveReportPathOk() (*string, bool)

GetSaveReportPathOk returns a tuple with the SaveReportPath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReportsReportSchedulesReportScheduleResponse) GetSendReport ¶

GetSendReport returns the SendReport field value if set, zero value otherwise.

func (*ReportsReportSchedulesReportScheduleResponse) GetSendReportOk ¶

func (o *ReportsReportSchedulesReportScheduleResponse) GetSendReportOk() (*bool, bool)

GetSendReportOk returns a tuple with the SendReport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportsReportSchedulesReportScheduleResponse) HasCertificateCollectionId ¶

func (o *ReportsReportSchedulesReportScheduleResponse) HasCertificateCollectionId() bool

HasCertificateCollectionId returns a boolean if a field has been set.

func (*ReportsReportSchedulesReportScheduleResponse) HasEmailRecipients ¶

func (o *ReportsReportSchedulesReportScheduleResponse) HasEmailRecipients() bool

HasEmailRecipients returns a boolean if a field has been set.

func (*ReportsReportSchedulesReportScheduleResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*ReportsReportSchedulesReportScheduleResponse) HasKeyfactorSchedule ¶

func (o *ReportsReportSchedulesReportScheduleResponse) HasKeyfactorSchedule() bool

HasKeyfactorSchedule returns a boolean if a field has been set.

func (*ReportsReportSchedulesReportScheduleResponse) HasReportFormat ¶

HasReportFormat returns a boolean if a field has been set.

func (*ReportsReportSchedulesReportScheduleResponse) HasRuntimeParameters ¶

func (o *ReportsReportSchedulesReportScheduleResponse) HasRuntimeParameters() bool

HasRuntimeParameters returns a boolean if a field has been set.

func (*ReportsReportSchedulesReportScheduleResponse) HasSaveReport ¶

HasSaveReport returns a boolean if a field has been set.

func (*ReportsReportSchedulesReportScheduleResponse) HasSaveReportPath ¶

func (o *ReportsReportSchedulesReportScheduleResponse) HasSaveReportPath() bool

HasSaveReportPath returns a boolean if a field has been set.

func (*ReportsReportSchedulesReportScheduleResponse) HasSendReport ¶

HasSendReport returns a boolean if a field has been set.

func (ReportsReportSchedulesReportScheduleResponse) MarshalJSON ¶

func (*ReportsReportSchedulesReportScheduleResponse) SetCertificateCollectionId ¶

func (o *ReportsReportSchedulesReportScheduleResponse) SetCertificateCollectionId(v int32)

SetCertificateCollectionId gets a reference to the given int32 and assigns it to the CertificateCollectionId field.

func (*ReportsReportSchedulesReportScheduleResponse) SetEmailRecipients ¶

func (o *ReportsReportSchedulesReportScheduleResponse) SetEmailRecipients(v []string)

SetEmailRecipients gets a reference to the given []string and assigns it to the EmailRecipients field.

func (*ReportsReportSchedulesReportScheduleResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ReportsReportSchedulesReportScheduleResponse) SetKeyfactorSchedule ¶

SetKeyfactorSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the KeyfactorSchedule field.

func (*ReportsReportSchedulesReportScheduleResponse) SetReportFormat ¶

SetReportFormat gets a reference to the given NullableString and assigns it to the ReportFormat field.

func (*ReportsReportSchedulesReportScheduleResponse) SetReportFormatNil ¶

func (o *ReportsReportSchedulesReportScheduleResponse) SetReportFormatNil()

SetReportFormatNil sets the value for ReportFormat to be an explicit nil

func (*ReportsReportSchedulesReportScheduleResponse) SetRuntimeParameters ¶

func (o *ReportsReportSchedulesReportScheduleResponse) SetRuntimeParameters(v map[string]string)

SetRuntimeParameters gets a reference to the given map[string]string and assigns it to the RuntimeParameters field.

func (*ReportsReportSchedulesReportScheduleResponse) SetSaveReport ¶

SetSaveReport gets a reference to the given bool and assigns it to the SaveReport field.

func (*ReportsReportSchedulesReportScheduleResponse) SetSaveReportPath ¶

func (o *ReportsReportSchedulesReportScheduleResponse) SetSaveReportPath(v string)

SetSaveReportPath gets a reference to the given NullableString and assigns it to the SaveReportPath field.

func (*ReportsReportSchedulesReportScheduleResponse) SetSaveReportPathNil ¶

func (o *ReportsReportSchedulesReportScheduleResponse) SetSaveReportPathNil()

SetSaveReportPathNil sets the value for SaveReportPath to be an explicit nil

func (*ReportsReportSchedulesReportScheduleResponse) SetSendReport ¶

SetSendReport gets a reference to the given bool and assigns it to the SendReport field.

func (ReportsReportSchedulesReportScheduleResponse) ToMap ¶

func (o ReportsReportSchedulesReportScheduleResponse) ToMap() (map[string]interface{}, error)

func (*ReportsReportSchedulesReportScheduleResponse) UnsetReportFormat ¶

func (o *ReportsReportSchedulesReportScheduleResponse) UnsetReportFormat()

UnsetReportFormat ensures that no value is present for ReportFormat, not even an explicit nil

func (*ReportsReportSchedulesReportScheduleResponse) UnsetSaveReportPath ¶

func (o *ReportsReportSchedulesReportScheduleResponse) UnsetSaveReportPath()

UnsetSaveReportPath ensures that no value is present for SaveReportPath, not even an explicit nil

type ReportsReportSchedulesReportScheduleUpdateRequest ¶

type ReportsReportSchedulesReportScheduleUpdateRequest struct {
	Id                      int32                                       `json:"Id"`
	SendReport              *bool                                       `json:"SendReport,omitempty"`
	SaveReport              *bool                                       `json:"SaveReport,omitempty"`
	SaveReportPath          NullableString                              `json:"SaveReportPath,omitempty"`
	ReportFormat            string                                      `json:"ReportFormat"`
	KeyfactorSchedule       *KeyfactorCommonSchedulingKeyfactorSchedule `json:"KeyfactorSchedule,omitempty"`
	CertificateCollectionId NullableInt32                               `json:"CertificateCollectionId,omitempty"`
	EmailRecipients         []string                                    `json:"EmailRecipients,omitempty"`
	RuntimeParameters       map[string]string                           `json:"RuntimeParameters"`
}

ReportsReportSchedulesReportScheduleUpdateRequest struct for ReportsReportSchedulesReportScheduleUpdateRequest

func NewReportsReportSchedulesReportScheduleUpdateRequest ¶

func NewReportsReportSchedulesReportScheduleUpdateRequest(id int32, reportFormat string, runtimeParameters map[string]string) *ReportsReportSchedulesReportScheduleUpdateRequest

NewReportsReportSchedulesReportScheduleUpdateRequest instantiates a new ReportsReportSchedulesReportScheduleUpdateRequest 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 NewReportsReportSchedulesReportScheduleUpdateRequestWithDefaults ¶

func NewReportsReportSchedulesReportScheduleUpdateRequestWithDefaults() *ReportsReportSchedulesReportScheduleUpdateRequest

NewReportsReportSchedulesReportScheduleUpdateRequestWithDefaults instantiates a new ReportsReportSchedulesReportScheduleUpdateRequest 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 (*ReportsReportSchedulesReportScheduleUpdateRequest) GetCertificateCollectionId ¶

func (o *ReportsReportSchedulesReportScheduleUpdateRequest) GetCertificateCollectionId() int32

GetCertificateCollectionId returns the CertificateCollectionId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReportsReportSchedulesReportScheduleUpdateRequest) GetCertificateCollectionIdOk ¶

func (o *ReportsReportSchedulesReportScheduleUpdateRequest) GetCertificateCollectionIdOk() (*int32, bool)

GetCertificateCollectionIdOk returns a tuple with the CertificateCollectionId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReportsReportSchedulesReportScheduleUpdateRequest) GetEmailRecipients ¶

GetEmailRecipients returns the EmailRecipients field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReportsReportSchedulesReportScheduleUpdateRequest) GetEmailRecipientsOk ¶

func (o *ReportsReportSchedulesReportScheduleUpdateRequest) GetEmailRecipientsOk() ([]string, bool)

GetEmailRecipientsOk returns a tuple with the EmailRecipients field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReportsReportSchedulesReportScheduleUpdateRequest) GetId ¶

GetId returns the Id field value

func (*ReportsReportSchedulesReportScheduleUpdateRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ReportsReportSchedulesReportScheduleUpdateRequest) GetKeyfactorSchedule ¶

GetKeyfactorSchedule returns the KeyfactorSchedule field value if set, zero value otherwise.

func (*ReportsReportSchedulesReportScheduleUpdateRequest) GetKeyfactorScheduleOk ¶

GetKeyfactorScheduleOk returns a tuple with the KeyfactorSchedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportsReportSchedulesReportScheduleUpdateRequest) GetReportFormat ¶

GetReportFormat returns the ReportFormat field value

func (*ReportsReportSchedulesReportScheduleUpdateRequest) GetReportFormatOk ¶

GetReportFormatOk returns a tuple with the ReportFormat field value and a boolean to check if the value has been set.

func (*ReportsReportSchedulesReportScheduleUpdateRequest) GetRuntimeParameters ¶

func (o *ReportsReportSchedulesReportScheduleUpdateRequest) GetRuntimeParameters() map[string]string

GetRuntimeParameters returns the RuntimeParameters field value

func (*ReportsReportSchedulesReportScheduleUpdateRequest) GetRuntimeParametersOk ¶

func (o *ReportsReportSchedulesReportScheduleUpdateRequest) GetRuntimeParametersOk() (*map[string]string, bool)

GetRuntimeParametersOk returns a tuple with the RuntimeParameters field value and a boolean to check if the value has been set.

func (*ReportsReportSchedulesReportScheduleUpdateRequest) GetSaveReport ¶

GetSaveReport returns the SaveReport field value if set, zero value otherwise.

func (*ReportsReportSchedulesReportScheduleUpdateRequest) GetSaveReportOk ¶

GetSaveReportOk returns a tuple with the SaveReport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportsReportSchedulesReportScheduleUpdateRequest) GetSaveReportPath ¶

GetSaveReportPath returns the SaveReportPath field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReportsReportSchedulesReportScheduleUpdateRequest) GetSaveReportPathOk ¶

func (o *ReportsReportSchedulesReportScheduleUpdateRequest) GetSaveReportPathOk() (*string, bool)

GetSaveReportPathOk returns a tuple with the SaveReportPath field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReportsReportSchedulesReportScheduleUpdateRequest) GetSendReport ¶

GetSendReport returns the SendReport field value if set, zero value otherwise.

func (*ReportsReportSchedulesReportScheduleUpdateRequest) GetSendReportOk ¶

GetSendReportOk returns a tuple with the SendReport field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReportsReportSchedulesReportScheduleUpdateRequest) HasCertificateCollectionId ¶

func (o *ReportsReportSchedulesReportScheduleUpdateRequest) HasCertificateCollectionId() bool

HasCertificateCollectionId returns a boolean if a field has been set.

func (*ReportsReportSchedulesReportScheduleUpdateRequest) HasEmailRecipients ¶

HasEmailRecipients returns a boolean if a field has been set.

func (*ReportsReportSchedulesReportScheduleUpdateRequest) HasKeyfactorSchedule ¶

func (o *ReportsReportSchedulesReportScheduleUpdateRequest) HasKeyfactorSchedule() bool

HasKeyfactorSchedule returns a boolean if a field has been set.

func (*ReportsReportSchedulesReportScheduleUpdateRequest) HasSaveReport ¶

HasSaveReport returns a boolean if a field has been set.

func (*ReportsReportSchedulesReportScheduleUpdateRequest) HasSaveReportPath ¶

HasSaveReportPath returns a boolean if a field has been set.

func (*ReportsReportSchedulesReportScheduleUpdateRequest) HasSendReport ¶

HasSendReport returns a boolean if a field has been set.

func (ReportsReportSchedulesReportScheduleUpdateRequest) MarshalJSON ¶

func (*ReportsReportSchedulesReportScheduleUpdateRequest) SetCertificateCollectionId ¶

func (o *ReportsReportSchedulesReportScheduleUpdateRequest) SetCertificateCollectionId(v int32)

SetCertificateCollectionId gets a reference to the given NullableInt32 and assigns it to the CertificateCollectionId field.

func (*ReportsReportSchedulesReportScheduleUpdateRequest) SetCertificateCollectionIdNil ¶

func (o *ReportsReportSchedulesReportScheduleUpdateRequest) SetCertificateCollectionIdNil()

SetCertificateCollectionIdNil sets the value for CertificateCollectionId to be an explicit nil

func (*ReportsReportSchedulesReportScheduleUpdateRequest) SetEmailRecipients ¶

func (o *ReportsReportSchedulesReportScheduleUpdateRequest) SetEmailRecipients(v []string)

SetEmailRecipients gets a reference to the given []string and assigns it to the EmailRecipients field.

func (*ReportsReportSchedulesReportScheduleUpdateRequest) SetId ¶

SetId sets field value

func (*ReportsReportSchedulesReportScheduleUpdateRequest) SetKeyfactorSchedule ¶

SetKeyfactorSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the KeyfactorSchedule field.

func (*ReportsReportSchedulesReportScheduleUpdateRequest) SetReportFormat ¶

SetReportFormat sets field value

func (*ReportsReportSchedulesReportScheduleUpdateRequest) SetRuntimeParameters ¶

func (o *ReportsReportSchedulesReportScheduleUpdateRequest) SetRuntimeParameters(v map[string]string)

SetRuntimeParameters sets field value

func (*ReportsReportSchedulesReportScheduleUpdateRequest) SetSaveReport ¶

SetSaveReport gets a reference to the given bool and assigns it to the SaveReport field.

func (*ReportsReportSchedulesReportScheduleUpdateRequest) SetSaveReportPath ¶

SetSaveReportPath gets a reference to the given NullableString and assigns it to the SaveReportPath field.

func (*ReportsReportSchedulesReportScheduleUpdateRequest) SetSaveReportPathNil ¶

func (o *ReportsReportSchedulesReportScheduleUpdateRequest) SetSaveReportPathNil()

SetSaveReportPathNil sets the value for SaveReportPath to be an explicit nil

func (*ReportsReportSchedulesReportScheduleUpdateRequest) SetSendReport ¶

SetSendReport gets a reference to the given bool and assigns it to the SendReport field.

func (ReportsReportSchedulesReportScheduleUpdateRequest) ToMap ¶

func (o ReportsReportSchedulesReportScheduleUpdateRequest) ToMap() (map[string]interface{}, error)

func (*ReportsReportSchedulesReportScheduleUpdateRequest) UnsetCertificateCollectionId ¶

func (o *ReportsReportSchedulesReportScheduleUpdateRequest) UnsetCertificateCollectionId()

UnsetCertificateCollectionId ensures that no value is present for CertificateCollectionId, not even an explicit nil

func (*ReportsReportSchedulesReportScheduleUpdateRequest) UnsetSaveReportPath ¶

func (o *ReportsReportSchedulesReportScheduleUpdateRequest) UnsetSaveReportPath()

UnsetSaveReportPath ensures that no value is present for SaveReportPath, not even an explicit nil

type SMTPApiService ¶

type SMTPApiService service

SMTPApiService SMTPApi service

func (*SMTPApiService) CreateSMTPTestExecute ¶

Executes the API request V1 POST /SMTP/Test

@return SMTPSMTPTestResponse

func (*SMTPApiService) GetSMTPExecute ¶

Executes the API request V1 GET /SMTP

@return SMTPSMTPResponse

func (*SMTPApiService) NewCreateSMTPTestRequest ¶

func (a *SMTPApiService) NewCreateSMTPTestRequest(ctx context.Context) ApiCreateSMTPTestRequest

Creates a new V1 POST /SMTP/Test request.

CreateSMTPTest Tests SMTP profile data ¶

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSMTPTestRequest

func (*SMTPApiService) NewGetSMTPRequest ¶

func (a *SMTPApiService) NewGetSMTPRequest(ctx context.Context) ApiGetSMTPRequest

Creates a new V1 GET /SMTP request.

GetSMTP Gets SMTP profile data ¶

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSMTPRequest

func (*SMTPApiService) NewUpdateSMTPRequest ¶

func (a *SMTPApiService) NewUpdateSMTPRequest(ctx context.Context) ApiUpdateSMTPRequest

Creates a new V1 PUT /SMTP request.

UpdateSMTP Updates SMTP profile data ¶

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateSMTPRequest

func (*SMTPApiService) UpdateSMTPExecute ¶

Executes the API request V1 PUT /SMTP

@return SMTPSMTPResponse

type SMTPSMTPRequest ¶

type SMTPSMTPRequest struct {
	Host                    NullableString `json:"Host,omitempty"`
	Id                      *int32         `json:"Id,omitempty"`
	Port                    *int32         `json:"Port,omitempty"`
	RelayAuthenticationType *int32         `json:"RelayAuthenticationType,omitempty"`
	RelayPassword           NullableString `json:"RelayPassword,omitempty"`
	RelayUsername           NullableString `json:"RelayUsername,omitempty"`
	SenderAccount           NullableString `json:"SenderAccount,omitempty"`
	SenderName              NullableString `json:"SenderName,omitempty"`
	UseSSL                  *bool          `json:"UseSSL,omitempty"`
}

SMTPSMTPRequest struct for SMTPSMTPRequest

func NewSMTPSMTPRequest ¶

func NewSMTPSMTPRequest() *SMTPSMTPRequest

NewSMTPSMTPRequest instantiates a new SMTPSMTPRequest 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 NewSMTPSMTPRequestWithDefaults ¶

func NewSMTPSMTPRequestWithDefaults() *SMTPSMTPRequest

NewSMTPSMTPRequestWithDefaults instantiates a new SMTPSMTPRequest 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 (*SMTPSMTPRequest) GetHost ¶

func (o *SMTPSMTPRequest) GetHost() string

GetHost returns the Host field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SMTPSMTPRequest) GetHostOk ¶

func (o *SMTPSMTPRequest) GetHostOk() (*string, bool)

GetHostOk returns a tuple with the Host field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SMTPSMTPRequest) GetId ¶

func (o *SMTPSMTPRequest) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*SMTPSMTPRequest) GetIdOk ¶

func (o *SMTPSMTPRequest) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SMTPSMTPRequest) GetPort ¶

func (o *SMTPSMTPRequest) GetPort() int32

GetPort returns the Port field value if set, zero value otherwise.

func (*SMTPSMTPRequest) GetPortOk ¶

func (o *SMTPSMTPRequest) GetPortOk() (*int32, bool)

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SMTPSMTPRequest) GetRelayAuthenticationType ¶

func (o *SMTPSMTPRequest) GetRelayAuthenticationType() int32

GetRelayAuthenticationType returns the RelayAuthenticationType field value if set, zero value otherwise.

func (*SMTPSMTPRequest) GetRelayAuthenticationTypeOk ¶

func (o *SMTPSMTPRequest) GetRelayAuthenticationTypeOk() (*int32, bool)

GetRelayAuthenticationTypeOk returns a tuple with the RelayAuthenticationType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SMTPSMTPRequest) GetRelayPassword ¶

func (o *SMTPSMTPRequest) GetRelayPassword() string

GetRelayPassword returns the RelayPassword field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SMTPSMTPRequest) GetRelayPasswordOk ¶

func (o *SMTPSMTPRequest) GetRelayPasswordOk() (*string, bool)

GetRelayPasswordOk returns a tuple with the RelayPassword field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SMTPSMTPRequest) GetRelayUsername ¶

func (o *SMTPSMTPRequest) GetRelayUsername() string

GetRelayUsername returns the RelayUsername field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SMTPSMTPRequest) GetRelayUsernameOk ¶

func (o *SMTPSMTPRequest) GetRelayUsernameOk() (*string, bool)

GetRelayUsernameOk returns a tuple with the RelayUsername field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SMTPSMTPRequest) GetSenderAccount ¶

func (o *SMTPSMTPRequest) GetSenderAccount() string

GetSenderAccount returns the SenderAccount field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SMTPSMTPRequest) GetSenderAccountOk ¶

func (o *SMTPSMTPRequest) GetSenderAccountOk() (*string, bool)

GetSenderAccountOk returns a tuple with the SenderAccount field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SMTPSMTPRequest) GetSenderName ¶

func (o *SMTPSMTPRequest) GetSenderName() string

GetSenderName returns the SenderName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SMTPSMTPRequest) GetSenderNameOk ¶

func (o *SMTPSMTPRequest) GetSenderNameOk() (*string, bool)

GetSenderNameOk returns a tuple with the SenderName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SMTPSMTPRequest) GetUseSSL ¶

func (o *SMTPSMTPRequest) GetUseSSL() bool

GetUseSSL returns the UseSSL field value if set, zero value otherwise.

func (*SMTPSMTPRequest) GetUseSSLOk ¶

func (o *SMTPSMTPRequest) GetUseSSLOk() (*bool, bool)

GetUseSSLOk returns a tuple with the UseSSL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SMTPSMTPRequest) HasHost ¶

func (o *SMTPSMTPRequest) HasHost() bool

HasHost returns a boolean if a field has been set.

func (*SMTPSMTPRequest) HasId ¶

func (o *SMTPSMTPRequest) HasId() bool

HasId returns a boolean if a field has been set.

func (*SMTPSMTPRequest) HasPort ¶

func (o *SMTPSMTPRequest) HasPort() bool

HasPort returns a boolean if a field has been set.

func (*SMTPSMTPRequest) HasRelayAuthenticationType ¶

func (o *SMTPSMTPRequest) HasRelayAuthenticationType() bool

HasRelayAuthenticationType returns a boolean if a field has been set.

func (*SMTPSMTPRequest) HasRelayPassword ¶

func (o *SMTPSMTPRequest) HasRelayPassword() bool

HasRelayPassword returns a boolean if a field has been set.

func (*SMTPSMTPRequest) HasRelayUsername ¶

func (o *SMTPSMTPRequest) HasRelayUsername() bool

HasRelayUsername returns a boolean if a field has been set.

func (*SMTPSMTPRequest) HasSenderAccount ¶

func (o *SMTPSMTPRequest) HasSenderAccount() bool

HasSenderAccount returns a boolean if a field has been set.

func (*SMTPSMTPRequest) HasSenderName ¶

func (o *SMTPSMTPRequest) HasSenderName() bool

HasSenderName returns a boolean if a field has been set.

func (*SMTPSMTPRequest) HasUseSSL ¶

func (o *SMTPSMTPRequest) HasUseSSL() bool

HasUseSSL returns a boolean if a field has been set.

func (SMTPSMTPRequest) MarshalJSON ¶

func (o SMTPSMTPRequest) MarshalJSON() ([]byte, error)

func (*SMTPSMTPRequest) SetHost ¶

func (o *SMTPSMTPRequest) SetHost(v string)

SetHost gets a reference to the given NullableString and assigns it to the Host field.

func (*SMTPSMTPRequest) SetHostNil ¶

func (o *SMTPSMTPRequest) SetHostNil()

SetHostNil sets the value for Host to be an explicit nil

func (*SMTPSMTPRequest) SetId ¶

func (o *SMTPSMTPRequest) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*SMTPSMTPRequest) SetPort ¶

func (o *SMTPSMTPRequest) SetPort(v int32)

SetPort gets a reference to the given int32 and assigns it to the Port field.

func (*SMTPSMTPRequest) SetRelayAuthenticationType ¶

func (o *SMTPSMTPRequest) SetRelayAuthenticationType(v int32)

SetRelayAuthenticationType gets a reference to the given int32 and assigns it to the RelayAuthenticationType field.

func (*SMTPSMTPRequest) SetRelayPassword ¶

func (o *SMTPSMTPRequest) SetRelayPassword(v string)

SetRelayPassword gets a reference to the given NullableString and assigns it to the RelayPassword field.

func (*SMTPSMTPRequest) SetRelayPasswordNil ¶

func (o *SMTPSMTPRequest) SetRelayPasswordNil()

SetRelayPasswordNil sets the value for RelayPassword to be an explicit nil

func (*SMTPSMTPRequest) SetRelayUsername ¶

func (o *SMTPSMTPRequest) SetRelayUsername(v string)

SetRelayUsername gets a reference to the given NullableString and assigns it to the RelayUsername field.

func (*SMTPSMTPRequest) SetRelayUsernameNil ¶

func (o *SMTPSMTPRequest) SetRelayUsernameNil()

SetRelayUsernameNil sets the value for RelayUsername to be an explicit nil

func (*SMTPSMTPRequest) SetSenderAccount ¶

func (o *SMTPSMTPRequest) SetSenderAccount(v string)

SetSenderAccount gets a reference to the given NullableString and assigns it to the SenderAccount field.

func (*SMTPSMTPRequest) SetSenderAccountNil ¶

func (o *SMTPSMTPRequest) SetSenderAccountNil()

SetSenderAccountNil sets the value for SenderAccount to be an explicit nil

func (*SMTPSMTPRequest) SetSenderName ¶

func (o *SMTPSMTPRequest) SetSenderName(v string)

SetSenderName gets a reference to the given NullableString and assigns it to the SenderName field.

func (*SMTPSMTPRequest) SetSenderNameNil ¶

func (o *SMTPSMTPRequest) SetSenderNameNil()

SetSenderNameNil sets the value for SenderName to be an explicit nil

func (*SMTPSMTPRequest) SetUseSSL ¶

func (o *SMTPSMTPRequest) SetUseSSL(v bool)

SetUseSSL gets a reference to the given bool and assigns it to the UseSSL field.

func (SMTPSMTPRequest) ToMap ¶

func (o SMTPSMTPRequest) ToMap() (map[string]interface{}, error)

func (*SMTPSMTPRequest) UnsetHost ¶

func (o *SMTPSMTPRequest) UnsetHost()

UnsetHost ensures that no value is present for Host, not even an explicit nil

func (*SMTPSMTPRequest) UnsetRelayPassword ¶

func (o *SMTPSMTPRequest) UnsetRelayPassword()

UnsetRelayPassword ensures that no value is present for RelayPassword, not even an explicit nil

func (*SMTPSMTPRequest) UnsetRelayUsername ¶

func (o *SMTPSMTPRequest) UnsetRelayUsername()

UnsetRelayUsername ensures that no value is present for RelayUsername, not even an explicit nil

func (*SMTPSMTPRequest) UnsetSenderAccount ¶

func (o *SMTPSMTPRequest) UnsetSenderAccount()

UnsetSenderAccount ensures that no value is present for SenderAccount, not even an explicit nil

func (*SMTPSMTPRequest) UnsetSenderName ¶

func (o *SMTPSMTPRequest) UnsetSenderName()

UnsetSenderName ensures that no value is present for SenderName, not even an explicit nil

type SMTPSMTPResponse ¶

type SMTPSMTPResponse struct {
	Host                    NullableString `json:"Host,omitempty"`
	Id                      *int32         `json:"Id,omitempty"`
	Port                    *int32         `json:"Port,omitempty"`
	RelayAuthenticationType *int32         `json:"RelayAuthenticationType,omitempty"`
	RelayUsername           NullableString `json:"RelayUsername,omitempty"`
	SenderAccount           NullableString `json:"SenderAccount,omitempty"`
	SenderName              NullableString `json:"SenderName,omitempty"`
	UseSSL                  *bool          `json:"UseSSL,omitempty"`
}

SMTPSMTPResponse struct for SMTPSMTPResponse

func NewSMTPSMTPResponse ¶

func NewSMTPSMTPResponse() *SMTPSMTPResponse

NewSMTPSMTPResponse instantiates a new SMTPSMTPResponse 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 NewSMTPSMTPResponseWithDefaults ¶

func NewSMTPSMTPResponseWithDefaults() *SMTPSMTPResponse

NewSMTPSMTPResponseWithDefaults instantiates a new SMTPSMTPResponse 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 (*SMTPSMTPResponse) GetHost ¶

func (o *SMTPSMTPResponse) GetHost() string

GetHost returns the Host field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SMTPSMTPResponse) GetHostOk ¶

func (o *SMTPSMTPResponse) GetHostOk() (*string, bool)

GetHostOk returns a tuple with the Host field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SMTPSMTPResponse) GetId ¶

func (o *SMTPSMTPResponse) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*SMTPSMTPResponse) GetIdOk ¶

func (o *SMTPSMTPResponse) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SMTPSMTPResponse) GetPort ¶

func (o *SMTPSMTPResponse) GetPort() int32

GetPort returns the Port field value if set, zero value otherwise.

func (*SMTPSMTPResponse) GetPortOk ¶

func (o *SMTPSMTPResponse) GetPortOk() (*int32, bool)

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SMTPSMTPResponse) GetRelayAuthenticationType ¶

func (o *SMTPSMTPResponse) GetRelayAuthenticationType() int32

GetRelayAuthenticationType returns the RelayAuthenticationType field value if set, zero value otherwise.

func (*SMTPSMTPResponse) GetRelayAuthenticationTypeOk ¶

func (o *SMTPSMTPResponse) GetRelayAuthenticationTypeOk() (*int32, bool)

GetRelayAuthenticationTypeOk returns a tuple with the RelayAuthenticationType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SMTPSMTPResponse) GetRelayUsername ¶

func (o *SMTPSMTPResponse) GetRelayUsername() string

GetRelayUsername returns the RelayUsername field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SMTPSMTPResponse) GetRelayUsernameOk ¶

func (o *SMTPSMTPResponse) GetRelayUsernameOk() (*string, bool)

GetRelayUsernameOk returns a tuple with the RelayUsername field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SMTPSMTPResponse) GetSenderAccount ¶

func (o *SMTPSMTPResponse) GetSenderAccount() string

GetSenderAccount returns the SenderAccount field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SMTPSMTPResponse) GetSenderAccountOk ¶

func (o *SMTPSMTPResponse) GetSenderAccountOk() (*string, bool)

GetSenderAccountOk returns a tuple with the SenderAccount field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SMTPSMTPResponse) GetSenderName ¶

func (o *SMTPSMTPResponse) GetSenderName() string

GetSenderName returns the SenderName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SMTPSMTPResponse) GetSenderNameOk ¶

func (o *SMTPSMTPResponse) GetSenderNameOk() (*string, bool)

GetSenderNameOk returns a tuple with the SenderName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SMTPSMTPResponse) GetUseSSL ¶

func (o *SMTPSMTPResponse) GetUseSSL() bool

GetUseSSL returns the UseSSL field value if set, zero value otherwise.

func (*SMTPSMTPResponse) GetUseSSLOk ¶

func (o *SMTPSMTPResponse) GetUseSSLOk() (*bool, bool)

GetUseSSLOk returns a tuple with the UseSSL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SMTPSMTPResponse) HasHost ¶

func (o *SMTPSMTPResponse) HasHost() bool

HasHost returns a boolean if a field has been set.

func (*SMTPSMTPResponse) HasId ¶

func (o *SMTPSMTPResponse) HasId() bool

HasId returns a boolean if a field has been set.

func (*SMTPSMTPResponse) HasPort ¶

func (o *SMTPSMTPResponse) HasPort() bool

HasPort returns a boolean if a field has been set.

func (*SMTPSMTPResponse) HasRelayAuthenticationType ¶

func (o *SMTPSMTPResponse) HasRelayAuthenticationType() bool

HasRelayAuthenticationType returns a boolean if a field has been set.

func (*SMTPSMTPResponse) HasRelayUsername ¶

func (o *SMTPSMTPResponse) HasRelayUsername() bool

HasRelayUsername returns a boolean if a field has been set.

func (*SMTPSMTPResponse) HasSenderAccount ¶

func (o *SMTPSMTPResponse) HasSenderAccount() bool

HasSenderAccount returns a boolean if a field has been set.

func (*SMTPSMTPResponse) HasSenderName ¶

func (o *SMTPSMTPResponse) HasSenderName() bool

HasSenderName returns a boolean if a field has been set.

func (*SMTPSMTPResponse) HasUseSSL ¶

func (o *SMTPSMTPResponse) HasUseSSL() bool

HasUseSSL returns a boolean if a field has been set.

func (SMTPSMTPResponse) MarshalJSON ¶

func (o SMTPSMTPResponse) MarshalJSON() ([]byte, error)

func (*SMTPSMTPResponse) SetHost ¶

func (o *SMTPSMTPResponse) SetHost(v string)

SetHost gets a reference to the given NullableString and assigns it to the Host field.

func (*SMTPSMTPResponse) SetHostNil ¶

func (o *SMTPSMTPResponse) SetHostNil()

SetHostNil sets the value for Host to be an explicit nil

func (*SMTPSMTPResponse) SetId ¶

func (o *SMTPSMTPResponse) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*SMTPSMTPResponse) SetPort ¶

func (o *SMTPSMTPResponse) SetPort(v int32)

SetPort gets a reference to the given int32 and assigns it to the Port field.

func (*SMTPSMTPResponse) SetRelayAuthenticationType ¶

func (o *SMTPSMTPResponse) SetRelayAuthenticationType(v int32)

SetRelayAuthenticationType gets a reference to the given int32 and assigns it to the RelayAuthenticationType field.

func (*SMTPSMTPResponse) SetRelayUsername ¶

func (o *SMTPSMTPResponse) SetRelayUsername(v string)

SetRelayUsername gets a reference to the given NullableString and assigns it to the RelayUsername field.

func (*SMTPSMTPResponse) SetRelayUsernameNil ¶

func (o *SMTPSMTPResponse) SetRelayUsernameNil()

SetRelayUsernameNil sets the value for RelayUsername to be an explicit nil

func (*SMTPSMTPResponse) SetSenderAccount ¶

func (o *SMTPSMTPResponse) SetSenderAccount(v string)

SetSenderAccount gets a reference to the given NullableString and assigns it to the SenderAccount field.

func (*SMTPSMTPResponse) SetSenderAccountNil ¶

func (o *SMTPSMTPResponse) SetSenderAccountNil()

SetSenderAccountNil sets the value for SenderAccount to be an explicit nil

func (*SMTPSMTPResponse) SetSenderName ¶

func (o *SMTPSMTPResponse) SetSenderName(v string)

SetSenderName gets a reference to the given NullableString and assigns it to the SenderName field.

func (*SMTPSMTPResponse) SetSenderNameNil ¶

func (o *SMTPSMTPResponse) SetSenderNameNil()

SetSenderNameNil sets the value for SenderName to be an explicit nil

func (*SMTPSMTPResponse) SetUseSSL ¶

func (o *SMTPSMTPResponse) SetUseSSL(v bool)

SetUseSSL gets a reference to the given bool and assigns it to the UseSSL field.

func (SMTPSMTPResponse) ToMap ¶

func (o SMTPSMTPResponse) ToMap() (map[string]interface{}, error)

func (*SMTPSMTPResponse) UnsetHost ¶

func (o *SMTPSMTPResponse) UnsetHost()

UnsetHost ensures that no value is present for Host, not even an explicit nil

func (*SMTPSMTPResponse) UnsetRelayUsername ¶

func (o *SMTPSMTPResponse) UnsetRelayUsername()

UnsetRelayUsername ensures that no value is present for RelayUsername, not even an explicit nil

func (*SMTPSMTPResponse) UnsetSenderAccount ¶

func (o *SMTPSMTPResponse) UnsetSenderAccount()

UnsetSenderAccount ensures that no value is present for SenderAccount, not even an explicit nil

func (*SMTPSMTPResponse) UnsetSenderName ¶

func (o *SMTPSMTPResponse) UnsetSenderName()

UnsetSenderName ensures that no value is present for SenderName, not even an explicit nil

type SMTPSMTPTestRequest ¶

type SMTPSMTPTestRequest struct {
	Host                    NullableString `json:"Host,omitempty"`
	Id                      *int32         `json:"Id,omitempty"`
	Port                    *int32         `json:"Port,omitempty"`
	RelayAuthenticationType *int32         `json:"RelayAuthenticationType,omitempty"`
	RelayPassword           NullableString `json:"RelayPassword,omitempty"`
	RelayUsername           NullableString `json:"RelayUsername,omitempty"`
	SenderAccount           NullableString `json:"SenderAccount,omitempty"`
	SenderName              NullableString `json:"SenderName,omitempty"`
	TestRecipient           NullableString `json:"TestRecipient,omitempty"`
	UseSSL                  *bool          `json:"UseSSL,omitempty"`
}

SMTPSMTPTestRequest struct for SMTPSMTPTestRequest

func NewSMTPSMTPTestRequest ¶

func NewSMTPSMTPTestRequest() *SMTPSMTPTestRequest

NewSMTPSMTPTestRequest instantiates a new SMTPSMTPTestRequest 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 NewSMTPSMTPTestRequestWithDefaults ¶

func NewSMTPSMTPTestRequestWithDefaults() *SMTPSMTPTestRequest

NewSMTPSMTPTestRequestWithDefaults instantiates a new SMTPSMTPTestRequest 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 (*SMTPSMTPTestRequest) GetHost ¶

func (o *SMTPSMTPTestRequest) GetHost() string

GetHost returns the Host field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SMTPSMTPTestRequest) GetHostOk ¶

func (o *SMTPSMTPTestRequest) GetHostOk() (*string, bool)

GetHostOk returns a tuple with the Host field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SMTPSMTPTestRequest) GetId ¶

func (o *SMTPSMTPTestRequest) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*SMTPSMTPTestRequest) GetIdOk ¶

func (o *SMTPSMTPTestRequest) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SMTPSMTPTestRequest) GetPort ¶

func (o *SMTPSMTPTestRequest) GetPort() int32

GetPort returns the Port field value if set, zero value otherwise.

func (*SMTPSMTPTestRequest) GetPortOk ¶

func (o *SMTPSMTPTestRequest) GetPortOk() (*int32, bool)

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SMTPSMTPTestRequest) GetRelayAuthenticationType ¶

func (o *SMTPSMTPTestRequest) GetRelayAuthenticationType() int32

GetRelayAuthenticationType returns the RelayAuthenticationType field value if set, zero value otherwise.

func (*SMTPSMTPTestRequest) GetRelayAuthenticationTypeOk ¶

func (o *SMTPSMTPTestRequest) GetRelayAuthenticationTypeOk() (*int32, bool)

GetRelayAuthenticationTypeOk returns a tuple with the RelayAuthenticationType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SMTPSMTPTestRequest) GetRelayPassword ¶

func (o *SMTPSMTPTestRequest) GetRelayPassword() string

GetRelayPassword returns the RelayPassword field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SMTPSMTPTestRequest) GetRelayPasswordOk ¶

func (o *SMTPSMTPTestRequest) GetRelayPasswordOk() (*string, bool)

GetRelayPasswordOk returns a tuple with the RelayPassword field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SMTPSMTPTestRequest) GetRelayUsername ¶

func (o *SMTPSMTPTestRequest) GetRelayUsername() string

GetRelayUsername returns the RelayUsername field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SMTPSMTPTestRequest) GetRelayUsernameOk ¶

func (o *SMTPSMTPTestRequest) GetRelayUsernameOk() (*string, bool)

GetRelayUsernameOk returns a tuple with the RelayUsername field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SMTPSMTPTestRequest) GetSenderAccount ¶

func (o *SMTPSMTPTestRequest) GetSenderAccount() string

GetSenderAccount returns the SenderAccount field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SMTPSMTPTestRequest) GetSenderAccountOk ¶

func (o *SMTPSMTPTestRequest) GetSenderAccountOk() (*string, bool)

GetSenderAccountOk returns a tuple with the SenderAccount field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SMTPSMTPTestRequest) GetSenderName ¶

func (o *SMTPSMTPTestRequest) GetSenderName() string

GetSenderName returns the SenderName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SMTPSMTPTestRequest) GetSenderNameOk ¶

func (o *SMTPSMTPTestRequest) GetSenderNameOk() (*string, bool)

GetSenderNameOk returns a tuple with the SenderName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SMTPSMTPTestRequest) GetTestRecipient ¶

func (o *SMTPSMTPTestRequest) GetTestRecipient() string

GetTestRecipient returns the TestRecipient field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SMTPSMTPTestRequest) GetTestRecipientOk ¶

func (o *SMTPSMTPTestRequest) GetTestRecipientOk() (*string, bool)

GetTestRecipientOk returns a tuple with the TestRecipient field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SMTPSMTPTestRequest) GetUseSSL ¶

func (o *SMTPSMTPTestRequest) GetUseSSL() bool

GetUseSSL returns the UseSSL field value if set, zero value otherwise.

func (*SMTPSMTPTestRequest) GetUseSSLOk ¶

func (o *SMTPSMTPTestRequest) GetUseSSLOk() (*bool, bool)

GetUseSSLOk returns a tuple with the UseSSL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SMTPSMTPTestRequest) HasHost ¶

func (o *SMTPSMTPTestRequest) HasHost() bool

HasHost returns a boolean if a field has been set.

func (*SMTPSMTPTestRequest) HasId ¶

func (o *SMTPSMTPTestRequest) HasId() bool

HasId returns a boolean if a field has been set.

func (*SMTPSMTPTestRequest) HasPort ¶

func (o *SMTPSMTPTestRequest) HasPort() bool

HasPort returns a boolean if a field has been set.

func (*SMTPSMTPTestRequest) HasRelayAuthenticationType ¶

func (o *SMTPSMTPTestRequest) HasRelayAuthenticationType() bool

HasRelayAuthenticationType returns a boolean if a field has been set.

func (*SMTPSMTPTestRequest) HasRelayPassword ¶

func (o *SMTPSMTPTestRequest) HasRelayPassword() bool

HasRelayPassword returns a boolean if a field has been set.

func (*SMTPSMTPTestRequest) HasRelayUsername ¶

func (o *SMTPSMTPTestRequest) HasRelayUsername() bool

HasRelayUsername returns a boolean if a field has been set.

func (*SMTPSMTPTestRequest) HasSenderAccount ¶

func (o *SMTPSMTPTestRequest) HasSenderAccount() bool

HasSenderAccount returns a boolean if a field has been set.

func (*SMTPSMTPTestRequest) HasSenderName ¶

func (o *SMTPSMTPTestRequest) HasSenderName() bool

HasSenderName returns a boolean if a field has been set.

func (*SMTPSMTPTestRequest) HasTestRecipient ¶

func (o *SMTPSMTPTestRequest) HasTestRecipient() bool

HasTestRecipient returns a boolean if a field has been set.

func (*SMTPSMTPTestRequest) HasUseSSL ¶

func (o *SMTPSMTPTestRequest) HasUseSSL() bool

HasUseSSL returns a boolean if a field has been set.

func (SMTPSMTPTestRequest) MarshalJSON ¶

func (o SMTPSMTPTestRequest) MarshalJSON() ([]byte, error)

func (*SMTPSMTPTestRequest) SetHost ¶

func (o *SMTPSMTPTestRequest) SetHost(v string)

SetHost gets a reference to the given NullableString and assigns it to the Host field.

func (*SMTPSMTPTestRequest) SetHostNil ¶

func (o *SMTPSMTPTestRequest) SetHostNil()

SetHostNil sets the value for Host to be an explicit nil

func (*SMTPSMTPTestRequest) SetId ¶

func (o *SMTPSMTPTestRequest) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*SMTPSMTPTestRequest) SetPort ¶

func (o *SMTPSMTPTestRequest) SetPort(v int32)

SetPort gets a reference to the given int32 and assigns it to the Port field.

func (*SMTPSMTPTestRequest) SetRelayAuthenticationType ¶

func (o *SMTPSMTPTestRequest) SetRelayAuthenticationType(v int32)

SetRelayAuthenticationType gets a reference to the given int32 and assigns it to the RelayAuthenticationType field.

func (*SMTPSMTPTestRequest) SetRelayPassword ¶

func (o *SMTPSMTPTestRequest) SetRelayPassword(v string)

SetRelayPassword gets a reference to the given NullableString and assigns it to the RelayPassword field.

func (*SMTPSMTPTestRequest) SetRelayPasswordNil ¶

func (o *SMTPSMTPTestRequest) SetRelayPasswordNil()

SetRelayPasswordNil sets the value for RelayPassword to be an explicit nil

func (*SMTPSMTPTestRequest) SetRelayUsername ¶

func (o *SMTPSMTPTestRequest) SetRelayUsername(v string)

SetRelayUsername gets a reference to the given NullableString and assigns it to the RelayUsername field.

func (*SMTPSMTPTestRequest) SetRelayUsernameNil ¶

func (o *SMTPSMTPTestRequest) SetRelayUsernameNil()

SetRelayUsernameNil sets the value for RelayUsername to be an explicit nil

func (*SMTPSMTPTestRequest) SetSenderAccount ¶

func (o *SMTPSMTPTestRequest) SetSenderAccount(v string)

SetSenderAccount gets a reference to the given NullableString and assigns it to the SenderAccount field.

func (*SMTPSMTPTestRequest) SetSenderAccountNil ¶

func (o *SMTPSMTPTestRequest) SetSenderAccountNil()

SetSenderAccountNil sets the value for SenderAccount to be an explicit nil

func (*SMTPSMTPTestRequest) SetSenderName ¶

func (o *SMTPSMTPTestRequest) SetSenderName(v string)

SetSenderName gets a reference to the given NullableString and assigns it to the SenderName field.

func (*SMTPSMTPTestRequest) SetSenderNameNil ¶

func (o *SMTPSMTPTestRequest) SetSenderNameNil()

SetSenderNameNil sets the value for SenderName to be an explicit nil

func (*SMTPSMTPTestRequest) SetTestRecipient ¶

func (o *SMTPSMTPTestRequest) SetTestRecipient(v string)

SetTestRecipient gets a reference to the given NullableString and assigns it to the TestRecipient field.

func (*SMTPSMTPTestRequest) SetTestRecipientNil ¶

func (o *SMTPSMTPTestRequest) SetTestRecipientNil()

SetTestRecipientNil sets the value for TestRecipient to be an explicit nil

func (*SMTPSMTPTestRequest) SetUseSSL ¶

func (o *SMTPSMTPTestRequest) SetUseSSL(v bool)

SetUseSSL gets a reference to the given bool and assigns it to the UseSSL field.

func (SMTPSMTPTestRequest) ToMap ¶

func (o SMTPSMTPTestRequest) ToMap() (map[string]interface{}, error)

func (*SMTPSMTPTestRequest) UnsetHost ¶

func (o *SMTPSMTPTestRequest) UnsetHost()

UnsetHost ensures that no value is present for Host, not even an explicit nil

func (*SMTPSMTPTestRequest) UnsetRelayPassword ¶

func (o *SMTPSMTPTestRequest) UnsetRelayPassword()

UnsetRelayPassword ensures that no value is present for RelayPassword, not even an explicit nil

func (*SMTPSMTPTestRequest) UnsetRelayUsername ¶

func (o *SMTPSMTPTestRequest) UnsetRelayUsername()

UnsetRelayUsername ensures that no value is present for RelayUsername, not even an explicit nil

func (*SMTPSMTPTestRequest) UnsetSenderAccount ¶

func (o *SMTPSMTPTestRequest) UnsetSenderAccount()

UnsetSenderAccount ensures that no value is present for SenderAccount, not even an explicit nil

func (*SMTPSMTPTestRequest) UnsetSenderName ¶

func (o *SMTPSMTPTestRequest) UnsetSenderName()

UnsetSenderName ensures that no value is present for SenderName, not even an explicit nil

func (*SMTPSMTPTestRequest) UnsetTestRecipient ¶

func (o *SMTPSMTPTestRequest) UnsetTestRecipient()

UnsetTestRecipient ensures that no value is present for TestRecipient, not even an explicit nil

type SMTPSMTPTestResponse ¶

type SMTPSMTPTestResponse struct {
	Host                    NullableString `json:"Host,omitempty"`
	Id                      *int32         `json:"Id,omitempty"`
	Port                    *int32         `json:"Port,omitempty"`
	RelayAuthenticationType *int32         `json:"RelayAuthenticationType,omitempty"`
	RelayUsername           NullableString `json:"RelayUsername,omitempty"`
	SenderAccount           NullableString `json:"SenderAccount,omitempty"`
	SenderName              NullableString `json:"SenderName,omitempty"`
	TestRecipient           NullableString `json:"TestRecipient,omitempty"`
	UseSSL                  *bool          `json:"UseSSL,omitempty"`
}

SMTPSMTPTestResponse struct for SMTPSMTPTestResponse

func NewSMTPSMTPTestResponse ¶

func NewSMTPSMTPTestResponse() *SMTPSMTPTestResponse

NewSMTPSMTPTestResponse instantiates a new SMTPSMTPTestResponse 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 NewSMTPSMTPTestResponseWithDefaults ¶

func NewSMTPSMTPTestResponseWithDefaults() *SMTPSMTPTestResponse

NewSMTPSMTPTestResponseWithDefaults instantiates a new SMTPSMTPTestResponse 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 (*SMTPSMTPTestResponse) GetHost ¶

func (o *SMTPSMTPTestResponse) GetHost() string

GetHost returns the Host field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SMTPSMTPTestResponse) GetHostOk ¶

func (o *SMTPSMTPTestResponse) GetHostOk() (*string, bool)

GetHostOk returns a tuple with the Host field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SMTPSMTPTestResponse) GetId ¶

func (o *SMTPSMTPTestResponse) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*SMTPSMTPTestResponse) GetIdOk ¶

func (o *SMTPSMTPTestResponse) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SMTPSMTPTestResponse) GetPort ¶

func (o *SMTPSMTPTestResponse) GetPort() int32

GetPort returns the Port field value if set, zero value otherwise.

func (*SMTPSMTPTestResponse) GetPortOk ¶

func (o *SMTPSMTPTestResponse) GetPortOk() (*int32, bool)

GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SMTPSMTPTestResponse) GetRelayAuthenticationType ¶

func (o *SMTPSMTPTestResponse) GetRelayAuthenticationType() int32

GetRelayAuthenticationType returns the RelayAuthenticationType field value if set, zero value otherwise.

func (*SMTPSMTPTestResponse) GetRelayAuthenticationTypeOk ¶

func (o *SMTPSMTPTestResponse) GetRelayAuthenticationTypeOk() (*int32, bool)

GetRelayAuthenticationTypeOk returns a tuple with the RelayAuthenticationType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SMTPSMTPTestResponse) GetRelayUsername ¶

func (o *SMTPSMTPTestResponse) GetRelayUsername() string

GetRelayUsername returns the RelayUsername field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SMTPSMTPTestResponse) GetRelayUsernameOk ¶

func (o *SMTPSMTPTestResponse) GetRelayUsernameOk() (*string, bool)

GetRelayUsernameOk returns a tuple with the RelayUsername field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SMTPSMTPTestResponse) GetSenderAccount ¶

func (o *SMTPSMTPTestResponse) GetSenderAccount() string

GetSenderAccount returns the SenderAccount field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SMTPSMTPTestResponse) GetSenderAccountOk ¶

func (o *SMTPSMTPTestResponse) GetSenderAccountOk() (*string, bool)

GetSenderAccountOk returns a tuple with the SenderAccount field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SMTPSMTPTestResponse) GetSenderName ¶

func (o *SMTPSMTPTestResponse) GetSenderName() string

GetSenderName returns the SenderName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SMTPSMTPTestResponse) GetSenderNameOk ¶

func (o *SMTPSMTPTestResponse) GetSenderNameOk() (*string, bool)

GetSenderNameOk returns a tuple with the SenderName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SMTPSMTPTestResponse) GetTestRecipient ¶

func (o *SMTPSMTPTestResponse) GetTestRecipient() string

GetTestRecipient returns the TestRecipient field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SMTPSMTPTestResponse) GetTestRecipientOk ¶

func (o *SMTPSMTPTestResponse) GetTestRecipientOk() (*string, bool)

GetTestRecipientOk returns a tuple with the TestRecipient field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SMTPSMTPTestResponse) GetUseSSL ¶

func (o *SMTPSMTPTestResponse) GetUseSSL() bool

GetUseSSL returns the UseSSL field value if set, zero value otherwise.

func (*SMTPSMTPTestResponse) GetUseSSLOk ¶

func (o *SMTPSMTPTestResponse) GetUseSSLOk() (*bool, bool)

GetUseSSLOk returns a tuple with the UseSSL field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SMTPSMTPTestResponse) HasHost ¶

func (o *SMTPSMTPTestResponse) HasHost() bool

HasHost returns a boolean if a field has been set.

func (*SMTPSMTPTestResponse) HasId ¶

func (o *SMTPSMTPTestResponse) HasId() bool

HasId returns a boolean if a field has been set.

func (*SMTPSMTPTestResponse) HasPort ¶

func (o *SMTPSMTPTestResponse) HasPort() bool

HasPort returns a boolean if a field has been set.

func (*SMTPSMTPTestResponse) HasRelayAuthenticationType ¶

func (o *SMTPSMTPTestResponse) HasRelayAuthenticationType() bool

HasRelayAuthenticationType returns a boolean if a field has been set.

func (*SMTPSMTPTestResponse) HasRelayUsername ¶

func (o *SMTPSMTPTestResponse) HasRelayUsername() bool

HasRelayUsername returns a boolean if a field has been set.

func (*SMTPSMTPTestResponse) HasSenderAccount ¶

func (o *SMTPSMTPTestResponse) HasSenderAccount() bool

HasSenderAccount returns a boolean if a field has been set.

func (*SMTPSMTPTestResponse) HasSenderName ¶

func (o *SMTPSMTPTestResponse) HasSenderName() bool

HasSenderName returns a boolean if a field has been set.

func (*SMTPSMTPTestResponse) HasTestRecipient ¶

func (o *SMTPSMTPTestResponse) HasTestRecipient() bool

HasTestRecipient returns a boolean if a field has been set.

func (*SMTPSMTPTestResponse) HasUseSSL ¶

func (o *SMTPSMTPTestResponse) HasUseSSL() bool

HasUseSSL returns a boolean if a field has been set.

func (SMTPSMTPTestResponse) MarshalJSON ¶

func (o SMTPSMTPTestResponse) MarshalJSON() ([]byte, error)

func (*SMTPSMTPTestResponse) SetHost ¶

func (o *SMTPSMTPTestResponse) SetHost(v string)

SetHost gets a reference to the given NullableString and assigns it to the Host field.

func (*SMTPSMTPTestResponse) SetHostNil ¶

func (o *SMTPSMTPTestResponse) SetHostNil()

SetHostNil sets the value for Host to be an explicit nil

func (*SMTPSMTPTestResponse) SetId ¶

func (o *SMTPSMTPTestResponse) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*SMTPSMTPTestResponse) SetPort ¶

func (o *SMTPSMTPTestResponse) SetPort(v int32)

SetPort gets a reference to the given int32 and assigns it to the Port field.

func (*SMTPSMTPTestResponse) SetRelayAuthenticationType ¶

func (o *SMTPSMTPTestResponse) SetRelayAuthenticationType(v int32)

SetRelayAuthenticationType gets a reference to the given int32 and assigns it to the RelayAuthenticationType field.

func (*SMTPSMTPTestResponse) SetRelayUsername ¶

func (o *SMTPSMTPTestResponse) SetRelayUsername(v string)

SetRelayUsername gets a reference to the given NullableString and assigns it to the RelayUsername field.

func (*SMTPSMTPTestResponse) SetRelayUsernameNil ¶

func (o *SMTPSMTPTestResponse) SetRelayUsernameNil()

SetRelayUsernameNil sets the value for RelayUsername to be an explicit nil

func (*SMTPSMTPTestResponse) SetSenderAccount ¶

func (o *SMTPSMTPTestResponse) SetSenderAccount(v string)

SetSenderAccount gets a reference to the given NullableString and assigns it to the SenderAccount field.

func (*SMTPSMTPTestResponse) SetSenderAccountNil ¶

func (o *SMTPSMTPTestResponse) SetSenderAccountNil()

SetSenderAccountNil sets the value for SenderAccount to be an explicit nil

func (*SMTPSMTPTestResponse) SetSenderName ¶

func (o *SMTPSMTPTestResponse) SetSenderName(v string)

SetSenderName gets a reference to the given NullableString and assigns it to the SenderName field.

func (*SMTPSMTPTestResponse) SetSenderNameNil ¶

func (o *SMTPSMTPTestResponse) SetSenderNameNil()

SetSenderNameNil sets the value for SenderName to be an explicit nil

func (*SMTPSMTPTestResponse) SetTestRecipient ¶

func (o *SMTPSMTPTestResponse) SetTestRecipient(v string)

SetTestRecipient gets a reference to the given NullableString and assigns it to the TestRecipient field.

func (*SMTPSMTPTestResponse) SetTestRecipientNil ¶

func (o *SMTPSMTPTestResponse) SetTestRecipientNil()

SetTestRecipientNil sets the value for TestRecipient to be an explicit nil

func (*SMTPSMTPTestResponse) SetUseSSL ¶

func (o *SMTPSMTPTestResponse) SetUseSSL(v bool)

SetUseSSL gets a reference to the given bool and assigns it to the UseSSL field.

func (SMTPSMTPTestResponse) ToMap ¶

func (o SMTPSMTPTestResponse) ToMap() (map[string]interface{}, error)

func (*SMTPSMTPTestResponse) UnsetHost ¶

func (o *SMTPSMTPTestResponse) UnsetHost()

UnsetHost ensures that no value is present for Host, not even an explicit nil

func (*SMTPSMTPTestResponse) UnsetRelayUsername ¶

func (o *SMTPSMTPTestResponse) UnsetRelayUsername()

UnsetRelayUsername ensures that no value is present for RelayUsername, not even an explicit nil

func (*SMTPSMTPTestResponse) UnsetSenderAccount ¶

func (o *SMTPSMTPTestResponse) UnsetSenderAccount()

UnsetSenderAccount ensures that no value is present for SenderAccount, not even an explicit nil

func (*SMTPSMTPTestResponse) UnsetSenderName ¶

func (o *SMTPSMTPTestResponse) UnsetSenderName()

UnsetSenderName ensures that no value is present for SenderName, not even an explicit nil

func (*SMTPSMTPTestResponse) UnsetTestRecipient ¶

func (o *SMTPSMTPTestResponse) UnsetTestRecipient()

UnsetTestRecipient ensures that no value is present for TestRecipient, not even an explicit nil

type SchedulingApiService ¶

type SchedulingApiService service

SchedulingApiService SchedulingApi service

func (*SchedulingApiService) CreateSchedulingExecute ¶

Executes the API request V1 POST /Scheduling

@return SchedulingScheduledTaskResponse

func (*SchedulingApiService) NewCreateSchedulingRequest ¶

func (a *SchedulingApiService) NewCreateSchedulingRequest(ctx context.Context) ApiCreateSchedulingRequest

Creates a new V1 POST /Scheduling request.

CreateScheduling Method for CreateScheduling

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSchedulingRequest

type SchedulingScheduledTaskRequest ¶

type SchedulingScheduledTaskRequest struct {
	Id           *int32                           `json:"Id,omitempty"`
	ScheduleType CSSCMSCoreEnumsScheduledTaskType `json:"ScheduleType"`
	Enabled      *bool                            `json:"Enabled,omitempty"`
	Interval     NullableInt32                    `json:"Interval,omitempty"`
	TimeOfDay    NullableTime                     `json:"TimeOfDay,omitempty"`
}

SchedulingScheduledTaskRequest struct for SchedulingScheduledTaskRequest

func NewSchedulingScheduledTaskRequest ¶

func NewSchedulingScheduledTaskRequest(scheduleType CSSCMSCoreEnumsScheduledTaskType) *SchedulingScheduledTaskRequest

NewSchedulingScheduledTaskRequest instantiates a new SchedulingScheduledTaskRequest 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 NewSchedulingScheduledTaskRequestWithDefaults ¶

func NewSchedulingScheduledTaskRequestWithDefaults() *SchedulingScheduledTaskRequest

NewSchedulingScheduledTaskRequestWithDefaults instantiates a new SchedulingScheduledTaskRequest 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 (*SchedulingScheduledTaskRequest) GetEnabled ¶

func (o *SchedulingScheduledTaskRequest) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*SchedulingScheduledTaskRequest) GetEnabledOk ¶

func (o *SchedulingScheduledTaskRequest) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SchedulingScheduledTaskRequest) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*SchedulingScheduledTaskRequest) GetIdOk ¶

func (o *SchedulingScheduledTaskRequest) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SchedulingScheduledTaskRequest) GetInterval ¶

func (o *SchedulingScheduledTaskRequest) GetInterval() int32

GetInterval returns the Interval field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SchedulingScheduledTaskRequest) GetIntervalOk ¶

func (o *SchedulingScheduledTaskRequest) GetIntervalOk() (*int32, bool)

GetIntervalOk returns a tuple with the Interval field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SchedulingScheduledTaskRequest) GetScheduleType ¶

GetScheduleType returns the ScheduleType field value

func (*SchedulingScheduledTaskRequest) GetScheduleTypeOk ¶

GetScheduleTypeOk returns a tuple with the ScheduleType field value and a boolean to check if the value has been set.

func (*SchedulingScheduledTaskRequest) GetTimeOfDay ¶

func (o *SchedulingScheduledTaskRequest) GetTimeOfDay() time.Time

GetTimeOfDay returns the TimeOfDay field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SchedulingScheduledTaskRequest) GetTimeOfDayOk ¶

func (o *SchedulingScheduledTaskRequest) GetTimeOfDayOk() (*time.Time, bool)

GetTimeOfDayOk returns a tuple with the TimeOfDay field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SchedulingScheduledTaskRequest) HasEnabled ¶

func (o *SchedulingScheduledTaskRequest) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*SchedulingScheduledTaskRequest) HasId ¶

HasId returns a boolean if a field has been set.

func (*SchedulingScheduledTaskRequest) HasInterval ¶

func (o *SchedulingScheduledTaskRequest) HasInterval() bool

HasInterval returns a boolean if a field has been set.

func (*SchedulingScheduledTaskRequest) HasTimeOfDay ¶

func (o *SchedulingScheduledTaskRequest) HasTimeOfDay() bool

HasTimeOfDay returns a boolean if a field has been set.

func (SchedulingScheduledTaskRequest) MarshalJSON ¶

func (o SchedulingScheduledTaskRequest) MarshalJSON() ([]byte, error)

func (*SchedulingScheduledTaskRequest) SetEnabled ¶

func (o *SchedulingScheduledTaskRequest) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*SchedulingScheduledTaskRequest) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*SchedulingScheduledTaskRequest) SetInterval ¶

func (o *SchedulingScheduledTaskRequest) SetInterval(v int32)

SetInterval gets a reference to the given NullableInt32 and assigns it to the Interval field.

func (*SchedulingScheduledTaskRequest) SetIntervalNil ¶

func (o *SchedulingScheduledTaskRequest) SetIntervalNil()

SetIntervalNil sets the value for Interval to be an explicit nil

func (*SchedulingScheduledTaskRequest) SetScheduleType ¶

SetScheduleType sets field value

func (*SchedulingScheduledTaskRequest) SetTimeOfDay ¶

func (o *SchedulingScheduledTaskRequest) SetTimeOfDay(v time.Time)

SetTimeOfDay gets a reference to the given NullableTime and assigns it to the TimeOfDay field.

func (*SchedulingScheduledTaskRequest) SetTimeOfDayNil ¶

func (o *SchedulingScheduledTaskRequest) SetTimeOfDayNil()

SetTimeOfDayNil sets the value for TimeOfDay to be an explicit nil

func (SchedulingScheduledTaskRequest) ToMap ¶

func (o SchedulingScheduledTaskRequest) ToMap() (map[string]interface{}, error)

func (*SchedulingScheduledTaskRequest) UnsetInterval ¶

func (o *SchedulingScheduledTaskRequest) UnsetInterval()

UnsetInterval ensures that no value is present for Interval, not even an explicit nil

func (*SchedulingScheduledTaskRequest) UnsetTimeOfDay ¶

func (o *SchedulingScheduledTaskRequest) UnsetTimeOfDay()

UnsetTimeOfDay ensures that no value is present for TimeOfDay, not even an explicit nil

type SchedulingScheduledTaskResponse ¶

type SchedulingScheduledTaskResponse struct {
	Id           *int32                            `json:"Id,omitempty"`
	Schedule     NullableString                    `json:"Schedule,omitempty"`
	ScheduleType *CSSCMSCoreEnumsScheduledTaskType `json:"ScheduleType,omitempty"`
	Enabled      *bool                             `json:"Enabled,omitempty"`
	Name         NullableString                    `json:"Name,omitempty"`
	EntityId     NullableInt64                     `json:"EntityId,omitempty"`
	LastRun      NullableTime                      `json:"LastRun,omitempty"`
}

SchedulingScheduledTaskResponse struct for SchedulingScheduledTaskResponse

func NewSchedulingScheduledTaskResponse ¶

func NewSchedulingScheduledTaskResponse() *SchedulingScheduledTaskResponse

NewSchedulingScheduledTaskResponse instantiates a new SchedulingScheduledTaskResponse 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 NewSchedulingScheduledTaskResponseWithDefaults ¶

func NewSchedulingScheduledTaskResponseWithDefaults() *SchedulingScheduledTaskResponse

NewSchedulingScheduledTaskResponseWithDefaults instantiates a new SchedulingScheduledTaskResponse 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 (*SchedulingScheduledTaskResponse) GetEnabled ¶

func (o *SchedulingScheduledTaskResponse) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*SchedulingScheduledTaskResponse) GetEnabledOk ¶

func (o *SchedulingScheduledTaskResponse) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SchedulingScheduledTaskResponse) GetEntityId ¶

func (o *SchedulingScheduledTaskResponse) GetEntityId() int64

GetEntityId returns the EntityId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SchedulingScheduledTaskResponse) GetEntityIdOk ¶

func (o *SchedulingScheduledTaskResponse) GetEntityIdOk() (*int64, bool)

GetEntityIdOk returns a tuple with the EntityId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SchedulingScheduledTaskResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*SchedulingScheduledTaskResponse) GetIdOk ¶

func (o *SchedulingScheduledTaskResponse) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SchedulingScheduledTaskResponse) GetLastRun ¶

func (o *SchedulingScheduledTaskResponse) GetLastRun() time.Time

GetLastRun returns the LastRun field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SchedulingScheduledTaskResponse) GetLastRunOk ¶

func (o *SchedulingScheduledTaskResponse) GetLastRunOk() (*time.Time, bool)

GetLastRunOk returns a tuple with the LastRun field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SchedulingScheduledTaskResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SchedulingScheduledTaskResponse) GetNameOk ¶

func (o *SchedulingScheduledTaskResponse) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SchedulingScheduledTaskResponse) GetSchedule ¶

func (o *SchedulingScheduledTaskResponse) GetSchedule() string

GetSchedule returns the Schedule field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SchedulingScheduledTaskResponse) GetScheduleOk ¶

func (o *SchedulingScheduledTaskResponse) GetScheduleOk() (*string, bool)

GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SchedulingScheduledTaskResponse) GetScheduleType ¶

GetScheduleType returns the ScheduleType field value if set, zero value otherwise.

func (*SchedulingScheduledTaskResponse) GetScheduleTypeOk ¶

GetScheduleTypeOk returns a tuple with the ScheduleType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SchedulingScheduledTaskResponse) HasEnabled ¶

func (o *SchedulingScheduledTaskResponse) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*SchedulingScheduledTaskResponse) HasEntityId ¶

func (o *SchedulingScheduledTaskResponse) HasEntityId() bool

HasEntityId returns a boolean if a field has been set.

func (*SchedulingScheduledTaskResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*SchedulingScheduledTaskResponse) HasLastRun ¶

func (o *SchedulingScheduledTaskResponse) HasLastRun() bool

HasLastRun returns a boolean if a field has been set.

func (*SchedulingScheduledTaskResponse) HasName ¶

HasName returns a boolean if a field has been set.

func (*SchedulingScheduledTaskResponse) HasSchedule ¶

func (o *SchedulingScheduledTaskResponse) HasSchedule() bool

HasSchedule returns a boolean if a field has been set.

func (*SchedulingScheduledTaskResponse) HasScheduleType ¶

func (o *SchedulingScheduledTaskResponse) HasScheduleType() bool

HasScheduleType returns a boolean if a field has been set.

func (SchedulingScheduledTaskResponse) MarshalJSON ¶

func (o SchedulingScheduledTaskResponse) MarshalJSON() ([]byte, error)

func (*SchedulingScheduledTaskResponse) SetEnabled ¶

func (o *SchedulingScheduledTaskResponse) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*SchedulingScheduledTaskResponse) SetEntityId ¶

func (o *SchedulingScheduledTaskResponse) SetEntityId(v int64)

SetEntityId gets a reference to the given NullableInt64 and assigns it to the EntityId field.

func (*SchedulingScheduledTaskResponse) SetEntityIdNil ¶

func (o *SchedulingScheduledTaskResponse) SetEntityIdNil()

SetEntityIdNil sets the value for EntityId to be an explicit nil

func (*SchedulingScheduledTaskResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*SchedulingScheduledTaskResponse) SetLastRun ¶

func (o *SchedulingScheduledTaskResponse) SetLastRun(v time.Time)

SetLastRun gets a reference to the given NullableTime and assigns it to the LastRun field.

func (*SchedulingScheduledTaskResponse) SetLastRunNil ¶

func (o *SchedulingScheduledTaskResponse) SetLastRunNil()

SetLastRunNil sets the value for LastRun to be an explicit nil

func (*SchedulingScheduledTaskResponse) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*SchedulingScheduledTaskResponse) SetNameNil ¶

func (o *SchedulingScheduledTaskResponse) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*SchedulingScheduledTaskResponse) SetSchedule ¶

func (o *SchedulingScheduledTaskResponse) SetSchedule(v string)

SetSchedule gets a reference to the given NullableString and assigns it to the Schedule field.

func (*SchedulingScheduledTaskResponse) SetScheduleNil ¶

func (o *SchedulingScheduledTaskResponse) SetScheduleNil()

SetScheduleNil sets the value for Schedule to be an explicit nil

func (*SchedulingScheduledTaskResponse) SetScheduleType ¶

SetScheduleType gets a reference to the given CSSCMSCoreEnumsScheduledTaskType and assigns it to the ScheduleType field.

func (SchedulingScheduledTaskResponse) ToMap ¶

func (o SchedulingScheduledTaskResponse) ToMap() (map[string]interface{}, error)

func (*SchedulingScheduledTaskResponse) UnsetEntityId ¶

func (o *SchedulingScheduledTaskResponse) UnsetEntityId()

UnsetEntityId ensures that no value is present for EntityId, not even an explicit nil

func (*SchedulingScheduledTaskResponse) UnsetLastRun ¶

func (o *SchedulingScheduledTaskResponse) UnsetLastRun()

UnsetLastRun ensures that no value is present for LastRun, not even an explicit nil

func (*SchedulingScheduledTaskResponse) UnsetName ¶

func (o *SchedulingScheduledTaskResponse) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*SchedulingScheduledTaskResponse) UnsetSchedule ¶

func (o *SchedulingScheduledTaskResponse) UnsetSchedule()

UnsetSchedule ensures that no value is present for Schedule, not even an explicit nil

type SchedulingScheduledTaskScheduleResponse ¶

type SchedulingScheduledTaskScheduleResponse struct {
	Schedule      *KeyfactorCommonSchedulingKeyfactorSchedule `json:"Schedule,omitempty"`
	LastEstimated NullableTime                                `json:"LastEstimated,omitempty"`
}

SchedulingScheduledTaskScheduleResponse struct for SchedulingScheduledTaskScheduleResponse

func NewSchedulingScheduledTaskScheduleResponse ¶

func NewSchedulingScheduledTaskScheduleResponse() *SchedulingScheduledTaskScheduleResponse

NewSchedulingScheduledTaskScheduleResponse instantiates a new SchedulingScheduledTaskScheduleResponse 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 NewSchedulingScheduledTaskScheduleResponseWithDefaults ¶

func NewSchedulingScheduledTaskScheduleResponseWithDefaults() *SchedulingScheduledTaskScheduleResponse

NewSchedulingScheduledTaskScheduleResponseWithDefaults instantiates a new SchedulingScheduledTaskScheduleResponse 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 (*SchedulingScheduledTaskScheduleResponse) GetLastEstimated ¶

func (o *SchedulingScheduledTaskScheduleResponse) GetLastEstimated() time.Time

GetLastEstimated returns the LastEstimated field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SchedulingScheduledTaskScheduleResponse) GetLastEstimatedOk ¶

func (o *SchedulingScheduledTaskScheduleResponse) GetLastEstimatedOk() (*time.Time, bool)

GetLastEstimatedOk returns a tuple with the LastEstimated field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SchedulingScheduledTaskScheduleResponse) GetSchedule ¶

GetSchedule returns the Schedule field value if set, zero value otherwise.

func (*SchedulingScheduledTaskScheduleResponse) GetScheduleOk ¶

GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SchedulingScheduledTaskScheduleResponse) HasLastEstimated ¶

func (o *SchedulingScheduledTaskScheduleResponse) HasLastEstimated() bool

HasLastEstimated returns a boolean if a field has been set.

func (*SchedulingScheduledTaskScheduleResponse) HasSchedule ¶

HasSchedule returns a boolean if a field has been set.

func (SchedulingScheduledTaskScheduleResponse) MarshalJSON ¶

func (o SchedulingScheduledTaskScheduleResponse) MarshalJSON() ([]byte, error)

func (*SchedulingScheduledTaskScheduleResponse) SetLastEstimated ¶

func (o *SchedulingScheduledTaskScheduleResponse) SetLastEstimated(v time.Time)

SetLastEstimated gets a reference to the given NullableTime and assigns it to the LastEstimated field.

func (*SchedulingScheduledTaskScheduleResponse) SetLastEstimatedNil ¶

func (o *SchedulingScheduledTaskScheduleResponse) SetLastEstimatedNil()

SetLastEstimatedNil sets the value for LastEstimated to be an explicit nil

func (*SchedulingScheduledTaskScheduleResponse) SetSchedule ¶

SetSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the Schedule field.

func (SchedulingScheduledTaskScheduleResponse) ToMap ¶

func (o SchedulingScheduledTaskScheduleResponse) ToMap() (map[string]interface{}, error)

func (*SchedulingScheduledTaskScheduleResponse) UnsetLastEstimated ¶

func (o *SchedulingScheduledTaskScheduleResponse) UnsetLastEstimated()

UnsetLastEstimated ensures that no value is present for LastEstimated, not even an explicit nil

type ScriptsScriptCreateRequest ¶

type ScriptsScriptCreateRequest struct {
	Name       string                                 `json:"Name"`
	Contents   string                                 `json:"Contents"`
	Categories []CSSCMSDataModelEnumsScriptCategories `json:"Categories,omitempty"`
}

ScriptsScriptCreateRequest struct for ScriptsScriptCreateRequest

func NewScriptsScriptCreateRequest ¶

func NewScriptsScriptCreateRequest(name string, contents string) *ScriptsScriptCreateRequest

NewScriptsScriptCreateRequest instantiates a new ScriptsScriptCreateRequest 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 NewScriptsScriptCreateRequestWithDefaults ¶

func NewScriptsScriptCreateRequestWithDefaults() *ScriptsScriptCreateRequest

NewScriptsScriptCreateRequestWithDefaults instantiates a new ScriptsScriptCreateRequest 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 (*ScriptsScriptCreateRequest) GetCategories ¶

GetCategories returns the Categories field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ScriptsScriptCreateRequest) GetCategoriesOk ¶

GetCategoriesOk returns a tuple with the Categories field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ScriptsScriptCreateRequest) GetContents ¶

func (o *ScriptsScriptCreateRequest) GetContents() string

GetContents returns the Contents field value

func (*ScriptsScriptCreateRequest) GetContentsOk ¶

func (o *ScriptsScriptCreateRequest) GetContentsOk() (*string, bool)

GetContentsOk returns a tuple with the Contents field value and a boolean to check if the value has been set.

func (*ScriptsScriptCreateRequest) GetName ¶

func (o *ScriptsScriptCreateRequest) GetName() string

GetName returns the Name field value

func (*ScriptsScriptCreateRequest) GetNameOk ¶

func (o *ScriptsScriptCreateRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ScriptsScriptCreateRequest) HasCategories ¶

func (o *ScriptsScriptCreateRequest) HasCategories() bool

HasCategories returns a boolean if a field has been set.

func (ScriptsScriptCreateRequest) MarshalJSON ¶

func (o ScriptsScriptCreateRequest) MarshalJSON() ([]byte, error)

func (*ScriptsScriptCreateRequest) SetCategories ¶

SetCategories gets a reference to the given []CSSCMSDataModelEnumsScriptCategories and assigns it to the Categories field.

func (*ScriptsScriptCreateRequest) SetContents ¶

func (o *ScriptsScriptCreateRequest) SetContents(v string)

SetContents sets field value

func (*ScriptsScriptCreateRequest) SetName ¶

func (o *ScriptsScriptCreateRequest) SetName(v string)

SetName sets field value

func (ScriptsScriptCreateRequest) ToMap ¶

func (o ScriptsScriptCreateRequest) ToMap() (map[string]interface{}, error)

type ScriptsScriptQueryResponse ¶

type ScriptsScriptQueryResponse struct {
	Id         *int32                                 `json:"Id,omitempty"`
	Name       NullableString                         `json:"Name,omitempty"`
	Categories []CSSCMSDataModelEnumsScriptCategories `json:"Categories,omitempty"`
}

ScriptsScriptQueryResponse struct for ScriptsScriptQueryResponse

func NewScriptsScriptQueryResponse ¶

func NewScriptsScriptQueryResponse() *ScriptsScriptQueryResponse

NewScriptsScriptQueryResponse instantiates a new ScriptsScriptQueryResponse 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 NewScriptsScriptQueryResponseWithDefaults ¶

func NewScriptsScriptQueryResponseWithDefaults() *ScriptsScriptQueryResponse

NewScriptsScriptQueryResponseWithDefaults instantiates a new ScriptsScriptQueryResponse 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 (*ScriptsScriptQueryResponse) GetCategories ¶

GetCategories returns the Categories field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ScriptsScriptQueryResponse) GetCategoriesOk ¶

GetCategoriesOk returns a tuple with the Categories field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ScriptsScriptQueryResponse) GetId ¶

func (o *ScriptsScriptQueryResponse) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ScriptsScriptQueryResponse) GetIdOk ¶

func (o *ScriptsScriptQueryResponse) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptsScriptQueryResponse) GetName ¶

func (o *ScriptsScriptQueryResponse) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ScriptsScriptQueryResponse) GetNameOk ¶

func (o *ScriptsScriptQueryResponse) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ScriptsScriptQueryResponse) HasCategories ¶

func (o *ScriptsScriptQueryResponse) HasCategories() bool

HasCategories returns a boolean if a field has been set.

func (*ScriptsScriptQueryResponse) HasId ¶

func (o *ScriptsScriptQueryResponse) HasId() bool

HasId returns a boolean if a field has been set.

func (*ScriptsScriptQueryResponse) HasName ¶

func (o *ScriptsScriptQueryResponse) HasName() bool

HasName returns a boolean if a field has been set.

func (ScriptsScriptQueryResponse) MarshalJSON ¶

func (o ScriptsScriptQueryResponse) MarshalJSON() ([]byte, error)

func (*ScriptsScriptQueryResponse) SetCategories ¶

SetCategories gets a reference to the given []CSSCMSDataModelEnumsScriptCategories and assigns it to the Categories field.

func (*ScriptsScriptQueryResponse) SetId ¶

func (o *ScriptsScriptQueryResponse) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ScriptsScriptQueryResponse) SetName ¶

func (o *ScriptsScriptQueryResponse) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*ScriptsScriptQueryResponse) SetNameNil ¶

func (o *ScriptsScriptQueryResponse) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (ScriptsScriptQueryResponse) ToMap ¶

func (o ScriptsScriptQueryResponse) ToMap() (map[string]interface{}, error)

func (*ScriptsScriptQueryResponse) UnsetName ¶

func (o *ScriptsScriptQueryResponse) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type ScriptsScriptResponse ¶

type ScriptsScriptResponse struct {
	Id         *int32                                 `json:"Id,omitempty"`
	Name       NullableString                         `json:"Name,omitempty"`
	Contents   NullableString                         `json:"Contents,omitempty"`
	Categories []CSSCMSDataModelEnumsScriptCategories `json:"Categories,omitempty"`
}

ScriptsScriptResponse struct for ScriptsScriptResponse

func NewScriptsScriptResponse ¶

func NewScriptsScriptResponse() *ScriptsScriptResponse

NewScriptsScriptResponse instantiates a new ScriptsScriptResponse 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 NewScriptsScriptResponseWithDefaults ¶

func NewScriptsScriptResponseWithDefaults() *ScriptsScriptResponse

NewScriptsScriptResponseWithDefaults instantiates a new ScriptsScriptResponse 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 (*ScriptsScriptResponse) GetCategories ¶

GetCategories returns the Categories field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ScriptsScriptResponse) GetCategoriesOk ¶

GetCategoriesOk returns a tuple with the Categories field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ScriptsScriptResponse) GetContents ¶

func (o *ScriptsScriptResponse) GetContents() string

GetContents returns the Contents field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ScriptsScriptResponse) GetContentsOk ¶

func (o *ScriptsScriptResponse) GetContentsOk() (*string, bool)

GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ScriptsScriptResponse) GetId ¶

func (o *ScriptsScriptResponse) GetId() int32

GetId returns the Id field value if set, zero value otherwise.

func (*ScriptsScriptResponse) GetIdOk ¶

func (o *ScriptsScriptResponse) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptsScriptResponse) GetName ¶

func (o *ScriptsScriptResponse) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ScriptsScriptResponse) GetNameOk ¶

func (o *ScriptsScriptResponse) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ScriptsScriptResponse) HasCategories ¶

func (o *ScriptsScriptResponse) HasCategories() bool

HasCategories returns a boolean if a field has been set.

func (*ScriptsScriptResponse) HasContents ¶

func (o *ScriptsScriptResponse) HasContents() bool

HasContents returns a boolean if a field has been set.

func (*ScriptsScriptResponse) HasId ¶

func (o *ScriptsScriptResponse) HasId() bool

HasId returns a boolean if a field has been set.

func (*ScriptsScriptResponse) HasName ¶

func (o *ScriptsScriptResponse) HasName() bool

HasName returns a boolean if a field has been set.

func (ScriptsScriptResponse) MarshalJSON ¶

func (o ScriptsScriptResponse) MarshalJSON() ([]byte, error)

func (*ScriptsScriptResponse) SetCategories ¶

SetCategories gets a reference to the given []CSSCMSDataModelEnumsScriptCategories and assigns it to the Categories field.

func (*ScriptsScriptResponse) SetContents ¶

func (o *ScriptsScriptResponse) SetContents(v string)

SetContents gets a reference to the given NullableString and assigns it to the Contents field.

func (*ScriptsScriptResponse) SetContentsNil ¶

func (o *ScriptsScriptResponse) SetContentsNil()

SetContentsNil sets the value for Contents to be an explicit nil

func (*ScriptsScriptResponse) SetId ¶

func (o *ScriptsScriptResponse) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*ScriptsScriptResponse) SetName ¶

func (o *ScriptsScriptResponse) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*ScriptsScriptResponse) SetNameNil ¶

func (o *ScriptsScriptResponse) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (ScriptsScriptResponse) ToMap ¶

func (o ScriptsScriptResponse) ToMap() (map[string]interface{}, error)

func (*ScriptsScriptResponse) UnsetContents ¶

func (o *ScriptsScriptResponse) UnsetContents()

UnsetContents ensures that no value is present for Contents, not even an explicit nil

func (*ScriptsScriptResponse) UnsetName ¶

func (o *ScriptsScriptResponse) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type ScriptsScriptsUpdateRequest ¶

type ScriptsScriptsUpdateRequest struct {
	Id         *int32                                 `json:"Id,omitempty"`
	Contents   NullableString                         `json:"Contents,omitempty"`
	Categories []CSSCMSDataModelEnumsScriptCategories `json:"Categories,omitempty"`
}

ScriptsScriptsUpdateRequest struct for ScriptsScriptsUpdateRequest

func NewScriptsScriptsUpdateRequest ¶

func NewScriptsScriptsUpdateRequest() *ScriptsScriptsUpdateRequest

NewScriptsScriptsUpdateRequest instantiates a new ScriptsScriptsUpdateRequest 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 NewScriptsScriptsUpdateRequestWithDefaults ¶

func NewScriptsScriptsUpdateRequestWithDefaults() *ScriptsScriptsUpdateRequest

NewScriptsScriptsUpdateRequestWithDefaults instantiates a new ScriptsScriptsUpdateRequest 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 (*ScriptsScriptsUpdateRequest) GetCategories ¶

GetCategories returns the Categories field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ScriptsScriptsUpdateRequest) GetCategoriesOk ¶

GetCategoriesOk returns a tuple with the Categories field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ScriptsScriptsUpdateRequest) GetContents ¶

func (o *ScriptsScriptsUpdateRequest) GetContents() string

GetContents returns the Contents field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ScriptsScriptsUpdateRequest) GetContentsOk ¶

func (o *ScriptsScriptsUpdateRequest) GetContentsOk() (*string, bool)

GetContentsOk returns a tuple with the Contents field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ScriptsScriptsUpdateRequest) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*ScriptsScriptsUpdateRequest) GetIdOk ¶

func (o *ScriptsScriptsUpdateRequest) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ScriptsScriptsUpdateRequest) HasCategories ¶

func (o *ScriptsScriptsUpdateRequest) HasCategories() bool

HasCategories returns a boolean if a field has been set.

func (*ScriptsScriptsUpdateRequest) HasContents ¶

func (o *ScriptsScriptsUpdateRequest) HasContents() bool

HasContents returns a boolean if a field has been set.

func (*ScriptsScriptsUpdateRequest) HasId ¶

func (o *ScriptsScriptsUpdateRequest) HasId() bool

HasId returns a boolean if a field has been set.

func (ScriptsScriptsUpdateRequest) MarshalJSON ¶

func (o ScriptsScriptsUpdateRequest) MarshalJSON() ([]byte, error)

func (*ScriptsScriptsUpdateRequest) SetCategories ¶

SetCategories gets a reference to the given []CSSCMSDataModelEnumsScriptCategories and assigns it to the Categories field.

func (*ScriptsScriptsUpdateRequest) SetContents ¶

func (o *ScriptsScriptsUpdateRequest) SetContents(v string)

SetContents gets a reference to the given NullableString and assigns it to the Contents field.

func (*ScriptsScriptsUpdateRequest) SetContentsNil ¶

func (o *ScriptsScriptsUpdateRequest) SetContentsNil()

SetContentsNil sets the value for Contents to be an explicit nil

func (*ScriptsScriptsUpdateRequest) SetId ¶

func (o *ScriptsScriptsUpdateRequest) SetId(v int32)

SetId gets a reference to the given int32 and assigns it to the Id field.

func (ScriptsScriptsUpdateRequest) ToMap ¶

func (o ScriptsScriptsUpdateRequest) ToMap() (map[string]interface{}, error)

func (*ScriptsScriptsUpdateRequest) UnsetContents ¶

func (o *ScriptsScriptsUpdateRequest) UnsetContents()

UnsetContents ensures that no value is present for Contents, not even an explicit nil

type SecurityApiService ¶

type SecurityApiService service

SecurityApiService SecurityApi service

func (*SecurityApiService) CreateSecurityContainersByIdRolesExecute ¶

Executes the API request V1 POST /Security/Containers/{id}/Roles

@return []CSSCMSDataModelModelsCertificateStoreContainerPermissions

func (*SecurityApiService) CreateSecurityIdentitiesExecute ¶

Executes the API request V1 POST /Security/Identities

@return SecuritySecurityIdentitiesSecurityIdentityResponse

func (*SecurityApiService) DeleteSecurityIdentitiesByIdExecute ¶

func (a *SecurityApiService) DeleteSecurityIdentitiesByIdExecute(r ApiDeleteSecurityIdentitiesByIdRequest) (*http.Response, error)

Executes the API request

func (*SecurityApiService) GetSecurityAuditCollectionsByIdExecute ¶

Executes the API request V1 GET /Security/Audit/Collections/{id}

@return CertificateCollectionsCertificateCollectionPermissionsResponse

func (*SecurityApiService) GetSecurityContainersByIdRolesExecute ¶

Executes the API request V1 GET /Security/Containers/{id}/Roles

@return []CSSCMSDataModelModelsCertificateStoreContainerPermissions

func (*SecurityApiService) GetSecurityIdentitiesByIdExecute ¶

Executes the API request V1 GET /Security/Identities/{id}

@return SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse

func (*SecurityApiService) GetSecurityIdentitiesExecute ¶

Executes the API request V1 GET /Security/Identities

@return []SecuritySecurityIdentitiesSecurityIdentityResponse

func (*SecurityApiService) GetSecurityIdentitiesLookupExecute ¶

Executes the API request V1 GET /Security/Identities/Lookup

@return SecuritySecurityIdentitiesSecurityIdentityLookupResponse

func (*SecurityApiService) GetSecurityMyExecute ¶

Executes the API request V1 GET /Security/My

@return SecurityLegacySecurityRolesSecurityMyResponse

func (*SecurityApiService) NewCreateSecurityContainersByIdRolesRequest ¶

func (a *SecurityApiService) NewCreateSecurityContainersByIdRolesRequest(ctx context.Context, id int32) ApiCreateSecurityContainersByIdRolesRequest

Creates a new V1 POST /Security/Containers/{id}/Roles request.

CreateSecurityContainersByIdRoles Edit a certificate store container's permissions. Reminder: Name field should be left blank.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Information for the securitycontainer
@return ApiCreateSecurityContainersByIdRolesRequest

func (*SecurityApiService) NewCreateSecurityIdentitiesRequest ¶

func (a *SecurityApiService) NewCreateSecurityIdentitiesRequest(ctx context.Context) ApiCreateSecurityIdentitiesRequest

Creates a new V1 POST /Security/Identities request.

CreateSecurityIdentities Adds a new security identity to the system.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSecurityIdentitiesRequest

func (*SecurityApiService) NewDeleteSecurityIdentitiesByIdRequest ¶

func (a *SecurityApiService) NewDeleteSecurityIdentitiesByIdRequest(ctx context.Context, id int32) ApiDeleteSecurityIdentitiesByIdRequest

Creates a new V1 DELETE /Security/Identities/{id} request.

DeleteSecurityIdentitiesById Deletes the security identity whose ID is provided.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the security identity to be deleted.
@return ApiDeleteSecurityIdentitiesByIdRequest

func (*SecurityApiService) NewGetSecurityAuditCollectionsByIdRequest ¶

func (a *SecurityApiService) NewGetSecurityAuditCollectionsByIdRequest(ctx context.Context, id int32) ApiGetSecurityAuditCollectionsByIdRequest

Creates a new V1 GET /Security/Audit/Collections/{id} request.

GetSecurityAuditCollectionsById Gets a list of applicable security permissions for certificate collection

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The certificate collection
@return ApiGetSecurityAuditCollectionsByIdRequest

func (*SecurityApiService) NewGetSecurityContainersByIdRolesRequest ¶

func (a *SecurityApiService) NewGetSecurityContainersByIdRolesRequest(ctx context.Context, id int32) ApiGetSecurityContainersByIdRolesRequest

Creates a new V1 GET /Security/Containers/{id}/Roles request.

GetSecurityContainersByIdRoles Returns all the permissions of a certificate store container through the id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Information for the updated container
@return ApiGetSecurityContainersByIdRolesRequest

func (*SecurityApiService) NewGetSecurityIdentitiesByIdRequest ¶

func (a *SecurityApiService) NewGetSecurityIdentitiesByIdRequest(ctx context.Context, id int32) ApiGetSecurityIdentitiesByIdRequest

Creates a new V1 GET /Security/Identities/{id} request.

GetSecurityIdentitiesById Gets an object representing the permissions of the identity associated with the provided identifier.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The identifier of the security identity
@return ApiGetSecurityIdentitiesByIdRequest

func (*SecurityApiService) NewGetSecurityIdentitiesLookupRequest ¶

func (a *SecurityApiService) NewGetSecurityIdentitiesLookupRequest(ctx context.Context) ApiGetSecurityIdentitiesLookupRequest

Creates a new V1 GET /Security/Identities/Lookup request.

GetSecurityIdentitiesLookup Validates that the identity with the name given exists.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSecurityIdentitiesLookupRequest

func (*SecurityApiService) NewGetSecurityIdentitiesRequest ¶

func (a *SecurityApiService) NewGetSecurityIdentitiesRequest(ctx context.Context) ApiGetSecurityIdentitiesRequest

Creates a new V1 GET /Security/Identities request.

GetSecurityIdentities Returns all security identities according to the provided filter and output parameters.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSecurityIdentitiesRequest

func (*SecurityApiService) NewGetSecurityMyRequest ¶

func (a *SecurityApiService) NewGetSecurityMyRequest(ctx context.Context) ApiGetSecurityMyRequest

Creates a new V1 GET /Security/My request.

GetSecurityMy Looks at all the roles and global permissions for the user and returns them.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSecurityMyRequest

type SecurityClaimsApiService ¶

type SecurityClaimsApiService service

SecurityClaimsApiService SecurityClaimsApi service

func (*SecurityClaimsApiService) CreateSecurityClaimsExecute ¶

Executes the API request V1 POST /Security/Claims

@return SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse

func (*SecurityClaimsApiService) DeleteSecurityClaimsByIdExecute ¶

func (a *SecurityClaimsApiService) DeleteSecurityClaimsByIdExecute(r ApiDeleteSecurityClaimsByIdRequest) (*http.Response, error)

Executes the API request

func (*SecurityClaimsApiService) GetSecurityClaimsByIdExecute ¶

Executes the API request V1 GET /Security/Claims/{id}

@return SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse

func (*SecurityClaimsApiService) GetSecurityClaimsExecute ¶

Executes the API request V1 GET /Security/Claims

@return []SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse

func (*SecurityClaimsApiService) GetSecurityClaimsRolesExecute ¶

Executes the API request V1 GET /Security/Claims/Roles

@return []SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse

func (*SecurityClaimsApiService) NewCreateSecurityClaimsRequest ¶

func (a *SecurityClaimsApiService) NewCreateSecurityClaimsRequest(ctx context.Context) ApiCreateSecurityClaimsRequest

Creates a new V1 POST /Security/Claims request.

CreateSecurityClaims Adds a new claim definition to the system.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSecurityClaimsRequest

func (*SecurityClaimsApiService) NewDeleteSecurityClaimsByIdRequest ¶

func (a *SecurityClaimsApiService) NewDeleteSecurityClaimsByIdRequest(ctx context.Context, id int32) ApiDeleteSecurityClaimsByIdRequest

Creates a new V1 DELETE /Security/Claims/{id} request.

DeleteSecurityClaimsById Removes a claim definition from the system.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id the Keyfactor identifier of the claim definition to delete
@return ApiDeleteSecurityClaimsByIdRequest

func (*SecurityClaimsApiService) NewGetSecurityClaimsByIdRequest ¶

func (a *SecurityClaimsApiService) NewGetSecurityClaimsByIdRequest(ctx context.Context, id int32) ApiGetSecurityClaimsByIdRequest

Creates a new V1 GET /Security/Claims/{id} request.

GetSecurityClaimsById Returns a single claim definition that matches the id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id claim definition identifier
@return ApiGetSecurityClaimsByIdRequest

func (*SecurityClaimsApiService) NewGetSecurityClaimsRequest ¶

func (a *SecurityClaimsApiService) NewGetSecurityClaimsRequest(ctx context.Context) ApiGetSecurityClaimsRequest

Creates a new V1 GET /Security/Claims request.

GetSecurityClaims Returns all claim definitions according to the provided filter and output parameters.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSecurityClaimsRequest

func (*SecurityClaimsApiService) NewGetSecurityClaimsRolesRequest ¶

func (a *SecurityClaimsApiService) NewGetSecurityClaimsRolesRequest(ctx context.Context) ApiGetSecurityClaimsRolesRequest

Creates a new V1 GET /Security/Claims/Roles request.

GetSecurityClaimsRoles Returns a list of roles granted by the claim with the provided id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSecurityClaimsRolesRequest

func (*SecurityClaimsApiService) NewUpdateSecurityClaimsRequest ¶

func (a *SecurityClaimsApiService) NewUpdateSecurityClaimsRequest(ctx context.Context) ApiUpdateSecurityClaimsRequest

Creates a new V1 PUT /Security/Claims request.

UpdateSecurityClaims Updates an existing claim definition.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateSecurityClaimsRequest

func (*SecurityClaimsApiService) UpdateSecurityClaimsExecute ¶

Executes the API request V1 PUT /Security/Claims

@return SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse

type SecurityLegacySecurityRolesRoleIdentitiesRequest ¶

type SecurityLegacySecurityRolesRoleIdentitiesRequest struct {
	Ids []int32 `json:"Ids,omitempty"`
}

SecurityLegacySecurityRolesRoleIdentitiesRequest struct for SecurityLegacySecurityRolesRoleIdentitiesRequest

func NewSecurityLegacySecurityRolesRoleIdentitiesRequest ¶

func NewSecurityLegacySecurityRolesRoleIdentitiesRequest() *SecurityLegacySecurityRolesRoleIdentitiesRequest

NewSecurityLegacySecurityRolesRoleIdentitiesRequest instantiates a new SecurityLegacySecurityRolesRoleIdentitiesRequest 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 NewSecurityLegacySecurityRolesRoleIdentitiesRequestWithDefaults ¶

func NewSecurityLegacySecurityRolesRoleIdentitiesRequestWithDefaults() *SecurityLegacySecurityRolesRoleIdentitiesRequest

NewSecurityLegacySecurityRolesRoleIdentitiesRequestWithDefaults instantiates a new SecurityLegacySecurityRolesRoleIdentitiesRequest 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 (*SecurityLegacySecurityRolesRoleIdentitiesRequest) GetIds ¶

GetIds returns the Ids field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesRoleIdentitiesRequest) GetIdsOk ¶

GetIdsOk returns a tuple with the Ids field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesRoleIdentitiesRequest) HasIds ¶

HasIds returns a boolean if a field has been set.

func (SecurityLegacySecurityRolesRoleIdentitiesRequest) MarshalJSON ¶

func (*SecurityLegacySecurityRolesRoleIdentitiesRequest) SetIds ¶

SetIds gets a reference to the given []int32 and assigns it to the Ids field.

func (SecurityLegacySecurityRolesRoleIdentitiesRequest) ToMap ¶

func (o SecurityLegacySecurityRolesRoleIdentitiesRequest) ToMap() (map[string]interface{}, error)

type SecurityLegacySecurityRolesRoleIdentitiesResponse ¶

type SecurityLegacySecurityRolesRoleIdentitiesResponse struct {
	Id   *int32         `json:"Id,omitempty"`
	Name NullableString `json:"Name,omitempty"`
}

SecurityLegacySecurityRolesRoleIdentitiesResponse struct for SecurityLegacySecurityRolesRoleIdentitiesResponse

func NewSecurityLegacySecurityRolesRoleIdentitiesResponse ¶

func NewSecurityLegacySecurityRolesRoleIdentitiesResponse() *SecurityLegacySecurityRolesRoleIdentitiesResponse

NewSecurityLegacySecurityRolesRoleIdentitiesResponse instantiates a new SecurityLegacySecurityRolesRoleIdentitiesResponse 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 NewSecurityLegacySecurityRolesRoleIdentitiesResponseWithDefaults ¶

func NewSecurityLegacySecurityRolesRoleIdentitiesResponseWithDefaults() *SecurityLegacySecurityRolesRoleIdentitiesResponse

NewSecurityLegacySecurityRolesRoleIdentitiesResponseWithDefaults instantiates a new SecurityLegacySecurityRolesRoleIdentitiesResponse 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 (*SecurityLegacySecurityRolesRoleIdentitiesResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*SecurityLegacySecurityRolesRoleIdentitiesResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecurityLegacySecurityRolesRoleIdentitiesResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesRoleIdentitiesResponse) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesRoleIdentitiesResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesRoleIdentitiesResponse) HasName ¶

HasName returns a boolean if a field has been set.

func (SecurityLegacySecurityRolesRoleIdentitiesResponse) MarshalJSON ¶

func (*SecurityLegacySecurityRolesRoleIdentitiesResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*SecurityLegacySecurityRolesRoleIdentitiesResponse) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*SecurityLegacySecurityRolesRoleIdentitiesResponse) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (SecurityLegacySecurityRolesRoleIdentitiesResponse) ToMap ¶

func (o SecurityLegacySecurityRolesRoleIdentitiesResponse) ToMap() (map[string]interface{}, error)

func (*SecurityLegacySecurityRolesRoleIdentitiesResponse) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type SecurityLegacySecurityRolesSecurityIdentityResponse ¶

type SecurityLegacySecurityRolesSecurityIdentityResponse struct {
	// The ID of the security identity.
	Id *int32 `json:"Id,omitempty"`
	// The username associated with the account.
	AccountName NullableString `json:"AccountName,omitempty"`
	// The type of the identity.
	IdentityType NullableString `json:"IdentityType,omitempty"`
	// The roles this identity belongs to.
	Roles []SecurityLegacySecurityRolesSecurityRoleResponse `json:"Roles,omitempty"`
	// Whether or not the identity's role XML is valid.
	Valid NullableBool `json:"Valid,omitempty"`
	// The security identifier for the identity.
	SID NullableString `json:"SID,omitempty"`
}

SecurityLegacySecurityRolesSecurityIdentityResponse Public DTO for handling responses that include a security identity.

func NewSecurityLegacySecurityRolesSecurityIdentityResponse ¶

func NewSecurityLegacySecurityRolesSecurityIdentityResponse() *SecurityLegacySecurityRolesSecurityIdentityResponse

NewSecurityLegacySecurityRolesSecurityIdentityResponse instantiates a new SecurityLegacySecurityRolesSecurityIdentityResponse 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 NewSecurityLegacySecurityRolesSecurityIdentityResponseWithDefaults ¶

func NewSecurityLegacySecurityRolesSecurityIdentityResponseWithDefaults() *SecurityLegacySecurityRolesSecurityIdentityResponse

NewSecurityLegacySecurityRolesSecurityIdentityResponseWithDefaults instantiates a new SecurityLegacySecurityRolesSecurityIdentityResponse 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 (*SecurityLegacySecurityRolesSecurityIdentityResponse) GetAccountName ¶

GetAccountName returns the AccountName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) GetAccountNameOk ¶

GetAccountNameOk returns a tuple with the AccountName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) GetIdentityType ¶

GetIdentityType returns the IdentityType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) GetIdentityTypeOk ¶

GetIdentityTypeOk returns a tuple with the IdentityType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) GetRoles ¶

GetRoles returns the Roles field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) GetRolesOk ¶

GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) GetSID ¶

GetSID returns the SID field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) GetSIDOk ¶

GetSIDOk returns a tuple with the SID field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) GetValid ¶

GetValid returns the Valid field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) GetValidOk ¶

GetValidOk returns a tuple with the Valid field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) HasAccountName ¶

HasAccountName returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) HasIdentityType ¶

HasIdentityType returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) HasRoles ¶

HasRoles returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) HasSID ¶

HasSID returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) HasValid ¶

HasValid returns a boolean if a field has been set.

func (SecurityLegacySecurityRolesSecurityIdentityResponse) MarshalJSON ¶

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) SetAccountName ¶

SetAccountName gets a reference to the given NullableString and assigns it to the AccountName field.

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) SetAccountNameNil ¶

SetAccountNameNil sets the value for AccountName to be an explicit nil

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) SetIdentityType ¶

SetIdentityType gets a reference to the given NullableString and assigns it to the IdentityType field.

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) SetIdentityTypeNil ¶

SetIdentityTypeNil sets the value for IdentityType to be an explicit nil

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) SetRoles ¶

SetRoles gets a reference to the given []SecurityLegacySecurityRolesSecurityRoleResponse and assigns it to the Roles field.

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) SetSID ¶

SetSID gets a reference to the given NullableString and assigns it to the SID field.

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) SetSIDNil ¶

SetSIDNil sets the value for SID to be an explicit nil

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) SetValid ¶

SetValid gets a reference to the given NullableBool and assigns it to the Valid field.

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) SetValidNil ¶

SetValidNil sets the value for Valid to be an explicit nil

func (SecurityLegacySecurityRolesSecurityIdentityResponse) ToMap ¶

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) UnsetAccountName ¶

UnsetAccountName ensures that no value is present for AccountName, not even an explicit nil

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) UnsetIdentityType ¶

UnsetIdentityType ensures that no value is present for IdentityType, not even an explicit nil

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) UnsetSID ¶

UnsetSID ensures that no value is present for SID, not even an explicit nil

func (*SecurityLegacySecurityRolesSecurityIdentityResponse) UnsetValid ¶

UnsetValid ensures that no value is present for Valid, not even an explicit nil

type SecurityLegacySecurityRolesSecurityMyResponse ¶

type SecurityLegacySecurityRolesSecurityMyResponse struct {
	Roles             []string                                    `json:"Roles,omitempty"`
	GlobalPermissions []GlobalPermissionsGlobalPermissionResponse `json:"GlobalPermissions,omitempty"`
}

SecurityLegacySecurityRolesSecurityMyResponse struct for SecurityLegacySecurityRolesSecurityMyResponse

func NewSecurityLegacySecurityRolesSecurityMyResponse ¶

func NewSecurityLegacySecurityRolesSecurityMyResponse() *SecurityLegacySecurityRolesSecurityMyResponse

NewSecurityLegacySecurityRolesSecurityMyResponse instantiates a new SecurityLegacySecurityRolesSecurityMyResponse 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 NewSecurityLegacySecurityRolesSecurityMyResponseWithDefaults ¶

func NewSecurityLegacySecurityRolesSecurityMyResponseWithDefaults() *SecurityLegacySecurityRolesSecurityMyResponse

NewSecurityLegacySecurityRolesSecurityMyResponseWithDefaults instantiates a new SecurityLegacySecurityRolesSecurityMyResponse 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 (*SecurityLegacySecurityRolesSecurityMyResponse) GetGlobalPermissions ¶

GetGlobalPermissions returns the GlobalPermissions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityMyResponse) GetGlobalPermissionsOk ¶

GetGlobalPermissionsOk returns a tuple with the GlobalPermissions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityMyResponse) GetRoles ¶

GetRoles returns the Roles field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityMyResponse) GetRolesOk ¶

GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityMyResponse) HasGlobalPermissions ¶

func (o *SecurityLegacySecurityRolesSecurityMyResponse) HasGlobalPermissions() bool

HasGlobalPermissions returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityMyResponse) HasRoles ¶

HasRoles returns a boolean if a field has been set.

func (SecurityLegacySecurityRolesSecurityMyResponse) MarshalJSON ¶

func (*SecurityLegacySecurityRolesSecurityMyResponse) SetGlobalPermissions ¶

SetGlobalPermissions gets a reference to the given []GlobalPermissionsGlobalPermissionResponse and assigns it to the GlobalPermissions field.

func (*SecurityLegacySecurityRolesSecurityMyResponse) SetRoles ¶

SetRoles gets a reference to the given []string and assigns it to the Roles field.

func (SecurityLegacySecurityRolesSecurityMyResponse) ToMap ¶

func (o SecurityLegacySecurityRolesSecurityMyResponse) ToMap() (map[string]interface{}, error)

type SecurityLegacySecurityRolesSecurityRoleCopyRequest ¶

type SecurityLegacySecurityRolesSecurityRoleCopyRequest struct {
	Name         NullableString `json:"Name,omitempty"`
	Description  NullableString `json:"Description,omitempty"`
	EmailAddress NullableString `json:"EmailAddress,omitempty"`
}

SecurityLegacySecurityRolesSecurityRoleCopyRequest struct for SecurityLegacySecurityRolesSecurityRoleCopyRequest

func NewSecurityLegacySecurityRolesSecurityRoleCopyRequest ¶

func NewSecurityLegacySecurityRolesSecurityRoleCopyRequest() *SecurityLegacySecurityRolesSecurityRoleCopyRequest

NewSecurityLegacySecurityRolesSecurityRoleCopyRequest instantiates a new SecurityLegacySecurityRolesSecurityRoleCopyRequest 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 NewSecurityLegacySecurityRolesSecurityRoleCopyRequestWithDefaults ¶

func NewSecurityLegacySecurityRolesSecurityRoleCopyRequestWithDefaults() *SecurityLegacySecurityRolesSecurityRoleCopyRequest

NewSecurityLegacySecurityRolesSecurityRoleCopyRequestWithDefaults instantiates a new SecurityLegacySecurityRolesSecurityRoleCopyRequest 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 (*SecurityLegacySecurityRolesSecurityRoleCopyRequest) GetDescription ¶

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityRoleCopyRequest) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityRoleCopyRequest) GetEmailAddress ¶

GetEmailAddress returns the EmailAddress field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityRoleCopyRequest) GetEmailAddressOk ¶

GetEmailAddressOk returns a tuple with the EmailAddress field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityRoleCopyRequest) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityRoleCopyRequest) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityRoleCopyRequest) HasDescription ¶

HasDescription returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityRoleCopyRequest) HasEmailAddress ¶

HasEmailAddress returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityRoleCopyRequest) HasName ¶

HasName returns a boolean if a field has been set.

func (SecurityLegacySecurityRolesSecurityRoleCopyRequest) MarshalJSON ¶

func (*SecurityLegacySecurityRolesSecurityRoleCopyRequest) SetDescription ¶

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*SecurityLegacySecurityRolesSecurityRoleCopyRequest) SetDescriptionNil ¶

SetDescriptionNil sets the value for Description to be an explicit nil

func (*SecurityLegacySecurityRolesSecurityRoleCopyRequest) SetEmailAddress ¶

SetEmailAddress gets a reference to the given NullableString and assigns it to the EmailAddress field.

func (*SecurityLegacySecurityRolesSecurityRoleCopyRequest) SetEmailAddressNil ¶

SetEmailAddressNil sets the value for EmailAddress to be an explicit nil

func (*SecurityLegacySecurityRolesSecurityRoleCopyRequest) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*SecurityLegacySecurityRolesSecurityRoleCopyRequest) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (SecurityLegacySecurityRolesSecurityRoleCopyRequest) ToMap ¶

func (*SecurityLegacySecurityRolesSecurityRoleCopyRequest) UnsetDescription ¶

UnsetDescription ensures that no value is present for Description, not even an explicit nil

func (*SecurityLegacySecurityRolesSecurityRoleCopyRequest) UnsetEmailAddress ¶

UnsetEmailAddress ensures that no value is present for EmailAddress, not even an explicit nil

func (*SecurityLegacySecurityRolesSecurityRoleCopyRequest) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type SecurityLegacySecurityRolesSecurityRoleCreationRequest ¶

type SecurityLegacySecurityRolesSecurityRoleCreationRequest struct {
	// The name of the security role to create
	Name string `json:"Name"`
	// The description to be used on the created security role
	Description string `json:"Description"`
	// The email address to be used on the created security role
	EmailAddress NullableString `json:"EmailAddress,omitempty"`
	// Whether or not the security role should be enabled
	Enabled *bool `json:"Enabled,omitempty"`
	// Whether or not the security role should be private
	Private *bool `json:"Private,omitempty"`
	// The permissions to include in the role. These must be supplied in the format \"Area:Permission\"
	Permissions []string `json:"Permissions,omitempty"`
	// The Id of the permission set the role belongs to.
	PermissionSetId *string `json:"PermissionSetId,omitempty"`
	// The Keyfactor identities to assign to the created role
	Identities []CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier `json:"Identities,omitempty"`
}

SecurityLegacySecurityRolesSecurityRoleCreationRequest struct for SecurityLegacySecurityRolesSecurityRoleCreationRequest

func NewSecurityLegacySecurityRolesSecurityRoleCreationRequest ¶

func NewSecurityLegacySecurityRolesSecurityRoleCreationRequest(name string, description string) *SecurityLegacySecurityRolesSecurityRoleCreationRequest

NewSecurityLegacySecurityRolesSecurityRoleCreationRequest instantiates a new SecurityLegacySecurityRolesSecurityRoleCreationRequest 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 NewSecurityLegacySecurityRolesSecurityRoleCreationRequestWithDefaults ¶

func NewSecurityLegacySecurityRolesSecurityRoleCreationRequestWithDefaults() *SecurityLegacySecurityRolesSecurityRoleCreationRequest

NewSecurityLegacySecurityRolesSecurityRoleCreationRequestWithDefaults instantiates a new SecurityLegacySecurityRolesSecurityRoleCreationRequest 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 (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) GetDescription ¶

GetDescription returns the Description field value

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) GetEmailAddress ¶

GetEmailAddress returns the EmailAddress field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) GetEmailAddressOk ¶

GetEmailAddressOk returns a tuple with the EmailAddress field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) GetEnabled ¶

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) GetEnabledOk ¶

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) GetIdentities ¶

GetIdentities returns the Identities field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) GetIdentitiesOk ¶

GetIdentitiesOk returns a tuple with the Identities field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) GetName ¶

GetName returns the Name field value

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) GetPermissionSetId ¶

GetPermissionSetId returns the PermissionSetId field value if set, zero value otherwise.

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) GetPermissionSetIdOk ¶

GetPermissionSetIdOk returns a tuple with the PermissionSetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) GetPermissions ¶

GetPermissions returns the Permissions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) GetPermissionsOk ¶

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) GetPrivate ¶

GetPrivate returns the Private field value if set, zero value otherwise.

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) GetPrivateOk ¶

GetPrivateOk returns a tuple with the Private field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) HasEmailAddress ¶

HasEmailAddress returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) HasEnabled ¶

HasEnabled returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) HasIdentities ¶

HasIdentities returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) HasPermissionSetId ¶

HasPermissionSetId returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) HasPermissions ¶

HasPermissions returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) HasPrivate ¶

HasPrivate returns a boolean if a field has been set.

func (SecurityLegacySecurityRolesSecurityRoleCreationRequest) MarshalJSON ¶

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) SetDescription ¶

SetDescription sets field value

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) SetEmailAddress ¶

SetEmailAddress gets a reference to the given NullableString and assigns it to the EmailAddress field.

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) SetEmailAddressNil ¶

SetEmailAddressNil sets the value for EmailAddress to be an explicit nil

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) SetEnabled ¶

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) SetIdentities ¶

SetIdentities gets a reference to the given []CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier and assigns it to the Identities field.

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) SetName ¶

SetName sets field value

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) SetPermissionSetId ¶

SetPermissionSetId gets a reference to the given string and assigns it to the PermissionSetId field.

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) SetPermissions ¶

SetPermissions gets a reference to the given []string and assigns it to the Permissions field.

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) SetPrivate ¶

SetPrivate gets a reference to the given bool and assigns it to the Private field.

func (SecurityLegacySecurityRolesSecurityRoleCreationRequest) ToMap ¶

func (*SecurityLegacySecurityRolesSecurityRoleCreationRequest) UnsetEmailAddress ¶

UnsetEmailAddress ensures that no value is present for EmailAddress, not even an explicit nil

type SecurityLegacySecurityRolesSecurityRoleResponse ¶

type SecurityLegacySecurityRolesSecurityRoleResponse struct {
	// The Id of the created role
	Id NullableInt32 `json:"Id,omitempty"`
	// The description of the created role
	Description NullableString `json:"Description,omitempty"`
	// The email address to be used on the created security role
	EmailAddress NullableString `json:"EmailAddress,omitempty"`
	// A boolean indicating whether or not the created role is enabled
	Enabled NullableBool `json:"Enabled,omitempty"`
	// A boolean indicating whther or not the security role will be read-only
	Immutable NullableBool `json:"Immutable,omitempty"`
	// A boolean that indicates whether or not the Audit XML was able to be verified
	Valid NullableBool `json:"Valid,omitempty"`
	// A boolean that indicates whether or not the created security role is private
	Private NullableBool `json:"Private,omitempty"`
	// The Id of the permission set the role belongs to.
	PermissionSetId *string `json:"PermissionSetId,omitempty"`
	// The identities assigned to the created security role
	Identities []SecurityLegacySecurityRolesSecurityIdentityResponse `json:"Identities,omitempty"`
	// The name of the created role
	Name NullableString `json:"Name,omitempty"`
	// The permissions included in the created security role
	Permissions []string `json:"Permissions,omitempty"`
}

SecurityLegacySecurityRolesSecurityRoleResponse A public DTO representing a security identity's role.

func NewSecurityLegacySecurityRolesSecurityRoleResponse ¶

func NewSecurityLegacySecurityRolesSecurityRoleResponse() *SecurityLegacySecurityRolesSecurityRoleResponse

NewSecurityLegacySecurityRolesSecurityRoleResponse instantiates a new SecurityLegacySecurityRolesSecurityRoleResponse 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 NewSecurityLegacySecurityRolesSecurityRoleResponseWithDefaults ¶

func NewSecurityLegacySecurityRolesSecurityRoleResponseWithDefaults() *SecurityLegacySecurityRolesSecurityRoleResponse

NewSecurityLegacySecurityRolesSecurityRoleResponseWithDefaults instantiates a new SecurityLegacySecurityRolesSecurityRoleResponse 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 (*SecurityLegacySecurityRolesSecurityRoleResponse) GetDescription ¶

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityRoleResponse) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityRoleResponse) GetEmailAddress ¶

GetEmailAddress returns the EmailAddress field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityRoleResponse) GetEmailAddressOk ¶

func (o *SecurityLegacySecurityRolesSecurityRoleResponse) GetEmailAddressOk() (*string, bool)

GetEmailAddressOk returns a tuple with the EmailAddress field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityRoleResponse) GetEnabled ¶

GetEnabled returns the Enabled field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityRoleResponse) GetEnabledOk ¶

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityRoleResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityRoleResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityRoleResponse) GetIdentities ¶

GetIdentities returns the Identities field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityRoleResponse) GetIdentitiesOk ¶

GetIdentitiesOk returns a tuple with the Identities field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityRoleResponse) GetImmutable ¶

GetImmutable returns the Immutable field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityRoleResponse) GetImmutableOk ¶

GetImmutableOk returns a tuple with the Immutable field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityRoleResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityRoleResponse) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityRoleResponse) GetPermissionSetId ¶

GetPermissionSetId returns the PermissionSetId field value if set, zero value otherwise.

func (*SecurityLegacySecurityRolesSecurityRoleResponse) GetPermissionSetIdOk ¶

func (o *SecurityLegacySecurityRolesSecurityRoleResponse) GetPermissionSetIdOk() (*string, bool)

GetPermissionSetIdOk returns a tuple with the PermissionSetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecurityLegacySecurityRolesSecurityRoleResponse) GetPermissions ¶

GetPermissions returns the Permissions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityRoleResponse) GetPermissionsOk ¶

func (o *SecurityLegacySecurityRolesSecurityRoleResponse) GetPermissionsOk() ([]string, bool)

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityRoleResponse) GetPrivate ¶

GetPrivate returns the Private field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityRoleResponse) GetPrivateOk ¶

GetPrivateOk returns a tuple with the Private field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityRoleResponse) GetValid ¶

GetValid returns the Valid field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityRoleResponse) GetValidOk ¶

GetValidOk returns a tuple with the Valid field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityRoleResponse) HasDescription ¶

HasDescription returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityRoleResponse) HasEmailAddress ¶

HasEmailAddress returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityRoleResponse) HasEnabled ¶

HasEnabled returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityRoleResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityRoleResponse) HasIdentities ¶

HasIdentities returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityRoleResponse) HasImmutable ¶

HasImmutable returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityRoleResponse) HasName ¶

HasName returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityRoleResponse) HasPermissionSetId ¶

func (o *SecurityLegacySecurityRolesSecurityRoleResponse) HasPermissionSetId() bool

HasPermissionSetId returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityRoleResponse) HasPermissions ¶

HasPermissions returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityRoleResponse) HasPrivate ¶

HasPrivate returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityRoleResponse) HasValid ¶

HasValid returns a boolean if a field has been set.

func (SecurityLegacySecurityRolesSecurityRoleResponse) MarshalJSON ¶

func (*SecurityLegacySecurityRolesSecurityRoleResponse) SetDescription ¶

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*SecurityLegacySecurityRolesSecurityRoleResponse) SetDescriptionNil ¶

func (o *SecurityLegacySecurityRolesSecurityRoleResponse) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*SecurityLegacySecurityRolesSecurityRoleResponse) SetEmailAddress ¶

SetEmailAddress gets a reference to the given NullableString and assigns it to the EmailAddress field.

func (*SecurityLegacySecurityRolesSecurityRoleResponse) SetEmailAddressNil ¶

func (o *SecurityLegacySecurityRolesSecurityRoleResponse) SetEmailAddressNil()

SetEmailAddressNil sets the value for EmailAddress to be an explicit nil

func (*SecurityLegacySecurityRolesSecurityRoleResponse) SetEnabled ¶

SetEnabled gets a reference to the given NullableBool and assigns it to the Enabled field.

func (*SecurityLegacySecurityRolesSecurityRoleResponse) SetEnabledNil ¶

SetEnabledNil sets the value for Enabled to be an explicit nil

func (*SecurityLegacySecurityRolesSecurityRoleResponse) SetId ¶

SetId gets a reference to the given NullableInt32 and assigns it to the Id field.

func (*SecurityLegacySecurityRolesSecurityRoleResponse) SetIdNil ¶

SetIdNil sets the value for Id to be an explicit nil

func (*SecurityLegacySecurityRolesSecurityRoleResponse) SetIdentities ¶

SetIdentities gets a reference to the given []SecurityLegacySecurityRolesSecurityIdentityResponse and assigns it to the Identities field.

func (*SecurityLegacySecurityRolesSecurityRoleResponse) SetImmutable ¶

SetImmutable gets a reference to the given NullableBool and assigns it to the Immutable field.

func (*SecurityLegacySecurityRolesSecurityRoleResponse) SetImmutableNil ¶

SetImmutableNil sets the value for Immutable to be an explicit nil

func (*SecurityLegacySecurityRolesSecurityRoleResponse) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*SecurityLegacySecurityRolesSecurityRoleResponse) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*SecurityLegacySecurityRolesSecurityRoleResponse) SetPermissionSetId ¶

SetPermissionSetId gets a reference to the given string and assigns it to the PermissionSetId field.

func (*SecurityLegacySecurityRolesSecurityRoleResponse) SetPermissions ¶

SetPermissions gets a reference to the given []string and assigns it to the Permissions field.

func (*SecurityLegacySecurityRolesSecurityRoleResponse) SetPrivate ¶

SetPrivate gets a reference to the given NullableBool and assigns it to the Private field.

func (*SecurityLegacySecurityRolesSecurityRoleResponse) SetPrivateNil ¶

SetPrivateNil sets the value for Private to be an explicit nil

func (*SecurityLegacySecurityRolesSecurityRoleResponse) SetValid ¶

SetValid gets a reference to the given NullableBool and assigns it to the Valid field.

func (*SecurityLegacySecurityRolesSecurityRoleResponse) SetValidNil ¶

SetValidNil sets the value for Valid to be an explicit nil

func (SecurityLegacySecurityRolesSecurityRoleResponse) ToMap ¶

func (o SecurityLegacySecurityRolesSecurityRoleResponse) ToMap() (map[string]interface{}, error)

func (*SecurityLegacySecurityRolesSecurityRoleResponse) UnsetDescription ¶

UnsetDescription ensures that no value is present for Description, not even an explicit nil

func (*SecurityLegacySecurityRolesSecurityRoleResponse) UnsetEmailAddress ¶

func (o *SecurityLegacySecurityRolesSecurityRoleResponse) UnsetEmailAddress()

UnsetEmailAddress ensures that no value is present for EmailAddress, not even an explicit nil

func (*SecurityLegacySecurityRolesSecurityRoleResponse) UnsetEnabled ¶

UnsetEnabled ensures that no value is present for Enabled, not even an explicit nil

func (*SecurityLegacySecurityRolesSecurityRoleResponse) UnsetId ¶

UnsetId ensures that no value is present for Id, not even an explicit nil

func (*SecurityLegacySecurityRolesSecurityRoleResponse) UnsetImmutable ¶

UnsetImmutable ensures that no value is present for Immutable, not even an explicit nil

func (*SecurityLegacySecurityRolesSecurityRoleResponse) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*SecurityLegacySecurityRolesSecurityRoleResponse) UnsetPrivate ¶

UnsetPrivate ensures that no value is present for Private, not even an explicit nil

func (*SecurityLegacySecurityRolesSecurityRoleResponse) UnsetValid ¶

UnsetValid ensures that no value is present for Valid, not even an explicit nil

type SecurityLegacySecurityRolesSecurityRoleUpdateRequest ¶

type SecurityLegacySecurityRolesSecurityRoleUpdateRequest struct {
	// The Id of the security role to update
	Id int32 `json:"Id"`
	// The name of the security role to update
	Name string `json:"Name"`
	// The description to be used on the updated security role
	Description string `json:"Description"`
	// The email address to be used on the updated security role
	EmailAddress NullableString `json:"EmailAddress,omitempty"`
	// Whether or not the security role should be enabled
	Enabled *bool `json:"Enabled,omitempty"`
	// Whether or not the security role should be private
	Private *bool `json:"Private,omitempty"`
	// The permissions to include in the role. These must be supplied in the format \"Area:Permission\"
	Permissions []string `json:"Permissions,omitempty"`
	// The Id of the permission set the role belongs to.
	PermissionSetId *string `json:"PermissionSetId,omitempty"`
	// The Keyfactor identities to assign to the updated role
	Identities []CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier `json:"Identities,omitempty"`
}

SecurityLegacySecurityRolesSecurityRoleUpdateRequest struct for SecurityLegacySecurityRolesSecurityRoleUpdateRequest

func NewSecurityLegacySecurityRolesSecurityRoleUpdateRequest ¶

func NewSecurityLegacySecurityRolesSecurityRoleUpdateRequest(id int32, name string, description string) *SecurityLegacySecurityRolesSecurityRoleUpdateRequest

NewSecurityLegacySecurityRolesSecurityRoleUpdateRequest instantiates a new SecurityLegacySecurityRolesSecurityRoleUpdateRequest 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 NewSecurityLegacySecurityRolesSecurityRoleUpdateRequestWithDefaults ¶

func NewSecurityLegacySecurityRolesSecurityRoleUpdateRequestWithDefaults() *SecurityLegacySecurityRolesSecurityRoleUpdateRequest

NewSecurityLegacySecurityRolesSecurityRoleUpdateRequestWithDefaults instantiates a new SecurityLegacySecurityRolesSecurityRoleUpdateRequest 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 (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) GetDescription ¶

GetDescription returns the Description field value

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) GetEmailAddress ¶

GetEmailAddress returns the EmailAddress field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) GetEmailAddressOk ¶

GetEmailAddressOk returns a tuple with the EmailAddress field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) GetEnabled ¶

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) GetEnabledOk ¶

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) GetId ¶

GetId returns the Id field value

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) GetIdentities ¶

GetIdentities returns the Identities field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) GetIdentitiesOk ¶

GetIdentitiesOk returns a tuple with the Identities field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) GetName ¶

GetName returns the Name field value

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) GetPermissionSetId ¶

GetPermissionSetId returns the PermissionSetId field value if set, zero value otherwise.

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) GetPermissionSetIdOk ¶

GetPermissionSetIdOk returns a tuple with the PermissionSetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) GetPermissions ¶

GetPermissions returns the Permissions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) GetPermissionsOk ¶

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) GetPrivate ¶

GetPrivate returns the Private field value if set, zero value otherwise.

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) GetPrivateOk ¶

GetPrivateOk returns a tuple with the Private field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) HasEmailAddress ¶

HasEmailAddress returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) HasEnabled ¶

HasEnabled returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) HasIdentities ¶

HasIdentities returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) HasPermissionSetId ¶

HasPermissionSetId returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) HasPermissions ¶

HasPermissions returns a boolean if a field has been set.

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) HasPrivate ¶

HasPrivate returns a boolean if a field has been set.

func (SecurityLegacySecurityRolesSecurityRoleUpdateRequest) MarshalJSON ¶

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) SetDescription ¶

SetDescription sets field value

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) SetEmailAddress ¶

SetEmailAddress gets a reference to the given NullableString and assigns it to the EmailAddress field.

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) SetEmailAddressNil ¶

SetEmailAddressNil sets the value for EmailAddress to be an explicit nil

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) SetEnabled ¶

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) SetId ¶

SetId sets field value

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) SetIdentities ¶

SetIdentities gets a reference to the given []CSSCMSDataModelModelsSecurityIdentitiesSecurityIdentityIdentifier and assigns it to the Identities field.

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) SetName ¶

SetName sets field value

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) SetPermissionSetId ¶

SetPermissionSetId gets a reference to the given string and assigns it to the PermissionSetId field.

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) SetPermissions ¶

SetPermissions gets a reference to the given []string and assigns it to the Permissions field.

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) SetPrivate ¶

SetPrivate gets a reference to the given bool and assigns it to the Private field.

func (SecurityLegacySecurityRolesSecurityRoleUpdateRequest) ToMap ¶

func (*SecurityLegacySecurityRolesSecurityRoleUpdateRequest) UnsetEmailAddress ¶

UnsetEmailAddress ensures that no value is present for EmailAddress, not even an explicit nil

type SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest ¶

type SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest struct {
	ClaimType                    CSSCMSCoreEnumsClaimType `json:"ClaimType"`
	ClaimValue                   string                   `json:"ClaimValue"`
	ProviderAuthenticationScheme string                   `json:"ProviderAuthenticationScheme"`
	Description                  string                   `json:"Description"`
}

SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest struct for SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest

func NewSecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest ¶

func NewSecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest(claimType CSSCMSCoreEnumsClaimType, claimValue string, providerAuthenticationScheme string, description string) *SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest

NewSecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest instantiates a new SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest 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 NewSecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequestWithDefaults ¶

func NewSecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequestWithDefaults() *SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest

NewSecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequestWithDefaults instantiates a new SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest 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 (*SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest) GetClaimType ¶

GetClaimType returns the ClaimType field value

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest) GetClaimTypeOk ¶

GetClaimTypeOk returns a tuple with the ClaimType field value and a boolean to check if the value has been set.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest) GetClaimValue ¶

GetClaimValue returns the ClaimValue field value

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest) GetClaimValueOk ¶

GetClaimValueOk returns a tuple with the ClaimValue field value and a boolean to check if the value has been set.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest) GetDescription ¶

GetDescription returns the Description field value

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest) GetProviderAuthenticationScheme ¶

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest) GetProviderAuthenticationScheme() string

GetProviderAuthenticationScheme returns the ProviderAuthenticationScheme field value

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest) GetProviderAuthenticationSchemeOk ¶

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest) GetProviderAuthenticationSchemeOk() (*string, bool)

GetProviderAuthenticationSchemeOk returns a tuple with the ProviderAuthenticationScheme field value and a boolean to check if the value has been set.

func (SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest) MarshalJSON ¶

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest) SetClaimType ¶

SetClaimType sets field value

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest) SetClaimValue ¶

SetClaimValue sets field value

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest) SetDescription ¶

SetDescription sets field value

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest) SetProviderAuthenticationScheme ¶

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest) SetProviderAuthenticationScheme(v string)

SetProviderAuthenticationScheme sets field value

func (SecurityRoleClaimDefinitionsRoleClaimDefinitionCreationRequest) ToMap ¶

type SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse ¶

type SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse struct {
	Id                   *string        `json:"Id,omitempty"`
	AuthenticationScheme NullableString `json:"AuthenticationScheme,omitempty"`
	DisplayName          NullableString `json:"DisplayName,omitempty"`
}

SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse struct for SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse

func NewSecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse ¶

func NewSecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse() *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse

NewSecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse instantiates a new SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse 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 NewSecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponseWithDefaults ¶

func NewSecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponseWithDefaults() *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse

NewSecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponseWithDefaults instantiates a new SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse 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 (*SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) GetAuthenticationScheme ¶

GetAuthenticationScheme returns the AuthenticationScheme field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) GetAuthenticationSchemeOk ¶

GetAuthenticationSchemeOk returns a tuple with the AuthenticationScheme field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) GetDisplayNameOk ¶

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) HasAuthenticationScheme ¶

HasAuthenticationScheme returns a boolean if a field has been set.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) HasDisplayName ¶

HasDisplayName returns a boolean if a field has been set.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) MarshalJSON ¶

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) SetAuthenticationScheme ¶

SetAuthenticationScheme gets a reference to the given NullableString and assigns it to the AuthenticationScheme field.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) SetAuthenticationSchemeNil ¶

SetAuthenticationSchemeNil sets the value for AuthenticationScheme to be an explicit nil

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) SetDisplayName ¶

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) SetDisplayNameNil ¶

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) ToMap ¶

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) UnsetAuthenticationScheme ¶

UnsetAuthenticationScheme ensures that no value is present for AuthenticationScheme, not even an explicit nil

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) UnsetDisplayName ¶

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

type SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse ¶

type SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse struct {
	Id          *int32                                                           `json:"Id,omitempty"`
	Description NullableString                                                   `json:"Description,omitempty"`
	ClaimType   NullableString                                                   `json:"ClaimType,omitempty"`
	ClaimValue  NullableString                                                   `json:"ClaimValue,omitempty"`
	Provider    *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse `json:"Provider,omitempty"`
}

SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse struct for SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse

func NewSecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse ¶

func NewSecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse() *SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse

NewSecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse instantiates a new SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse 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 NewSecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponseWithDefaults ¶

func NewSecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponseWithDefaults() *SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse

NewSecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponseWithDefaults instantiates a new SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse 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 (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) GetClaimType ¶

GetClaimType returns the ClaimType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) GetClaimTypeOk ¶

GetClaimTypeOk returns a tuple with the ClaimType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) GetClaimValue ¶

GetClaimValue returns the ClaimValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) GetClaimValueOk ¶

GetClaimValueOk returns a tuple with the ClaimValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) GetDescription ¶

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) GetProvider ¶

GetProvider returns the Provider field value if set, zero value otherwise.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) GetProviderOk ¶

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) HasClaimType ¶

HasClaimType returns a boolean if a field has been set.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) HasClaimValue ¶

HasClaimValue returns a boolean if a field has been set.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) HasDescription ¶

HasDescription returns a boolean if a field has been set.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) HasProvider ¶

HasProvider returns a boolean if a field has been set.

func (SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) MarshalJSON ¶

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) SetClaimType ¶

SetClaimType gets a reference to the given NullableString and assigns it to the ClaimType field.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) SetClaimTypeNil ¶

SetClaimTypeNil sets the value for ClaimType to be an explicit nil

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) SetClaimValue ¶

SetClaimValue gets a reference to the given NullableString and assigns it to the ClaimValue field.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) SetClaimValueNil ¶

SetClaimValueNil sets the value for ClaimValue to be an explicit nil

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) SetDescription ¶

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) SetDescriptionNil ¶

SetDescriptionNil sets the value for Description to be an explicit nil

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) SetProvider ¶

SetProvider gets a reference to the given SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse and assigns it to the Provider field.

func (SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) ToMap ¶

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) UnsetClaimType ¶

UnsetClaimType ensures that no value is present for ClaimType, not even an explicit nil

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) UnsetClaimValue ¶

UnsetClaimValue ensures that no value is present for ClaimValue, not even an explicit nil

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionQueryResponse) UnsetDescription ¶

UnsetDescription ensures that no value is present for Description, not even an explicit nil

type SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse ¶

type SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse struct {
	Id          *int32                                                           `json:"Id,omitempty"`
	Description NullableString                                                   `json:"Description,omitempty"`
	ClaimType   NullableString                                                   `json:"ClaimType,omitempty"`
	ClaimValue  NullableString                                                   `json:"ClaimValue,omitempty"`
	Provider    *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse `json:"Provider,omitempty"`
}

SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse struct for SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse

func NewSecurityRoleClaimDefinitionsRoleClaimDefinitionResponse ¶

func NewSecurityRoleClaimDefinitionsRoleClaimDefinitionResponse() *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse

NewSecurityRoleClaimDefinitionsRoleClaimDefinitionResponse instantiates a new SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse 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 NewSecurityRoleClaimDefinitionsRoleClaimDefinitionResponseWithDefaults ¶

func NewSecurityRoleClaimDefinitionsRoleClaimDefinitionResponseWithDefaults() *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse

NewSecurityRoleClaimDefinitionsRoleClaimDefinitionResponseWithDefaults instantiates a new SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse 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 (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetClaimType ¶

GetClaimType returns the ClaimType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetClaimTypeOk ¶

GetClaimTypeOk returns a tuple with the ClaimType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetClaimValue ¶

GetClaimValue returns the ClaimValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetClaimValueOk ¶

GetClaimValueOk returns a tuple with the ClaimValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetDescription ¶

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetProvider ¶

GetProvider returns the Provider field value if set, zero value otherwise.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetProviderOk ¶

GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) HasClaimType ¶

HasClaimType returns a boolean if a field has been set.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) HasClaimValue ¶

HasClaimValue returns a boolean if a field has been set.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) HasDescription ¶

HasDescription returns a boolean if a field has been set.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) HasProvider ¶

HasProvider returns a boolean if a field has been set.

func (SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) MarshalJSON ¶

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) SetClaimType ¶

SetClaimType gets a reference to the given NullableString and assigns it to the ClaimType field.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) SetClaimTypeNil ¶

SetClaimTypeNil sets the value for ClaimType to be an explicit nil

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) SetClaimValue ¶

SetClaimValue gets a reference to the given NullableString and assigns it to the ClaimValue field.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) SetClaimValueNil ¶

SetClaimValueNil sets the value for ClaimValue to be an explicit nil

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) SetDescription ¶

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) SetDescriptionNil ¶

SetDescriptionNil sets the value for Description to be an explicit nil

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) SetProvider ¶

SetProvider gets a reference to the given SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse and assigns it to the Provider field.

func (SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) ToMap ¶

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) UnsetClaimType ¶

UnsetClaimType ensures that no value is present for ClaimType, not even an explicit nil

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) UnsetClaimValue ¶

UnsetClaimValue ensures that no value is present for ClaimValue, not even an explicit nil

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) UnsetDescription ¶

UnsetDescription ensures that no value is present for Description, not even an explicit nil

type SecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest ¶

type SecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest struct {
	Id          int32  `json:"Id"`
	Description string `json:"Description"`
}

SecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest struct for SecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest

func NewSecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest ¶

func NewSecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest(id int32, description string) *SecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest

NewSecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest instantiates a new SecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest 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 NewSecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequestWithDefaults ¶

func NewSecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequestWithDefaults() *SecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest

NewSecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequestWithDefaults instantiates a new SecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest 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 (*SecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest) GetDescription ¶

GetDescription returns the Description field value

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest) GetId ¶

GetId returns the Id field value

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (SecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest) MarshalJSON ¶

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest) SetDescription ¶

SetDescription sets field value

func (*SecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest) SetId ¶

SetId sets field value

func (SecurityRoleClaimDefinitionsRoleClaimDefinitionUpdateRequest) ToMap ¶

type SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse ¶

type SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse struct {
	Id              *int32         `json:"Id,omitempty"`
	Name            NullableString `json:"Name,omitempty"`
	Description     NullableString `json:"Description,omitempty"`
	PermissionSetId *string        `json:"PermissionSetId,omitempty"`
}

SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse struct for SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse

func NewSecurityRoleClaimDefinitionsSecurityRoleForClaimResponse ¶

func NewSecurityRoleClaimDefinitionsSecurityRoleForClaimResponse() *SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse

NewSecurityRoleClaimDefinitionsSecurityRoleForClaimResponse instantiates a new SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse 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 NewSecurityRoleClaimDefinitionsSecurityRoleForClaimResponseWithDefaults ¶

func NewSecurityRoleClaimDefinitionsSecurityRoleForClaimResponseWithDefaults() *SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse

NewSecurityRoleClaimDefinitionsSecurityRoleForClaimResponseWithDefaults instantiates a new SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse 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 (*SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) GetDescription ¶

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) GetPermissionSetId ¶

GetPermissionSetId returns the PermissionSetId field value if set, zero value otherwise.

func (*SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) GetPermissionSetIdOk ¶

GetPermissionSetIdOk returns a tuple with the PermissionSetId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) HasDescription ¶

HasDescription returns a boolean if a field has been set.

func (*SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) HasName ¶

HasName returns a boolean if a field has been set.

func (*SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) HasPermissionSetId ¶

HasPermissionSetId returns a boolean if a field has been set.

func (SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) MarshalJSON ¶

func (*SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) SetDescription ¶

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) SetDescriptionNil ¶

SetDescriptionNil sets the value for Description to be an explicit nil

func (*SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) SetPermissionSetId ¶

SetPermissionSetId gets a reference to the given string and assigns it to the PermissionSetId field.

func (SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) ToMap ¶

func (*SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) UnsetDescription ¶

UnsetDescription ensures that no value is present for Description, not even an explicit nil

func (*SecurityRoleClaimDefinitionsSecurityRoleForClaimResponse) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type SecurityRolePermissionsApiService ¶

type SecurityRolePermissionsApiService service

SecurityRolePermissionsApiService SecurityRolePermissionsApi service

func (*SecurityRolePermissionsApiService) CreateSecurityRolesByIdPermissionsCollectionsExecute ¶

Executes the API request V1 POST /Security/Roles/{id}/Permissions/Collections

@return []SecuritySecurityRolePermissionsCollectionPermissionResponse

func (*SecurityRolePermissionsApiService) CreateSecurityRolesByIdPermissionsContainersExecute ¶

Executes the API request V1 POST /Security/Roles/{id}/Permissions/Containers

@return []SecuritySecurityRolePermissionsContainerPermissionResponse

func (*SecurityRolePermissionsApiService) CreateSecurityRolesByIdPermissionsGlobalExecute ¶

Executes the API request V1 POST /Security/Roles/{id}/Permissions/Global

@return []SecuritySecurityRolePermissionsGlobalPermissionResponse

func (*SecurityRolePermissionsApiService) GetSecurityRolesByIdPermissionsCollectionsExecute ¶

Executes the API request V1 GET /Security/Roles/{id}/Permissions/Collections

@return []SecuritySecurityRolePermissionsCollectionPermissionResponse

func (*SecurityRolePermissionsApiService) GetSecurityRolesByIdPermissionsContainersExecute ¶

Executes the API request V1 GET /Security/Roles/{id}/Permissions/Containers

@return []SecuritySecurityRolePermissionsContainerPermissionResponse

func (*SecurityRolePermissionsApiService) GetSecurityRolesByIdPermissionsExecute ¶

Executes the API request V1 GET /Security/Roles/{id}/Permissions

@return []SecuritySecurityRolePermissionsAreaPermissionResponse

func (*SecurityRolePermissionsApiService) GetSecurityRolesByIdPermissionsGlobalExecute ¶

Executes the API request V1 GET /Security/Roles/{id}/Permissions/Global

@return []SecuritySecurityRolePermissionsGlobalPermissionResponse

func (*SecurityRolePermissionsApiService) GetSecurityRolesByIdPermissionsPamProvidersExecute ¶

Executes the API request V1 GET /Security/Roles/{id}/Permissions/PamProviders

@return []SecuritySecurityRolePermissionsPamProviderPermissionResponse

func (*SecurityRolePermissionsApiService) NewCreateSecurityRolesByIdPermissionsCollectionsRequest ¶

func (a *SecurityRolePermissionsApiService) NewCreateSecurityRolesByIdPermissionsCollectionsRequest(ctx context.Context, id int32) ApiCreateSecurityRolesByIdPermissionsCollectionsRequest

Creates a new V1 POST /Security/Roles/{id}/Permissions/Collections request.

CreateSecurityRolesByIdPermissionsCollections Adds collection permissions to the security role that matches the id.

### Valid Permissions ### | Permission | Permission Display Name | |---------------|---------------------------| | Read | Read | | EditMetadata | Edit Metadata | | Recover | Download with Private Key | | Revoke | Revoke | | Delete | Delete |

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Security role identifier
@return ApiCreateSecurityRolesByIdPermissionsCollectionsRequest

func (*SecurityRolePermissionsApiService) NewCreateSecurityRolesByIdPermissionsContainersRequest ¶

func (a *SecurityRolePermissionsApiService) NewCreateSecurityRolesByIdPermissionsContainersRequest(ctx context.Context, id int32) ApiCreateSecurityRolesByIdPermissionsContainersRequest

Creates a new V1 POST /Security/Roles/{id}/Permissions/Containers request.

CreateSecurityRolesByIdPermissionsContainers Adds container permissions to the security role that matches the id.

### Valid Permissions ### | Permission | Requisite Permissions | |---------------|-----------------------| | Read | | | Schedule | Read | | Modify | Read, Schedule |

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Security role identifier
@return ApiCreateSecurityRolesByIdPermissionsContainersRequest

func (*SecurityRolePermissionsApiService) NewCreateSecurityRolesByIdPermissionsGlobalRequest ¶

func (a *SecurityRolePermissionsApiService) NewCreateSecurityRolesByIdPermissionsGlobalRequest(ctx context.Context, id int32) ApiCreateSecurityRolesByIdPermissionsGlobalRequest

Creates a new V1 POST /Security/Roles/{id}/Permissions/Global request.

CreateSecurityRolesByIdPermissionsGlobal Adds global permissions to the security role that matches the id.

### Valid Global Permissions ### | Area | Permission | |-------------------------------|-------------------| | AdminPortal | Read | | AgentAutoRegistration | Read | | AgentAutoRegistration | Modify | | AgentManagement | Read | | AgentManagement | Modify | | API | Read | | ApplicationSettings | Read | | ApplicationSettings | Modify | | Auditing | Read | | CertificateCollections | Modify | | CertificateEnrollment | EnrollPFX | | CertificateEnrollment | EnrollCSR | | CertificateEnrollment | CsrGeneration | | CertificateEnrollment | PendingCsr | | CertificateMetadataTypes | Read | | CertificateMetadataTypes | Modify | | Certificates | Read | | Certificates | EditMetadata | | Certificates | Import | | Certificates | Recover | | Certificates | Revoke | | Certificates | Delete | | Certificates | ImportPrivateKey | | CertificateStoreManagement | Read | | CertificateStoreManagement | Schedule | | CertificateStoreManagement | Modify | | Dashboard | Read | | Dashboard | RiskHeader | | EventHandlerRegistration | Read | | EventHandlerRegistration | Modify | | MacAutoEnrollManagement | Read | | MacAutoEnrollManagement | Modify | | PkiManagement | Read | | PkiManagement | Modify | | PrivilegedAccessManagement | Read | | PrivilegedAccessManagement | Modify | | Reports | Read | | Reports | Modify | | SecuritySettings | Read | | SecuritySettings | Modify | | SSH | User | | SSH | ServerAdmin | | SSH | EnterpriseAdmin | | SslManagement | Read | | SslManagement | Modify | | SystemSettings | Read | | SystemSettings | Modify | | WorkflowDefinitions | Read | | WorkflowDefinitions | Modify | | WorkflowInstances | ReadAll | | WorkflowInstances | ReadAssignedToMe | | WorkflowInstances | ReadMy | | WorkflowInstances | Manage | | WorkflowManagement | Read | | WorkflowManagement | Modify | | WorkflowManagement | Test | | WorkflowManagement | Participate | | WorkflowManagement | Manage |

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Security role identifier
@return ApiCreateSecurityRolesByIdPermissionsGlobalRequest

func (*SecurityRolePermissionsApiService) NewGetSecurityRolesByIdPermissionsCollectionsRequest ¶

func (a *SecurityRolePermissionsApiService) NewGetSecurityRolesByIdPermissionsCollectionsRequest(ctx context.Context, id int32) ApiGetSecurityRolesByIdPermissionsCollectionsRequest

Creates a new V1 GET /Security/Roles/{id}/Permissions/Collections request.

GetSecurityRolesByIdPermissionsCollections Returns all collection permissions associated with the security role that matches the id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Security role identifier
@return ApiGetSecurityRolesByIdPermissionsCollectionsRequest

func (*SecurityRolePermissionsApiService) NewGetSecurityRolesByIdPermissionsContainersRequest ¶

func (a *SecurityRolePermissionsApiService) NewGetSecurityRolesByIdPermissionsContainersRequest(ctx context.Context, id int32) ApiGetSecurityRolesByIdPermissionsContainersRequest

Creates a new V1 GET /Security/Roles/{id}/Permissions/Containers request.

GetSecurityRolesByIdPermissionsContainers Returns all container permissions associated with the security role that matches the id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Security role identifier
@return ApiGetSecurityRolesByIdPermissionsContainersRequest

func (*SecurityRolePermissionsApiService) NewGetSecurityRolesByIdPermissionsGlobalRequest ¶

func (a *SecurityRolePermissionsApiService) NewGetSecurityRolesByIdPermissionsGlobalRequest(ctx context.Context, id int32) ApiGetSecurityRolesByIdPermissionsGlobalRequest

Creates a new V1 GET /Security/Roles/{id}/Permissions/Global request.

GetSecurityRolesByIdPermissionsGlobal Returns all global permissions associated with the security role that matches the id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Security role identifier
@return ApiGetSecurityRolesByIdPermissionsGlobalRequest

func (*SecurityRolePermissionsApiService) NewGetSecurityRolesByIdPermissionsPamProvidersRequest ¶

func (a *SecurityRolePermissionsApiService) NewGetSecurityRolesByIdPermissionsPamProvidersRequest(ctx context.Context, id int32) ApiGetSecurityRolesByIdPermissionsPamProvidersRequest

Creates a new V1 GET /Security/Roles/{id}/Permissions/PamProviders request.

GetSecurityRolesByIdPermissionsPamProviders Returns all PAM provider permissions associated with the security role that matches the id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Security role identifier
@return ApiGetSecurityRolesByIdPermissionsPamProvidersRequest

func (*SecurityRolePermissionsApiService) NewGetSecurityRolesByIdPermissionsRequest ¶

func (a *SecurityRolePermissionsApiService) NewGetSecurityRolesByIdPermissionsRequest(ctx context.Context, id int32) ApiGetSecurityRolesByIdPermissionsRequest

Creates a new V1 GET /Security/Roles/{id}/Permissions request.

GetSecurityRolesByIdPermissions Returns all permissions associated with the security role that matches the id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Security role identifier
@return ApiGetSecurityRolesByIdPermissionsRequest

func (*SecurityRolePermissionsApiService) NewUpdateSecurityRolesByIdPermissionsCollectionsRequest ¶

func (a *SecurityRolePermissionsApiService) NewUpdateSecurityRolesByIdPermissionsCollectionsRequest(ctx context.Context, id int32) ApiUpdateSecurityRolesByIdPermissionsCollectionsRequest

Creates a new V1 PUT /Security/Roles/{id}/Permissions/Collections request.

UpdateSecurityRolesByIdPermissionsCollections Sets collection permissions to the security role that matches the id.

### Valid Permissions ### | Permission | Permission Display Name | |---------------|---------------------------| | Read | Read | | EditMetadata | Edit Metadata | | Recover | Download with Private Key | | Revoke | Revoke | | Delete | Delete |

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Security role identifier
@return ApiUpdateSecurityRolesByIdPermissionsCollectionsRequest

func (*SecurityRolePermissionsApiService) NewUpdateSecurityRolesByIdPermissionsContainersRequest ¶

func (a *SecurityRolePermissionsApiService) NewUpdateSecurityRolesByIdPermissionsContainersRequest(ctx context.Context, id int32) ApiUpdateSecurityRolesByIdPermissionsContainersRequest

Creates a new V1 PUT /Security/Roles/{id}/Permissions/Containers request.

UpdateSecurityRolesByIdPermissionsContainers Sets container permissions to the security role that matches the id.

### Valid Permissions ### | Permission | Requisite Permissions | |---------------|-----------------------| | Read | | | Schedule | Read | | Modify | Read, Schedule |

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Security role identifier
@return ApiUpdateSecurityRolesByIdPermissionsContainersRequest

func (*SecurityRolePermissionsApiService) NewUpdateSecurityRolesByIdPermissionsGlobalRequest ¶

func (a *SecurityRolePermissionsApiService) NewUpdateSecurityRolesByIdPermissionsGlobalRequest(ctx context.Context, id int32) ApiUpdateSecurityRolesByIdPermissionsGlobalRequest

Creates a new V1 PUT /Security/Roles/{id}/Permissions/Global request.

UpdateSecurityRolesByIdPermissionsGlobal Adds global permissions to the security role that matches the id.

### Valid Global Permissions ### | Area | Permission | |-------------------------------|-------------------| | AdminPortal | Read | | AgentAutoRegistration | Read | | AgentAutoRegistration | Modify | | AgentManagement | Read | | AgentManagement | Modify | | API | Read | | ApplicationSettings | Read | | ApplicationSettings | Modify | | Auditing | Read | | CertificateCollections | Modify | | CertificateEnrollment | EnrollPFX | | CertificateEnrollment | EnrollCSR | | CertificateEnrollment | CsrGeneration | | CertificateEnrollment | PendingCsr | | CertificateMetadataTypes | Read | | CertificateMetadataTypes | Modify | | Certificates | Read | | Certificates | EditMetadata | | Certificates | Import | | Certificates | Recover | | Certificates | Revoke | | Certificates | Delete | | Certificates | ImportPrivateKey | | CertificateStoreManagement | Read | | CertificateStoreManagement | Schedule | | CertificateStoreManagement | Modify | | Dashboard | Read | | Dashboard | RiskHeader | | EventHandlerRegistration | Read | | EventHandlerRegistration | Modify | | MacAutoEnrollManagement | Read | | MacAutoEnrollManagement | Modify | | PkiManagement | Read | | PkiManagement | Modify | | PrivilegedAccessManagement | Read | | PrivilegedAccessManagement | Modify | | Reports | Read | | Reports | Modify | | SecuritySettings | Read | | SecuritySettings | Modify | | SSH | User | | SSH | ServerAdmin | | SSH | EnterpriseAdmin | | SslManagement | Read | | SslManagement | Modify | | SystemSettings | Read | | SystemSettings | Modify | | WorkflowDefinitions | Read | | WorkflowDefinitions | Modify | | WorkflowInstances | ReadAll | | WorkflowInstances | ReadAssignedToMe | | WorkflowInstances | ReadMy | | WorkflowInstances | Manage | | WorkflowManagement | Read | | WorkflowManagement | Modify | | WorkflowManagement | Test | | WorkflowManagement | Participate | | WorkflowManagement | Manage |

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Security role identifier
@return ApiUpdateSecurityRolesByIdPermissionsGlobalRequest

func (*SecurityRolePermissionsApiService) NewUpdateSecurityRolesByIdPermissionsPamProvidersRequest ¶

func (a *SecurityRolePermissionsApiService) NewUpdateSecurityRolesByIdPermissionsPamProvidersRequest(ctx context.Context, id int32) ApiUpdateSecurityRolesByIdPermissionsPamProvidersRequest

Creates a new V1 PUT /Security/Roles/{id}/Permissions/PamProviders request.

UpdateSecurityRolesByIdPermissionsPamProviders Sets PAM provider permissions to the security role that matches the id.

### Valid Permissions ### | Permission | Requisite Permissions | |---------------|-----------------------| | Read | | | Modify | Read |

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Security role identifier
@return ApiUpdateSecurityRolesByIdPermissionsPamProvidersRequest

func (*SecurityRolePermissionsApiService) UpdateSecurityRolesByIdPermissionsCollectionsExecute ¶

Executes the API request V1 PUT /Security/Roles/{id}/Permissions/Collections

@return []SecuritySecurityRolePermissionsCollectionPermissionResponse

func (*SecurityRolePermissionsApiService) UpdateSecurityRolesByIdPermissionsContainersExecute ¶

Executes the API request V1 PUT /Security/Roles/{id}/Permissions/Containers

@return []SecuritySecurityRolePermissionsContainerPermissionResponse

func (*SecurityRolePermissionsApiService) UpdateSecurityRolesByIdPermissionsGlobalExecute ¶

Executes the API request V1 PUT /Security/Roles/{id}/Permissions/Global

@return []SecuritySecurityRolePermissionsGlobalPermissionResponse

func (*SecurityRolePermissionsApiService) UpdateSecurityRolesByIdPermissionsPamProvidersExecute ¶

Executes the API request V1 PUT /Security/Roles/{id}/Permissions/PamProviders

@return []SecuritySecurityRolePermissionsPamProviderPermissionResponse

type SecurityRolesApiService ¶

type SecurityRolesApiService service

SecurityRolesApiService SecurityRolesApi service

func (*SecurityRolesApiService) CreateSecurityRolesByIdCopyExecute ¶

Executes the API request V1 POST /Security/Roles/{id}/Copy

@return SecurityLegacySecurityRolesSecurityRoleResponse

Deprecated

func (*SecurityRolesApiService) CreateSecurityRolesExecute ¶

Executes the API request V1 POST /Security/Roles

@return SecurityLegacySecurityRolesSecurityRoleResponse

Deprecated

func (*SecurityRolesApiService) DeleteSecurityRolesByIdExecute ¶

func (a *SecurityRolesApiService) DeleteSecurityRolesByIdExecute(r ApiDeleteSecurityRolesByIdRequest) (*http.Response, error)

Executes the API request

func (*SecurityRolesApiService) GetSecurityRolesByIdExecute ¶

Executes the API request V1 GET /Security/Roles/{id}

@return SecurityLegacySecurityRolesSecurityRoleResponse

Deprecated

func (*SecurityRolesApiService) GetSecurityRolesByIdIdentitiesExecute ¶

Executes the API request V1 GET /Security/Roles/{id}/Identities

@return []SecurityLegacySecurityRolesRoleIdentitiesResponse

Deprecated

func (*SecurityRolesApiService) GetSecurityRolesExecute ¶

Executes the API request V1 GET /Security/Roles

@return []SecurityLegacySecurityRolesSecurityRoleResponse

Deprecated

func (*SecurityRolesApiService) NewCreateSecurityRolesByIdCopyRequest ¶

func (a *SecurityRolesApiService) NewCreateSecurityRolesByIdCopyRequest(ctx context.Context, id int32) ApiCreateSecurityRolesByIdCopyRequest

Creates a new V1 POST /Security/Roles/{id}/Copy request.

CreateSecurityRolesByIdCopy Makes a copy of an existing security role. The v1 endpoints for Security Roles will only work against AD Identities. Please use the v2 endpoints instead.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Security role identifier for target role to copy
@return ApiCreateSecurityRolesByIdCopyRequest

Deprecated

func (*SecurityRolesApiService) NewCreateSecurityRolesRequest ¶

func (a *SecurityRolesApiService) NewCreateSecurityRolesRequest(ctx context.Context) ApiCreateSecurityRolesRequest

Creates a new V1 POST /Security/Roles request.

CreateSecurityRoles Adds a new security role to the system. The v1 endpoints for Security Roles will only work against AD Identities. Please use the v2 endpoints instead.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSecurityRolesRequest

Deprecated

func (*SecurityRolesApiService) NewDeleteSecurityRolesByIdRequest ¶

func (a *SecurityRolesApiService) NewDeleteSecurityRolesByIdRequest(ctx context.Context, id int32) ApiDeleteSecurityRolesByIdRequest

Creates a new V1 DELETE /Security/Roles/{id} request.

DeleteSecurityRolesById Deletes the security role whose ID is provided.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Security role identifier
@return ApiDeleteSecurityRolesByIdRequest

func (*SecurityRolesApiService) NewGetSecurityRolesByIdIdentitiesRequest ¶

func (a *SecurityRolesApiService) NewGetSecurityRolesByIdIdentitiesRequest(ctx context.Context, id int32) ApiGetSecurityRolesByIdIdentitiesRequest

Creates a new V1 GET /Security/Roles/{id}/Identities request.

GetSecurityRolesByIdIdentities Returns all identities which have the security role that matches the id. The v1 endpoints for Security Roles will only work against AD Identities. Please use the v2 endpoints instead.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Security role identifier
@return ApiGetSecurityRolesByIdIdentitiesRequest

Deprecated

func (*SecurityRolesApiService) NewGetSecurityRolesByIdRequest ¶

func (a *SecurityRolesApiService) NewGetSecurityRolesByIdRequest(ctx context.Context, id int32) ApiGetSecurityRolesByIdRequest

Creates a new V1 GET /Security/Roles/{id} request.

GetSecurityRolesById Returns a single security role that matches the id. The v1 endpoints for Security Roles will only work against AD Identities. Please use the v2 endpoints instead.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Security role identifier
@return ApiGetSecurityRolesByIdRequest

Deprecated

func (*SecurityRolesApiService) NewGetSecurityRolesRequest ¶

func (a *SecurityRolesApiService) NewGetSecurityRolesRequest(ctx context.Context) ApiGetSecurityRolesRequest

Creates a new V1 GET /Security/Roles request.

GetSecurityRoles Returns all security roles according to the provided filter and output parameters. The v1 endpoints for Security Roles will only work against AD Identities. Please use the v2 endpoints instead.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSecurityRolesRequest

Deprecated

func (*SecurityRolesApiService) NewUpdateSecurityRolesByIdIdentitiesRequest ¶

func (a *SecurityRolesApiService) NewUpdateSecurityRolesByIdIdentitiesRequest(ctx context.Context, id int32) ApiUpdateSecurityRolesByIdIdentitiesRequest

Creates a new V1 PUT /Security/Roles/{id}/Identities request.

UpdateSecurityRolesByIdIdentities Updates the identities which have the security role that matches the id. The v1 endpoints for Security Roles will only work against AD Identities. Please use the v2 endpoints instead.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Security role identifier
@return ApiUpdateSecurityRolesByIdIdentitiesRequest

Deprecated

func (*SecurityRolesApiService) NewUpdateSecurityRolesRequest ¶

func (a *SecurityRolesApiService) NewUpdateSecurityRolesRequest(ctx context.Context) ApiUpdateSecurityRolesRequest

Creates a new V1 PUT /Security/Roles request.

UpdateSecurityRoles Updates a security role that matches the id. The v1 endpoints for Security Roles will only work against AD Identities. Please use the v2 endpoints instead.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateSecurityRolesRequest

Deprecated

func (*SecurityRolesApiService) UpdateSecurityRolesByIdIdentitiesExecute ¶

Executes the API request V1 PUT /Security/Roles/{id}/Identities

@return []SecurityLegacySecurityRolesRoleIdentitiesResponse

Deprecated

func (*SecurityRolesApiService) UpdateSecurityRolesExecute ¶

Executes the API request V1 PUT /Security/Roles

@return SecurityLegacySecurityRolesSecurityRoleResponse

Deprecated

type SecuritySecurityIdentitiesSecurityIdentityLookupResponse ¶

type SecuritySecurityIdentitiesSecurityIdentityLookupResponse struct {
	// Whether or not the identity is valid.
	Valid *bool `json:"Valid,omitempty"`
}

SecuritySecurityIdentitiesSecurityIdentityLookupResponse A public DTO representing the result of a security identity lookup.

func NewSecuritySecurityIdentitiesSecurityIdentityLookupResponse ¶

func NewSecuritySecurityIdentitiesSecurityIdentityLookupResponse() *SecuritySecurityIdentitiesSecurityIdentityLookupResponse

NewSecuritySecurityIdentitiesSecurityIdentityLookupResponse instantiates a new SecuritySecurityIdentitiesSecurityIdentityLookupResponse 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 NewSecuritySecurityIdentitiesSecurityIdentityLookupResponseWithDefaults ¶

func NewSecuritySecurityIdentitiesSecurityIdentityLookupResponseWithDefaults() *SecuritySecurityIdentitiesSecurityIdentityLookupResponse

NewSecuritySecurityIdentitiesSecurityIdentityLookupResponseWithDefaults instantiates a new SecuritySecurityIdentitiesSecurityIdentityLookupResponse 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 (*SecuritySecurityIdentitiesSecurityIdentityLookupResponse) GetValid ¶

GetValid returns the Valid field value if set, zero value otherwise.

func (*SecuritySecurityIdentitiesSecurityIdentityLookupResponse) GetValidOk ¶

GetValidOk returns a tuple with the Valid field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecuritySecurityIdentitiesSecurityIdentityLookupResponse) HasValid ¶

HasValid returns a boolean if a field has been set.

func (SecuritySecurityIdentitiesSecurityIdentityLookupResponse) MarshalJSON ¶

func (*SecuritySecurityIdentitiesSecurityIdentityLookupResponse) SetValid ¶

SetValid gets a reference to the given bool and assigns it to the Valid field.

func (SecuritySecurityIdentitiesSecurityIdentityLookupResponse) ToMap ¶

type SecuritySecurityIdentitiesSecurityIdentityRequest ¶

type SecuritySecurityIdentitiesSecurityIdentityRequest struct {
	// The username of the security identity.
	AccountName string `json:"AccountName"`
}

SecuritySecurityIdentitiesSecurityIdentityRequest Model for requesting a security identity.

func NewSecuritySecurityIdentitiesSecurityIdentityRequest ¶

func NewSecuritySecurityIdentitiesSecurityIdentityRequest(accountName string) *SecuritySecurityIdentitiesSecurityIdentityRequest

NewSecuritySecurityIdentitiesSecurityIdentityRequest instantiates a new SecuritySecurityIdentitiesSecurityIdentityRequest 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 NewSecuritySecurityIdentitiesSecurityIdentityRequestWithDefaults ¶

func NewSecuritySecurityIdentitiesSecurityIdentityRequestWithDefaults() *SecuritySecurityIdentitiesSecurityIdentityRequest

NewSecuritySecurityIdentitiesSecurityIdentityRequestWithDefaults instantiates a new SecuritySecurityIdentitiesSecurityIdentityRequest 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 (*SecuritySecurityIdentitiesSecurityIdentityRequest) GetAccountName ¶

GetAccountName returns the AccountName field value

func (*SecuritySecurityIdentitiesSecurityIdentityRequest) GetAccountNameOk ¶

GetAccountNameOk returns a tuple with the AccountName field value and a boolean to check if the value has been set.

func (SecuritySecurityIdentitiesSecurityIdentityRequest) MarshalJSON ¶

func (*SecuritySecurityIdentitiesSecurityIdentityRequest) SetAccountName ¶

SetAccountName sets field value

func (SecuritySecurityIdentitiesSecurityIdentityRequest) ToMap ¶

func (o SecuritySecurityIdentitiesSecurityIdentityRequest) ToMap() (map[string]interface{}, error)

type SecuritySecurityIdentitiesSecurityIdentityResponse ¶

type SecuritySecurityIdentitiesSecurityIdentityResponse struct {
	// The ID of the security identity.
	Id *int32 `json:"Id,omitempty"`
	// The username associated with the account.
	AccountName NullableString `json:"AccountName,omitempty"`
	// The type of the identity.
	IdentityType NullableString `json:"IdentityType,omitempty"`
	// The roles this identity belongs to.
	Roles []SecurityLegacySecurityRolesSecurityRoleResponse `json:"Roles,omitempty"`
	// Whether or not the identity's role XML is valid.
	Valid NullableBool `json:"Valid,omitempty"`
	// The security identifier for the identity.
	SID NullableString `json:"SID,omitempty"`
}

SecuritySecurityIdentitiesSecurityIdentityResponse Public DTO for handling responses that include a security identity.

func NewSecuritySecurityIdentitiesSecurityIdentityResponse ¶

func NewSecuritySecurityIdentitiesSecurityIdentityResponse() *SecuritySecurityIdentitiesSecurityIdentityResponse

NewSecuritySecurityIdentitiesSecurityIdentityResponse instantiates a new SecuritySecurityIdentitiesSecurityIdentityResponse 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 NewSecuritySecurityIdentitiesSecurityIdentityResponseWithDefaults ¶

func NewSecuritySecurityIdentitiesSecurityIdentityResponseWithDefaults() *SecuritySecurityIdentitiesSecurityIdentityResponse

NewSecuritySecurityIdentitiesSecurityIdentityResponseWithDefaults instantiates a new SecuritySecurityIdentitiesSecurityIdentityResponse 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 (*SecuritySecurityIdentitiesSecurityIdentityResponse) GetAccountName ¶

GetAccountName returns the AccountName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) GetAccountNameOk ¶

GetAccountNameOk returns a tuple with the AccountName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) GetIdentityType ¶

GetIdentityType returns the IdentityType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) GetIdentityTypeOk ¶

GetIdentityTypeOk returns a tuple with the IdentityType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) GetRoles ¶

GetRoles returns the Roles field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) GetRolesOk ¶

GetRolesOk returns a tuple with the Roles field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) GetSID ¶

GetSID returns the SID field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) GetSIDOk ¶

GetSIDOk returns a tuple with the SID field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) GetValid ¶

GetValid returns the Valid field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) GetValidOk ¶

GetValidOk returns a tuple with the Valid field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) HasAccountName ¶

HasAccountName returns a boolean if a field has been set.

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) HasIdentityType ¶

HasIdentityType returns a boolean if a field has been set.

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) HasRoles ¶

HasRoles returns a boolean if a field has been set.

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) HasSID ¶

HasSID returns a boolean if a field has been set.

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) HasValid ¶

HasValid returns a boolean if a field has been set.

func (SecuritySecurityIdentitiesSecurityIdentityResponse) MarshalJSON ¶

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) SetAccountName ¶

SetAccountName gets a reference to the given NullableString and assigns it to the AccountName field.

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) SetAccountNameNil ¶

SetAccountNameNil sets the value for AccountName to be an explicit nil

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) SetIdentityType ¶

SetIdentityType gets a reference to the given NullableString and assigns it to the IdentityType field.

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) SetIdentityTypeNil ¶

SetIdentityTypeNil sets the value for IdentityType to be an explicit nil

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) SetRoles ¶

SetRoles gets a reference to the given []SecurityLegacySecurityRolesSecurityRoleResponse and assigns it to the Roles field.

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) SetSID ¶

SetSID gets a reference to the given NullableString and assigns it to the SID field.

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) SetSIDNil ¶

SetSIDNil sets the value for SID to be an explicit nil

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) SetValid ¶

SetValid gets a reference to the given NullableBool and assigns it to the Valid field.

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) SetValidNil ¶

SetValidNil sets the value for Valid to be an explicit nil

func (SecuritySecurityIdentitiesSecurityIdentityResponse) ToMap ¶

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) UnsetAccountName ¶

UnsetAccountName ensures that no value is present for AccountName, not even an explicit nil

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) UnsetIdentityType ¶

UnsetIdentityType ensures that no value is present for IdentityType, not even an explicit nil

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) UnsetSID ¶

UnsetSID ensures that no value is present for SID, not even an explicit nil

func (*SecuritySecurityIdentitiesSecurityIdentityResponse) UnsetValid ¶

UnsetValid ensures that no value is present for Valid, not even an explicit nil

type SecuritySecurityIdentityPermissionsPermissionRolesPairResponse ¶

type SecuritySecurityIdentityPermissionsPermissionRolesPairResponse struct {
	Permission     NullableString `json:"Permission,omitempty"`
	GrantedByRoles []string       `json:"GrantedByRoles,omitempty"`
}

SecuritySecurityIdentityPermissionsPermissionRolesPairResponse struct for SecuritySecurityIdentityPermissionsPermissionRolesPairResponse

func NewSecuritySecurityIdentityPermissionsPermissionRolesPairResponse ¶

func NewSecuritySecurityIdentityPermissionsPermissionRolesPairResponse() *SecuritySecurityIdentityPermissionsPermissionRolesPairResponse

NewSecuritySecurityIdentityPermissionsPermissionRolesPairResponse instantiates a new SecuritySecurityIdentityPermissionsPermissionRolesPairResponse 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 NewSecuritySecurityIdentityPermissionsPermissionRolesPairResponseWithDefaults ¶

func NewSecuritySecurityIdentityPermissionsPermissionRolesPairResponseWithDefaults() *SecuritySecurityIdentityPermissionsPermissionRolesPairResponse

NewSecuritySecurityIdentityPermissionsPermissionRolesPairResponseWithDefaults instantiates a new SecuritySecurityIdentityPermissionsPermissionRolesPairResponse 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 (*SecuritySecurityIdentityPermissionsPermissionRolesPairResponse) GetGrantedByRoles ¶

GetGrantedByRoles returns the GrantedByRoles field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityIdentityPermissionsPermissionRolesPairResponse) GetGrantedByRolesOk ¶

GetGrantedByRolesOk returns a tuple with the GrantedByRoles field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityIdentityPermissionsPermissionRolesPairResponse) GetPermission ¶

GetPermission returns the Permission field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityIdentityPermissionsPermissionRolesPairResponse) GetPermissionOk ¶

GetPermissionOk returns a tuple with the Permission field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityIdentityPermissionsPermissionRolesPairResponse) HasGrantedByRoles ¶

HasGrantedByRoles returns a boolean if a field has been set.

func (*SecuritySecurityIdentityPermissionsPermissionRolesPairResponse) HasPermission ¶

HasPermission returns a boolean if a field has been set.

func (SecuritySecurityIdentityPermissionsPermissionRolesPairResponse) MarshalJSON ¶

func (*SecuritySecurityIdentityPermissionsPermissionRolesPairResponse) SetGrantedByRoles ¶

SetGrantedByRoles gets a reference to the given []string and assigns it to the GrantedByRoles field.

func (*SecuritySecurityIdentityPermissionsPermissionRolesPairResponse) SetPermission ¶

SetPermission gets a reference to the given NullableString and assigns it to the Permission field.

func (*SecuritySecurityIdentityPermissionsPermissionRolesPairResponse) SetPermissionNil ¶

SetPermissionNil sets the value for Permission to be an explicit nil

func (SecuritySecurityIdentityPermissionsPermissionRolesPairResponse) ToMap ¶

func (*SecuritySecurityIdentityPermissionsPermissionRolesPairResponse) UnsetPermission ¶

UnsetPermission ensures that no value is present for Permission, not even an explicit nil

type SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse ¶

type SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse struct {
	Claim                       *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse         `json:"Claim,omitempty"`
	Identity                    NullableString                                                   `json:"Identity,omitempty"`
	SecuredAreaPermissions      []SecuritySecurityIdentityPermissionsPermissionRolesPairResponse `json:"SecuredAreaPermissions,omitempty"`
	CollectionPermissions       []SecuritySecurityIdentityPermissionsPermissionRolesPairResponse `json:"CollectionPermissions,omitempty"`
	ContainerPermissions        []SecuritySecurityIdentityPermissionsPermissionRolesPairResponse `json:"ContainerPermissions,omitempty"`
	PamProviderPermissions      []SecuritySecurityIdentityPermissionsPermissionRolesPairResponse `json:"PamProviderPermissions,omitempty"`
	IdentityProviderPermissions []SecuritySecurityIdentityPermissionsPermissionRolesPairResponse `json:"IdentityProviderPermissions,omitempty"`
	PamPermissions              []SecuritySecurityIdentityPermissionsPermissionRolesPairResponse `json:"PamPermissions,omitempty"`
}

SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse struct for SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse

func NewSecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse ¶

func NewSecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse() *SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse

NewSecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse instantiates a new SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse 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 NewSecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponseWithDefaults ¶

func NewSecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponseWithDefaults() *SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse

NewSecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponseWithDefaults instantiates a new SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse 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 (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) GetClaim ¶

GetClaim returns the Claim field value if set, zero value otherwise.

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) GetClaimOk ¶

GetClaimOk returns a tuple with the Claim field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) GetCollectionPermissions ¶

GetCollectionPermissions returns the CollectionPermissions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) GetCollectionPermissionsOk ¶

GetCollectionPermissionsOk returns a tuple with the CollectionPermissions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) GetContainerPermissions ¶

GetContainerPermissions returns the ContainerPermissions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) GetContainerPermissionsOk ¶

GetContainerPermissionsOk returns a tuple with the ContainerPermissions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) GetIdentity ¶

GetIdentity returns the Identity field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) GetIdentityOk ¶

GetIdentityOk returns a tuple with the Identity field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) GetIdentityProviderPermissions ¶

GetIdentityProviderPermissions returns the IdentityProviderPermissions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) GetIdentityProviderPermissionsOk ¶

GetIdentityProviderPermissionsOk returns a tuple with the IdentityProviderPermissions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) GetPamPermissions ¶

GetPamPermissions returns the PamPermissions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) GetPamPermissionsOk ¶

GetPamPermissionsOk returns a tuple with the PamPermissions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) GetPamProviderPermissions ¶

GetPamProviderPermissions returns the PamProviderPermissions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) GetPamProviderPermissionsOk ¶

GetPamProviderPermissionsOk returns a tuple with the PamProviderPermissions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) GetSecuredAreaPermissions ¶

GetSecuredAreaPermissions returns the SecuredAreaPermissions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) GetSecuredAreaPermissionsOk ¶

GetSecuredAreaPermissionsOk returns a tuple with the SecuredAreaPermissions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) HasClaim ¶

HasClaim returns a boolean if a field has been set.

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) HasCollectionPermissions ¶

HasCollectionPermissions returns a boolean if a field has been set.

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) HasContainerPermissions ¶

HasContainerPermissions returns a boolean if a field has been set.

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) HasIdentity ¶

HasIdentity returns a boolean if a field has been set.

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) HasIdentityProviderPermissions ¶

HasIdentityProviderPermissions returns a boolean if a field has been set.

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) HasPamPermissions ¶

HasPamPermissions returns a boolean if a field has been set.

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) HasPamProviderPermissions ¶

HasPamProviderPermissions returns a boolean if a field has been set.

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) HasSecuredAreaPermissions ¶

HasSecuredAreaPermissions returns a boolean if a field has been set.

func (SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) MarshalJSON ¶

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) SetClaim ¶

SetClaim gets a reference to the given SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse and assigns it to the Claim field.

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) SetCollectionPermissions ¶

SetCollectionPermissions gets a reference to the given []SecuritySecurityIdentityPermissionsPermissionRolesPairResponse and assigns it to the CollectionPermissions field.

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) SetContainerPermissions ¶

SetContainerPermissions gets a reference to the given []SecuritySecurityIdentityPermissionsPermissionRolesPairResponse and assigns it to the ContainerPermissions field.

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) SetIdentity ¶

SetIdentity gets a reference to the given NullableString and assigns it to the Identity field.

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) SetIdentityNil ¶

SetIdentityNil sets the value for Identity to be an explicit nil

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) SetIdentityProviderPermissions ¶

SetIdentityProviderPermissions gets a reference to the given []SecuritySecurityIdentityPermissionsPermissionRolesPairResponse and assigns it to the IdentityProviderPermissions field.

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) SetPamPermissions ¶

SetPamPermissions gets a reference to the given []SecuritySecurityIdentityPermissionsPermissionRolesPairResponse and assigns it to the PamPermissions field.

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) SetPamProviderPermissions ¶

SetPamProviderPermissions gets a reference to the given []SecuritySecurityIdentityPermissionsPermissionRolesPairResponse and assigns it to the PamProviderPermissions field.

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) SetSecuredAreaPermissions ¶

SetSecuredAreaPermissions gets a reference to the given []SecuritySecurityIdentityPermissionsPermissionRolesPairResponse and assigns it to the SecuredAreaPermissions field.

func (SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) ToMap ¶

func (*SecuritySecurityIdentityPermissionsSecurityIdentityPermissionsResponse) UnsetIdentity ¶

UnsetIdentity ensures that no value is present for Identity, not even an explicit nil

type SecuritySecurityRolePermissionsAreaPermissionResponse ¶

type SecuritySecurityRolePermissionsAreaPermissionResponse struct {
	Type       NullableString `json:"Type,omitempty"`
	Area       NullableString `json:"Area,omitempty"`
	Permission NullableString `json:"Permission,omitempty"`
}

SecuritySecurityRolePermissionsAreaPermissionResponse struct for SecuritySecurityRolePermissionsAreaPermissionResponse

func NewSecuritySecurityRolePermissionsAreaPermissionResponse ¶

func NewSecuritySecurityRolePermissionsAreaPermissionResponse() *SecuritySecurityRolePermissionsAreaPermissionResponse

NewSecuritySecurityRolePermissionsAreaPermissionResponse instantiates a new SecuritySecurityRolePermissionsAreaPermissionResponse 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 NewSecuritySecurityRolePermissionsAreaPermissionResponseWithDefaults ¶

func NewSecuritySecurityRolePermissionsAreaPermissionResponseWithDefaults() *SecuritySecurityRolePermissionsAreaPermissionResponse

NewSecuritySecurityRolePermissionsAreaPermissionResponseWithDefaults instantiates a new SecuritySecurityRolePermissionsAreaPermissionResponse 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 (*SecuritySecurityRolePermissionsAreaPermissionResponse) GetArea ¶

GetArea returns the Area field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityRolePermissionsAreaPermissionResponse) GetAreaOk ¶

GetAreaOk returns a tuple with the Area field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityRolePermissionsAreaPermissionResponse) GetPermission ¶

GetPermission returns the Permission field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityRolePermissionsAreaPermissionResponse) GetPermissionOk ¶

GetPermissionOk returns a tuple with the Permission field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityRolePermissionsAreaPermissionResponse) GetType ¶

GetType returns the Type field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityRolePermissionsAreaPermissionResponse) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityRolePermissionsAreaPermissionResponse) HasArea ¶

HasArea returns a boolean if a field has been set.

func (*SecuritySecurityRolePermissionsAreaPermissionResponse) HasPermission ¶

HasPermission returns a boolean if a field has been set.

func (*SecuritySecurityRolePermissionsAreaPermissionResponse) HasType ¶

HasType returns a boolean if a field has been set.

func (SecuritySecurityRolePermissionsAreaPermissionResponse) MarshalJSON ¶

func (*SecuritySecurityRolePermissionsAreaPermissionResponse) SetArea ¶

SetArea gets a reference to the given NullableString and assigns it to the Area field.

func (*SecuritySecurityRolePermissionsAreaPermissionResponse) SetAreaNil ¶

SetAreaNil sets the value for Area to be an explicit nil

func (*SecuritySecurityRolePermissionsAreaPermissionResponse) SetPermission ¶

SetPermission gets a reference to the given NullableString and assigns it to the Permission field.

func (*SecuritySecurityRolePermissionsAreaPermissionResponse) SetPermissionNil ¶

SetPermissionNil sets the value for Permission to be an explicit nil

func (*SecuritySecurityRolePermissionsAreaPermissionResponse) SetType ¶

SetType gets a reference to the given NullableString and assigns it to the Type field.

func (*SecuritySecurityRolePermissionsAreaPermissionResponse) SetTypeNil ¶

SetTypeNil sets the value for Type to be an explicit nil

func (SecuritySecurityRolePermissionsAreaPermissionResponse) ToMap ¶

func (*SecuritySecurityRolePermissionsAreaPermissionResponse) UnsetArea ¶

UnsetArea ensures that no value is present for Area, not even an explicit nil

func (*SecuritySecurityRolePermissionsAreaPermissionResponse) UnsetPermission ¶

UnsetPermission ensures that no value is present for Permission, not even an explicit nil

func (*SecuritySecurityRolePermissionsAreaPermissionResponse) UnsetType ¶

UnsetType ensures that no value is present for Type, not even an explicit nil

type SecuritySecurityRolePermissionsCollectionPermissionRequest ¶

type SecuritySecurityRolePermissionsCollectionPermissionRequest struct {
	CollectionId *int32         `json:"CollectionId,omitempty"`
	Permission   NullableString `json:"Permission,omitempty"`
}

SecuritySecurityRolePermissionsCollectionPermissionRequest struct for SecuritySecurityRolePermissionsCollectionPermissionRequest

func NewSecuritySecurityRolePermissionsCollectionPermissionRequest ¶

func NewSecuritySecurityRolePermissionsCollectionPermissionRequest() *SecuritySecurityRolePermissionsCollectionPermissionRequest

NewSecuritySecurityRolePermissionsCollectionPermissionRequest instantiates a new SecuritySecurityRolePermissionsCollectionPermissionRequest 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 NewSecuritySecurityRolePermissionsCollectionPermissionRequestWithDefaults ¶

func NewSecuritySecurityRolePermissionsCollectionPermissionRequestWithDefaults() *SecuritySecurityRolePermissionsCollectionPermissionRequest

NewSecuritySecurityRolePermissionsCollectionPermissionRequestWithDefaults instantiates a new SecuritySecurityRolePermissionsCollectionPermissionRequest 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 (*SecuritySecurityRolePermissionsCollectionPermissionRequest) GetCollectionId ¶

GetCollectionId returns the CollectionId field value if set, zero value otherwise.

func (*SecuritySecurityRolePermissionsCollectionPermissionRequest) GetCollectionIdOk ¶

GetCollectionIdOk returns a tuple with the CollectionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecuritySecurityRolePermissionsCollectionPermissionRequest) GetPermission ¶

GetPermission returns the Permission field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityRolePermissionsCollectionPermissionRequest) GetPermissionOk ¶

GetPermissionOk returns a tuple with the Permission field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityRolePermissionsCollectionPermissionRequest) HasCollectionId ¶

HasCollectionId returns a boolean if a field has been set.

func (*SecuritySecurityRolePermissionsCollectionPermissionRequest) HasPermission ¶

HasPermission returns a boolean if a field has been set.

func (SecuritySecurityRolePermissionsCollectionPermissionRequest) MarshalJSON ¶

func (*SecuritySecurityRolePermissionsCollectionPermissionRequest) SetCollectionId ¶

SetCollectionId gets a reference to the given int32 and assigns it to the CollectionId field.

func (*SecuritySecurityRolePermissionsCollectionPermissionRequest) SetPermission ¶

SetPermission gets a reference to the given NullableString and assigns it to the Permission field.

func (*SecuritySecurityRolePermissionsCollectionPermissionRequest) SetPermissionNil ¶

SetPermissionNil sets the value for Permission to be an explicit nil

func (SecuritySecurityRolePermissionsCollectionPermissionRequest) ToMap ¶

func (*SecuritySecurityRolePermissionsCollectionPermissionRequest) UnsetPermission ¶

UnsetPermission ensures that no value is present for Permission, not even an explicit nil

type SecuritySecurityRolePermissionsCollectionPermissionResponse ¶

type SecuritySecurityRolePermissionsCollectionPermissionResponse struct {
	CollectionId *int32         `json:"CollectionId,omitempty"`
	Name         NullableString `json:"Name,omitempty"`
	Permission   NullableString `json:"Permission,omitempty"`
}

SecuritySecurityRolePermissionsCollectionPermissionResponse struct for SecuritySecurityRolePermissionsCollectionPermissionResponse

func NewSecuritySecurityRolePermissionsCollectionPermissionResponse ¶

func NewSecuritySecurityRolePermissionsCollectionPermissionResponse() *SecuritySecurityRolePermissionsCollectionPermissionResponse

NewSecuritySecurityRolePermissionsCollectionPermissionResponse instantiates a new SecuritySecurityRolePermissionsCollectionPermissionResponse 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 NewSecuritySecurityRolePermissionsCollectionPermissionResponseWithDefaults ¶

func NewSecuritySecurityRolePermissionsCollectionPermissionResponseWithDefaults() *SecuritySecurityRolePermissionsCollectionPermissionResponse

NewSecuritySecurityRolePermissionsCollectionPermissionResponseWithDefaults instantiates a new SecuritySecurityRolePermissionsCollectionPermissionResponse 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 (*SecuritySecurityRolePermissionsCollectionPermissionResponse) GetCollectionId ¶

GetCollectionId returns the CollectionId field value if set, zero value otherwise.

func (*SecuritySecurityRolePermissionsCollectionPermissionResponse) GetCollectionIdOk ¶

GetCollectionIdOk returns a tuple with the CollectionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecuritySecurityRolePermissionsCollectionPermissionResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityRolePermissionsCollectionPermissionResponse) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityRolePermissionsCollectionPermissionResponse) GetPermission ¶

GetPermission returns the Permission field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityRolePermissionsCollectionPermissionResponse) GetPermissionOk ¶

GetPermissionOk returns a tuple with the Permission field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityRolePermissionsCollectionPermissionResponse) HasCollectionId ¶

HasCollectionId returns a boolean if a field has been set.

func (*SecuritySecurityRolePermissionsCollectionPermissionResponse) HasName ¶

HasName returns a boolean if a field has been set.

func (*SecuritySecurityRolePermissionsCollectionPermissionResponse) HasPermission ¶

HasPermission returns a boolean if a field has been set.

func (SecuritySecurityRolePermissionsCollectionPermissionResponse) MarshalJSON ¶

func (*SecuritySecurityRolePermissionsCollectionPermissionResponse) SetCollectionId ¶

SetCollectionId gets a reference to the given int32 and assigns it to the CollectionId field.

func (*SecuritySecurityRolePermissionsCollectionPermissionResponse) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*SecuritySecurityRolePermissionsCollectionPermissionResponse) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*SecuritySecurityRolePermissionsCollectionPermissionResponse) SetPermission ¶

SetPermission gets a reference to the given NullableString and assigns it to the Permission field.

func (*SecuritySecurityRolePermissionsCollectionPermissionResponse) SetPermissionNil ¶

SetPermissionNil sets the value for Permission to be an explicit nil

func (SecuritySecurityRolePermissionsCollectionPermissionResponse) ToMap ¶

func (*SecuritySecurityRolePermissionsCollectionPermissionResponse) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*SecuritySecurityRolePermissionsCollectionPermissionResponse) UnsetPermission ¶

UnsetPermission ensures that no value is present for Permission, not even an explicit nil

type SecuritySecurityRolePermissionsContainerPermissionRequest ¶

type SecuritySecurityRolePermissionsContainerPermissionRequest struct {
	ContainerId *int32         `json:"ContainerId,omitempty"`
	Permission  NullableString `json:"Permission,omitempty"`
}

SecuritySecurityRolePermissionsContainerPermissionRequest struct for SecuritySecurityRolePermissionsContainerPermissionRequest

func NewSecuritySecurityRolePermissionsContainerPermissionRequest ¶

func NewSecuritySecurityRolePermissionsContainerPermissionRequest() *SecuritySecurityRolePermissionsContainerPermissionRequest

NewSecuritySecurityRolePermissionsContainerPermissionRequest instantiates a new SecuritySecurityRolePermissionsContainerPermissionRequest 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 NewSecuritySecurityRolePermissionsContainerPermissionRequestWithDefaults ¶

func NewSecuritySecurityRolePermissionsContainerPermissionRequestWithDefaults() *SecuritySecurityRolePermissionsContainerPermissionRequest

NewSecuritySecurityRolePermissionsContainerPermissionRequestWithDefaults instantiates a new SecuritySecurityRolePermissionsContainerPermissionRequest 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 (*SecuritySecurityRolePermissionsContainerPermissionRequest) GetContainerId ¶

GetContainerId returns the ContainerId field value if set, zero value otherwise.

func (*SecuritySecurityRolePermissionsContainerPermissionRequest) GetContainerIdOk ¶

GetContainerIdOk returns a tuple with the ContainerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecuritySecurityRolePermissionsContainerPermissionRequest) GetPermission ¶

GetPermission returns the Permission field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityRolePermissionsContainerPermissionRequest) GetPermissionOk ¶

GetPermissionOk returns a tuple with the Permission field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityRolePermissionsContainerPermissionRequest) HasContainerId ¶

HasContainerId returns a boolean if a field has been set.

func (*SecuritySecurityRolePermissionsContainerPermissionRequest) HasPermission ¶

HasPermission returns a boolean if a field has been set.

func (SecuritySecurityRolePermissionsContainerPermissionRequest) MarshalJSON ¶

func (*SecuritySecurityRolePermissionsContainerPermissionRequest) SetContainerId ¶

SetContainerId gets a reference to the given int32 and assigns it to the ContainerId field.

func (*SecuritySecurityRolePermissionsContainerPermissionRequest) SetPermission ¶

SetPermission gets a reference to the given NullableString and assigns it to the Permission field.

func (*SecuritySecurityRolePermissionsContainerPermissionRequest) SetPermissionNil ¶

SetPermissionNil sets the value for Permission to be an explicit nil

func (SecuritySecurityRolePermissionsContainerPermissionRequest) ToMap ¶

func (*SecuritySecurityRolePermissionsContainerPermissionRequest) UnsetPermission ¶

UnsetPermission ensures that no value is present for Permission, not even an explicit nil

type SecuritySecurityRolePermissionsContainerPermissionResponse ¶

type SecuritySecurityRolePermissionsContainerPermissionResponse struct {
	ContainerId *int32         `json:"ContainerId,omitempty"`
	Name        NullableString `json:"Name,omitempty"`
	Permission  NullableString `json:"Permission,omitempty"`
}

SecuritySecurityRolePermissionsContainerPermissionResponse struct for SecuritySecurityRolePermissionsContainerPermissionResponse

func NewSecuritySecurityRolePermissionsContainerPermissionResponse ¶

func NewSecuritySecurityRolePermissionsContainerPermissionResponse() *SecuritySecurityRolePermissionsContainerPermissionResponse

NewSecuritySecurityRolePermissionsContainerPermissionResponse instantiates a new SecuritySecurityRolePermissionsContainerPermissionResponse 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 NewSecuritySecurityRolePermissionsContainerPermissionResponseWithDefaults ¶

func NewSecuritySecurityRolePermissionsContainerPermissionResponseWithDefaults() *SecuritySecurityRolePermissionsContainerPermissionResponse

NewSecuritySecurityRolePermissionsContainerPermissionResponseWithDefaults instantiates a new SecuritySecurityRolePermissionsContainerPermissionResponse 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 (*SecuritySecurityRolePermissionsContainerPermissionResponse) GetContainerId ¶

GetContainerId returns the ContainerId field value if set, zero value otherwise.

func (*SecuritySecurityRolePermissionsContainerPermissionResponse) GetContainerIdOk ¶

GetContainerIdOk returns a tuple with the ContainerId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecuritySecurityRolePermissionsContainerPermissionResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityRolePermissionsContainerPermissionResponse) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityRolePermissionsContainerPermissionResponse) GetPermission ¶

GetPermission returns the Permission field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityRolePermissionsContainerPermissionResponse) GetPermissionOk ¶

GetPermissionOk returns a tuple with the Permission field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityRolePermissionsContainerPermissionResponse) HasContainerId ¶

HasContainerId returns a boolean if a field has been set.

func (*SecuritySecurityRolePermissionsContainerPermissionResponse) HasName ¶

HasName returns a boolean if a field has been set.

func (*SecuritySecurityRolePermissionsContainerPermissionResponse) HasPermission ¶

HasPermission returns a boolean if a field has been set.

func (SecuritySecurityRolePermissionsContainerPermissionResponse) MarshalJSON ¶

func (*SecuritySecurityRolePermissionsContainerPermissionResponse) SetContainerId ¶

SetContainerId gets a reference to the given int32 and assigns it to the ContainerId field.

func (*SecuritySecurityRolePermissionsContainerPermissionResponse) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*SecuritySecurityRolePermissionsContainerPermissionResponse) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*SecuritySecurityRolePermissionsContainerPermissionResponse) SetPermission ¶

SetPermission gets a reference to the given NullableString and assigns it to the Permission field.

func (*SecuritySecurityRolePermissionsContainerPermissionResponse) SetPermissionNil ¶

SetPermissionNil sets the value for Permission to be an explicit nil

func (SecuritySecurityRolePermissionsContainerPermissionResponse) ToMap ¶

func (*SecuritySecurityRolePermissionsContainerPermissionResponse) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*SecuritySecurityRolePermissionsContainerPermissionResponse) UnsetPermission ¶

UnsetPermission ensures that no value is present for Permission, not even an explicit nil

type SecuritySecurityRolePermissionsGlobalPermissionRequest ¶

type SecuritySecurityRolePermissionsGlobalPermissionRequest struct {
	Area       NullableString `json:"Area,omitempty"`
	Permission NullableString `json:"Permission,omitempty"`
}

SecuritySecurityRolePermissionsGlobalPermissionRequest struct for SecuritySecurityRolePermissionsGlobalPermissionRequest

func NewSecuritySecurityRolePermissionsGlobalPermissionRequest ¶

func NewSecuritySecurityRolePermissionsGlobalPermissionRequest() *SecuritySecurityRolePermissionsGlobalPermissionRequest

NewSecuritySecurityRolePermissionsGlobalPermissionRequest instantiates a new SecuritySecurityRolePermissionsGlobalPermissionRequest 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 NewSecuritySecurityRolePermissionsGlobalPermissionRequestWithDefaults ¶

func NewSecuritySecurityRolePermissionsGlobalPermissionRequestWithDefaults() *SecuritySecurityRolePermissionsGlobalPermissionRequest

NewSecuritySecurityRolePermissionsGlobalPermissionRequestWithDefaults instantiates a new SecuritySecurityRolePermissionsGlobalPermissionRequest 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 (*SecuritySecurityRolePermissionsGlobalPermissionRequest) GetArea ¶

GetArea returns the Area field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityRolePermissionsGlobalPermissionRequest) GetAreaOk ¶

GetAreaOk returns a tuple with the Area field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityRolePermissionsGlobalPermissionRequest) GetPermission ¶

GetPermission returns the Permission field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityRolePermissionsGlobalPermissionRequest) GetPermissionOk ¶

GetPermissionOk returns a tuple with the Permission field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityRolePermissionsGlobalPermissionRequest) HasArea ¶

HasArea returns a boolean if a field has been set.

func (*SecuritySecurityRolePermissionsGlobalPermissionRequest) HasPermission ¶

HasPermission returns a boolean if a field has been set.

func (SecuritySecurityRolePermissionsGlobalPermissionRequest) MarshalJSON ¶

func (*SecuritySecurityRolePermissionsGlobalPermissionRequest) SetArea ¶

SetArea gets a reference to the given NullableString and assigns it to the Area field.

func (*SecuritySecurityRolePermissionsGlobalPermissionRequest) SetAreaNil ¶

SetAreaNil sets the value for Area to be an explicit nil

func (*SecuritySecurityRolePermissionsGlobalPermissionRequest) SetPermission ¶

SetPermission gets a reference to the given NullableString and assigns it to the Permission field.

func (*SecuritySecurityRolePermissionsGlobalPermissionRequest) SetPermissionNil ¶

SetPermissionNil sets the value for Permission to be an explicit nil

func (SecuritySecurityRolePermissionsGlobalPermissionRequest) ToMap ¶

func (*SecuritySecurityRolePermissionsGlobalPermissionRequest) UnsetArea ¶

UnsetArea ensures that no value is present for Area, not even an explicit nil

func (*SecuritySecurityRolePermissionsGlobalPermissionRequest) UnsetPermission ¶

UnsetPermission ensures that no value is present for Permission, not even an explicit nil

type SecuritySecurityRolePermissionsGlobalPermissionResponse ¶

type SecuritySecurityRolePermissionsGlobalPermissionResponse struct {
	Area       NullableString `json:"Area,omitempty"`
	Permission NullableString `json:"Permission,omitempty"`
}

SecuritySecurityRolePermissionsGlobalPermissionResponse struct for SecuritySecurityRolePermissionsGlobalPermissionResponse

func NewSecuritySecurityRolePermissionsGlobalPermissionResponse ¶

func NewSecuritySecurityRolePermissionsGlobalPermissionResponse() *SecuritySecurityRolePermissionsGlobalPermissionResponse

NewSecuritySecurityRolePermissionsGlobalPermissionResponse instantiates a new SecuritySecurityRolePermissionsGlobalPermissionResponse 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 NewSecuritySecurityRolePermissionsGlobalPermissionResponseWithDefaults ¶

func NewSecuritySecurityRolePermissionsGlobalPermissionResponseWithDefaults() *SecuritySecurityRolePermissionsGlobalPermissionResponse

NewSecuritySecurityRolePermissionsGlobalPermissionResponseWithDefaults instantiates a new SecuritySecurityRolePermissionsGlobalPermissionResponse 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 (*SecuritySecurityRolePermissionsGlobalPermissionResponse) GetArea ¶

GetArea returns the Area field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityRolePermissionsGlobalPermissionResponse) GetAreaOk ¶

GetAreaOk returns a tuple with the Area field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityRolePermissionsGlobalPermissionResponse) GetPermission ¶

GetPermission returns the Permission field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityRolePermissionsGlobalPermissionResponse) GetPermissionOk ¶

GetPermissionOk returns a tuple with the Permission field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityRolePermissionsGlobalPermissionResponse) HasArea ¶

HasArea returns a boolean if a field has been set.

func (*SecuritySecurityRolePermissionsGlobalPermissionResponse) HasPermission ¶

HasPermission returns a boolean if a field has been set.

func (SecuritySecurityRolePermissionsGlobalPermissionResponse) MarshalJSON ¶

func (*SecuritySecurityRolePermissionsGlobalPermissionResponse) SetArea ¶

SetArea gets a reference to the given NullableString and assigns it to the Area field.

func (*SecuritySecurityRolePermissionsGlobalPermissionResponse) SetAreaNil ¶

SetAreaNil sets the value for Area to be an explicit nil

func (*SecuritySecurityRolePermissionsGlobalPermissionResponse) SetPermission ¶

SetPermission gets a reference to the given NullableString and assigns it to the Permission field.

func (*SecuritySecurityRolePermissionsGlobalPermissionResponse) SetPermissionNil ¶

SetPermissionNil sets the value for Permission to be an explicit nil

func (SecuritySecurityRolePermissionsGlobalPermissionResponse) ToMap ¶

func (*SecuritySecurityRolePermissionsGlobalPermissionResponse) UnsetArea ¶

UnsetArea ensures that no value is present for Area, not even an explicit nil

func (*SecuritySecurityRolePermissionsGlobalPermissionResponse) UnsetPermission ¶

UnsetPermission ensures that no value is present for Permission, not even an explicit nil

type SecuritySecurityRolePermissionsPamProviderPermissionRequest ¶

type SecuritySecurityRolePermissionsPamProviderPermissionRequest struct {
	PamProviderId *int32   `json:"PamProviderId,omitempty"`
	Permissions   []string `json:"Permissions,omitempty"`
}

SecuritySecurityRolePermissionsPamProviderPermissionRequest struct for SecuritySecurityRolePermissionsPamProviderPermissionRequest

func NewSecuritySecurityRolePermissionsPamProviderPermissionRequest ¶

func NewSecuritySecurityRolePermissionsPamProviderPermissionRequest() *SecuritySecurityRolePermissionsPamProviderPermissionRequest

NewSecuritySecurityRolePermissionsPamProviderPermissionRequest instantiates a new SecuritySecurityRolePermissionsPamProviderPermissionRequest 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 NewSecuritySecurityRolePermissionsPamProviderPermissionRequestWithDefaults ¶

func NewSecuritySecurityRolePermissionsPamProviderPermissionRequestWithDefaults() *SecuritySecurityRolePermissionsPamProviderPermissionRequest

NewSecuritySecurityRolePermissionsPamProviderPermissionRequestWithDefaults instantiates a new SecuritySecurityRolePermissionsPamProviderPermissionRequest 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 (*SecuritySecurityRolePermissionsPamProviderPermissionRequest) GetPamProviderId ¶

GetPamProviderId returns the PamProviderId field value if set, zero value otherwise.

func (*SecuritySecurityRolePermissionsPamProviderPermissionRequest) GetPamProviderIdOk ¶

GetPamProviderIdOk returns a tuple with the PamProviderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecuritySecurityRolePermissionsPamProviderPermissionRequest) GetPermissions ¶

GetPermissions returns the Permissions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityRolePermissionsPamProviderPermissionRequest) GetPermissionsOk ¶

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityRolePermissionsPamProviderPermissionRequest) HasPamProviderId ¶

HasPamProviderId returns a boolean if a field has been set.

func (*SecuritySecurityRolePermissionsPamProviderPermissionRequest) HasPermissions ¶

HasPermissions returns a boolean if a field has been set.

func (SecuritySecurityRolePermissionsPamProviderPermissionRequest) MarshalJSON ¶

func (*SecuritySecurityRolePermissionsPamProviderPermissionRequest) SetPamProviderId ¶

SetPamProviderId gets a reference to the given int32 and assigns it to the PamProviderId field.

func (*SecuritySecurityRolePermissionsPamProviderPermissionRequest) SetPermissions ¶

SetPermissions gets a reference to the given []string and assigns it to the Permissions field.

func (SecuritySecurityRolePermissionsPamProviderPermissionRequest) ToMap ¶

type SecuritySecurityRolePermissionsPamProviderPermissionResponse ¶

type SecuritySecurityRolePermissionsPamProviderPermissionResponse struct {
	PamProviderId *int32         `json:"PamProviderId,omitempty"`
	Name          NullableString `json:"Name,omitempty"`
	Permissions   []string       `json:"Permissions,omitempty"`
}

SecuritySecurityRolePermissionsPamProviderPermissionResponse struct for SecuritySecurityRolePermissionsPamProviderPermissionResponse

func NewSecuritySecurityRolePermissionsPamProviderPermissionResponse ¶

func NewSecuritySecurityRolePermissionsPamProviderPermissionResponse() *SecuritySecurityRolePermissionsPamProviderPermissionResponse

NewSecuritySecurityRolePermissionsPamProviderPermissionResponse instantiates a new SecuritySecurityRolePermissionsPamProviderPermissionResponse 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 NewSecuritySecurityRolePermissionsPamProviderPermissionResponseWithDefaults ¶

func NewSecuritySecurityRolePermissionsPamProviderPermissionResponseWithDefaults() *SecuritySecurityRolePermissionsPamProviderPermissionResponse

NewSecuritySecurityRolePermissionsPamProviderPermissionResponseWithDefaults instantiates a new SecuritySecurityRolePermissionsPamProviderPermissionResponse 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 (*SecuritySecurityRolePermissionsPamProviderPermissionResponse) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityRolePermissionsPamProviderPermissionResponse) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityRolePermissionsPamProviderPermissionResponse) GetPamProviderId ¶

GetPamProviderId returns the PamProviderId field value if set, zero value otherwise.

func (*SecuritySecurityRolePermissionsPamProviderPermissionResponse) GetPamProviderIdOk ¶

GetPamProviderIdOk returns a tuple with the PamProviderId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SecuritySecurityRolePermissionsPamProviderPermissionResponse) GetPermissions ¶

GetPermissions returns the Permissions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SecuritySecurityRolePermissionsPamProviderPermissionResponse) GetPermissionsOk ¶

GetPermissionsOk returns a tuple with the Permissions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SecuritySecurityRolePermissionsPamProviderPermissionResponse) HasName ¶

HasName returns a boolean if a field has been set.

func (*SecuritySecurityRolePermissionsPamProviderPermissionResponse) HasPamProviderId ¶

HasPamProviderId returns a boolean if a field has been set.

func (*SecuritySecurityRolePermissionsPamProviderPermissionResponse) HasPermissions ¶

HasPermissions returns a boolean if a field has been set.

func (SecuritySecurityRolePermissionsPamProviderPermissionResponse) MarshalJSON ¶

func (*SecuritySecurityRolePermissionsPamProviderPermissionResponse) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*SecuritySecurityRolePermissionsPamProviderPermissionResponse) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*SecuritySecurityRolePermissionsPamProviderPermissionResponse) SetPamProviderId ¶

SetPamProviderId gets a reference to the given int32 and assigns it to the PamProviderId field.

func (*SecuritySecurityRolePermissionsPamProviderPermissionResponse) SetPermissions ¶

SetPermissions gets a reference to the given []string and assigns it to the Permissions field.

func (SecuritySecurityRolePermissionsPamProviderPermissionResponse) ToMap ¶

func (*SecuritySecurityRolePermissionsPamProviderPermissionResponse) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type ServerApiService ¶

type ServerApiService service

ServerApiService ServerApi service

func (*ServerApiService) CreateSSHServersAccessExecute ¶

Executes the API request V1 POST /SSH/Servers/Access

@return CSSCMSDataModelModelsSSHAccessServerAccessResponse

func (*ServerApiService) CreateSSHServersExecute ¶

Executes the API request V1 POST /SSH/Servers

@return CSSCMSDataModelModelsSSHServersServerResponse

func (*ServerApiService) DeleteSSHServersAccessExecute ¶

Executes the API request V1 DELETE /SSH/Servers/Access

@return CSSCMSDataModelModelsSSHAccessServerAccessResponse

func (*ServerApiService) DeleteSSHServersByIdExecute ¶

func (a *ServerApiService) DeleteSSHServersByIdExecute(r ApiDeleteSSHServersByIdRequest) (*http.Response, error)

Executes the API request

func (*ServerApiService) GetSSHServersAccessByIdExecute ¶

Executes the API request V1 GET /SSH/Servers/Access/{id}

@return CSSCMSDataModelModelsSSHAccessServerAccessResponse

func (*ServerApiService) GetSSHServersByIdExecute ¶

Executes the API request V1 GET /SSH/Servers/{id}

@return CSSCMSDataModelModelsSSHServersServerResponse

func (*ServerApiService) GetSSHServersExecute ¶

Executes the API request V1 GET /SSH/Servers

@return []CSSCMSDataModelModelsSSHServersServerResponse

func (*ServerApiService) NewCreateSSHServersAccessRequest ¶

func (a *ServerApiService) NewCreateSSHServersAccessRequest(ctx context.Context) ApiCreateSSHServersAccessRequest

Creates a new V1 POST /SSH/Servers/Access request.

CreateSSHServersAccess Updates logons and users with access to those logons for an existing server

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSSHServersAccessRequest

func (*ServerApiService) NewCreateSSHServersRequest ¶

func (a *ServerApiService) NewCreateSSHServersRequest(ctx context.Context) ApiCreateSSHServersRequest

Creates a new V1 POST /SSH/Servers request.

CreateSSHServers Creates a server with the provided properties

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSSHServersRequest

func (*ServerApiService) NewDeleteSSHServersAccessRequest ¶

func (a *ServerApiService) NewDeleteSSHServersAccessRequest(ctx context.Context) ApiDeleteSSHServersAccessRequest

Creates a new V1 DELETE /SSH/Servers/Access request.

DeleteSSHServersAccess Updates logons and users with access to those logons for an existing server

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteSSHServersAccessRequest

func (*ServerApiService) NewDeleteSSHServersByIdRequest ¶

func (a *ServerApiService) NewDeleteSSHServersByIdRequest(ctx context.Context, id int32) ApiDeleteSSHServersByIdRequest

Creates a new V1 DELETE /SSH/Servers/{id} request.

DeleteSSHServersById Deletes a Server associated with the provided identifier

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifer of the Server to be deleted
@return ApiDeleteSSHServersByIdRequest

func (*ServerApiService) NewGetSSHServersAccessByIdRequest ¶

func (a *ServerApiService) NewGetSSHServersAccessByIdRequest(ctx context.Context, id int32) ApiGetSSHServersAccessByIdRequest

Creates a new V1 GET /SSH/Servers/Access/{id} request.

GetSSHServersAccessById Retrieves logons and users with access to those logons for an existing server

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Id of the existing server
@return ApiGetSSHServersAccessByIdRequest

func (*ServerApiService) NewGetSSHServersByIdRequest ¶

func (a *ServerApiService) NewGetSSHServersByIdRequest(ctx context.Context, id int32) ApiGetSSHServersByIdRequest

Creates a new V1 GET /SSH/Servers/{id} request.

GetSSHServersById Returns a Server associated with the provided identifier

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifier of the Server
@return ApiGetSSHServersByIdRequest

func (*ServerApiService) NewGetSSHServersRequest ¶

func (a *ServerApiService) NewGetSSHServersRequest(ctx context.Context) ApiGetSSHServersRequest

Creates a new V1 GET /SSH/Servers request.

GetSSHServers Returns all servers according to the provided filter parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSSHServersRequest

func (*ServerApiService) NewUpdateSSHServersRequest ¶

func (a *ServerApiService) NewUpdateSSHServersRequest(ctx context.Context) ApiUpdateSSHServersRequest

Creates a new V1 PUT /SSH/Servers request.

UpdateSSHServers Updates an existing server with the provided properties

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateSSHServersRequest

func (*ServerApiService) UpdateSSHServersExecute ¶

Executes the API request V1 PUT /SSH/Servers

@return CSSCMSDataModelModelsSSHServersServerResponse

type ServerGroupApiService ¶

type ServerGroupApiService service

ServerGroupApiService ServerGroupApi service

func (*ServerGroupApiService) CreateSSHServerGroupsAccessExecute ¶

Executes the API request V1 POST /SSH/ServerGroups/Access

@return CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse

func (*ServerGroupApiService) CreateSSHServerGroupsExecute ¶

Executes the API request V1 POST /SSH/ServerGroups

@return CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse

func (*ServerGroupApiService) DeleteSSHServerGroupsAccessExecute ¶

Executes the API request V1 DELETE /SSH/ServerGroups/Access

@return CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse

func (*ServerGroupApiService) DeleteSSHServerGroupsByIdExecute ¶

func (a *ServerGroupApiService) DeleteSSHServerGroupsByIdExecute(r ApiDeleteSSHServerGroupsByIdRequest) (*http.Response, error)

Executes the API request

func (*ServerGroupApiService) GetSSHServerGroupsAccessByIdExecute ¶

Executes the API request V1 GET /SSH/ServerGroups/Access/{id}

@return CSSCMSDataModelModelsSSHAccessServerGroupAccessResponse

func (*ServerGroupApiService) GetSSHServerGroupsByIdExecute ¶

Executes the API request V1 GET /SSH/ServerGroups/{id}

@return CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse

func (*ServerGroupApiService) GetSSHServerGroupsExecute ¶

Executes the API request V1 GET /SSH/ServerGroups

@return []CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse

func (*ServerGroupApiService) GetSSHServerGroupsNameExecute ¶

Executes the API request V1 GET /SSH/ServerGroups/{name}

@return CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse

func (*ServerGroupApiService) NewCreateSSHServerGroupsAccessRequest ¶

func (a *ServerGroupApiService) NewCreateSSHServerGroupsAccessRequest(ctx context.Context) ApiCreateSSHServerGroupsAccessRequest

Creates a new V1 POST /SSH/ServerGroups/Access request.

CreateSSHServerGroupsAccess Add access rules to the server group

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSSHServerGroupsAccessRequest

func (*ServerGroupApiService) NewCreateSSHServerGroupsRequest ¶

func (a *ServerGroupApiService) NewCreateSSHServerGroupsRequest(ctx context.Context) ApiCreateSSHServerGroupsRequest

Creates a new V1 POST /SSH/ServerGroups request.

CreateSSHServerGroups Creates a server group with the provided properties

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSSHServerGroupsRequest

func (*ServerGroupApiService) NewDeleteSSHServerGroupsAccessRequest ¶

func (a *ServerGroupApiService) NewDeleteSSHServerGroupsAccessRequest(ctx context.Context) ApiDeleteSSHServerGroupsAccessRequest

Creates a new V1 DELETE /SSH/ServerGroups/Access request.

DeleteSSHServerGroupsAccess Removes access mappings for the specified server group

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteSSHServerGroupsAccessRequest

func (*ServerGroupApiService) NewDeleteSSHServerGroupsByIdRequest ¶

func (a *ServerGroupApiService) NewDeleteSSHServerGroupsByIdRequest(ctx context.Context, id string) ApiDeleteSSHServerGroupsByIdRequest

Creates a new V1 DELETE /SSH/ServerGroups/{id} request.

DeleteSSHServerGroupsById Deletes a ServerGroup associated with the provided identifier

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifer of the ServerGroup to be deleted
@return ApiDeleteSSHServerGroupsByIdRequest

func (*ServerGroupApiService) NewGetSSHServerGroupsAccessByIdRequest ¶

func (a *ServerGroupApiService) NewGetSSHServerGroupsAccessByIdRequest(ctx context.Context, id string) ApiGetSSHServerGroupsAccessByIdRequest

Creates a new V1 GET /SSH/ServerGroups/Access/{id} request.

GetSSHServerGroupsAccessById Retrieves logons and users with access to those logons for an existing server group

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Id of the existing server group
@return ApiGetSSHServerGroupsAccessByIdRequest

func (*ServerGroupApiService) NewGetSSHServerGroupsByIdRequest ¶

func (a *ServerGroupApiService) NewGetSSHServerGroupsByIdRequest(ctx context.Context, id string) ApiGetSSHServerGroupsByIdRequest

Creates a new V1 GET /SSH/ServerGroups/{id} request.

GetSSHServerGroupsById Returns a ServerGroup associated with the provided identifier

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifier of the ServerGroup
@return ApiGetSSHServerGroupsByIdRequest

func (*ServerGroupApiService) NewGetSSHServerGroupsNameRequest ¶

func (a *ServerGroupApiService) NewGetSSHServerGroupsNameRequest(ctx context.Context, name string) ApiGetSSHServerGroupsNameRequest

Creates a new V1 GET /SSH/ServerGroups/{name} request.

GetSSHServerGroupsName Returns a ServerGroup associated with the provided identifier

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param name name of the ServerGroup
@return ApiGetSSHServerGroupsNameRequest

func (*ServerGroupApiService) NewGetSSHServerGroupsRequest ¶

func (a *ServerGroupApiService) NewGetSSHServerGroupsRequest(ctx context.Context) ApiGetSSHServerGroupsRequest

Creates a new V1 GET /SSH/ServerGroups request.

GetSSHServerGroups Returns all server groups according to the provided filter parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSSHServerGroupsRequest

func (*ServerGroupApiService) NewUpdateSSHServerGroupsRequest ¶

func (a *ServerGroupApiService) NewUpdateSSHServerGroupsRequest(ctx context.Context) ApiUpdateSSHServerGroupsRequest

Creates a new V1 PUT /SSH/ServerGroups request.

UpdateSSHServerGroups Updates an existing server group with the provided properties

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateSSHServerGroupsRequest

func (*ServerGroupApiService) UpdateSSHServerGroupsExecute ¶

Executes the API request V1 PUT /SSH/ServerGroups

@return CSSCMSDataModelModelsSSHServerGroupsServerGroupResponse

type ServerVariable ¶

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type ServiceAccountApiService ¶

type ServiceAccountApiService service

ServiceAccountApiService ServiceAccountApi service

func (*ServiceAccountApiService) CreateSSHServiceAccountsExecute ¶

Executes the API request V1 POST /SSH/ServiceAccounts

@return CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse

func (*ServiceAccountApiService) CreateSSHServiceAccountsRotateByIdExecute ¶

Executes the API request V1 POST /SSH/ServiceAccounts/Rotate/{id}

@return CSSCMSDataModelModelsSSHKeysKeyResponse

func (*ServiceAccountApiService) DeleteSSHServiceAccountsByIdExecute ¶

func (a *ServiceAccountApiService) DeleteSSHServiceAccountsByIdExecute(r ApiDeleteSSHServiceAccountsByIdRequest) (*http.Response, error)

Executes the API request

func (*ServiceAccountApiService) DeleteSSHServiceAccountsExecute ¶

func (a *ServiceAccountApiService) DeleteSSHServiceAccountsExecute(r ApiDeleteSSHServiceAccountsRequest) (*http.Response, error)

Executes the API request

func (*ServiceAccountApiService) GetSSHServiceAccountsByIdExecute ¶

Executes the API request V1 GET /SSH/ServiceAccounts/{id}

@return CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse

func (*ServiceAccountApiService) GetSSHServiceAccountsExecute ¶

Executes the API request V1 GET /SSH/ServiceAccounts

@return []CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse

func (*ServiceAccountApiService) GetSSHServiceAccountsKeyByIdExecute ¶

Executes the API request V1 GET /SSH/ServiceAccounts/Key/{id}

@return CSSCMSDataModelModelsSSHKeysKeyResponse

func (*ServiceAccountApiService) NewCreateSSHServiceAccountsRequest ¶

func (a *ServiceAccountApiService) NewCreateSSHServiceAccountsRequest(ctx context.Context) ApiCreateSSHServiceAccountsRequest

Creates a new V1 POST /SSH/ServiceAccounts request.

CreateSSHServiceAccounts Creates a ServiceAccount with the provided properties

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSSHServiceAccountsRequest

func (*ServiceAccountApiService) NewCreateSSHServiceAccountsRotateByIdRequest ¶

func (a *ServiceAccountApiService) NewCreateSSHServiceAccountsRotateByIdRequest(ctx context.Context, id int32) ApiCreateSSHServiceAccountsRotateByIdRequest

Creates a new V1 POST /SSH/ServiceAccounts/Rotate/{id} request.

CreateSSHServiceAccountsRotateById Rotate an SSH key for a specified service account.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The id of the service account and the updated state of the SSH key.
@return ApiCreateSSHServiceAccountsRotateByIdRequest

func (*ServiceAccountApiService) NewDeleteSSHServiceAccountsByIdRequest ¶

func (a *ServiceAccountApiService) NewDeleteSSHServiceAccountsByIdRequest(ctx context.Context, id int32) ApiDeleteSSHServiceAccountsByIdRequest

Creates a new V1 DELETE /SSH/ServiceAccounts/{id} request.

DeleteSSHServiceAccountsById Deletes a ServiceAccount associated with the provided identifier

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifer of the ServiceAccount to be deleted
@return ApiDeleteSSHServiceAccountsByIdRequest

func (*ServiceAccountApiService) NewDeleteSSHServiceAccountsRequest ¶

func (a *ServiceAccountApiService) NewDeleteSSHServiceAccountsRequest(ctx context.Context) ApiDeleteSSHServiceAccountsRequest

Creates a new V1 DELETE /SSH/ServiceAccounts request.

DeleteSSHServiceAccounts Deletes Service Accounts associated with the provided identifiers

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiDeleteSSHServiceAccountsRequest

func (*ServiceAccountApiService) NewGetSSHServiceAccountsByIdRequest ¶

func (a *ServiceAccountApiService) NewGetSSHServiceAccountsByIdRequest(ctx context.Context, id int32) ApiGetSSHServiceAccountsByIdRequest

Creates a new V1 GET /SSH/ServiceAccounts/{id} request.

GetSSHServiceAccountsById Returns a ServiceAccount associated with the provided identifier

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifier of the ServiceAccount
@return ApiGetSSHServiceAccountsByIdRequest

func (*ServiceAccountApiService) NewGetSSHServiceAccountsKeyByIdRequest ¶

func (a *ServiceAccountApiService) NewGetSSHServiceAccountsKeyByIdRequest(ctx context.Context, id int32) ApiGetSSHServiceAccountsKeyByIdRequest

Creates a new V1 GET /SSH/ServiceAccounts/Key/{id} request.

GetSSHServiceAccountsKeyById Returns an SSH key with or without private key based on the provided parameters.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The id of the service account to obtain information on
@return ApiGetSSHServiceAccountsKeyByIdRequest

func (*ServiceAccountApiService) NewGetSSHServiceAccountsRequest ¶

func (a *ServiceAccountApiService) NewGetSSHServiceAccountsRequest(ctx context.Context) ApiGetSSHServiceAccountsRequest

Creates a new V1 GET /SSH/ServiceAccounts request.

GetSSHServiceAccounts Returns all ServiceAccounts according to the provided filter parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSSHServiceAccountsRequest

func (*ServiceAccountApiService) NewUpdateSSHServiceAccountsRequest ¶

func (a *ServiceAccountApiService) NewUpdateSSHServiceAccountsRequest(ctx context.Context) ApiUpdateSSHServiceAccountsRequest

Creates a new V1 PUT /SSH/ServiceAccounts request.

UpdateSSHServiceAccounts Updates an SSH key for a specified service account.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateSSHServiceAccountsRequest

func (*ServiceAccountApiService) UpdateSSHServiceAccountsExecute ¶

Executes the API request V1 PUT /SSH/ServiceAccounts

@return CSSCMSDataModelModelsSSHServiceAccountsServiceAccountResponse

type SslApiService ¶

type SslApiService service

SslApiService SslApi service

func (*SslApiService) CreateSSLNetworkRangesExecute ¶

func (a *SslApiService) CreateSSLNetworkRangesExecute(r ApiCreateSSLNetworkRangesRequest) (*http.Response, error)

Executes the API request

func (*SslApiService) CreateSSLNetworkRangesValidateExecute ¶

func (a *SslApiService) CreateSSLNetworkRangesValidateExecute(r ApiCreateSSLNetworkRangesValidateRequest) (*http.Response, error)

Executes the API request

func (*SslApiService) CreateSSLNetworksByIdResetExecute ¶

func (a *SslApiService) CreateSSLNetworksByIdResetExecute(r ApiCreateSSLNetworksByIdResetRequest) (*http.Response, error)

Executes the API request

func (*SslApiService) CreateSSLNetworksByIdScanExecute ¶

func (a *SslApiService) CreateSSLNetworksByIdScanExecute(r ApiCreateSSLNetworksByIdScanRequest) (*http.Response, error)

Executes the API request

func (*SslApiService) CreateSSLNetworksExecute ¶

func (a *SslApiService) CreateSSLNetworksExecute(r ApiCreateSSLNetworksRequest) (*SslNetworkResponse, *http.Response, error)

Executes the API request V1 POST /SSL/Networks

@return SslNetworkResponse

func (*SslApiService) DeleteSSLNetworkRangesByIdExecute ¶

func (a *SslApiService) DeleteSSLNetworkRangesByIdExecute(r ApiDeleteSSLNetworkRangesByIdRequest) (*http.Response, error)

Executes the API request

func (*SslApiService) DeleteSSLNetworksByIdExecute ¶

func (a *SslApiService) DeleteSSLNetworksByIdExecute(r ApiDeleteSSLNetworksByIdRequest) (*http.Response, error)

Executes the API request

func (*SslApiService) GetSSLEndpointsByIdExecute ¶

Executes the API request V1 GET /SSL/Endpoints/{id}

@return CSSCMSDataModelModelsSSLEndpoint

func (*SslApiService) GetSSLEndpointsByIdHistoryExecute ¶

Executes the API request V1 GET /SSL/Endpoints/{id}/History

@return []CSSCMSDataModelModelsSSLEndpointHistoryResponse

func (*SslApiService) GetSSLExecute ¶

Executes the API request V1 GET /SSL

@return []CSSCMSDataModelModelsSSLSslScanResult

func (*SslApiService) GetSSLNetworkRangesByIdExecute ¶

Executes the API request V1 GET /SSL/NetworkRanges/{id}

@return []CSSCMSDataModelModelsSSLNetworkDefinition

func (*SslApiService) GetSSLNetworksByIdPartsExecute ¶

Executes the API request V1 GET /SSL/Networks/{id}/Parts

@return []CSSCMSDataModelModelsSSLDisplayScanJobPart

func (*SslApiService) GetSSLNetworksExecute ¶

Executes the API request V1 GET /SSL/Networks

@return []SslNetworkQueryResponse

func (*SslApiService) GetSSLNetworksIdentifierExecute ¶

func (a *SslApiService) GetSSLNetworksIdentifierExecute(r ApiGetSSLNetworksIdentifierRequest) (*SslNetworkResponse, *http.Response, error)

Executes the API request V1 GET /SSL/Networks/{identifier}

@return SslNetworkResponse

func (*SslApiService) GetSSLPartsByIdExecute ¶

Executes the API request V1 GET /SSL/Parts/{id}

@return CSSCMSDataModelModelsSSLScanJobPart

func (*SslApiService) NewCreateSSLNetworkRangesRequest ¶

func (a *SslApiService) NewCreateSSLNetworkRangesRequest(ctx context.Context) ApiCreateSSLNetworkRangesRequest

Creates a new V1 POST /SSL/NetworkRanges request.

CreateSSLNetworkRanges Adds the provided network range definitions to the associated network definition

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSSLNetworkRangesRequest

func (*SslApiService) NewCreateSSLNetworkRangesValidateRequest ¶

func (a *SslApiService) NewCreateSSLNetworkRangesValidateRequest(ctx context.Context) ApiCreateSSLNetworkRangesValidateRequest

Creates a new V1 POST /SSL/NetworkRanges/Validate request.

CreateSSLNetworkRangesValidate Validates the format (using regular expressions) of the provided network range definitions

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSSLNetworkRangesValidateRequest

func (*SslApiService) NewCreateSSLNetworksByIdResetRequest ¶

func (a *SslApiService) NewCreateSSLNetworksByIdResetRequest(ctx context.Context, id string) ApiCreateSSLNetworksByIdResetRequest

Creates a new V1 POST /SSL/Networks/{id}/Reset request.

CreateSSLNetworksByIdReset Resets all SSL scans associated with a network

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor network identifier
@return ApiCreateSSLNetworksByIdResetRequest

func (*SslApiService) NewCreateSSLNetworksByIdScanRequest ¶

func (a *SslApiService) NewCreateSSLNetworksByIdScanRequest(ctx context.Context, id string) ApiCreateSSLNetworksByIdScanRequest

Creates a new V1 POST /SSL/Networks/{id}/Scan request.

CreateSSLNetworksByIdScan Starts an SSL Scan for the network according to the associated network definition

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor network identifier
@return ApiCreateSSLNetworksByIdScanRequest

func (*SslApiService) NewCreateSSLNetworksRequest ¶

func (a *SslApiService) NewCreateSSLNetworksRequest(ctx context.Context) ApiCreateSSLNetworksRequest

Creates a new V1 POST /SSL/Networks request.

CreateSSLNetworks Creates a network definition according to the provided properties

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSSLNetworksRequest

func (*SslApiService) NewDeleteSSLNetworkRangesByIdRequest ¶

func (a *SslApiService) NewDeleteSSLNetworkRangesByIdRequest(ctx context.Context, id string) ApiDeleteSSLNetworkRangesByIdRequest

Creates a new V1 DELETE /SSL/NetworkRanges/{id} request.

DeleteSSLNetworkRangesById Removes all network range definitions from the associated network definition

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor network definition identifier
@return ApiDeleteSSLNetworkRangesByIdRequest

func (*SslApiService) NewDeleteSSLNetworksByIdRequest ¶

func (a *SslApiService) NewDeleteSSLNetworksByIdRequest(ctx context.Context, id string) ApiDeleteSSLNetworksByIdRequest

Creates a new V1 DELETE /SSL/Networks/{id} request.

DeleteSSLNetworksById Removes a network definition according to the provided identifier

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor network identifier
@return ApiDeleteSSLNetworksByIdRequest

func (*SslApiService) NewGetSSLEndpointsByIdHistoryRequest ¶

func (a *SslApiService) NewGetSSLEndpointsByIdHistoryRequest(ctx context.Context, id string) ApiGetSSLEndpointsByIdHistoryRequest

Creates a new V1 GET /SSL/Endpoints/{id}/History request.

GetSSLEndpointsByIdHistory Returns a list of the scan results for the provided endpoint according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifier of the endpoint
@return ApiGetSSLEndpointsByIdHistoryRequest

func (*SslApiService) NewGetSSLEndpointsByIdRequest ¶

func (a *SslApiService) NewGetSSLEndpointsByIdRequest(ctx context.Context, id string) ApiGetSSLEndpointsByIdRequest

Creates a new V1 GET /SSL/Endpoints/{id} request.

GetSSLEndpointsById Returns the details of the associated scanning endpoint

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifier of the endpoint
@return ApiGetSSLEndpointsByIdRequest

func (*SslApiService) NewGetSSLNetworkRangesByIdRequest ¶

func (a *SslApiService) NewGetSSLNetworkRangesByIdRequest(ctx context.Context, id string) ApiGetSSLNetworkRangesByIdRequest

Creates a new V1 GET /SSL/NetworkRanges/{id} request.

GetSSLNetworkRangesById Returns the network range definitions for the provided network definition

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor network identifier
@return ApiGetSSLNetworkRangesByIdRequest

func (*SslApiService) NewGetSSLNetworksByIdPartsRequest ¶

func (a *SslApiService) NewGetSSLNetworksByIdPartsRequest(ctx context.Context, id string) ApiGetSSLNetworksByIdPartsRequest

Creates a new V1 GET /SSL/Networks/{id}/Parts request.

GetSSLNetworksByIdParts Returns the scan job components comprising the entire scan job to be executed

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor network definition identifier
@return ApiGetSSLNetworksByIdPartsRequest

func (*SslApiService) NewGetSSLNetworksIdentifierRequest ¶

func (a *SslApiService) NewGetSSLNetworksIdentifierRequest(ctx context.Context, identifier string) ApiGetSSLNetworksIdentifierRequest

Creates a new V1 GET /SSL/Networks/{identifier} request.

GetSSLNetworksIdentifier Returns a defined SSL network according to the provided name

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param identifier Identifier (Guid or Name) of the defined network
@return ApiGetSSLNetworksIdentifierRequest

func (*SslApiService) NewGetSSLNetworksRequest ¶

func (a *SslApiService) NewGetSSLNetworksRequest(ctx context.Context) ApiGetSSLNetworksRequest

Creates a new V1 GET /SSL/Networks request.

GetSSLNetworks Returns all defined SSL networks according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSSLNetworksRequest

func (*SslApiService) NewGetSSLPartsByIdRequest ¶

func (a *SslApiService) NewGetSSLPartsByIdRequest(ctx context.Context, id string) ApiGetSSLPartsByIdRequest

Creates a new V1 GET /SSL/Parts/{id} request.

GetSSLPartsById Returns the execution details of the associated network scan job part

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifier of the scan job part
@return ApiGetSSLPartsByIdRequest

func (*SslApiService) NewGetSSLRequest ¶

func (a *SslApiService) NewGetSSLRequest(ctx context.Context) ApiGetSSLRequest

Creates a new V1 GET /SSL request.

GetSSL Returns a list of the endpoint scan results according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSSLRequest

func (*SslApiService) NewUpdateSSLEndpointsMonitorAllRequest ¶

func (a *SslApiService) NewUpdateSSLEndpointsMonitorAllRequest(ctx context.Context) ApiUpdateSSLEndpointsMonitorAllRequest

Creates a new V1 PUT /SSL/Endpoints/MonitorAll request.

UpdateSSLEndpointsMonitorAll Sets all endpoints matching the provided query as 'monitored'

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateSSLEndpointsMonitorAllRequest

func (*SslApiService) NewUpdateSSLEndpointsMonitorStatusRequest ¶

func (a *SslApiService) NewUpdateSSLEndpointsMonitorStatusRequest(ctx context.Context) ApiUpdateSSLEndpointsMonitorStatusRequest

Creates a new V1 PUT /SSL/Endpoints/MonitorStatus request.

UpdateSSLEndpointsMonitorStatus Sets the monitored status according to the provided endpoint and boolean status

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateSSLEndpointsMonitorStatusRequest

func (*SslApiService) NewUpdateSSLEndpointsReviewAllRequest ¶

func (a *SslApiService) NewUpdateSSLEndpointsReviewAllRequest(ctx context.Context) ApiUpdateSSLEndpointsReviewAllRequest

Creates a new V1 PUT /SSL/Endpoints/ReviewAll request.

UpdateSSLEndpointsReviewAll Sets all endpoints matching the provided query as 'reviewed'

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateSSLEndpointsReviewAllRequest

func (*SslApiService) NewUpdateSSLEndpointsReviewStatusRequest ¶

func (a *SslApiService) NewUpdateSSLEndpointsReviewStatusRequest(ctx context.Context) ApiUpdateSSLEndpointsReviewStatusRequest

Creates a new V1 PUT /SSL/Endpoints/ReviewStatus request.

UpdateSSLEndpointsReviewStatus Sets the reviewed status according to the provided endpoint and boolean status

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateSSLEndpointsReviewStatusRequest

func (*SslApiService) NewUpdateSSLNetworkRangesRequest ¶

func (a *SslApiService) NewUpdateSSLNetworkRangesRequest(ctx context.Context) ApiUpdateSSLNetworkRangesRequest

Creates a new V1 PUT /SSL/NetworkRanges request.

UpdateSSLNetworkRanges Configures network range definitions for the provided network

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateSSLNetworkRangesRequest

func (*SslApiService) NewUpdateSSLNetworksRequest ¶

func (a *SslApiService) NewUpdateSSLNetworksRequest(ctx context.Context) ApiUpdateSSLNetworksRequest

Creates a new V1 PUT /SSL/Networks request.

UpdateSSLNetworks Updates an existing network definition according to the provided properties

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateSSLNetworksRequest

func (*SslApiService) UpdateSSLEndpointsMonitorAllExecute ¶

func (a *SslApiService) UpdateSSLEndpointsMonitorAllExecute(r ApiUpdateSSLEndpointsMonitorAllRequest) (*http.Response, error)

Executes the API request

func (*SslApiService) UpdateSSLEndpointsMonitorStatusExecute ¶

func (a *SslApiService) UpdateSSLEndpointsMonitorStatusExecute(r ApiUpdateSSLEndpointsMonitorStatusRequest) (*http.Response, error)

Executes the API request

func (*SslApiService) UpdateSSLEndpointsReviewAllExecute ¶

func (a *SslApiService) UpdateSSLEndpointsReviewAllExecute(r ApiUpdateSSLEndpointsReviewAllRequest) (*http.Response, error)

Executes the API request

func (*SslApiService) UpdateSSLEndpointsReviewStatusExecute ¶

func (a *SslApiService) UpdateSSLEndpointsReviewStatusExecute(r ApiUpdateSSLEndpointsReviewStatusRequest) (*http.Response, error)

Executes the API request

func (*SslApiService) UpdateSSLNetworkRangesExecute ¶

func (a *SslApiService) UpdateSSLNetworkRangesExecute(r ApiUpdateSSLNetworkRangesRequest) (*http.Response, error)

Executes the API request

func (*SslApiService) UpdateSSLNetworksExecute ¶

func (a *SslApiService) UpdateSSLNetworksExecute(r ApiUpdateSSLNetworksRequest) (*SslNetworkResponse, *http.Response, error)

Executes the API request V1 PUT /SSL/Networks

@return SslNetworkResponse

type SslCreateNetworkRequest ¶

type SslCreateNetworkRequest struct {
	Name                string                                      `json:"Name"`
	AgentPoolName       string                                      `json:"AgentPoolName"`
	Description         string                                      `json:"Description"`
	Enabled             *bool                                       `json:"Enabled,omitempty"`
	DiscoverSchedule    *KeyfactorCommonSchedulingKeyfactorSchedule `json:"DiscoverSchedule,omitempty"`
	MonitorSchedule     *KeyfactorCommonSchedulingKeyfactorSchedule `json:"MonitorSchedule,omitempty"`
	SslAlertRecipients  []string                                    `json:"SslAlertRecipients,omitempty"`
	AutoMonitor         *bool                                       `json:"AutoMonitor,omitempty"`
	GetRobots           *bool                                       `json:"GetRobots,omitempty"`
	DiscoverTimeoutMs   *float64                                    `json:"DiscoverTimeoutMs,omitempty"`
	MonitorTimeoutMs    *float64                                    `json:"MonitorTimeoutMs,omitempty"`
	ExpirationAlertDays *float64                                    `json:"ExpirationAlertDays,omitempty"`
	QuietHours          []SslQuietHourRequest                       `json:"QuietHours,omitempty"`
	BlackoutStart       *KeyfactorCommonSchedulingModelsWeeklyModel `json:"BlackoutStart,omitempty"`
	BlackoutEnd         *KeyfactorCommonSchedulingModelsWeeklyModel `json:"BlackoutEnd,omitempty"`
}

SslCreateNetworkRequest struct for SslCreateNetworkRequest

func NewSslCreateNetworkRequest ¶

func NewSslCreateNetworkRequest(name string, agentPoolName string, description string) *SslCreateNetworkRequest

NewSslCreateNetworkRequest instantiates a new SslCreateNetworkRequest 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 NewSslCreateNetworkRequestWithDefaults ¶

func NewSslCreateNetworkRequestWithDefaults() *SslCreateNetworkRequest

NewSslCreateNetworkRequestWithDefaults instantiates a new SslCreateNetworkRequest 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 (*SslCreateNetworkRequest) GetAgentPoolName ¶

func (o *SslCreateNetworkRequest) GetAgentPoolName() string

GetAgentPoolName returns the AgentPoolName field value

func (*SslCreateNetworkRequest) GetAgentPoolNameOk ¶

func (o *SslCreateNetworkRequest) GetAgentPoolNameOk() (*string, bool)

GetAgentPoolNameOk returns a tuple with the AgentPoolName field value and a boolean to check if the value has been set.

func (*SslCreateNetworkRequest) GetAutoMonitor ¶

func (o *SslCreateNetworkRequest) GetAutoMonitor() bool

GetAutoMonitor returns the AutoMonitor field value if set, zero value otherwise.

func (*SslCreateNetworkRequest) GetAutoMonitorOk ¶

func (o *SslCreateNetworkRequest) GetAutoMonitorOk() (*bool, bool)

GetAutoMonitorOk returns a tuple with the AutoMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslCreateNetworkRequest) GetBlackoutEnd ¶

GetBlackoutEnd returns the BlackoutEnd field value if set, zero value otherwise.

func (*SslCreateNetworkRequest) GetBlackoutEndOk ¶

GetBlackoutEndOk returns a tuple with the BlackoutEnd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslCreateNetworkRequest) GetBlackoutStart ¶

GetBlackoutStart returns the BlackoutStart field value if set, zero value otherwise.

func (*SslCreateNetworkRequest) GetBlackoutStartOk ¶

GetBlackoutStartOk returns a tuple with the BlackoutStart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslCreateNetworkRequest) GetDescription ¶

func (o *SslCreateNetworkRequest) GetDescription() string

GetDescription returns the Description field value

func (*SslCreateNetworkRequest) GetDescriptionOk ¶

func (o *SslCreateNetworkRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*SslCreateNetworkRequest) GetDiscoverSchedule ¶

GetDiscoverSchedule returns the DiscoverSchedule field value if set, zero value otherwise.

func (*SslCreateNetworkRequest) GetDiscoverScheduleOk ¶

GetDiscoverScheduleOk returns a tuple with the DiscoverSchedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslCreateNetworkRequest) GetDiscoverTimeoutMs ¶

func (o *SslCreateNetworkRequest) GetDiscoverTimeoutMs() float64

GetDiscoverTimeoutMs returns the DiscoverTimeoutMs field value if set, zero value otherwise.

func (*SslCreateNetworkRequest) GetDiscoverTimeoutMsOk ¶

func (o *SslCreateNetworkRequest) GetDiscoverTimeoutMsOk() (*float64, bool)

GetDiscoverTimeoutMsOk returns a tuple with the DiscoverTimeoutMs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslCreateNetworkRequest) GetEnabled ¶

func (o *SslCreateNetworkRequest) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*SslCreateNetworkRequest) GetEnabledOk ¶

func (o *SslCreateNetworkRequest) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslCreateNetworkRequest) GetExpirationAlertDays ¶

func (o *SslCreateNetworkRequest) GetExpirationAlertDays() float64

GetExpirationAlertDays returns the ExpirationAlertDays field value if set, zero value otherwise.

func (*SslCreateNetworkRequest) GetExpirationAlertDaysOk ¶

func (o *SslCreateNetworkRequest) GetExpirationAlertDaysOk() (*float64, bool)

GetExpirationAlertDaysOk returns a tuple with the ExpirationAlertDays field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslCreateNetworkRequest) GetGetRobots ¶

func (o *SslCreateNetworkRequest) GetGetRobots() bool

GetGetRobots returns the GetRobots field value if set, zero value otherwise.

func (*SslCreateNetworkRequest) GetGetRobotsOk ¶

func (o *SslCreateNetworkRequest) GetGetRobotsOk() (*bool, bool)

GetGetRobotsOk returns a tuple with the GetRobots field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslCreateNetworkRequest) GetMonitorSchedule ¶

GetMonitorSchedule returns the MonitorSchedule field value if set, zero value otherwise.

func (*SslCreateNetworkRequest) GetMonitorScheduleOk ¶

GetMonitorScheduleOk returns a tuple with the MonitorSchedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslCreateNetworkRequest) GetMonitorTimeoutMs ¶

func (o *SslCreateNetworkRequest) GetMonitorTimeoutMs() float64

GetMonitorTimeoutMs returns the MonitorTimeoutMs field value if set, zero value otherwise.

func (*SslCreateNetworkRequest) GetMonitorTimeoutMsOk ¶

func (o *SslCreateNetworkRequest) GetMonitorTimeoutMsOk() (*float64, bool)

GetMonitorTimeoutMsOk returns a tuple with the MonitorTimeoutMs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslCreateNetworkRequest) GetName ¶

func (o *SslCreateNetworkRequest) GetName() string

GetName returns the Name field value

func (*SslCreateNetworkRequest) GetNameOk ¶

func (o *SslCreateNetworkRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*SslCreateNetworkRequest) GetQuietHours ¶

func (o *SslCreateNetworkRequest) GetQuietHours() []SslQuietHourRequest

GetQuietHours returns the QuietHours field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SslCreateNetworkRequest) GetQuietHoursOk ¶

func (o *SslCreateNetworkRequest) GetQuietHoursOk() ([]SslQuietHourRequest, bool)

GetQuietHoursOk returns a tuple with the QuietHours field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SslCreateNetworkRequest) GetSslAlertRecipients ¶

func (o *SslCreateNetworkRequest) GetSslAlertRecipients() []string

GetSslAlertRecipients returns the SslAlertRecipients field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SslCreateNetworkRequest) GetSslAlertRecipientsOk ¶

func (o *SslCreateNetworkRequest) GetSslAlertRecipientsOk() ([]string, bool)

GetSslAlertRecipientsOk returns a tuple with the SslAlertRecipients field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SslCreateNetworkRequest) HasAutoMonitor ¶

func (o *SslCreateNetworkRequest) HasAutoMonitor() bool

HasAutoMonitor returns a boolean if a field has been set.

func (*SslCreateNetworkRequest) HasBlackoutEnd ¶

func (o *SslCreateNetworkRequest) HasBlackoutEnd() bool

HasBlackoutEnd returns a boolean if a field has been set.

func (*SslCreateNetworkRequest) HasBlackoutStart ¶

func (o *SslCreateNetworkRequest) HasBlackoutStart() bool

HasBlackoutStart returns a boolean if a field has been set.

func (*SslCreateNetworkRequest) HasDiscoverSchedule ¶

func (o *SslCreateNetworkRequest) HasDiscoverSchedule() bool

HasDiscoverSchedule returns a boolean if a field has been set.

func (*SslCreateNetworkRequest) HasDiscoverTimeoutMs ¶

func (o *SslCreateNetworkRequest) HasDiscoverTimeoutMs() bool

HasDiscoverTimeoutMs returns a boolean if a field has been set.

func (*SslCreateNetworkRequest) HasEnabled ¶

func (o *SslCreateNetworkRequest) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*SslCreateNetworkRequest) HasExpirationAlertDays ¶

func (o *SslCreateNetworkRequest) HasExpirationAlertDays() bool

HasExpirationAlertDays returns a boolean if a field has been set.

func (*SslCreateNetworkRequest) HasGetRobots ¶

func (o *SslCreateNetworkRequest) HasGetRobots() bool

HasGetRobots returns a boolean if a field has been set.

func (*SslCreateNetworkRequest) HasMonitorSchedule ¶

func (o *SslCreateNetworkRequest) HasMonitorSchedule() bool

HasMonitorSchedule returns a boolean if a field has been set.

func (*SslCreateNetworkRequest) HasMonitorTimeoutMs ¶

func (o *SslCreateNetworkRequest) HasMonitorTimeoutMs() bool

HasMonitorTimeoutMs returns a boolean if a field has been set.

func (*SslCreateNetworkRequest) HasQuietHours ¶

func (o *SslCreateNetworkRequest) HasQuietHours() bool

HasQuietHours returns a boolean if a field has been set.

func (*SslCreateNetworkRequest) HasSslAlertRecipients ¶

func (o *SslCreateNetworkRequest) HasSslAlertRecipients() bool

HasSslAlertRecipients returns a boolean if a field has been set.

func (SslCreateNetworkRequest) MarshalJSON ¶

func (o SslCreateNetworkRequest) MarshalJSON() ([]byte, error)

func (*SslCreateNetworkRequest) SetAgentPoolName ¶

func (o *SslCreateNetworkRequest) SetAgentPoolName(v string)

SetAgentPoolName sets field value

func (*SslCreateNetworkRequest) SetAutoMonitor ¶

func (o *SslCreateNetworkRequest) SetAutoMonitor(v bool)

SetAutoMonitor gets a reference to the given bool and assigns it to the AutoMonitor field.

func (*SslCreateNetworkRequest) SetBlackoutEnd ¶

SetBlackoutEnd gets a reference to the given KeyfactorCommonSchedulingModelsWeeklyModel and assigns it to the BlackoutEnd field.

func (*SslCreateNetworkRequest) SetBlackoutStart ¶

SetBlackoutStart gets a reference to the given KeyfactorCommonSchedulingModelsWeeklyModel and assigns it to the BlackoutStart field.

func (*SslCreateNetworkRequest) SetDescription ¶

func (o *SslCreateNetworkRequest) SetDescription(v string)

SetDescription sets field value

func (*SslCreateNetworkRequest) SetDiscoverSchedule ¶

SetDiscoverSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the DiscoverSchedule field.

func (*SslCreateNetworkRequest) SetDiscoverTimeoutMs ¶

func (o *SslCreateNetworkRequest) SetDiscoverTimeoutMs(v float64)

SetDiscoverTimeoutMs gets a reference to the given float64 and assigns it to the DiscoverTimeoutMs field.

func (*SslCreateNetworkRequest) SetEnabled ¶

func (o *SslCreateNetworkRequest) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*SslCreateNetworkRequest) SetExpirationAlertDays ¶

func (o *SslCreateNetworkRequest) SetExpirationAlertDays(v float64)

SetExpirationAlertDays gets a reference to the given float64 and assigns it to the ExpirationAlertDays field.

func (*SslCreateNetworkRequest) SetGetRobots ¶

func (o *SslCreateNetworkRequest) SetGetRobots(v bool)

SetGetRobots gets a reference to the given bool and assigns it to the GetRobots field.

func (*SslCreateNetworkRequest) SetMonitorSchedule ¶

SetMonitorSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the MonitorSchedule field.

func (*SslCreateNetworkRequest) SetMonitorTimeoutMs ¶

func (o *SslCreateNetworkRequest) SetMonitorTimeoutMs(v float64)

SetMonitorTimeoutMs gets a reference to the given float64 and assigns it to the MonitorTimeoutMs field.

func (*SslCreateNetworkRequest) SetName ¶

func (o *SslCreateNetworkRequest) SetName(v string)

SetName sets field value

func (*SslCreateNetworkRequest) SetQuietHours ¶

func (o *SslCreateNetworkRequest) SetQuietHours(v []SslQuietHourRequest)

SetQuietHours gets a reference to the given []SslQuietHourRequest and assigns it to the QuietHours field.

func (*SslCreateNetworkRequest) SetSslAlertRecipients ¶

func (o *SslCreateNetworkRequest) SetSslAlertRecipients(v []string)

SetSslAlertRecipients gets a reference to the given []string and assigns it to the SslAlertRecipients field.

func (SslCreateNetworkRequest) ToMap ¶

func (o SslCreateNetworkRequest) ToMap() (map[string]interface{}, error)

type SslNetworkQueryResponse ¶

type SslNetworkQueryResponse struct {
	NetworkId               *string                                     `json:"NetworkId,omitempty"`
	Name                    NullableString                              `json:"Name,omitempty"`
	AgentPoolName           NullableString                              `json:"AgentPoolName,omitempty"`
	AgentPoolId             NullableString                              `json:"AgentPoolId,omitempty"`
	Description             NullableString                              `json:"Description,omitempty"`
	Enabled                 *bool                                       `json:"Enabled,omitempty"`
	DiscoverSchedule        *KeyfactorCommonSchedulingKeyfactorSchedule `json:"DiscoverSchedule,omitempty"`
	MonitorSchedule         *KeyfactorCommonSchedulingKeyfactorSchedule `json:"MonitorSchedule,omitempty"`
	DiscoverPercentComplete *float64                                    `json:"DiscoverPercentComplete,omitempty"`
	MonitorPercentComplete  *float64                                    `json:"MonitorPercentComplete,omitempty"`
	DiscoverStatus          *CSSCMSCoreEnumsSslNetworkJobStatus         `json:"DiscoverStatus,omitempty"`
	MonitorStatus           *CSSCMSCoreEnumsSslNetworkJobStatus         `json:"MonitorStatus,omitempty"`
	DiscoverLastScanned     NullableTime                                `json:"DiscoverLastScanned,omitempty"`
	MonitorLastScanned      NullableTime                                `json:"MonitorLastScanned,omitempty"`
	SslAlertRecipients      []string                                    `json:"SslAlertRecipients,omitempty"`
	GetRobots               *bool                                       `json:"GetRobots,omitempty"`
	DiscoverTimeoutMs       *float64                                    `json:"DiscoverTimeoutMs,omitempty"`
	MonitorTimeoutMs        *float64                                    `json:"MonitorTimeoutMs,omitempty"`
	ExpirationAlertDays     *float64                                    `json:"ExpirationAlertDays,omitempty"`
	DiscoverJobParts        *int32                                      `json:"DiscoverJobParts,omitempty"`
	MonitorJobParts         *int32                                      `json:"MonitorJobParts,omitempty"`
	QuietHours              []SslQuietHourResponse                      `json:"QuietHours,omitempty"`
	BlackoutStart           *KeyfactorCommonSchedulingModelsWeeklyModel `json:"BlackoutStart,omitempty"`
	BlackoutEnd             *KeyfactorCommonSchedulingModelsWeeklyModel `json:"BlackoutEnd,omitempty"`
}

SslNetworkQueryResponse struct for SslNetworkQueryResponse

func NewSslNetworkQueryResponse ¶

func NewSslNetworkQueryResponse() *SslNetworkQueryResponse

NewSslNetworkQueryResponse instantiates a new SslNetworkQueryResponse 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 NewSslNetworkQueryResponseWithDefaults ¶

func NewSslNetworkQueryResponseWithDefaults() *SslNetworkQueryResponse

NewSslNetworkQueryResponseWithDefaults instantiates a new SslNetworkQueryResponse 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 (*SslNetworkQueryResponse) GetAgentPoolId ¶

func (o *SslNetworkQueryResponse) GetAgentPoolId() string

GetAgentPoolId returns the AgentPoolId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SslNetworkQueryResponse) GetAgentPoolIdOk ¶

func (o *SslNetworkQueryResponse) GetAgentPoolIdOk() (*string, bool)

GetAgentPoolIdOk returns a tuple with the AgentPoolId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SslNetworkQueryResponse) GetAgentPoolName ¶

func (o *SslNetworkQueryResponse) GetAgentPoolName() string

GetAgentPoolName returns the AgentPoolName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SslNetworkQueryResponse) GetAgentPoolNameOk ¶

func (o *SslNetworkQueryResponse) GetAgentPoolNameOk() (*string, bool)

GetAgentPoolNameOk returns a tuple with the AgentPoolName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SslNetworkQueryResponse) GetBlackoutEnd ¶

GetBlackoutEnd returns the BlackoutEnd field value if set, zero value otherwise.

func (*SslNetworkQueryResponse) GetBlackoutEndOk ¶

GetBlackoutEndOk returns a tuple with the BlackoutEnd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkQueryResponse) GetBlackoutStart ¶

GetBlackoutStart returns the BlackoutStart field value if set, zero value otherwise.

func (*SslNetworkQueryResponse) GetBlackoutStartOk ¶

GetBlackoutStartOk returns a tuple with the BlackoutStart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkQueryResponse) GetDescription ¶

func (o *SslNetworkQueryResponse) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SslNetworkQueryResponse) GetDescriptionOk ¶

func (o *SslNetworkQueryResponse) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SslNetworkQueryResponse) GetDiscoverJobParts ¶

func (o *SslNetworkQueryResponse) GetDiscoverJobParts() int32

GetDiscoverJobParts returns the DiscoverJobParts field value if set, zero value otherwise.

func (*SslNetworkQueryResponse) GetDiscoverJobPartsOk ¶

func (o *SslNetworkQueryResponse) GetDiscoverJobPartsOk() (*int32, bool)

GetDiscoverJobPartsOk returns a tuple with the DiscoverJobParts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkQueryResponse) GetDiscoverLastScanned ¶

func (o *SslNetworkQueryResponse) GetDiscoverLastScanned() time.Time

GetDiscoverLastScanned returns the DiscoverLastScanned field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SslNetworkQueryResponse) GetDiscoverLastScannedOk ¶

func (o *SslNetworkQueryResponse) GetDiscoverLastScannedOk() (*time.Time, bool)

GetDiscoverLastScannedOk returns a tuple with the DiscoverLastScanned field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SslNetworkQueryResponse) GetDiscoverPercentComplete ¶

func (o *SslNetworkQueryResponse) GetDiscoverPercentComplete() float64

GetDiscoverPercentComplete returns the DiscoverPercentComplete field value if set, zero value otherwise.

func (*SslNetworkQueryResponse) GetDiscoverPercentCompleteOk ¶

func (o *SslNetworkQueryResponse) GetDiscoverPercentCompleteOk() (*float64, bool)

GetDiscoverPercentCompleteOk returns a tuple with the DiscoverPercentComplete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkQueryResponse) GetDiscoverSchedule ¶

GetDiscoverSchedule returns the DiscoverSchedule field value if set, zero value otherwise.

func (*SslNetworkQueryResponse) GetDiscoverScheduleOk ¶

GetDiscoverScheduleOk returns a tuple with the DiscoverSchedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkQueryResponse) GetDiscoverStatus ¶

GetDiscoverStatus returns the DiscoverStatus field value if set, zero value otherwise.

func (*SslNetworkQueryResponse) GetDiscoverStatusOk ¶

GetDiscoverStatusOk returns a tuple with the DiscoverStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkQueryResponse) GetDiscoverTimeoutMs ¶

func (o *SslNetworkQueryResponse) GetDiscoverTimeoutMs() float64

GetDiscoverTimeoutMs returns the DiscoverTimeoutMs field value if set, zero value otherwise.

func (*SslNetworkQueryResponse) GetDiscoverTimeoutMsOk ¶

func (o *SslNetworkQueryResponse) GetDiscoverTimeoutMsOk() (*float64, bool)

GetDiscoverTimeoutMsOk returns a tuple with the DiscoverTimeoutMs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkQueryResponse) GetEnabled ¶

func (o *SslNetworkQueryResponse) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*SslNetworkQueryResponse) GetEnabledOk ¶

func (o *SslNetworkQueryResponse) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkQueryResponse) GetExpirationAlertDays ¶

func (o *SslNetworkQueryResponse) GetExpirationAlertDays() float64

GetExpirationAlertDays returns the ExpirationAlertDays field value if set, zero value otherwise.

func (*SslNetworkQueryResponse) GetExpirationAlertDaysOk ¶

func (o *SslNetworkQueryResponse) GetExpirationAlertDaysOk() (*float64, bool)

GetExpirationAlertDaysOk returns a tuple with the ExpirationAlertDays field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkQueryResponse) GetGetRobots ¶

func (o *SslNetworkQueryResponse) GetGetRobots() bool

GetGetRobots returns the GetRobots field value if set, zero value otherwise.

func (*SslNetworkQueryResponse) GetGetRobotsOk ¶

func (o *SslNetworkQueryResponse) GetGetRobotsOk() (*bool, bool)

GetGetRobotsOk returns a tuple with the GetRobots field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkQueryResponse) GetMonitorJobParts ¶

func (o *SslNetworkQueryResponse) GetMonitorJobParts() int32

GetMonitorJobParts returns the MonitorJobParts field value if set, zero value otherwise.

func (*SslNetworkQueryResponse) GetMonitorJobPartsOk ¶

func (o *SslNetworkQueryResponse) GetMonitorJobPartsOk() (*int32, bool)

GetMonitorJobPartsOk returns a tuple with the MonitorJobParts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkQueryResponse) GetMonitorLastScanned ¶

func (o *SslNetworkQueryResponse) GetMonitorLastScanned() time.Time

GetMonitorLastScanned returns the MonitorLastScanned field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SslNetworkQueryResponse) GetMonitorLastScannedOk ¶

func (o *SslNetworkQueryResponse) GetMonitorLastScannedOk() (*time.Time, bool)

GetMonitorLastScannedOk returns a tuple with the MonitorLastScanned field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SslNetworkQueryResponse) GetMonitorPercentComplete ¶

func (o *SslNetworkQueryResponse) GetMonitorPercentComplete() float64

GetMonitorPercentComplete returns the MonitorPercentComplete field value if set, zero value otherwise.

func (*SslNetworkQueryResponse) GetMonitorPercentCompleteOk ¶

func (o *SslNetworkQueryResponse) GetMonitorPercentCompleteOk() (*float64, bool)

GetMonitorPercentCompleteOk returns a tuple with the MonitorPercentComplete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkQueryResponse) GetMonitorSchedule ¶

GetMonitorSchedule returns the MonitorSchedule field value if set, zero value otherwise.

func (*SslNetworkQueryResponse) GetMonitorScheduleOk ¶

GetMonitorScheduleOk returns a tuple with the MonitorSchedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkQueryResponse) GetMonitorStatus ¶

GetMonitorStatus returns the MonitorStatus field value if set, zero value otherwise.

func (*SslNetworkQueryResponse) GetMonitorStatusOk ¶

GetMonitorStatusOk returns a tuple with the MonitorStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkQueryResponse) GetMonitorTimeoutMs ¶

func (o *SslNetworkQueryResponse) GetMonitorTimeoutMs() float64

GetMonitorTimeoutMs returns the MonitorTimeoutMs field value if set, zero value otherwise.

func (*SslNetworkQueryResponse) GetMonitorTimeoutMsOk ¶

func (o *SslNetworkQueryResponse) GetMonitorTimeoutMsOk() (*float64, bool)

GetMonitorTimeoutMsOk returns a tuple with the MonitorTimeoutMs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkQueryResponse) GetName ¶

func (o *SslNetworkQueryResponse) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SslNetworkQueryResponse) GetNameOk ¶

func (o *SslNetworkQueryResponse) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SslNetworkQueryResponse) GetNetworkId ¶

func (o *SslNetworkQueryResponse) GetNetworkId() string

GetNetworkId returns the NetworkId field value if set, zero value otherwise.

func (*SslNetworkQueryResponse) GetNetworkIdOk ¶

func (o *SslNetworkQueryResponse) GetNetworkIdOk() (*string, bool)

GetNetworkIdOk returns a tuple with the NetworkId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkQueryResponse) GetQuietHours ¶

func (o *SslNetworkQueryResponse) GetQuietHours() []SslQuietHourResponse

GetQuietHours returns the QuietHours field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SslNetworkQueryResponse) GetQuietHoursOk ¶

func (o *SslNetworkQueryResponse) GetQuietHoursOk() ([]SslQuietHourResponse, bool)

GetQuietHoursOk returns a tuple with the QuietHours field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SslNetworkQueryResponse) GetSslAlertRecipients ¶

func (o *SslNetworkQueryResponse) GetSslAlertRecipients() []string

GetSslAlertRecipients returns the SslAlertRecipients field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SslNetworkQueryResponse) GetSslAlertRecipientsOk ¶

func (o *SslNetworkQueryResponse) GetSslAlertRecipientsOk() ([]string, bool)

GetSslAlertRecipientsOk returns a tuple with the SslAlertRecipients field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SslNetworkQueryResponse) HasAgentPoolId ¶

func (o *SslNetworkQueryResponse) HasAgentPoolId() bool

HasAgentPoolId returns a boolean if a field has been set.

func (*SslNetworkQueryResponse) HasAgentPoolName ¶

func (o *SslNetworkQueryResponse) HasAgentPoolName() bool

HasAgentPoolName returns a boolean if a field has been set.

func (*SslNetworkQueryResponse) HasBlackoutEnd ¶

func (o *SslNetworkQueryResponse) HasBlackoutEnd() bool

HasBlackoutEnd returns a boolean if a field has been set.

func (*SslNetworkQueryResponse) HasBlackoutStart ¶

func (o *SslNetworkQueryResponse) HasBlackoutStart() bool

HasBlackoutStart returns a boolean if a field has been set.

func (*SslNetworkQueryResponse) HasDescription ¶

func (o *SslNetworkQueryResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*SslNetworkQueryResponse) HasDiscoverJobParts ¶

func (o *SslNetworkQueryResponse) HasDiscoverJobParts() bool

HasDiscoverJobParts returns a boolean if a field has been set.

func (*SslNetworkQueryResponse) HasDiscoverLastScanned ¶

func (o *SslNetworkQueryResponse) HasDiscoverLastScanned() bool

HasDiscoverLastScanned returns a boolean if a field has been set.

func (*SslNetworkQueryResponse) HasDiscoverPercentComplete ¶

func (o *SslNetworkQueryResponse) HasDiscoverPercentComplete() bool

HasDiscoverPercentComplete returns a boolean if a field has been set.

func (*SslNetworkQueryResponse) HasDiscoverSchedule ¶

func (o *SslNetworkQueryResponse) HasDiscoverSchedule() bool

HasDiscoverSchedule returns a boolean if a field has been set.

func (*SslNetworkQueryResponse) HasDiscoverStatus ¶

func (o *SslNetworkQueryResponse) HasDiscoverStatus() bool

HasDiscoverStatus returns a boolean if a field has been set.

func (*SslNetworkQueryResponse) HasDiscoverTimeoutMs ¶

func (o *SslNetworkQueryResponse) HasDiscoverTimeoutMs() bool

HasDiscoverTimeoutMs returns a boolean if a field has been set.

func (*SslNetworkQueryResponse) HasEnabled ¶

func (o *SslNetworkQueryResponse) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*SslNetworkQueryResponse) HasExpirationAlertDays ¶

func (o *SslNetworkQueryResponse) HasExpirationAlertDays() bool

HasExpirationAlertDays returns a boolean if a field has been set.

func (*SslNetworkQueryResponse) HasGetRobots ¶

func (o *SslNetworkQueryResponse) HasGetRobots() bool

HasGetRobots returns a boolean if a field has been set.

func (*SslNetworkQueryResponse) HasMonitorJobParts ¶

func (o *SslNetworkQueryResponse) HasMonitorJobParts() bool

HasMonitorJobParts returns a boolean if a field has been set.

func (*SslNetworkQueryResponse) HasMonitorLastScanned ¶

func (o *SslNetworkQueryResponse) HasMonitorLastScanned() bool

HasMonitorLastScanned returns a boolean if a field has been set.

func (*SslNetworkQueryResponse) HasMonitorPercentComplete ¶

func (o *SslNetworkQueryResponse) HasMonitorPercentComplete() bool

HasMonitorPercentComplete returns a boolean if a field has been set.

func (*SslNetworkQueryResponse) HasMonitorSchedule ¶

func (o *SslNetworkQueryResponse) HasMonitorSchedule() bool

HasMonitorSchedule returns a boolean if a field has been set.

func (*SslNetworkQueryResponse) HasMonitorStatus ¶

func (o *SslNetworkQueryResponse) HasMonitorStatus() bool

HasMonitorStatus returns a boolean if a field has been set.

func (*SslNetworkQueryResponse) HasMonitorTimeoutMs ¶

func (o *SslNetworkQueryResponse) HasMonitorTimeoutMs() bool

HasMonitorTimeoutMs returns a boolean if a field has been set.

func (*SslNetworkQueryResponse) HasName ¶

func (o *SslNetworkQueryResponse) HasName() bool

HasName returns a boolean if a field has been set.

func (*SslNetworkQueryResponse) HasNetworkId ¶

func (o *SslNetworkQueryResponse) HasNetworkId() bool

HasNetworkId returns a boolean if a field has been set.

func (*SslNetworkQueryResponse) HasQuietHours ¶

func (o *SslNetworkQueryResponse) HasQuietHours() bool

HasQuietHours returns a boolean if a field has been set.

func (*SslNetworkQueryResponse) HasSslAlertRecipients ¶

func (o *SslNetworkQueryResponse) HasSslAlertRecipients() bool

HasSslAlertRecipients returns a boolean if a field has been set.

func (SslNetworkQueryResponse) MarshalJSON ¶

func (o SslNetworkQueryResponse) MarshalJSON() ([]byte, error)

func (*SslNetworkQueryResponse) SetAgentPoolId ¶

func (o *SslNetworkQueryResponse) SetAgentPoolId(v string)

SetAgentPoolId gets a reference to the given NullableString and assigns it to the AgentPoolId field.

func (*SslNetworkQueryResponse) SetAgentPoolIdNil ¶

func (o *SslNetworkQueryResponse) SetAgentPoolIdNil()

SetAgentPoolIdNil sets the value for AgentPoolId to be an explicit nil

func (*SslNetworkQueryResponse) SetAgentPoolName ¶

func (o *SslNetworkQueryResponse) SetAgentPoolName(v string)

SetAgentPoolName gets a reference to the given NullableString and assigns it to the AgentPoolName field.

func (*SslNetworkQueryResponse) SetAgentPoolNameNil ¶

func (o *SslNetworkQueryResponse) SetAgentPoolNameNil()

SetAgentPoolNameNil sets the value for AgentPoolName to be an explicit nil

func (*SslNetworkQueryResponse) SetBlackoutEnd ¶

SetBlackoutEnd gets a reference to the given KeyfactorCommonSchedulingModelsWeeklyModel and assigns it to the BlackoutEnd field.

func (*SslNetworkQueryResponse) SetBlackoutStart ¶

SetBlackoutStart gets a reference to the given KeyfactorCommonSchedulingModelsWeeklyModel and assigns it to the BlackoutStart field.

func (*SslNetworkQueryResponse) SetDescription ¶

func (o *SslNetworkQueryResponse) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*SslNetworkQueryResponse) SetDescriptionNil ¶

func (o *SslNetworkQueryResponse) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*SslNetworkQueryResponse) SetDiscoverJobParts ¶

func (o *SslNetworkQueryResponse) SetDiscoverJobParts(v int32)

SetDiscoverJobParts gets a reference to the given int32 and assigns it to the DiscoverJobParts field.

func (*SslNetworkQueryResponse) SetDiscoverLastScanned ¶

func (o *SslNetworkQueryResponse) SetDiscoverLastScanned(v time.Time)

SetDiscoverLastScanned gets a reference to the given NullableTime and assigns it to the DiscoverLastScanned field.

func (*SslNetworkQueryResponse) SetDiscoverLastScannedNil ¶

func (o *SslNetworkQueryResponse) SetDiscoverLastScannedNil()

SetDiscoverLastScannedNil sets the value for DiscoverLastScanned to be an explicit nil

func (*SslNetworkQueryResponse) SetDiscoverPercentComplete ¶

func (o *SslNetworkQueryResponse) SetDiscoverPercentComplete(v float64)

SetDiscoverPercentComplete gets a reference to the given float64 and assigns it to the DiscoverPercentComplete field.

func (*SslNetworkQueryResponse) SetDiscoverSchedule ¶

SetDiscoverSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the DiscoverSchedule field.

func (*SslNetworkQueryResponse) SetDiscoverStatus ¶

SetDiscoverStatus gets a reference to the given CSSCMSCoreEnumsSslNetworkJobStatus and assigns it to the DiscoverStatus field.

func (*SslNetworkQueryResponse) SetDiscoverTimeoutMs ¶

func (o *SslNetworkQueryResponse) SetDiscoverTimeoutMs(v float64)

SetDiscoverTimeoutMs gets a reference to the given float64 and assigns it to the DiscoverTimeoutMs field.

func (*SslNetworkQueryResponse) SetEnabled ¶

func (o *SslNetworkQueryResponse) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*SslNetworkQueryResponse) SetExpirationAlertDays ¶

func (o *SslNetworkQueryResponse) SetExpirationAlertDays(v float64)

SetExpirationAlertDays gets a reference to the given float64 and assigns it to the ExpirationAlertDays field.

func (*SslNetworkQueryResponse) SetGetRobots ¶

func (o *SslNetworkQueryResponse) SetGetRobots(v bool)

SetGetRobots gets a reference to the given bool and assigns it to the GetRobots field.

func (*SslNetworkQueryResponse) SetMonitorJobParts ¶

func (o *SslNetworkQueryResponse) SetMonitorJobParts(v int32)

SetMonitorJobParts gets a reference to the given int32 and assigns it to the MonitorJobParts field.

func (*SslNetworkQueryResponse) SetMonitorLastScanned ¶

func (o *SslNetworkQueryResponse) SetMonitorLastScanned(v time.Time)

SetMonitorLastScanned gets a reference to the given NullableTime and assigns it to the MonitorLastScanned field.

func (*SslNetworkQueryResponse) SetMonitorLastScannedNil ¶

func (o *SslNetworkQueryResponse) SetMonitorLastScannedNil()

SetMonitorLastScannedNil sets the value for MonitorLastScanned to be an explicit nil

func (*SslNetworkQueryResponse) SetMonitorPercentComplete ¶

func (o *SslNetworkQueryResponse) SetMonitorPercentComplete(v float64)

SetMonitorPercentComplete gets a reference to the given float64 and assigns it to the MonitorPercentComplete field.

func (*SslNetworkQueryResponse) SetMonitorSchedule ¶

SetMonitorSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the MonitorSchedule field.

func (*SslNetworkQueryResponse) SetMonitorStatus ¶

SetMonitorStatus gets a reference to the given CSSCMSCoreEnumsSslNetworkJobStatus and assigns it to the MonitorStatus field.

func (*SslNetworkQueryResponse) SetMonitorTimeoutMs ¶

func (o *SslNetworkQueryResponse) SetMonitorTimeoutMs(v float64)

SetMonitorTimeoutMs gets a reference to the given float64 and assigns it to the MonitorTimeoutMs field.

func (*SslNetworkQueryResponse) SetName ¶

func (o *SslNetworkQueryResponse) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*SslNetworkQueryResponse) SetNameNil ¶

func (o *SslNetworkQueryResponse) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*SslNetworkQueryResponse) SetNetworkId ¶

func (o *SslNetworkQueryResponse) SetNetworkId(v string)

SetNetworkId gets a reference to the given string and assigns it to the NetworkId field.

func (*SslNetworkQueryResponse) SetQuietHours ¶

func (o *SslNetworkQueryResponse) SetQuietHours(v []SslQuietHourResponse)

SetQuietHours gets a reference to the given []SslQuietHourResponse and assigns it to the QuietHours field.

func (*SslNetworkQueryResponse) SetSslAlertRecipients ¶

func (o *SslNetworkQueryResponse) SetSslAlertRecipients(v []string)

SetSslAlertRecipients gets a reference to the given []string and assigns it to the SslAlertRecipients field.

func (SslNetworkQueryResponse) ToMap ¶

func (o SslNetworkQueryResponse) ToMap() (map[string]interface{}, error)

func (*SslNetworkQueryResponse) UnsetAgentPoolId ¶

func (o *SslNetworkQueryResponse) UnsetAgentPoolId()

UnsetAgentPoolId ensures that no value is present for AgentPoolId, not even an explicit nil

func (*SslNetworkQueryResponse) UnsetAgentPoolName ¶

func (o *SslNetworkQueryResponse) UnsetAgentPoolName()

UnsetAgentPoolName ensures that no value is present for AgentPoolName, not even an explicit nil

func (*SslNetworkQueryResponse) UnsetDescription ¶

func (o *SslNetworkQueryResponse) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

func (*SslNetworkQueryResponse) UnsetDiscoverLastScanned ¶

func (o *SslNetworkQueryResponse) UnsetDiscoverLastScanned()

UnsetDiscoverLastScanned ensures that no value is present for DiscoverLastScanned, not even an explicit nil

func (*SslNetworkQueryResponse) UnsetMonitorLastScanned ¶

func (o *SslNetworkQueryResponse) UnsetMonitorLastScanned()

UnsetMonitorLastScanned ensures that no value is present for MonitorLastScanned, not even an explicit nil

func (*SslNetworkQueryResponse) UnsetName ¶

func (o *SslNetworkQueryResponse) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type SslNetworkResponse ¶

type SslNetworkResponse struct {
	AutoMonitor             *bool                                       `json:"AutoMonitor,omitempty"`
	NetworkId               *string                                     `json:"NetworkId,omitempty"`
	Name                    NullableString                              `json:"Name,omitempty"`
	AgentPoolName           NullableString                              `json:"AgentPoolName,omitempty"`
	AgentPoolId             NullableString                              `json:"AgentPoolId,omitempty"`
	Description             NullableString                              `json:"Description,omitempty"`
	Enabled                 *bool                                       `json:"Enabled,omitempty"`
	DiscoverSchedule        *KeyfactorCommonSchedulingKeyfactorSchedule `json:"DiscoverSchedule,omitempty"`
	MonitorSchedule         *KeyfactorCommonSchedulingKeyfactorSchedule `json:"MonitorSchedule,omitempty"`
	DiscoverPercentComplete *float64                                    `json:"DiscoverPercentComplete,omitempty"`
	MonitorPercentComplete  *float64                                    `json:"MonitorPercentComplete,omitempty"`
	DiscoverStatus          *CSSCMSCoreEnumsSslNetworkJobStatus         `json:"DiscoverStatus,omitempty"`
	MonitorStatus           *CSSCMSCoreEnumsSslNetworkJobStatus         `json:"MonitorStatus,omitempty"`
	DiscoverLastScanned     NullableTime                                `json:"DiscoverLastScanned,omitempty"`
	MonitorLastScanned      NullableTime                                `json:"MonitorLastScanned,omitempty"`
	SslAlertRecipients      []string                                    `json:"SslAlertRecipients,omitempty"`
	GetRobots               *bool                                       `json:"GetRobots,omitempty"`
	DiscoverTimeoutMs       *float64                                    `json:"DiscoverTimeoutMs,omitempty"`
	MonitorTimeoutMs        *float64                                    `json:"MonitorTimeoutMs,omitempty"`
	ExpirationAlertDays     *float64                                    `json:"ExpirationAlertDays,omitempty"`
	DiscoverJobParts        *int32                                      `json:"DiscoverJobParts,omitempty"`
	MonitorJobParts         *int32                                      `json:"MonitorJobParts,omitempty"`
	QuietHours              []SslQuietHourResponse                      `json:"QuietHours,omitempty"`
	BlackoutStart           *KeyfactorCommonSchedulingModelsWeeklyModel `json:"BlackoutStart,omitempty"`
	BlackoutEnd             *KeyfactorCommonSchedulingModelsWeeklyModel `json:"BlackoutEnd,omitempty"`
}

SslNetworkResponse struct for SslNetworkResponse

func NewSslNetworkResponse ¶

func NewSslNetworkResponse() *SslNetworkResponse

NewSslNetworkResponse instantiates a new SslNetworkResponse 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 NewSslNetworkResponseWithDefaults ¶

func NewSslNetworkResponseWithDefaults() *SslNetworkResponse

NewSslNetworkResponseWithDefaults instantiates a new SslNetworkResponse 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 (*SslNetworkResponse) GetAgentPoolId ¶

func (o *SslNetworkResponse) GetAgentPoolId() string

GetAgentPoolId returns the AgentPoolId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SslNetworkResponse) GetAgentPoolIdOk ¶

func (o *SslNetworkResponse) GetAgentPoolIdOk() (*string, bool)

GetAgentPoolIdOk returns a tuple with the AgentPoolId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SslNetworkResponse) GetAgentPoolName ¶

func (o *SslNetworkResponse) GetAgentPoolName() string

GetAgentPoolName returns the AgentPoolName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SslNetworkResponse) GetAgentPoolNameOk ¶

func (o *SslNetworkResponse) GetAgentPoolNameOk() (*string, bool)

GetAgentPoolNameOk returns a tuple with the AgentPoolName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SslNetworkResponse) GetAutoMonitor ¶

func (o *SslNetworkResponse) GetAutoMonitor() bool

GetAutoMonitor returns the AutoMonitor field value if set, zero value otherwise.

func (*SslNetworkResponse) GetAutoMonitorOk ¶

func (o *SslNetworkResponse) GetAutoMonitorOk() (*bool, bool)

GetAutoMonitorOk returns a tuple with the AutoMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkResponse) GetBlackoutEnd ¶

GetBlackoutEnd returns the BlackoutEnd field value if set, zero value otherwise.

func (*SslNetworkResponse) GetBlackoutEndOk ¶

GetBlackoutEndOk returns a tuple with the BlackoutEnd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkResponse) GetBlackoutStart ¶

GetBlackoutStart returns the BlackoutStart field value if set, zero value otherwise.

func (*SslNetworkResponse) GetBlackoutStartOk ¶

GetBlackoutStartOk returns a tuple with the BlackoutStart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkResponse) GetDescription ¶

func (o *SslNetworkResponse) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SslNetworkResponse) GetDescriptionOk ¶

func (o *SslNetworkResponse) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SslNetworkResponse) GetDiscoverJobParts ¶

func (o *SslNetworkResponse) GetDiscoverJobParts() int32

GetDiscoverJobParts returns the DiscoverJobParts field value if set, zero value otherwise.

func (*SslNetworkResponse) GetDiscoverJobPartsOk ¶

func (o *SslNetworkResponse) GetDiscoverJobPartsOk() (*int32, bool)

GetDiscoverJobPartsOk returns a tuple with the DiscoverJobParts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkResponse) GetDiscoverLastScanned ¶

func (o *SslNetworkResponse) GetDiscoverLastScanned() time.Time

GetDiscoverLastScanned returns the DiscoverLastScanned field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SslNetworkResponse) GetDiscoverLastScannedOk ¶

func (o *SslNetworkResponse) GetDiscoverLastScannedOk() (*time.Time, bool)

GetDiscoverLastScannedOk returns a tuple with the DiscoverLastScanned field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SslNetworkResponse) GetDiscoverPercentComplete ¶

func (o *SslNetworkResponse) GetDiscoverPercentComplete() float64

GetDiscoverPercentComplete returns the DiscoverPercentComplete field value if set, zero value otherwise.

func (*SslNetworkResponse) GetDiscoverPercentCompleteOk ¶

func (o *SslNetworkResponse) GetDiscoverPercentCompleteOk() (*float64, bool)

GetDiscoverPercentCompleteOk returns a tuple with the DiscoverPercentComplete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkResponse) GetDiscoverSchedule ¶

GetDiscoverSchedule returns the DiscoverSchedule field value if set, zero value otherwise.

func (*SslNetworkResponse) GetDiscoverScheduleOk ¶

GetDiscoverScheduleOk returns a tuple with the DiscoverSchedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkResponse) GetDiscoverStatus ¶

GetDiscoverStatus returns the DiscoverStatus field value if set, zero value otherwise.

func (*SslNetworkResponse) GetDiscoverStatusOk ¶

func (o *SslNetworkResponse) GetDiscoverStatusOk() (*CSSCMSCoreEnumsSslNetworkJobStatus, bool)

GetDiscoverStatusOk returns a tuple with the DiscoverStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkResponse) GetDiscoverTimeoutMs ¶

func (o *SslNetworkResponse) GetDiscoverTimeoutMs() float64

GetDiscoverTimeoutMs returns the DiscoverTimeoutMs field value if set, zero value otherwise.

func (*SslNetworkResponse) GetDiscoverTimeoutMsOk ¶

func (o *SslNetworkResponse) GetDiscoverTimeoutMsOk() (*float64, bool)

GetDiscoverTimeoutMsOk returns a tuple with the DiscoverTimeoutMs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkResponse) GetEnabled ¶

func (o *SslNetworkResponse) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*SslNetworkResponse) GetEnabledOk ¶

func (o *SslNetworkResponse) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkResponse) GetExpirationAlertDays ¶

func (o *SslNetworkResponse) GetExpirationAlertDays() float64

GetExpirationAlertDays returns the ExpirationAlertDays field value if set, zero value otherwise.

func (*SslNetworkResponse) GetExpirationAlertDaysOk ¶

func (o *SslNetworkResponse) GetExpirationAlertDaysOk() (*float64, bool)

GetExpirationAlertDaysOk returns a tuple with the ExpirationAlertDays field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkResponse) GetGetRobots ¶

func (o *SslNetworkResponse) GetGetRobots() bool

GetGetRobots returns the GetRobots field value if set, zero value otherwise.

func (*SslNetworkResponse) GetGetRobotsOk ¶

func (o *SslNetworkResponse) GetGetRobotsOk() (*bool, bool)

GetGetRobotsOk returns a tuple with the GetRobots field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkResponse) GetMonitorJobParts ¶

func (o *SslNetworkResponse) GetMonitorJobParts() int32

GetMonitorJobParts returns the MonitorJobParts field value if set, zero value otherwise.

func (*SslNetworkResponse) GetMonitorJobPartsOk ¶

func (o *SslNetworkResponse) GetMonitorJobPartsOk() (*int32, bool)

GetMonitorJobPartsOk returns a tuple with the MonitorJobParts field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkResponse) GetMonitorLastScanned ¶

func (o *SslNetworkResponse) GetMonitorLastScanned() time.Time

GetMonitorLastScanned returns the MonitorLastScanned field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SslNetworkResponse) GetMonitorLastScannedOk ¶

func (o *SslNetworkResponse) GetMonitorLastScannedOk() (*time.Time, bool)

GetMonitorLastScannedOk returns a tuple with the MonitorLastScanned field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SslNetworkResponse) GetMonitorPercentComplete ¶

func (o *SslNetworkResponse) GetMonitorPercentComplete() float64

GetMonitorPercentComplete returns the MonitorPercentComplete field value if set, zero value otherwise.

func (*SslNetworkResponse) GetMonitorPercentCompleteOk ¶

func (o *SslNetworkResponse) GetMonitorPercentCompleteOk() (*float64, bool)

GetMonitorPercentCompleteOk returns a tuple with the MonitorPercentComplete field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkResponse) GetMonitorSchedule ¶

GetMonitorSchedule returns the MonitorSchedule field value if set, zero value otherwise.

func (*SslNetworkResponse) GetMonitorScheduleOk ¶

GetMonitorScheduleOk returns a tuple with the MonitorSchedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkResponse) GetMonitorStatus ¶

GetMonitorStatus returns the MonitorStatus field value if set, zero value otherwise.

func (*SslNetworkResponse) GetMonitorStatusOk ¶

func (o *SslNetworkResponse) GetMonitorStatusOk() (*CSSCMSCoreEnumsSslNetworkJobStatus, bool)

GetMonitorStatusOk returns a tuple with the MonitorStatus field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkResponse) GetMonitorTimeoutMs ¶

func (o *SslNetworkResponse) GetMonitorTimeoutMs() float64

GetMonitorTimeoutMs returns the MonitorTimeoutMs field value if set, zero value otherwise.

func (*SslNetworkResponse) GetMonitorTimeoutMsOk ¶

func (o *SslNetworkResponse) GetMonitorTimeoutMsOk() (*float64, bool)

GetMonitorTimeoutMsOk returns a tuple with the MonitorTimeoutMs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkResponse) GetName ¶

func (o *SslNetworkResponse) GetName() string

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SslNetworkResponse) GetNameOk ¶

func (o *SslNetworkResponse) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SslNetworkResponse) GetNetworkId ¶

func (o *SslNetworkResponse) GetNetworkId() string

GetNetworkId returns the NetworkId field value if set, zero value otherwise.

func (*SslNetworkResponse) GetNetworkIdOk ¶

func (o *SslNetworkResponse) GetNetworkIdOk() (*string, bool)

GetNetworkIdOk returns a tuple with the NetworkId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslNetworkResponse) GetQuietHours ¶

func (o *SslNetworkResponse) GetQuietHours() []SslQuietHourResponse

GetQuietHours returns the QuietHours field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SslNetworkResponse) GetQuietHoursOk ¶

func (o *SslNetworkResponse) GetQuietHoursOk() ([]SslQuietHourResponse, bool)

GetQuietHoursOk returns a tuple with the QuietHours field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SslNetworkResponse) GetSslAlertRecipients ¶

func (o *SslNetworkResponse) GetSslAlertRecipients() []string

GetSslAlertRecipients returns the SslAlertRecipients field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SslNetworkResponse) GetSslAlertRecipientsOk ¶

func (o *SslNetworkResponse) GetSslAlertRecipientsOk() ([]string, bool)

GetSslAlertRecipientsOk returns a tuple with the SslAlertRecipients field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SslNetworkResponse) HasAgentPoolId ¶

func (o *SslNetworkResponse) HasAgentPoolId() bool

HasAgentPoolId returns a boolean if a field has been set.

func (*SslNetworkResponse) HasAgentPoolName ¶

func (o *SslNetworkResponse) HasAgentPoolName() bool

HasAgentPoolName returns a boolean if a field has been set.

func (*SslNetworkResponse) HasAutoMonitor ¶

func (o *SslNetworkResponse) HasAutoMonitor() bool

HasAutoMonitor returns a boolean if a field has been set.

func (*SslNetworkResponse) HasBlackoutEnd ¶

func (o *SslNetworkResponse) HasBlackoutEnd() bool

HasBlackoutEnd returns a boolean if a field has been set.

func (*SslNetworkResponse) HasBlackoutStart ¶

func (o *SslNetworkResponse) HasBlackoutStart() bool

HasBlackoutStart returns a boolean if a field has been set.

func (*SslNetworkResponse) HasDescription ¶

func (o *SslNetworkResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*SslNetworkResponse) HasDiscoverJobParts ¶

func (o *SslNetworkResponse) HasDiscoverJobParts() bool

HasDiscoverJobParts returns a boolean if a field has been set.

func (*SslNetworkResponse) HasDiscoverLastScanned ¶

func (o *SslNetworkResponse) HasDiscoverLastScanned() bool

HasDiscoverLastScanned returns a boolean if a field has been set.

func (*SslNetworkResponse) HasDiscoverPercentComplete ¶

func (o *SslNetworkResponse) HasDiscoverPercentComplete() bool

HasDiscoverPercentComplete returns a boolean if a field has been set.

func (*SslNetworkResponse) HasDiscoverSchedule ¶

func (o *SslNetworkResponse) HasDiscoverSchedule() bool

HasDiscoverSchedule returns a boolean if a field has been set.

func (*SslNetworkResponse) HasDiscoverStatus ¶

func (o *SslNetworkResponse) HasDiscoverStatus() bool

HasDiscoverStatus returns a boolean if a field has been set.

func (*SslNetworkResponse) HasDiscoverTimeoutMs ¶

func (o *SslNetworkResponse) HasDiscoverTimeoutMs() bool

HasDiscoverTimeoutMs returns a boolean if a field has been set.

func (*SslNetworkResponse) HasEnabled ¶

func (o *SslNetworkResponse) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*SslNetworkResponse) HasExpirationAlertDays ¶

func (o *SslNetworkResponse) HasExpirationAlertDays() bool

HasExpirationAlertDays returns a boolean if a field has been set.

func (*SslNetworkResponse) HasGetRobots ¶

func (o *SslNetworkResponse) HasGetRobots() bool

HasGetRobots returns a boolean if a field has been set.

func (*SslNetworkResponse) HasMonitorJobParts ¶

func (o *SslNetworkResponse) HasMonitorJobParts() bool

HasMonitorJobParts returns a boolean if a field has been set.

func (*SslNetworkResponse) HasMonitorLastScanned ¶

func (o *SslNetworkResponse) HasMonitorLastScanned() bool

HasMonitorLastScanned returns a boolean if a field has been set.

func (*SslNetworkResponse) HasMonitorPercentComplete ¶

func (o *SslNetworkResponse) HasMonitorPercentComplete() bool

HasMonitorPercentComplete returns a boolean if a field has been set.

func (*SslNetworkResponse) HasMonitorSchedule ¶

func (o *SslNetworkResponse) HasMonitorSchedule() bool

HasMonitorSchedule returns a boolean if a field has been set.

func (*SslNetworkResponse) HasMonitorStatus ¶

func (o *SslNetworkResponse) HasMonitorStatus() bool

HasMonitorStatus returns a boolean if a field has been set.

func (*SslNetworkResponse) HasMonitorTimeoutMs ¶

func (o *SslNetworkResponse) HasMonitorTimeoutMs() bool

HasMonitorTimeoutMs returns a boolean if a field has been set.

func (*SslNetworkResponse) HasName ¶

func (o *SslNetworkResponse) HasName() bool

HasName returns a boolean if a field has been set.

func (*SslNetworkResponse) HasNetworkId ¶

func (o *SslNetworkResponse) HasNetworkId() bool

HasNetworkId returns a boolean if a field has been set.

func (*SslNetworkResponse) HasQuietHours ¶

func (o *SslNetworkResponse) HasQuietHours() bool

HasQuietHours returns a boolean if a field has been set.

func (*SslNetworkResponse) HasSslAlertRecipients ¶

func (o *SslNetworkResponse) HasSslAlertRecipients() bool

HasSslAlertRecipients returns a boolean if a field has been set.

func (SslNetworkResponse) MarshalJSON ¶

func (o SslNetworkResponse) MarshalJSON() ([]byte, error)

func (*SslNetworkResponse) SetAgentPoolId ¶

func (o *SslNetworkResponse) SetAgentPoolId(v string)

SetAgentPoolId gets a reference to the given NullableString and assigns it to the AgentPoolId field.

func (*SslNetworkResponse) SetAgentPoolIdNil ¶

func (o *SslNetworkResponse) SetAgentPoolIdNil()

SetAgentPoolIdNil sets the value for AgentPoolId to be an explicit nil

func (*SslNetworkResponse) SetAgentPoolName ¶

func (o *SslNetworkResponse) SetAgentPoolName(v string)

SetAgentPoolName gets a reference to the given NullableString and assigns it to the AgentPoolName field.

func (*SslNetworkResponse) SetAgentPoolNameNil ¶

func (o *SslNetworkResponse) SetAgentPoolNameNil()

SetAgentPoolNameNil sets the value for AgentPoolName to be an explicit nil

func (*SslNetworkResponse) SetAutoMonitor ¶

func (o *SslNetworkResponse) SetAutoMonitor(v bool)

SetAutoMonitor gets a reference to the given bool and assigns it to the AutoMonitor field.

func (*SslNetworkResponse) SetBlackoutEnd ¶

SetBlackoutEnd gets a reference to the given KeyfactorCommonSchedulingModelsWeeklyModel and assigns it to the BlackoutEnd field.

func (*SslNetworkResponse) SetBlackoutStart ¶

SetBlackoutStart gets a reference to the given KeyfactorCommonSchedulingModelsWeeklyModel and assigns it to the BlackoutStart field.

func (*SslNetworkResponse) SetDescription ¶

func (o *SslNetworkResponse) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*SslNetworkResponse) SetDescriptionNil ¶

func (o *SslNetworkResponse) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*SslNetworkResponse) SetDiscoverJobParts ¶

func (o *SslNetworkResponse) SetDiscoverJobParts(v int32)

SetDiscoverJobParts gets a reference to the given int32 and assigns it to the DiscoverJobParts field.

func (*SslNetworkResponse) SetDiscoverLastScanned ¶

func (o *SslNetworkResponse) SetDiscoverLastScanned(v time.Time)

SetDiscoverLastScanned gets a reference to the given NullableTime and assigns it to the DiscoverLastScanned field.

func (*SslNetworkResponse) SetDiscoverLastScannedNil ¶

func (o *SslNetworkResponse) SetDiscoverLastScannedNil()

SetDiscoverLastScannedNil sets the value for DiscoverLastScanned to be an explicit nil

func (*SslNetworkResponse) SetDiscoverPercentComplete ¶

func (o *SslNetworkResponse) SetDiscoverPercentComplete(v float64)

SetDiscoverPercentComplete gets a reference to the given float64 and assigns it to the DiscoverPercentComplete field.

func (*SslNetworkResponse) SetDiscoverSchedule ¶

SetDiscoverSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the DiscoverSchedule field.

func (*SslNetworkResponse) SetDiscoverStatus ¶

SetDiscoverStatus gets a reference to the given CSSCMSCoreEnumsSslNetworkJobStatus and assigns it to the DiscoverStatus field.

func (*SslNetworkResponse) SetDiscoverTimeoutMs ¶

func (o *SslNetworkResponse) SetDiscoverTimeoutMs(v float64)

SetDiscoverTimeoutMs gets a reference to the given float64 and assigns it to the DiscoverTimeoutMs field.

func (*SslNetworkResponse) SetEnabled ¶

func (o *SslNetworkResponse) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*SslNetworkResponse) SetExpirationAlertDays ¶

func (o *SslNetworkResponse) SetExpirationAlertDays(v float64)

SetExpirationAlertDays gets a reference to the given float64 and assigns it to the ExpirationAlertDays field.

func (*SslNetworkResponse) SetGetRobots ¶

func (o *SslNetworkResponse) SetGetRobots(v bool)

SetGetRobots gets a reference to the given bool and assigns it to the GetRobots field.

func (*SslNetworkResponse) SetMonitorJobParts ¶

func (o *SslNetworkResponse) SetMonitorJobParts(v int32)

SetMonitorJobParts gets a reference to the given int32 and assigns it to the MonitorJobParts field.

func (*SslNetworkResponse) SetMonitorLastScanned ¶

func (o *SslNetworkResponse) SetMonitorLastScanned(v time.Time)

SetMonitorLastScanned gets a reference to the given NullableTime and assigns it to the MonitorLastScanned field.

func (*SslNetworkResponse) SetMonitorLastScannedNil ¶

func (o *SslNetworkResponse) SetMonitorLastScannedNil()

SetMonitorLastScannedNil sets the value for MonitorLastScanned to be an explicit nil

func (*SslNetworkResponse) SetMonitorPercentComplete ¶

func (o *SslNetworkResponse) SetMonitorPercentComplete(v float64)

SetMonitorPercentComplete gets a reference to the given float64 and assigns it to the MonitorPercentComplete field.

func (*SslNetworkResponse) SetMonitorSchedule ¶

SetMonitorSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the MonitorSchedule field.

func (*SslNetworkResponse) SetMonitorStatus ¶

SetMonitorStatus gets a reference to the given CSSCMSCoreEnumsSslNetworkJobStatus and assigns it to the MonitorStatus field.

func (*SslNetworkResponse) SetMonitorTimeoutMs ¶

func (o *SslNetworkResponse) SetMonitorTimeoutMs(v float64)

SetMonitorTimeoutMs gets a reference to the given float64 and assigns it to the MonitorTimeoutMs field.

func (*SslNetworkResponse) SetName ¶

func (o *SslNetworkResponse) SetName(v string)

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*SslNetworkResponse) SetNameNil ¶

func (o *SslNetworkResponse) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*SslNetworkResponse) SetNetworkId ¶

func (o *SslNetworkResponse) SetNetworkId(v string)

SetNetworkId gets a reference to the given string and assigns it to the NetworkId field.

func (*SslNetworkResponse) SetQuietHours ¶

func (o *SslNetworkResponse) SetQuietHours(v []SslQuietHourResponse)

SetQuietHours gets a reference to the given []SslQuietHourResponse and assigns it to the QuietHours field.

func (*SslNetworkResponse) SetSslAlertRecipients ¶

func (o *SslNetworkResponse) SetSslAlertRecipients(v []string)

SetSslAlertRecipients gets a reference to the given []string and assigns it to the SslAlertRecipients field.

func (SslNetworkResponse) ToMap ¶

func (o SslNetworkResponse) ToMap() (map[string]interface{}, error)

func (*SslNetworkResponse) UnsetAgentPoolId ¶

func (o *SslNetworkResponse) UnsetAgentPoolId()

UnsetAgentPoolId ensures that no value is present for AgentPoolId, not even an explicit nil

func (*SslNetworkResponse) UnsetAgentPoolName ¶

func (o *SslNetworkResponse) UnsetAgentPoolName()

UnsetAgentPoolName ensures that no value is present for AgentPoolName, not even an explicit nil

func (*SslNetworkResponse) UnsetDescription ¶

func (o *SslNetworkResponse) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

func (*SslNetworkResponse) UnsetDiscoverLastScanned ¶

func (o *SslNetworkResponse) UnsetDiscoverLastScanned()

UnsetDiscoverLastScanned ensures that no value is present for DiscoverLastScanned, not even an explicit nil

func (*SslNetworkResponse) UnsetMonitorLastScanned ¶

func (o *SslNetworkResponse) UnsetMonitorLastScanned()

UnsetMonitorLastScanned ensures that no value is present for MonitorLastScanned, not even an explicit nil

func (*SslNetworkResponse) UnsetName ¶

func (o *SslNetworkResponse) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

type SslQuietHourRequest ¶

type SslQuietHourRequest struct {
	StartDay  *SystemDayOfWeek `json:"StartDay,omitempty"`
	StartTime *time.Time       `json:"StartTime,omitempty"`
	EndDay    *SystemDayOfWeek `json:"EndDay,omitempty"`
	EndTime   *time.Time       `json:"EndTime,omitempty"`
}

SslQuietHourRequest struct for SslQuietHourRequest

func NewSslQuietHourRequest ¶

func NewSslQuietHourRequest() *SslQuietHourRequest

NewSslQuietHourRequest instantiates a new SslQuietHourRequest 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 NewSslQuietHourRequestWithDefaults ¶

func NewSslQuietHourRequestWithDefaults() *SslQuietHourRequest

NewSslQuietHourRequestWithDefaults instantiates a new SslQuietHourRequest 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 (*SslQuietHourRequest) GetEndDay ¶

func (o *SslQuietHourRequest) GetEndDay() SystemDayOfWeek

GetEndDay returns the EndDay field value if set, zero value otherwise.

func (*SslQuietHourRequest) GetEndDayOk ¶

func (o *SslQuietHourRequest) GetEndDayOk() (*SystemDayOfWeek, bool)

GetEndDayOk returns a tuple with the EndDay field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslQuietHourRequest) GetEndTime ¶

func (o *SslQuietHourRequest) GetEndTime() time.Time

GetEndTime returns the EndTime field value if set, zero value otherwise.

func (*SslQuietHourRequest) GetEndTimeOk ¶

func (o *SslQuietHourRequest) GetEndTimeOk() (*time.Time, bool)

GetEndTimeOk returns a tuple with the EndTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslQuietHourRequest) GetStartDay ¶

func (o *SslQuietHourRequest) GetStartDay() SystemDayOfWeek

GetStartDay returns the StartDay field value if set, zero value otherwise.

func (*SslQuietHourRequest) GetStartDayOk ¶

func (o *SslQuietHourRequest) GetStartDayOk() (*SystemDayOfWeek, bool)

GetStartDayOk returns a tuple with the StartDay field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslQuietHourRequest) GetStartTime ¶

func (o *SslQuietHourRequest) GetStartTime() time.Time

GetStartTime returns the StartTime field value if set, zero value otherwise.

func (*SslQuietHourRequest) GetStartTimeOk ¶

func (o *SslQuietHourRequest) GetStartTimeOk() (*time.Time, bool)

GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslQuietHourRequest) HasEndDay ¶

func (o *SslQuietHourRequest) HasEndDay() bool

HasEndDay returns a boolean if a field has been set.

func (*SslQuietHourRequest) HasEndTime ¶

func (o *SslQuietHourRequest) HasEndTime() bool

HasEndTime returns a boolean if a field has been set.

func (*SslQuietHourRequest) HasStartDay ¶

func (o *SslQuietHourRequest) HasStartDay() bool

HasStartDay returns a boolean if a field has been set.

func (*SslQuietHourRequest) HasStartTime ¶

func (o *SslQuietHourRequest) HasStartTime() bool

HasStartTime returns a boolean if a field has been set.

func (SslQuietHourRequest) MarshalJSON ¶

func (o SslQuietHourRequest) MarshalJSON() ([]byte, error)

func (*SslQuietHourRequest) SetEndDay ¶

func (o *SslQuietHourRequest) SetEndDay(v SystemDayOfWeek)

SetEndDay gets a reference to the given SystemDayOfWeek and assigns it to the EndDay field.

func (*SslQuietHourRequest) SetEndTime ¶

func (o *SslQuietHourRequest) SetEndTime(v time.Time)

SetEndTime gets a reference to the given time.Time and assigns it to the EndTime field.

func (*SslQuietHourRequest) SetStartDay ¶

func (o *SslQuietHourRequest) SetStartDay(v SystemDayOfWeek)

SetStartDay gets a reference to the given SystemDayOfWeek and assigns it to the StartDay field.

func (*SslQuietHourRequest) SetStartTime ¶

func (o *SslQuietHourRequest) SetStartTime(v time.Time)

SetStartTime gets a reference to the given time.Time and assigns it to the StartTime field.

func (SslQuietHourRequest) ToMap ¶

func (o SslQuietHourRequest) ToMap() (map[string]interface{}, error)

type SslQuietHourResponse ¶

type SslQuietHourResponse struct {
	StartDay  *SystemDayOfWeek `json:"StartDay,omitempty"`
	StartTime *time.Time       `json:"StartTime,omitempty"`
	EndDay    *SystemDayOfWeek `json:"EndDay,omitempty"`
	EndTime   *time.Time       `json:"EndTime,omitempty"`
}

SslQuietHourResponse struct for SslQuietHourResponse

func NewSslQuietHourResponse ¶

func NewSslQuietHourResponse() *SslQuietHourResponse

NewSslQuietHourResponse instantiates a new SslQuietHourResponse 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 NewSslQuietHourResponseWithDefaults ¶

func NewSslQuietHourResponseWithDefaults() *SslQuietHourResponse

NewSslQuietHourResponseWithDefaults instantiates a new SslQuietHourResponse 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 (*SslQuietHourResponse) GetEndDay ¶

func (o *SslQuietHourResponse) GetEndDay() SystemDayOfWeek

GetEndDay returns the EndDay field value if set, zero value otherwise.

func (*SslQuietHourResponse) GetEndDayOk ¶

func (o *SslQuietHourResponse) GetEndDayOk() (*SystemDayOfWeek, bool)

GetEndDayOk returns a tuple with the EndDay field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslQuietHourResponse) GetEndTime ¶

func (o *SslQuietHourResponse) GetEndTime() time.Time

GetEndTime returns the EndTime field value if set, zero value otherwise.

func (*SslQuietHourResponse) GetEndTimeOk ¶

func (o *SslQuietHourResponse) GetEndTimeOk() (*time.Time, bool)

GetEndTimeOk returns a tuple with the EndTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslQuietHourResponse) GetStartDay ¶

func (o *SslQuietHourResponse) GetStartDay() SystemDayOfWeek

GetStartDay returns the StartDay field value if set, zero value otherwise.

func (*SslQuietHourResponse) GetStartDayOk ¶

func (o *SslQuietHourResponse) GetStartDayOk() (*SystemDayOfWeek, bool)

GetStartDayOk returns a tuple with the StartDay field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslQuietHourResponse) GetStartTime ¶

func (o *SslQuietHourResponse) GetStartTime() time.Time

GetStartTime returns the StartTime field value if set, zero value otherwise.

func (*SslQuietHourResponse) GetStartTimeOk ¶

func (o *SslQuietHourResponse) GetStartTimeOk() (*time.Time, bool)

GetStartTimeOk returns a tuple with the StartTime field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslQuietHourResponse) HasEndDay ¶

func (o *SslQuietHourResponse) HasEndDay() bool

HasEndDay returns a boolean if a field has been set.

func (*SslQuietHourResponse) HasEndTime ¶

func (o *SslQuietHourResponse) HasEndTime() bool

HasEndTime returns a boolean if a field has been set.

func (*SslQuietHourResponse) HasStartDay ¶

func (o *SslQuietHourResponse) HasStartDay() bool

HasStartDay returns a boolean if a field has been set.

func (*SslQuietHourResponse) HasStartTime ¶

func (o *SslQuietHourResponse) HasStartTime() bool

HasStartTime returns a boolean if a field has been set.

func (SslQuietHourResponse) MarshalJSON ¶

func (o SslQuietHourResponse) MarshalJSON() ([]byte, error)

func (*SslQuietHourResponse) SetEndDay ¶

func (o *SslQuietHourResponse) SetEndDay(v SystemDayOfWeek)

SetEndDay gets a reference to the given SystemDayOfWeek and assigns it to the EndDay field.

func (*SslQuietHourResponse) SetEndTime ¶

func (o *SslQuietHourResponse) SetEndTime(v time.Time)

SetEndTime gets a reference to the given time.Time and assigns it to the EndTime field.

func (*SslQuietHourResponse) SetStartDay ¶

func (o *SslQuietHourResponse) SetStartDay(v SystemDayOfWeek)

SetStartDay gets a reference to the given SystemDayOfWeek and assigns it to the StartDay field.

func (*SslQuietHourResponse) SetStartTime ¶

func (o *SslQuietHourResponse) SetStartTime(v time.Time)

SetStartTime gets a reference to the given time.Time and assigns it to the StartTime field.

func (SslQuietHourResponse) ToMap ¶

func (o SslQuietHourResponse) ToMap() (map[string]interface{}, error)

type SslUpdateNetworkRequest ¶

type SslUpdateNetworkRequest struct {
	NetworkId           string                                      `json:"NetworkId"`
	Name                string                                      `json:"Name"`
	AgentPoolName       string                                      `json:"AgentPoolName"`
	Description         string                                      `json:"Description"`
	Enabled             *bool                                       `json:"Enabled,omitempty"`
	DiscoverSchedule    *KeyfactorCommonSchedulingKeyfactorSchedule `json:"DiscoverSchedule,omitempty"`
	MonitorSchedule     *KeyfactorCommonSchedulingKeyfactorSchedule `json:"MonitorSchedule,omitempty"`
	SslAlertRecipients  []string                                    `json:"SslAlertRecipients,omitempty"`
	AutoMonitor         *bool                                       `json:"AutoMonitor,omitempty"`
	GetRobots           *bool                                       `json:"GetRobots,omitempty"`
	DiscoverTimeoutMs   *float64                                    `json:"DiscoverTimeoutMs,omitempty"`
	MonitorTimeoutMs    *float64                                    `json:"MonitorTimeoutMs,omitempty"`
	ExpirationAlertDays *float64                                    `json:"ExpirationAlertDays,omitempty"`
	QuietHours          []SslQuietHourRequest                       `json:"QuietHours,omitempty"`
	BlackoutStart       *KeyfactorCommonSchedulingModelsWeeklyModel `json:"BlackoutStart,omitempty"`
	BlackoutEnd         *KeyfactorCommonSchedulingModelsWeeklyModel `json:"BlackoutEnd,omitempty"`
}

SslUpdateNetworkRequest struct for SslUpdateNetworkRequest

func NewSslUpdateNetworkRequest ¶

func NewSslUpdateNetworkRequest(networkId string, name string, agentPoolName string, description string) *SslUpdateNetworkRequest

NewSslUpdateNetworkRequest instantiates a new SslUpdateNetworkRequest 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 NewSslUpdateNetworkRequestWithDefaults ¶

func NewSslUpdateNetworkRequestWithDefaults() *SslUpdateNetworkRequest

NewSslUpdateNetworkRequestWithDefaults instantiates a new SslUpdateNetworkRequest 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 (*SslUpdateNetworkRequest) GetAgentPoolName ¶

func (o *SslUpdateNetworkRequest) GetAgentPoolName() string

GetAgentPoolName returns the AgentPoolName field value

func (*SslUpdateNetworkRequest) GetAgentPoolNameOk ¶

func (o *SslUpdateNetworkRequest) GetAgentPoolNameOk() (*string, bool)

GetAgentPoolNameOk returns a tuple with the AgentPoolName field value and a boolean to check if the value has been set.

func (*SslUpdateNetworkRequest) GetAutoMonitor ¶

func (o *SslUpdateNetworkRequest) GetAutoMonitor() bool

GetAutoMonitor returns the AutoMonitor field value if set, zero value otherwise.

func (*SslUpdateNetworkRequest) GetAutoMonitorOk ¶

func (o *SslUpdateNetworkRequest) GetAutoMonitorOk() (*bool, bool)

GetAutoMonitorOk returns a tuple with the AutoMonitor field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslUpdateNetworkRequest) GetBlackoutEnd ¶

GetBlackoutEnd returns the BlackoutEnd field value if set, zero value otherwise.

func (*SslUpdateNetworkRequest) GetBlackoutEndOk ¶

GetBlackoutEndOk returns a tuple with the BlackoutEnd field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslUpdateNetworkRequest) GetBlackoutStart ¶

GetBlackoutStart returns the BlackoutStart field value if set, zero value otherwise.

func (*SslUpdateNetworkRequest) GetBlackoutStartOk ¶

GetBlackoutStartOk returns a tuple with the BlackoutStart field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslUpdateNetworkRequest) GetDescription ¶

func (o *SslUpdateNetworkRequest) GetDescription() string

GetDescription returns the Description field value

func (*SslUpdateNetworkRequest) GetDescriptionOk ¶

func (o *SslUpdateNetworkRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*SslUpdateNetworkRequest) GetDiscoverSchedule ¶

GetDiscoverSchedule returns the DiscoverSchedule field value if set, zero value otherwise.

func (*SslUpdateNetworkRequest) GetDiscoverScheduleOk ¶

GetDiscoverScheduleOk returns a tuple with the DiscoverSchedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslUpdateNetworkRequest) GetDiscoverTimeoutMs ¶

func (o *SslUpdateNetworkRequest) GetDiscoverTimeoutMs() float64

GetDiscoverTimeoutMs returns the DiscoverTimeoutMs field value if set, zero value otherwise.

func (*SslUpdateNetworkRequest) GetDiscoverTimeoutMsOk ¶

func (o *SslUpdateNetworkRequest) GetDiscoverTimeoutMsOk() (*float64, bool)

GetDiscoverTimeoutMsOk returns a tuple with the DiscoverTimeoutMs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslUpdateNetworkRequest) GetEnabled ¶

func (o *SslUpdateNetworkRequest) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*SslUpdateNetworkRequest) GetEnabledOk ¶

func (o *SslUpdateNetworkRequest) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslUpdateNetworkRequest) GetExpirationAlertDays ¶

func (o *SslUpdateNetworkRequest) GetExpirationAlertDays() float64

GetExpirationAlertDays returns the ExpirationAlertDays field value if set, zero value otherwise.

func (*SslUpdateNetworkRequest) GetExpirationAlertDaysOk ¶

func (o *SslUpdateNetworkRequest) GetExpirationAlertDaysOk() (*float64, bool)

GetExpirationAlertDaysOk returns a tuple with the ExpirationAlertDays field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslUpdateNetworkRequest) GetGetRobots ¶

func (o *SslUpdateNetworkRequest) GetGetRobots() bool

GetGetRobots returns the GetRobots field value if set, zero value otherwise.

func (*SslUpdateNetworkRequest) GetGetRobotsOk ¶

func (o *SslUpdateNetworkRequest) GetGetRobotsOk() (*bool, bool)

GetGetRobotsOk returns a tuple with the GetRobots field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslUpdateNetworkRequest) GetMonitorSchedule ¶

GetMonitorSchedule returns the MonitorSchedule field value if set, zero value otherwise.

func (*SslUpdateNetworkRequest) GetMonitorScheduleOk ¶

GetMonitorScheduleOk returns a tuple with the MonitorSchedule field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslUpdateNetworkRequest) GetMonitorTimeoutMs ¶

func (o *SslUpdateNetworkRequest) GetMonitorTimeoutMs() float64

GetMonitorTimeoutMs returns the MonitorTimeoutMs field value if set, zero value otherwise.

func (*SslUpdateNetworkRequest) GetMonitorTimeoutMsOk ¶

func (o *SslUpdateNetworkRequest) GetMonitorTimeoutMsOk() (*float64, bool)

GetMonitorTimeoutMsOk returns a tuple with the MonitorTimeoutMs field value if set, nil otherwise and a boolean to check if the value has been set.

func (*SslUpdateNetworkRequest) GetName ¶

func (o *SslUpdateNetworkRequest) GetName() string

GetName returns the Name field value

func (*SslUpdateNetworkRequest) GetNameOk ¶

func (o *SslUpdateNetworkRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*SslUpdateNetworkRequest) GetNetworkId ¶

func (o *SslUpdateNetworkRequest) GetNetworkId() string

GetNetworkId returns the NetworkId field value

func (*SslUpdateNetworkRequest) GetNetworkIdOk ¶

func (o *SslUpdateNetworkRequest) GetNetworkIdOk() (*string, bool)

GetNetworkIdOk returns a tuple with the NetworkId field value and a boolean to check if the value has been set.

func (*SslUpdateNetworkRequest) GetQuietHours ¶

func (o *SslUpdateNetworkRequest) GetQuietHours() []SslQuietHourRequest

GetQuietHours returns the QuietHours field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SslUpdateNetworkRequest) GetQuietHoursOk ¶

func (o *SslUpdateNetworkRequest) GetQuietHoursOk() ([]SslQuietHourRequest, bool)

GetQuietHoursOk returns a tuple with the QuietHours field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SslUpdateNetworkRequest) GetSslAlertRecipients ¶

func (o *SslUpdateNetworkRequest) GetSslAlertRecipients() []string

GetSslAlertRecipients returns the SslAlertRecipients field value if set, zero value otherwise (both if not set or set to explicit null).

func (*SslUpdateNetworkRequest) GetSslAlertRecipientsOk ¶

func (o *SslUpdateNetworkRequest) GetSslAlertRecipientsOk() ([]string, bool)

GetSslAlertRecipientsOk returns a tuple with the SslAlertRecipients field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*SslUpdateNetworkRequest) HasAutoMonitor ¶

func (o *SslUpdateNetworkRequest) HasAutoMonitor() bool

HasAutoMonitor returns a boolean if a field has been set.

func (*SslUpdateNetworkRequest) HasBlackoutEnd ¶

func (o *SslUpdateNetworkRequest) HasBlackoutEnd() bool

HasBlackoutEnd returns a boolean if a field has been set.

func (*SslUpdateNetworkRequest) HasBlackoutStart ¶

func (o *SslUpdateNetworkRequest) HasBlackoutStart() bool

HasBlackoutStart returns a boolean if a field has been set.

func (*SslUpdateNetworkRequest) HasDiscoverSchedule ¶

func (o *SslUpdateNetworkRequest) HasDiscoverSchedule() bool

HasDiscoverSchedule returns a boolean if a field has been set.

func (*SslUpdateNetworkRequest) HasDiscoverTimeoutMs ¶

func (o *SslUpdateNetworkRequest) HasDiscoverTimeoutMs() bool

HasDiscoverTimeoutMs returns a boolean if a field has been set.

func (*SslUpdateNetworkRequest) HasEnabled ¶

func (o *SslUpdateNetworkRequest) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*SslUpdateNetworkRequest) HasExpirationAlertDays ¶

func (o *SslUpdateNetworkRequest) HasExpirationAlertDays() bool

HasExpirationAlertDays returns a boolean if a field has been set.

func (*SslUpdateNetworkRequest) HasGetRobots ¶

func (o *SslUpdateNetworkRequest) HasGetRobots() bool

HasGetRobots returns a boolean if a field has been set.

func (*SslUpdateNetworkRequest) HasMonitorSchedule ¶

func (o *SslUpdateNetworkRequest) HasMonitorSchedule() bool

HasMonitorSchedule returns a boolean if a field has been set.

func (*SslUpdateNetworkRequest) HasMonitorTimeoutMs ¶

func (o *SslUpdateNetworkRequest) HasMonitorTimeoutMs() bool

HasMonitorTimeoutMs returns a boolean if a field has been set.

func (*SslUpdateNetworkRequest) HasQuietHours ¶

func (o *SslUpdateNetworkRequest) HasQuietHours() bool

HasQuietHours returns a boolean if a field has been set.

func (*SslUpdateNetworkRequest) HasSslAlertRecipients ¶

func (o *SslUpdateNetworkRequest) HasSslAlertRecipients() bool

HasSslAlertRecipients returns a boolean if a field has been set.

func (SslUpdateNetworkRequest) MarshalJSON ¶

func (o SslUpdateNetworkRequest) MarshalJSON() ([]byte, error)

func (*SslUpdateNetworkRequest) SetAgentPoolName ¶

func (o *SslUpdateNetworkRequest) SetAgentPoolName(v string)

SetAgentPoolName sets field value

func (*SslUpdateNetworkRequest) SetAutoMonitor ¶

func (o *SslUpdateNetworkRequest) SetAutoMonitor(v bool)

SetAutoMonitor gets a reference to the given bool and assigns it to the AutoMonitor field.

func (*SslUpdateNetworkRequest) SetBlackoutEnd ¶

SetBlackoutEnd gets a reference to the given KeyfactorCommonSchedulingModelsWeeklyModel and assigns it to the BlackoutEnd field.

func (*SslUpdateNetworkRequest) SetBlackoutStart ¶

SetBlackoutStart gets a reference to the given KeyfactorCommonSchedulingModelsWeeklyModel and assigns it to the BlackoutStart field.

func (*SslUpdateNetworkRequest) SetDescription ¶

func (o *SslUpdateNetworkRequest) SetDescription(v string)

SetDescription sets field value

func (*SslUpdateNetworkRequest) SetDiscoverSchedule ¶

SetDiscoverSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the DiscoverSchedule field.

func (*SslUpdateNetworkRequest) SetDiscoverTimeoutMs ¶

func (o *SslUpdateNetworkRequest) SetDiscoverTimeoutMs(v float64)

SetDiscoverTimeoutMs gets a reference to the given float64 and assigns it to the DiscoverTimeoutMs field.

func (*SslUpdateNetworkRequest) SetEnabled ¶

func (o *SslUpdateNetworkRequest) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*SslUpdateNetworkRequest) SetExpirationAlertDays ¶

func (o *SslUpdateNetworkRequest) SetExpirationAlertDays(v float64)

SetExpirationAlertDays gets a reference to the given float64 and assigns it to the ExpirationAlertDays field.

func (*SslUpdateNetworkRequest) SetGetRobots ¶

func (o *SslUpdateNetworkRequest) SetGetRobots(v bool)

SetGetRobots gets a reference to the given bool and assigns it to the GetRobots field.

func (*SslUpdateNetworkRequest) SetMonitorSchedule ¶

SetMonitorSchedule gets a reference to the given KeyfactorCommonSchedulingKeyfactorSchedule and assigns it to the MonitorSchedule field.

func (*SslUpdateNetworkRequest) SetMonitorTimeoutMs ¶

func (o *SslUpdateNetworkRequest) SetMonitorTimeoutMs(v float64)

SetMonitorTimeoutMs gets a reference to the given float64 and assigns it to the MonitorTimeoutMs field.

func (*SslUpdateNetworkRequest) SetName ¶

func (o *SslUpdateNetworkRequest) SetName(v string)

SetName sets field value

func (*SslUpdateNetworkRequest) SetNetworkId ¶

func (o *SslUpdateNetworkRequest) SetNetworkId(v string)

SetNetworkId sets field value

func (*SslUpdateNetworkRequest) SetQuietHours ¶

func (o *SslUpdateNetworkRequest) SetQuietHours(v []SslQuietHourRequest)

SetQuietHours gets a reference to the given []SslQuietHourRequest and assigns it to the QuietHours field.

func (*SslUpdateNetworkRequest) SetSslAlertRecipients ¶

func (o *SslUpdateNetworkRequest) SetSslAlertRecipients(v []string)

SetSslAlertRecipients gets a reference to the given []string and assigns it to the SslAlertRecipients field.

func (SslUpdateNetworkRequest) ToMap ¶

func (o SslUpdateNetworkRequest) ToMap() (map[string]interface{}, error)

type StatusApiService ¶

type StatusApiService service

StatusApiService StatusApi service

func (*StatusApiService) GetStatusEndpointsExecute ¶

func (a *StatusApiService) GetStatusEndpointsExecute(r ApiGetStatusEndpointsRequest) ([]string, *http.Response, error)

Executes the API request V1 GET /Status/Endpoints

@return []string

func (*StatusApiService) GetStatusHealthCheckExecute ¶

func (a *StatusApiService) GetStatusHealthCheckExecute(r ApiGetStatusHealthCheckRequest) (*http.Response, error)

Executes the API request

func (*StatusApiService) NewGetStatusEndpointsRequest ¶

func (a *StatusApiService) NewGetStatusEndpointsRequest(ctx context.Context) ApiGetStatusEndpointsRequest

Creates a new V1 GET /Status/Endpoints request.

GetStatusEndpoints Returns all endpoints to which the requesting identity has access

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetStatusEndpointsRequest

func (*StatusApiService) NewGetStatusHealthCheckRequest ¶

func (a *StatusApiService) NewGetStatusHealthCheckRequest(ctx context.Context) ApiGetStatusHealthCheckRequest

Creates a new V1 GET /Status/HealthCheck request.

GetStatusHealthCheck Returns the current status of the API's ability to connect to the database.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetStatusHealthCheckRequest

type SystemDayOfWeek ¶

type SystemDayOfWeek int32

SystemDayOfWeek the model 'SystemDayOfWeek'

const (
	SYSTEMDAYOFWEEK_Sunday    SystemDayOfWeek = 0
	SYSTEMDAYOFWEEK_Monday    SystemDayOfWeek = 1
	SYSTEMDAYOFWEEK_Tuesday   SystemDayOfWeek = 2
	SYSTEMDAYOFWEEK_Wednesday SystemDayOfWeek = 3
	SYSTEMDAYOFWEEK_Thursday  SystemDayOfWeek = 4
	SYSTEMDAYOFWEEK_Friday    SystemDayOfWeek = 5
	SYSTEMDAYOFWEEK_Saturday  SystemDayOfWeek = 6
)

List of System.DayOfWeek

func NewSystemDayOfWeekFromValue ¶

func NewSystemDayOfWeekFromValue(v int32) (*SystemDayOfWeek, error)

NewSystemDayOfWeekFromValue returns a pointer to a valid SystemDayOfWeek for the value passed as argument, or an error if the value passed is not allowed by the enum

func ParseSystemDayOfWeek ¶

func ParseSystemDayOfWeek(s string) (*SystemDayOfWeek, error)

func (SystemDayOfWeek) IsValid ¶

func (v SystemDayOfWeek) IsValid() bool

IsValid return true if the value is valid for the enum, false otherwise

func (*SystemDayOfWeek) Parse ¶

func (c *SystemDayOfWeek) Parse(s string) error

func (SystemDayOfWeek) Ptr ¶

Ptr returns reference to System.DayOfWeek value

func (*SystemDayOfWeek) UnmarshalJSON ¶

func (v *SystemDayOfWeek) UnmarshalJSON(src []byte) error

type TemplateApiService ¶

type TemplateApiService service

TemplateApiService TemplateApi service

func (*TemplateApiService) CreateTemplatesImportExecute ¶

func (a *TemplateApiService) CreateTemplatesImportExecute(r ApiCreateTemplatesImportRequest) (*http.Response, error)

Executes the API request

func (*TemplateApiService) GetTemplatesByIdExecute ¶

Executes the API request V1 GET /Templates/{id}

@return TemplatesTemplateRetrievalResponse

func (*TemplateApiService) GetTemplatesExecute ¶

Executes the API request V1 GET /Templates

@return []TemplatesTemplateCollectionRetrievalResponse

func (*TemplateApiService) GetTemplatesSettingsExecute ¶

Executes the API request V1 GET /Templates/Settings

@return TemplatesGlobalGlobalTemplateSettingsResponse

func (*TemplateApiService) GetTemplatesSubjectPartsExecute ¶

Executes the API request V1 GET /Templates/SubjectParts

@return []EnrollmentPatternsValidSubjectPartResponse

func (*TemplateApiService) NewCreateTemplatesImportRequest ¶

func (a *TemplateApiService) NewCreateTemplatesImportRequest(ctx context.Context) ApiCreateTemplatesImportRequest

Creates a new V1 POST /Templates/Import request.

CreateTemplatesImport Imports templates from the provided configuration tenant

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateTemplatesImportRequest

func (*TemplateApiService) NewGetTemplatesByIdRequest ¶

func (a *TemplateApiService) NewGetTemplatesByIdRequest(ctx context.Context, id int32) ApiGetTemplatesByIdRequest

Creates a new V1 GET /Templates/{id} request.

GetTemplatesById Returns the certificate template associated with the provided id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id Keyfactor identifier of the certificate template
@return ApiGetTemplatesByIdRequest

func (*TemplateApiService) NewGetTemplatesRequest ¶

func (a *TemplateApiService) NewGetTemplatesRequest(ctx context.Context) ApiGetTemplatesRequest

Creates a new V1 GET /Templates request.

GetTemplates Returns all certificate templates according to the provided filter and output parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTemplatesRequest

func (*TemplateApiService) NewGetTemplatesSettingsRequest ¶

func (a *TemplateApiService) NewGetTemplatesSettingsRequest(ctx context.Context) ApiGetTemplatesSettingsRequest

Creates a new V1 GET /Templates/Settings request.

GetTemplatesSettings Gets the global template settings.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTemplatesSettingsRequest

func (*TemplateApiService) NewGetTemplatesSubjectPartsRequest ¶

func (a *TemplateApiService) NewGetTemplatesSubjectPartsRequest(ctx context.Context) ApiGetTemplatesSubjectPartsRequest

Creates a new V1 GET /Templates/SubjectParts request.

GetTemplatesSubjectParts Returns the valid subject parts possible for regular expressions.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetTemplatesSubjectPartsRequest

func (*TemplateApiService) NewUpdateTemplatesRequest ¶

func (a *TemplateApiService) NewUpdateTemplatesRequest(ctx context.Context) ApiUpdateTemplatesRequest

Creates a new V1 PUT /Templates request.

UpdateTemplates Updates a certificate template according to the provided properties

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateTemplatesRequest

func (*TemplateApiService) NewUpdateTemplatesSettingsRequest ¶

func (a *TemplateApiService) NewUpdateTemplatesSettingsRequest(ctx context.Context) ApiUpdateTemplatesSettingsRequest

Creates a new V1 PUT /Templates/Settings request.

UpdateTemplatesSettings Replaces the existing global template settings.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateTemplatesSettingsRequest

func (*TemplateApiService) UpdateTemplatesExecute ¶

Executes the API request V1 PUT /Templates

@return TemplatesTemplateRetrievalResponse

func (*TemplateApiService) UpdateTemplatesSettingsExecute ¶

Executes the API request V1 PUT /Templates/Settings

@return TemplatesGlobalGlobalTemplateSettingsResponse

type TemplatesEnrollmentTemplateEnrollmentDefaultResponse ¶

type TemplatesEnrollmentTemplateEnrollmentDefaultResponse struct {
	// The subject part to apply the default to.
	SubjectPart NullableString `json:"SubjectPart,omitempty"`
	// The value to apply by default.
	Value NullableString `json:"Value,omitempty"`
}

TemplatesEnrollmentTemplateEnrollmentDefaultResponse struct for TemplatesEnrollmentTemplateEnrollmentDefaultResponse

func NewTemplatesEnrollmentTemplateEnrollmentDefaultResponse ¶

func NewTemplatesEnrollmentTemplateEnrollmentDefaultResponse() *TemplatesEnrollmentTemplateEnrollmentDefaultResponse

NewTemplatesEnrollmentTemplateEnrollmentDefaultResponse instantiates a new TemplatesEnrollmentTemplateEnrollmentDefaultResponse 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 NewTemplatesEnrollmentTemplateEnrollmentDefaultResponseWithDefaults ¶

func NewTemplatesEnrollmentTemplateEnrollmentDefaultResponseWithDefaults() *TemplatesEnrollmentTemplateEnrollmentDefaultResponse

NewTemplatesEnrollmentTemplateEnrollmentDefaultResponseWithDefaults instantiates a new TemplatesEnrollmentTemplateEnrollmentDefaultResponse 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 (*TemplatesEnrollmentTemplateEnrollmentDefaultResponse) GetSubjectPart ¶

GetSubjectPart returns the SubjectPart field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesEnrollmentTemplateEnrollmentDefaultResponse) GetSubjectPartOk ¶

GetSubjectPartOk returns a tuple with the SubjectPart field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesEnrollmentTemplateEnrollmentDefaultResponse) GetValue ¶

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesEnrollmentTemplateEnrollmentDefaultResponse) GetValueOk ¶

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesEnrollmentTemplateEnrollmentDefaultResponse) HasSubjectPart ¶

HasSubjectPart returns a boolean if a field has been set.

func (*TemplatesEnrollmentTemplateEnrollmentDefaultResponse) HasValue ¶

HasValue returns a boolean if a field has been set.

func (TemplatesEnrollmentTemplateEnrollmentDefaultResponse) MarshalJSON ¶

func (*TemplatesEnrollmentTemplateEnrollmentDefaultResponse) SetSubjectPart ¶

SetSubjectPart gets a reference to the given NullableString and assigns it to the SubjectPart field.

func (*TemplatesEnrollmentTemplateEnrollmentDefaultResponse) SetSubjectPartNil ¶

SetSubjectPartNil sets the value for SubjectPart to be an explicit nil

func (*TemplatesEnrollmentTemplateEnrollmentDefaultResponse) SetValue ¶

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*TemplatesEnrollmentTemplateEnrollmentDefaultResponse) SetValueNil ¶

SetValueNil sets the value for Value to be an explicit nil

func (TemplatesEnrollmentTemplateEnrollmentDefaultResponse) ToMap ¶

func (*TemplatesEnrollmentTemplateEnrollmentDefaultResponse) UnsetSubjectPart ¶

UnsetSubjectPart ensures that no value is present for SubjectPart, not even an explicit nil

func (*TemplatesEnrollmentTemplateEnrollmentDefaultResponse) UnsetValue ¶

UnsetValue ensures that no value is present for Value, not even an explicit nil

type TemplatesEnrollmentTemplateEnrollmentPolicyResponse ¶

type TemplatesEnrollmentTemplateEnrollmentPolicyResponse struct {
	// Whether or not keys can be reused.
	AllowKeyReuse *bool `json:"AllowKeyReuse,omitempty"`
	// Whether or not wildcards can be used.
	AllowWildcards *bool `json:"AllowWildcards,omitempty"`
	// Whether or not RFC 2818 compliance should be enforced.
	RFCEnforcement *bool                                            `json:"RFCEnforcement,omitempty"`
	KeyInfo        *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo `json:"KeyInfo,omitempty"`
	// The id of the security role that should be set as the owner of the cert during import of new certificates
	DefaultCertificateOwnerRoleId   NullableInt32                                `json:"DefaultCertificateOwnerRoleId,omitempty"`
	DefaultCertificateOwnerRoleName NullableString                               `json:"DefaultCertificateOwnerRoleName,omitempty"`
	CertificateOwnerRole            *CSSCMSCoreEnumsTemplateCertificateOwnerRole `json:"CertificateOwnerRole,omitempty"`
}

TemplatesEnrollmentTemplateEnrollmentPolicyResponse struct for TemplatesEnrollmentTemplateEnrollmentPolicyResponse

func NewTemplatesEnrollmentTemplateEnrollmentPolicyResponse ¶

func NewTemplatesEnrollmentTemplateEnrollmentPolicyResponse() *TemplatesEnrollmentTemplateEnrollmentPolicyResponse

NewTemplatesEnrollmentTemplateEnrollmentPolicyResponse instantiates a new TemplatesEnrollmentTemplateEnrollmentPolicyResponse 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 NewTemplatesEnrollmentTemplateEnrollmentPolicyResponseWithDefaults ¶

func NewTemplatesEnrollmentTemplateEnrollmentPolicyResponseWithDefaults() *TemplatesEnrollmentTemplateEnrollmentPolicyResponse

NewTemplatesEnrollmentTemplateEnrollmentPolicyResponseWithDefaults instantiates a new TemplatesEnrollmentTemplateEnrollmentPolicyResponse 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 (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) GetAllowKeyReuse ¶

GetAllowKeyReuse returns the AllowKeyReuse field value if set, zero value otherwise.

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) GetAllowKeyReuseOk ¶

GetAllowKeyReuseOk returns a tuple with the AllowKeyReuse field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) GetAllowWildcards ¶

GetAllowWildcards returns the AllowWildcards field value if set, zero value otherwise.

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) GetAllowWildcardsOk ¶

func (o *TemplatesEnrollmentTemplateEnrollmentPolicyResponse) GetAllowWildcardsOk() (*bool, bool)

GetAllowWildcardsOk returns a tuple with the AllowWildcards field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) GetCertificateOwnerRole ¶

GetCertificateOwnerRole returns the CertificateOwnerRole field value if set, zero value otherwise.

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) GetCertificateOwnerRoleOk ¶

GetCertificateOwnerRoleOk returns a tuple with the CertificateOwnerRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) GetDefaultCertificateOwnerRoleId ¶

func (o *TemplatesEnrollmentTemplateEnrollmentPolicyResponse) GetDefaultCertificateOwnerRoleId() int32

GetDefaultCertificateOwnerRoleId returns the DefaultCertificateOwnerRoleId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) GetDefaultCertificateOwnerRoleIdOk ¶

func (o *TemplatesEnrollmentTemplateEnrollmentPolicyResponse) GetDefaultCertificateOwnerRoleIdOk() (*int32, bool)

GetDefaultCertificateOwnerRoleIdOk returns a tuple with the DefaultCertificateOwnerRoleId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) GetDefaultCertificateOwnerRoleName ¶

func (o *TemplatesEnrollmentTemplateEnrollmentPolicyResponse) GetDefaultCertificateOwnerRoleName() string

GetDefaultCertificateOwnerRoleName returns the DefaultCertificateOwnerRoleName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) GetDefaultCertificateOwnerRoleNameOk ¶

func (o *TemplatesEnrollmentTemplateEnrollmentPolicyResponse) GetDefaultCertificateOwnerRoleNameOk() (*string, bool)

GetDefaultCertificateOwnerRoleNameOk returns a tuple with the DefaultCertificateOwnerRoleName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) GetKeyInfo ¶

GetKeyInfo returns the KeyInfo field value if set, zero value otherwise.

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) GetKeyInfoOk ¶

GetKeyInfoOk returns a tuple with the KeyInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) GetRFCEnforcement ¶

GetRFCEnforcement returns the RFCEnforcement field value if set, zero value otherwise.

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) GetRFCEnforcementOk ¶

func (o *TemplatesEnrollmentTemplateEnrollmentPolicyResponse) GetRFCEnforcementOk() (*bool, bool)

GetRFCEnforcementOk returns a tuple with the RFCEnforcement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) HasAllowKeyReuse ¶

HasAllowKeyReuse returns a boolean if a field has been set.

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) HasAllowWildcards ¶

HasAllowWildcards returns a boolean if a field has been set.

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) HasCertificateOwnerRole ¶

func (o *TemplatesEnrollmentTemplateEnrollmentPolicyResponse) HasCertificateOwnerRole() bool

HasCertificateOwnerRole returns a boolean if a field has been set.

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) HasDefaultCertificateOwnerRoleId ¶

func (o *TemplatesEnrollmentTemplateEnrollmentPolicyResponse) HasDefaultCertificateOwnerRoleId() bool

HasDefaultCertificateOwnerRoleId returns a boolean if a field has been set.

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) HasDefaultCertificateOwnerRoleName ¶

func (o *TemplatesEnrollmentTemplateEnrollmentPolicyResponse) HasDefaultCertificateOwnerRoleName() bool

HasDefaultCertificateOwnerRoleName returns a boolean if a field has been set.

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) HasKeyInfo ¶

HasKeyInfo returns a boolean if a field has been set.

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) HasRFCEnforcement ¶

HasRFCEnforcement returns a boolean if a field has been set.

func (TemplatesEnrollmentTemplateEnrollmentPolicyResponse) MarshalJSON ¶

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) SetAllowKeyReuse ¶

SetAllowKeyReuse gets a reference to the given bool and assigns it to the AllowKeyReuse field.

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) SetAllowWildcards ¶

SetAllowWildcards gets a reference to the given bool and assigns it to the AllowWildcards field.

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) SetCertificateOwnerRole ¶

SetCertificateOwnerRole gets a reference to the given CSSCMSCoreEnumsTemplateCertificateOwnerRole and assigns it to the CertificateOwnerRole field.

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) SetDefaultCertificateOwnerRoleId ¶

func (o *TemplatesEnrollmentTemplateEnrollmentPolicyResponse) SetDefaultCertificateOwnerRoleId(v int32)

SetDefaultCertificateOwnerRoleId gets a reference to the given NullableInt32 and assigns it to the DefaultCertificateOwnerRoleId field.

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) SetDefaultCertificateOwnerRoleIdNil ¶

func (o *TemplatesEnrollmentTemplateEnrollmentPolicyResponse) SetDefaultCertificateOwnerRoleIdNil()

SetDefaultCertificateOwnerRoleIdNil sets the value for DefaultCertificateOwnerRoleId to be an explicit nil

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) SetDefaultCertificateOwnerRoleName ¶

func (o *TemplatesEnrollmentTemplateEnrollmentPolicyResponse) SetDefaultCertificateOwnerRoleName(v string)

SetDefaultCertificateOwnerRoleName gets a reference to the given NullableString and assigns it to the DefaultCertificateOwnerRoleName field.

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) SetDefaultCertificateOwnerRoleNameNil ¶

func (o *TemplatesEnrollmentTemplateEnrollmentPolicyResponse) SetDefaultCertificateOwnerRoleNameNil()

SetDefaultCertificateOwnerRoleNameNil sets the value for DefaultCertificateOwnerRoleName to be an explicit nil

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) SetKeyInfo ¶

SetKeyInfo gets a reference to the given CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo and assigns it to the KeyInfo field.

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) SetRFCEnforcement ¶

SetRFCEnforcement gets a reference to the given bool and assigns it to the RFCEnforcement field.

func (TemplatesEnrollmentTemplateEnrollmentPolicyResponse) ToMap ¶

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) UnsetDefaultCertificateOwnerRoleId ¶

func (o *TemplatesEnrollmentTemplateEnrollmentPolicyResponse) UnsetDefaultCertificateOwnerRoleId()

UnsetDefaultCertificateOwnerRoleId ensures that no value is present for DefaultCertificateOwnerRoleId, not even an explicit nil

func (*TemplatesEnrollmentTemplateEnrollmentPolicyResponse) UnsetDefaultCertificateOwnerRoleName ¶

func (o *TemplatesEnrollmentTemplateEnrollmentPolicyResponse) UnsetDefaultCertificateOwnerRoleName()

UnsetDefaultCertificateOwnerRoleName ensures that no value is present for DefaultCertificateOwnerRoleName, not even an explicit nil

type TemplatesEnrollmentTemplateEnrollmentRegexResponse ¶

type TemplatesEnrollmentTemplateEnrollmentRegexResponse struct {
	// The subject part to apply the regular expression to.
	SubjectPart NullableString `json:"SubjectPart,omitempty"`
	// The regular expression to apply to the subject part.
	Regex NullableString `json:"Regex,omitempty"`
	// The error message to show when the regex validation fails.
	Error NullableString `json:"Error,omitempty"`
	// WHether or not the regex is case-sensitive.
	CaseSensitive *bool `json:"CaseSensitive,omitempty"`
}

TemplatesEnrollmentTemplateEnrollmentRegexResponse struct for TemplatesEnrollmentTemplateEnrollmentRegexResponse

func NewTemplatesEnrollmentTemplateEnrollmentRegexResponse ¶

func NewTemplatesEnrollmentTemplateEnrollmentRegexResponse() *TemplatesEnrollmentTemplateEnrollmentRegexResponse

NewTemplatesEnrollmentTemplateEnrollmentRegexResponse instantiates a new TemplatesEnrollmentTemplateEnrollmentRegexResponse 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 NewTemplatesEnrollmentTemplateEnrollmentRegexResponseWithDefaults ¶

func NewTemplatesEnrollmentTemplateEnrollmentRegexResponseWithDefaults() *TemplatesEnrollmentTemplateEnrollmentRegexResponse

NewTemplatesEnrollmentTemplateEnrollmentRegexResponseWithDefaults instantiates a new TemplatesEnrollmentTemplateEnrollmentRegexResponse 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 (*TemplatesEnrollmentTemplateEnrollmentRegexResponse) GetCaseSensitive ¶

GetCaseSensitive returns the CaseSensitive field value if set, zero value otherwise.

func (*TemplatesEnrollmentTemplateEnrollmentRegexResponse) GetCaseSensitiveOk ¶

func (o *TemplatesEnrollmentTemplateEnrollmentRegexResponse) GetCaseSensitiveOk() (*bool, bool)

GetCaseSensitiveOk returns a tuple with the CaseSensitive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesEnrollmentTemplateEnrollmentRegexResponse) GetError ¶

GetError returns the Error field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesEnrollmentTemplateEnrollmentRegexResponse) GetErrorOk ¶

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesEnrollmentTemplateEnrollmentRegexResponse) GetRegex ¶

GetRegex returns the Regex field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesEnrollmentTemplateEnrollmentRegexResponse) GetRegexOk ¶

GetRegexOk returns a tuple with the Regex field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesEnrollmentTemplateEnrollmentRegexResponse) GetSubjectPart ¶

GetSubjectPart returns the SubjectPart field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesEnrollmentTemplateEnrollmentRegexResponse) GetSubjectPartOk ¶

GetSubjectPartOk returns a tuple with the SubjectPart field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesEnrollmentTemplateEnrollmentRegexResponse) HasCaseSensitive ¶

HasCaseSensitive returns a boolean if a field has been set.

func (*TemplatesEnrollmentTemplateEnrollmentRegexResponse) HasError ¶

HasError returns a boolean if a field has been set.

func (*TemplatesEnrollmentTemplateEnrollmentRegexResponse) HasRegex ¶

HasRegex returns a boolean if a field has been set.

func (*TemplatesEnrollmentTemplateEnrollmentRegexResponse) HasSubjectPart ¶

HasSubjectPart returns a boolean if a field has been set.

func (TemplatesEnrollmentTemplateEnrollmentRegexResponse) MarshalJSON ¶

func (*TemplatesEnrollmentTemplateEnrollmentRegexResponse) SetCaseSensitive ¶

SetCaseSensitive gets a reference to the given bool and assigns it to the CaseSensitive field.

func (*TemplatesEnrollmentTemplateEnrollmentRegexResponse) SetError ¶

SetError gets a reference to the given NullableString and assigns it to the Error field.

func (*TemplatesEnrollmentTemplateEnrollmentRegexResponse) SetErrorNil ¶

SetErrorNil sets the value for Error to be an explicit nil

func (*TemplatesEnrollmentTemplateEnrollmentRegexResponse) SetRegex ¶

SetRegex gets a reference to the given NullableString and assigns it to the Regex field.

func (*TemplatesEnrollmentTemplateEnrollmentRegexResponse) SetRegexNil ¶

SetRegexNil sets the value for Regex to be an explicit nil

func (*TemplatesEnrollmentTemplateEnrollmentRegexResponse) SetSubjectPart ¶

SetSubjectPart gets a reference to the given NullableString and assigns it to the SubjectPart field.

func (*TemplatesEnrollmentTemplateEnrollmentRegexResponse) SetSubjectPartNil ¶

SetSubjectPartNil sets the value for SubjectPart to be an explicit nil

func (TemplatesEnrollmentTemplateEnrollmentRegexResponse) ToMap ¶

func (*TemplatesEnrollmentTemplateEnrollmentRegexResponse) UnsetError ¶

UnsetError ensures that no value is present for Error, not even an explicit nil

func (*TemplatesEnrollmentTemplateEnrollmentRegexResponse) UnsetRegex ¶

UnsetRegex ensures that no value is present for Regex, not even an explicit nil

func (*TemplatesEnrollmentTemplateEnrollmentRegexResponse) UnsetSubjectPart ¶

UnsetSubjectPart ensures that no value is present for SubjectPart, not even an explicit nil

type TemplatesEnrollmentTemplateEnrollmentSettingsResponse ¶

type TemplatesEnrollmentTemplateEnrollmentSettingsResponse struct {
	// The regular expressions to use for validation during enrollment.
	TemplateRegexes []TemplatesEnrollmentTemplateEnrollmentRegexResponse `json:"TemplateRegexes,omitempty"`
	// The default values to use during enrollment.
	TemplateDefaults []TemplatesEnrollmentTemplateEnrollmentDefaultResponse `json:"TemplateDefaults,omitempty"`
	TemplatePolicy   *TemplatesEnrollmentTemplateEnrollmentPolicyResponse   `json:"TemplatePolicy,omitempty"`
}

TemplatesEnrollmentTemplateEnrollmentSettingsResponse struct for TemplatesEnrollmentTemplateEnrollmentSettingsResponse

func NewTemplatesEnrollmentTemplateEnrollmentSettingsResponse ¶

func NewTemplatesEnrollmentTemplateEnrollmentSettingsResponse() *TemplatesEnrollmentTemplateEnrollmentSettingsResponse

NewTemplatesEnrollmentTemplateEnrollmentSettingsResponse instantiates a new TemplatesEnrollmentTemplateEnrollmentSettingsResponse 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 NewTemplatesEnrollmentTemplateEnrollmentSettingsResponseWithDefaults ¶

func NewTemplatesEnrollmentTemplateEnrollmentSettingsResponseWithDefaults() *TemplatesEnrollmentTemplateEnrollmentSettingsResponse

NewTemplatesEnrollmentTemplateEnrollmentSettingsResponseWithDefaults instantiates a new TemplatesEnrollmentTemplateEnrollmentSettingsResponse 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 (*TemplatesEnrollmentTemplateEnrollmentSettingsResponse) GetTemplateDefaults ¶

GetTemplateDefaults returns the TemplateDefaults field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesEnrollmentTemplateEnrollmentSettingsResponse) GetTemplateDefaultsOk ¶

GetTemplateDefaultsOk returns a tuple with the TemplateDefaults field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesEnrollmentTemplateEnrollmentSettingsResponse) GetTemplatePolicy ¶

GetTemplatePolicy returns the TemplatePolicy field value if set, zero value otherwise.

func (*TemplatesEnrollmentTemplateEnrollmentSettingsResponse) GetTemplatePolicyOk ¶

GetTemplatePolicyOk returns a tuple with the TemplatePolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesEnrollmentTemplateEnrollmentSettingsResponse) GetTemplateRegexes ¶

GetTemplateRegexes returns the TemplateRegexes field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesEnrollmentTemplateEnrollmentSettingsResponse) GetTemplateRegexesOk ¶

GetTemplateRegexesOk returns a tuple with the TemplateRegexes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesEnrollmentTemplateEnrollmentSettingsResponse) HasTemplateDefaults ¶

HasTemplateDefaults returns a boolean if a field has been set.

func (*TemplatesEnrollmentTemplateEnrollmentSettingsResponse) HasTemplatePolicy ¶

HasTemplatePolicy returns a boolean if a field has been set.

func (*TemplatesEnrollmentTemplateEnrollmentSettingsResponse) HasTemplateRegexes ¶

HasTemplateRegexes returns a boolean if a field has been set.

func (TemplatesEnrollmentTemplateEnrollmentSettingsResponse) MarshalJSON ¶

func (*TemplatesEnrollmentTemplateEnrollmentSettingsResponse) SetTemplateDefaults ¶

SetTemplateDefaults gets a reference to the given []TemplatesEnrollmentTemplateEnrollmentDefaultResponse and assigns it to the TemplateDefaults field.

func (*TemplatesEnrollmentTemplateEnrollmentSettingsResponse) SetTemplatePolicy ¶

SetTemplatePolicy gets a reference to the given TemplatesEnrollmentTemplateEnrollmentPolicyResponse and assigns it to the TemplatePolicy field.

func (*TemplatesEnrollmentTemplateEnrollmentSettingsResponse) SetTemplateRegexes ¶

SetTemplateRegexes gets a reference to the given []TemplatesEnrollmentTemplateEnrollmentRegexResponse and assigns it to the TemplateRegexes field.

func (TemplatesEnrollmentTemplateEnrollmentSettingsResponse) ToMap ¶

type TemplatesExtendedKeyUsageResponseModel ¶

type TemplatesExtendedKeyUsageResponseModel struct {
	Id          *int32         `json:"Id,omitempty"`
	Oid         NullableString `json:"Oid,omitempty"`
	DisplayName NullableString `json:"DisplayName,omitempty"`
}

TemplatesExtendedKeyUsageResponseModel struct for TemplatesExtendedKeyUsageResponseModel

func NewTemplatesExtendedKeyUsageResponseModel ¶

func NewTemplatesExtendedKeyUsageResponseModel() *TemplatesExtendedKeyUsageResponseModel

NewTemplatesExtendedKeyUsageResponseModel instantiates a new TemplatesExtendedKeyUsageResponseModel 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 NewTemplatesExtendedKeyUsageResponseModelWithDefaults ¶

func NewTemplatesExtendedKeyUsageResponseModelWithDefaults() *TemplatesExtendedKeyUsageResponseModel

NewTemplatesExtendedKeyUsageResponseModelWithDefaults instantiates a new TemplatesExtendedKeyUsageResponseModel 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 (*TemplatesExtendedKeyUsageResponseModel) GetDisplayName ¶

func (o *TemplatesExtendedKeyUsageResponseModel) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesExtendedKeyUsageResponseModel) GetDisplayNameOk ¶

func (o *TemplatesExtendedKeyUsageResponseModel) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesExtendedKeyUsageResponseModel) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*TemplatesExtendedKeyUsageResponseModel) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesExtendedKeyUsageResponseModel) GetOid ¶

GetOid returns the Oid field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesExtendedKeyUsageResponseModel) GetOidOk ¶

GetOidOk returns a tuple with the Oid field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesExtendedKeyUsageResponseModel) HasDisplayName ¶

func (o *TemplatesExtendedKeyUsageResponseModel) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*TemplatesExtendedKeyUsageResponseModel) HasId ¶

HasId returns a boolean if a field has been set.

func (*TemplatesExtendedKeyUsageResponseModel) HasOid ¶

HasOid returns a boolean if a field has been set.

func (TemplatesExtendedKeyUsageResponseModel) MarshalJSON ¶

func (o TemplatesExtendedKeyUsageResponseModel) MarshalJSON() ([]byte, error)

func (*TemplatesExtendedKeyUsageResponseModel) SetDisplayName ¶

func (o *TemplatesExtendedKeyUsageResponseModel) SetDisplayName(v string)

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*TemplatesExtendedKeyUsageResponseModel) SetDisplayNameNil ¶

func (o *TemplatesExtendedKeyUsageResponseModel) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*TemplatesExtendedKeyUsageResponseModel) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*TemplatesExtendedKeyUsageResponseModel) SetOid ¶

SetOid gets a reference to the given NullableString and assigns it to the Oid field.

func (*TemplatesExtendedKeyUsageResponseModel) SetOidNil ¶

SetOidNil sets the value for Oid to be an explicit nil

func (TemplatesExtendedKeyUsageResponseModel) ToMap ¶

func (o TemplatesExtendedKeyUsageResponseModel) ToMap() (map[string]interface{}, error)

func (*TemplatesExtendedKeyUsageResponseModel) UnsetDisplayName ¶

func (o *TemplatesExtendedKeyUsageResponseModel) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*TemplatesExtendedKeyUsageResponseModel) UnsetOid ¶

UnsetOid ensures that no value is present for Oid, not even an explicit nil

type TemplatesGlobalGlobalTemplateDefaultRequest ¶

type TemplatesGlobalGlobalTemplateDefaultRequest struct {
	// The subject part to apply the default to.
	SubjectPart string `json:"SubjectPart"`
	// The value to apply by default.
	Value NullableString `json:"Value,omitempty"`
}

TemplatesGlobalGlobalTemplateDefaultRequest struct for TemplatesGlobalGlobalTemplateDefaultRequest

func NewTemplatesGlobalGlobalTemplateDefaultRequest ¶

func NewTemplatesGlobalGlobalTemplateDefaultRequest(subjectPart string) *TemplatesGlobalGlobalTemplateDefaultRequest

NewTemplatesGlobalGlobalTemplateDefaultRequest instantiates a new TemplatesGlobalGlobalTemplateDefaultRequest 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 NewTemplatesGlobalGlobalTemplateDefaultRequestWithDefaults ¶

func NewTemplatesGlobalGlobalTemplateDefaultRequestWithDefaults() *TemplatesGlobalGlobalTemplateDefaultRequest

NewTemplatesGlobalGlobalTemplateDefaultRequestWithDefaults instantiates a new TemplatesGlobalGlobalTemplateDefaultRequest 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 (*TemplatesGlobalGlobalTemplateDefaultRequest) GetSubjectPart ¶

GetSubjectPart returns the SubjectPart field value

func (*TemplatesGlobalGlobalTemplateDefaultRequest) GetSubjectPartOk ¶

func (o *TemplatesGlobalGlobalTemplateDefaultRequest) GetSubjectPartOk() (*string, bool)

GetSubjectPartOk returns a tuple with the SubjectPart field value and a boolean to check if the value has been set.

func (*TemplatesGlobalGlobalTemplateDefaultRequest) GetValue ¶

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesGlobalGlobalTemplateDefaultRequest) GetValueOk ¶

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesGlobalGlobalTemplateDefaultRequest) HasValue ¶

HasValue returns a boolean if a field has been set.

func (TemplatesGlobalGlobalTemplateDefaultRequest) MarshalJSON ¶

func (*TemplatesGlobalGlobalTemplateDefaultRequest) SetSubjectPart ¶

SetSubjectPart sets field value

func (*TemplatesGlobalGlobalTemplateDefaultRequest) SetValue ¶

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*TemplatesGlobalGlobalTemplateDefaultRequest) SetValueNil ¶

SetValueNil sets the value for Value to be an explicit nil

func (TemplatesGlobalGlobalTemplateDefaultRequest) ToMap ¶

func (o TemplatesGlobalGlobalTemplateDefaultRequest) ToMap() (map[string]interface{}, error)

func (*TemplatesGlobalGlobalTemplateDefaultRequest) UnsetValue ¶

UnsetValue ensures that no value is present for Value, not even an explicit nil

type TemplatesGlobalGlobalTemplateDefaultResponse ¶

type TemplatesGlobalGlobalTemplateDefaultResponse struct {
	// The subject part to apply the default to.
	SubjectPart NullableString `json:"SubjectPart,omitempty"`
	// The value to apply by default.
	Value NullableString `json:"Value,omitempty"`
}

TemplatesGlobalGlobalTemplateDefaultResponse struct for TemplatesGlobalGlobalTemplateDefaultResponse

func NewTemplatesGlobalGlobalTemplateDefaultResponse ¶

func NewTemplatesGlobalGlobalTemplateDefaultResponse() *TemplatesGlobalGlobalTemplateDefaultResponse

NewTemplatesGlobalGlobalTemplateDefaultResponse instantiates a new TemplatesGlobalGlobalTemplateDefaultResponse 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 NewTemplatesGlobalGlobalTemplateDefaultResponseWithDefaults ¶

func NewTemplatesGlobalGlobalTemplateDefaultResponseWithDefaults() *TemplatesGlobalGlobalTemplateDefaultResponse

NewTemplatesGlobalGlobalTemplateDefaultResponseWithDefaults instantiates a new TemplatesGlobalGlobalTemplateDefaultResponse 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 (*TemplatesGlobalGlobalTemplateDefaultResponse) GetSubjectPart ¶

GetSubjectPart returns the SubjectPart field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesGlobalGlobalTemplateDefaultResponse) GetSubjectPartOk ¶

func (o *TemplatesGlobalGlobalTemplateDefaultResponse) GetSubjectPartOk() (*string, bool)

GetSubjectPartOk returns a tuple with the SubjectPart field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesGlobalGlobalTemplateDefaultResponse) GetValue ¶

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesGlobalGlobalTemplateDefaultResponse) GetValueOk ¶

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesGlobalGlobalTemplateDefaultResponse) HasSubjectPart ¶

HasSubjectPart returns a boolean if a field has been set.

func (*TemplatesGlobalGlobalTemplateDefaultResponse) HasValue ¶

HasValue returns a boolean if a field has been set.

func (TemplatesGlobalGlobalTemplateDefaultResponse) MarshalJSON ¶

func (*TemplatesGlobalGlobalTemplateDefaultResponse) SetSubjectPart ¶

SetSubjectPart gets a reference to the given NullableString and assigns it to the SubjectPart field.

func (*TemplatesGlobalGlobalTemplateDefaultResponse) SetSubjectPartNil ¶

func (o *TemplatesGlobalGlobalTemplateDefaultResponse) SetSubjectPartNil()

SetSubjectPartNil sets the value for SubjectPart to be an explicit nil

func (*TemplatesGlobalGlobalTemplateDefaultResponse) SetValue ¶

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*TemplatesGlobalGlobalTemplateDefaultResponse) SetValueNil ¶

SetValueNil sets the value for Value to be an explicit nil

func (TemplatesGlobalGlobalTemplateDefaultResponse) ToMap ¶

func (o TemplatesGlobalGlobalTemplateDefaultResponse) ToMap() (map[string]interface{}, error)

func (*TemplatesGlobalGlobalTemplateDefaultResponse) UnsetSubjectPart ¶

func (o *TemplatesGlobalGlobalTemplateDefaultResponse) UnsetSubjectPart()

UnsetSubjectPart ensures that no value is present for SubjectPart, not even an explicit nil

func (*TemplatesGlobalGlobalTemplateDefaultResponse) UnsetValue ¶

UnsetValue ensures that no value is present for Value, not even an explicit nil

type TemplatesGlobalGlobalTemplatePolicyRequest ¶

type TemplatesGlobalGlobalTemplatePolicyRequest struct {
	// The ID of the global template policy.
	Id *int32 `json:"Id,omitempty"`
	// Whether or not keys can be reused.
	AllowKeyReuse bool `json:"AllowKeyReuse"`
	// Whether or not wildcards can be used.
	AllowWildcards bool `json:"AllowWildcards"`
	// Whether or not RFC 2818 compliance should be enforced.
	RFCEnforcement       bool                                        `json:"RFCEnforcement"`
	CertificateOwnerRole CSSCMSCoreEnumsTemplateCertificateOwnerRole `json:"CertificateOwnerRole"`
	// The id of the security role that should be set as the owner of the cert during import of new certificates
	DefaultCertificateOwnerRoleId   NullableInt32                                   `json:"DefaultCertificateOwnerRoleId,omitempty"`
	DefaultCertificateOwnerRoleName NullableString                                  `json:"DefaultCertificateOwnerRoleName,omitempty"`
	KeyInfo                         CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo `json:"KeyInfo"`
}

TemplatesGlobalGlobalTemplatePolicyRequest struct for TemplatesGlobalGlobalTemplatePolicyRequest

func NewTemplatesGlobalGlobalTemplatePolicyRequest ¶

func NewTemplatesGlobalGlobalTemplatePolicyRequest(allowKeyReuse bool, allowWildcards bool, rFCEnforcement bool, certificateOwnerRole CSSCMSCoreEnumsTemplateCertificateOwnerRole, keyInfo CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo) *TemplatesGlobalGlobalTemplatePolicyRequest

NewTemplatesGlobalGlobalTemplatePolicyRequest instantiates a new TemplatesGlobalGlobalTemplatePolicyRequest 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 NewTemplatesGlobalGlobalTemplatePolicyRequestWithDefaults ¶

func NewTemplatesGlobalGlobalTemplatePolicyRequestWithDefaults() *TemplatesGlobalGlobalTemplatePolicyRequest

NewTemplatesGlobalGlobalTemplatePolicyRequestWithDefaults instantiates a new TemplatesGlobalGlobalTemplatePolicyRequest 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 (*TemplatesGlobalGlobalTemplatePolicyRequest) GetAllowKeyReuse ¶

func (o *TemplatesGlobalGlobalTemplatePolicyRequest) GetAllowKeyReuse() bool

GetAllowKeyReuse returns the AllowKeyReuse field value

func (*TemplatesGlobalGlobalTemplatePolicyRequest) GetAllowKeyReuseOk ¶

func (o *TemplatesGlobalGlobalTemplatePolicyRequest) GetAllowKeyReuseOk() (*bool, bool)

GetAllowKeyReuseOk returns a tuple with the AllowKeyReuse field value and a boolean to check if the value has been set.

func (*TemplatesGlobalGlobalTemplatePolicyRequest) GetAllowWildcards ¶

func (o *TemplatesGlobalGlobalTemplatePolicyRequest) GetAllowWildcards() bool

GetAllowWildcards returns the AllowWildcards field value

func (*TemplatesGlobalGlobalTemplatePolicyRequest) GetAllowWildcardsOk ¶

func (o *TemplatesGlobalGlobalTemplatePolicyRequest) GetAllowWildcardsOk() (*bool, bool)

GetAllowWildcardsOk returns a tuple with the AllowWildcards field value and a boolean to check if the value has been set.

func (*TemplatesGlobalGlobalTemplatePolicyRequest) GetCertificateOwnerRole ¶

GetCertificateOwnerRole returns the CertificateOwnerRole field value

func (*TemplatesGlobalGlobalTemplatePolicyRequest) GetCertificateOwnerRoleOk ¶

GetCertificateOwnerRoleOk returns a tuple with the CertificateOwnerRole field value and a boolean to check if the value has been set.

func (*TemplatesGlobalGlobalTemplatePolicyRequest) GetDefaultCertificateOwnerRoleId ¶

func (o *TemplatesGlobalGlobalTemplatePolicyRequest) GetDefaultCertificateOwnerRoleId() int32

GetDefaultCertificateOwnerRoleId returns the DefaultCertificateOwnerRoleId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesGlobalGlobalTemplatePolicyRequest) GetDefaultCertificateOwnerRoleIdOk ¶

func (o *TemplatesGlobalGlobalTemplatePolicyRequest) GetDefaultCertificateOwnerRoleIdOk() (*int32, bool)

GetDefaultCertificateOwnerRoleIdOk returns a tuple with the DefaultCertificateOwnerRoleId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesGlobalGlobalTemplatePolicyRequest) GetDefaultCertificateOwnerRoleName ¶

func (o *TemplatesGlobalGlobalTemplatePolicyRequest) GetDefaultCertificateOwnerRoleName() string

GetDefaultCertificateOwnerRoleName returns the DefaultCertificateOwnerRoleName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesGlobalGlobalTemplatePolicyRequest) GetDefaultCertificateOwnerRoleNameOk ¶

func (o *TemplatesGlobalGlobalTemplatePolicyRequest) GetDefaultCertificateOwnerRoleNameOk() (*string, bool)

GetDefaultCertificateOwnerRoleNameOk returns a tuple with the DefaultCertificateOwnerRoleName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesGlobalGlobalTemplatePolicyRequest) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*TemplatesGlobalGlobalTemplatePolicyRequest) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesGlobalGlobalTemplatePolicyRequest) GetKeyInfo ¶

GetKeyInfo returns the KeyInfo field value

func (*TemplatesGlobalGlobalTemplatePolicyRequest) GetKeyInfoOk ¶

GetKeyInfoOk returns a tuple with the KeyInfo field value and a boolean to check if the value has been set.

func (*TemplatesGlobalGlobalTemplatePolicyRequest) GetRFCEnforcement ¶

func (o *TemplatesGlobalGlobalTemplatePolicyRequest) GetRFCEnforcement() bool

GetRFCEnforcement returns the RFCEnforcement field value

func (*TemplatesGlobalGlobalTemplatePolicyRequest) GetRFCEnforcementOk ¶

func (o *TemplatesGlobalGlobalTemplatePolicyRequest) GetRFCEnforcementOk() (*bool, bool)

GetRFCEnforcementOk returns a tuple with the RFCEnforcement field value and a boolean to check if the value has been set.

func (*TemplatesGlobalGlobalTemplatePolicyRequest) HasDefaultCertificateOwnerRoleId ¶

func (o *TemplatesGlobalGlobalTemplatePolicyRequest) HasDefaultCertificateOwnerRoleId() bool

HasDefaultCertificateOwnerRoleId returns a boolean if a field has been set.

func (*TemplatesGlobalGlobalTemplatePolicyRequest) HasDefaultCertificateOwnerRoleName ¶

func (o *TemplatesGlobalGlobalTemplatePolicyRequest) HasDefaultCertificateOwnerRoleName() bool

HasDefaultCertificateOwnerRoleName returns a boolean if a field has been set.

func (*TemplatesGlobalGlobalTemplatePolicyRequest) HasId ¶

HasId returns a boolean if a field has been set.

func (TemplatesGlobalGlobalTemplatePolicyRequest) MarshalJSON ¶

func (*TemplatesGlobalGlobalTemplatePolicyRequest) SetAllowKeyReuse ¶

func (o *TemplatesGlobalGlobalTemplatePolicyRequest) SetAllowKeyReuse(v bool)

SetAllowKeyReuse sets field value

func (*TemplatesGlobalGlobalTemplatePolicyRequest) SetAllowWildcards ¶

func (o *TemplatesGlobalGlobalTemplatePolicyRequest) SetAllowWildcards(v bool)

SetAllowWildcards sets field value

func (*TemplatesGlobalGlobalTemplatePolicyRequest) SetCertificateOwnerRole ¶

SetCertificateOwnerRole sets field value

func (*TemplatesGlobalGlobalTemplatePolicyRequest) SetDefaultCertificateOwnerRoleId ¶

func (o *TemplatesGlobalGlobalTemplatePolicyRequest) SetDefaultCertificateOwnerRoleId(v int32)

SetDefaultCertificateOwnerRoleId gets a reference to the given NullableInt32 and assigns it to the DefaultCertificateOwnerRoleId field.

func (*TemplatesGlobalGlobalTemplatePolicyRequest) SetDefaultCertificateOwnerRoleIdNil ¶

func (o *TemplatesGlobalGlobalTemplatePolicyRequest) SetDefaultCertificateOwnerRoleIdNil()

SetDefaultCertificateOwnerRoleIdNil sets the value for DefaultCertificateOwnerRoleId to be an explicit nil

func (*TemplatesGlobalGlobalTemplatePolicyRequest) SetDefaultCertificateOwnerRoleName ¶

func (o *TemplatesGlobalGlobalTemplatePolicyRequest) SetDefaultCertificateOwnerRoleName(v string)

SetDefaultCertificateOwnerRoleName gets a reference to the given NullableString and assigns it to the DefaultCertificateOwnerRoleName field.

func (*TemplatesGlobalGlobalTemplatePolicyRequest) SetDefaultCertificateOwnerRoleNameNil ¶

func (o *TemplatesGlobalGlobalTemplatePolicyRequest) SetDefaultCertificateOwnerRoleNameNil()

SetDefaultCertificateOwnerRoleNameNil sets the value for DefaultCertificateOwnerRoleName to be an explicit nil

func (*TemplatesGlobalGlobalTemplatePolicyRequest) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*TemplatesGlobalGlobalTemplatePolicyRequest) SetKeyInfo ¶

SetKeyInfo sets field value

func (*TemplatesGlobalGlobalTemplatePolicyRequest) SetRFCEnforcement ¶

func (o *TemplatesGlobalGlobalTemplatePolicyRequest) SetRFCEnforcement(v bool)

SetRFCEnforcement sets field value

func (TemplatesGlobalGlobalTemplatePolicyRequest) ToMap ¶

func (o TemplatesGlobalGlobalTemplatePolicyRequest) ToMap() (map[string]interface{}, error)

func (*TemplatesGlobalGlobalTemplatePolicyRequest) UnsetDefaultCertificateOwnerRoleId ¶

func (o *TemplatesGlobalGlobalTemplatePolicyRequest) UnsetDefaultCertificateOwnerRoleId()

UnsetDefaultCertificateOwnerRoleId ensures that no value is present for DefaultCertificateOwnerRoleId, not even an explicit nil

func (*TemplatesGlobalGlobalTemplatePolicyRequest) UnsetDefaultCertificateOwnerRoleName ¶

func (o *TemplatesGlobalGlobalTemplatePolicyRequest) UnsetDefaultCertificateOwnerRoleName()

UnsetDefaultCertificateOwnerRoleName ensures that no value is present for DefaultCertificateOwnerRoleName, not even an explicit nil

type TemplatesGlobalGlobalTemplatePolicyResponse ¶

type TemplatesGlobalGlobalTemplatePolicyResponse struct {
	// Whether or not keys can be reused.
	AllowKeyReuse *bool `json:"AllowKeyReuse,omitempty"`
	// Whether or not wildcards can be used.
	AllowWildcards *bool `json:"AllowWildcards,omitempty"`
	// Whether or not RFC 2818 compliance should be enforced.
	RFCEnforcement       *bool                                        `json:"RFCEnforcement,omitempty"`
	CertificateOwnerRole *CSSCMSCoreEnumsTemplateCertificateOwnerRole `json:"CertificateOwnerRole,omitempty"`
	// The id of the security role that should be set as the owner of the cert during import of new certificates
	DefaultCertificateOwnerRoleId   NullableInt32                                    `json:"DefaultCertificateOwnerRoleId,omitempty"`
	DefaultCertificateOwnerRoleName NullableString                                   `json:"DefaultCertificateOwnerRoleName,omitempty"`
	KeyInfo                         *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo `json:"KeyInfo,omitempty"`
}

TemplatesGlobalGlobalTemplatePolicyResponse struct for TemplatesGlobalGlobalTemplatePolicyResponse

func NewTemplatesGlobalGlobalTemplatePolicyResponse ¶

func NewTemplatesGlobalGlobalTemplatePolicyResponse() *TemplatesGlobalGlobalTemplatePolicyResponse

NewTemplatesGlobalGlobalTemplatePolicyResponse instantiates a new TemplatesGlobalGlobalTemplatePolicyResponse 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 NewTemplatesGlobalGlobalTemplatePolicyResponseWithDefaults ¶

func NewTemplatesGlobalGlobalTemplatePolicyResponseWithDefaults() *TemplatesGlobalGlobalTemplatePolicyResponse

NewTemplatesGlobalGlobalTemplatePolicyResponseWithDefaults instantiates a new TemplatesGlobalGlobalTemplatePolicyResponse 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 (*TemplatesGlobalGlobalTemplatePolicyResponse) GetAllowKeyReuse ¶

func (o *TemplatesGlobalGlobalTemplatePolicyResponse) GetAllowKeyReuse() bool

GetAllowKeyReuse returns the AllowKeyReuse field value if set, zero value otherwise.

func (*TemplatesGlobalGlobalTemplatePolicyResponse) GetAllowKeyReuseOk ¶

func (o *TemplatesGlobalGlobalTemplatePolicyResponse) GetAllowKeyReuseOk() (*bool, bool)

GetAllowKeyReuseOk returns a tuple with the AllowKeyReuse field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesGlobalGlobalTemplatePolicyResponse) GetAllowWildcards ¶

func (o *TemplatesGlobalGlobalTemplatePolicyResponse) GetAllowWildcards() bool

GetAllowWildcards returns the AllowWildcards field value if set, zero value otherwise.

func (*TemplatesGlobalGlobalTemplatePolicyResponse) GetAllowWildcardsOk ¶

func (o *TemplatesGlobalGlobalTemplatePolicyResponse) GetAllowWildcardsOk() (*bool, bool)

GetAllowWildcardsOk returns a tuple with the AllowWildcards field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesGlobalGlobalTemplatePolicyResponse) GetCertificateOwnerRole ¶

GetCertificateOwnerRole returns the CertificateOwnerRole field value if set, zero value otherwise.

func (*TemplatesGlobalGlobalTemplatePolicyResponse) GetCertificateOwnerRoleOk ¶

GetCertificateOwnerRoleOk returns a tuple with the CertificateOwnerRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesGlobalGlobalTemplatePolicyResponse) GetDefaultCertificateOwnerRoleId ¶

func (o *TemplatesGlobalGlobalTemplatePolicyResponse) GetDefaultCertificateOwnerRoleId() int32

GetDefaultCertificateOwnerRoleId returns the DefaultCertificateOwnerRoleId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesGlobalGlobalTemplatePolicyResponse) GetDefaultCertificateOwnerRoleIdOk ¶

func (o *TemplatesGlobalGlobalTemplatePolicyResponse) GetDefaultCertificateOwnerRoleIdOk() (*int32, bool)

GetDefaultCertificateOwnerRoleIdOk returns a tuple with the DefaultCertificateOwnerRoleId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesGlobalGlobalTemplatePolicyResponse) GetDefaultCertificateOwnerRoleName ¶

func (o *TemplatesGlobalGlobalTemplatePolicyResponse) GetDefaultCertificateOwnerRoleName() string

GetDefaultCertificateOwnerRoleName returns the DefaultCertificateOwnerRoleName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesGlobalGlobalTemplatePolicyResponse) GetDefaultCertificateOwnerRoleNameOk ¶

func (o *TemplatesGlobalGlobalTemplatePolicyResponse) GetDefaultCertificateOwnerRoleNameOk() (*string, bool)

GetDefaultCertificateOwnerRoleNameOk returns a tuple with the DefaultCertificateOwnerRoleName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesGlobalGlobalTemplatePolicyResponse) GetKeyInfo ¶

GetKeyInfo returns the KeyInfo field value if set, zero value otherwise.

func (*TemplatesGlobalGlobalTemplatePolicyResponse) GetKeyInfoOk ¶

GetKeyInfoOk returns a tuple with the KeyInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesGlobalGlobalTemplatePolicyResponse) GetRFCEnforcement ¶

func (o *TemplatesGlobalGlobalTemplatePolicyResponse) GetRFCEnforcement() bool

GetRFCEnforcement returns the RFCEnforcement field value if set, zero value otherwise.

func (*TemplatesGlobalGlobalTemplatePolicyResponse) GetRFCEnforcementOk ¶

func (o *TemplatesGlobalGlobalTemplatePolicyResponse) GetRFCEnforcementOk() (*bool, bool)

GetRFCEnforcementOk returns a tuple with the RFCEnforcement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesGlobalGlobalTemplatePolicyResponse) HasAllowKeyReuse ¶

func (o *TemplatesGlobalGlobalTemplatePolicyResponse) HasAllowKeyReuse() bool

HasAllowKeyReuse returns a boolean if a field has been set.

func (*TemplatesGlobalGlobalTemplatePolicyResponse) HasAllowWildcards ¶

func (o *TemplatesGlobalGlobalTemplatePolicyResponse) HasAllowWildcards() bool

HasAllowWildcards returns a boolean if a field has been set.

func (*TemplatesGlobalGlobalTemplatePolicyResponse) HasCertificateOwnerRole ¶

func (o *TemplatesGlobalGlobalTemplatePolicyResponse) HasCertificateOwnerRole() bool

HasCertificateOwnerRole returns a boolean if a field has been set.

func (*TemplatesGlobalGlobalTemplatePolicyResponse) HasDefaultCertificateOwnerRoleId ¶

func (o *TemplatesGlobalGlobalTemplatePolicyResponse) HasDefaultCertificateOwnerRoleId() bool

HasDefaultCertificateOwnerRoleId returns a boolean if a field has been set.

func (*TemplatesGlobalGlobalTemplatePolicyResponse) HasDefaultCertificateOwnerRoleName ¶

func (o *TemplatesGlobalGlobalTemplatePolicyResponse) HasDefaultCertificateOwnerRoleName() bool

HasDefaultCertificateOwnerRoleName returns a boolean if a field has been set.

func (*TemplatesGlobalGlobalTemplatePolicyResponse) HasKeyInfo ¶

HasKeyInfo returns a boolean if a field has been set.

func (*TemplatesGlobalGlobalTemplatePolicyResponse) HasRFCEnforcement ¶

func (o *TemplatesGlobalGlobalTemplatePolicyResponse) HasRFCEnforcement() bool

HasRFCEnforcement returns a boolean if a field has been set.

func (TemplatesGlobalGlobalTemplatePolicyResponse) MarshalJSON ¶

func (*TemplatesGlobalGlobalTemplatePolicyResponse) SetAllowKeyReuse ¶

func (o *TemplatesGlobalGlobalTemplatePolicyResponse) SetAllowKeyReuse(v bool)

SetAllowKeyReuse gets a reference to the given bool and assigns it to the AllowKeyReuse field.

func (*TemplatesGlobalGlobalTemplatePolicyResponse) SetAllowWildcards ¶

func (o *TemplatesGlobalGlobalTemplatePolicyResponse) SetAllowWildcards(v bool)

SetAllowWildcards gets a reference to the given bool and assigns it to the AllowWildcards field.

func (*TemplatesGlobalGlobalTemplatePolicyResponse) SetCertificateOwnerRole ¶

SetCertificateOwnerRole gets a reference to the given CSSCMSCoreEnumsTemplateCertificateOwnerRole and assigns it to the CertificateOwnerRole field.

func (*TemplatesGlobalGlobalTemplatePolicyResponse) SetDefaultCertificateOwnerRoleId ¶

func (o *TemplatesGlobalGlobalTemplatePolicyResponse) SetDefaultCertificateOwnerRoleId(v int32)

SetDefaultCertificateOwnerRoleId gets a reference to the given NullableInt32 and assigns it to the DefaultCertificateOwnerRoleId field.

func (*TemplatesGlobalGlobalTemplatePolicyResponse) SetDefaultCertificateOwnerRoleIdNil ¶

func (o *TemplatesGlobalGlobalTemplatePolicyResponse) SetDefaultCertificateOwnerRoleIdNil()

SetDefaultCertificateOwnerRoleIdNil sets the value for DefaultCertificateOwnerRoleId to be an explicit nil

func (*TemplatesGlobalGlobalTemplatePolicyResponse) SetDefaultCertificateOwnerRoleName ¶

func (o *TemplatesGlobalGlobalTemplatePolicyResponse) SetDefaultCertificateOwnerRoleName(v string)

SetDefaultCertificateOwnerRoleName gets a reference to the given NullableString and assigns it to the DefaultCertificateOwnerRoleName field.

func (*TemplatesGlobalGlobalTemplatePolicyResponse) SetDefaultCertificateOwnerRoleNameNil ¶

func (o *TemplatesGlobalGlobalTemplatePolicyResponse) SetDefaultCertificateOwnerRoleNameNil()

SetDefaultCertificateOwnerRoleNameNil sets the value for DefaultCertificateOwnerRoleName to be an explicit nil

func (*TemplatesGlobalGlobalTemplatePolicyResponse) SetKeyInfo ¶

SetKeyInfo gets a reference to the given CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo and assigns it to the KeyInfo field.

func (*TemplatesGlobalGlobalTemplatePolicyResponse) SetRFCEnforcement ¶

func (o *TemplatesGlobalGlobalTemplatePolicyResponse) SetRFCEnforcement(v bool)

SetRFCEnforcement gets a reference to the given bool and assigns it to the RFCEnforcement field.

func (TemplatesGlobalGlobalTemplatePolicyResponse) ToMap ¶

func (o TemplatesGlobalGlobalTemplatePolicyResponse) ToMap() (map[string]interface{}, error)

func (*TemplatesGlobalGlobalTemplatePolicyResponse) UnsetDefaultCertificateOwnerRoleId ¶

func (o *TemplatesGlobalGlobalTemplatePolicyResponse) UnsetDefaultCertificateOwnerRoleId()

UnsetDefaultCertificateOwnerRoleId ensures that no value is present for DefaultCertificateOwnerRoleId, not even an explicit nil

func (*TemplatesGlobalGlobalTemplatePolicyResponse) UnsetDefaultCertificateOwnerRoleName ¶

func (o *TemplatesGlobalGlobalTemplatePolicyResponse) UnsetDefaultCertificateOwnerRoleName()

UnsetDefaultCertificateOwnerRoleName ensures that no value is present for DefaultCertificateOwnerRoleName, not even an explicit nil

type TemplatesGlobalGlobalTemplateRegexRequest ¶

type TemplatesGlobalGlobalTemplateRegexRequest struct {
	// The subject part to apply the regular expression to.
	SubjectPart string `json:"SubjectPart"`
	// The regular expression to apply to the subject part.
	Regex NullableString `json:"Regex,omitempty"`
	// The error message to show when the regex validation fails.
	Error NullableString `json:"Error,omitempty"`
	// Whether or not the regex should be evaluated case-sensitively.
	CaseSensitive *bool `json:"CaseSensitive,omitempty"`
}

TemplatesGlobalGlobalTemplateRegexRequest struct for TemplatesGlobalGlobalTemplateRegexRequest

func NewTemplatesGlobalGlobalTemplateRegexRequest ¶

func NewTemplatesGlobalGlobalTemplateRegexRequest(subjectPart string) *TemplatesGlobalGlobalTemplateRegexRequest

NewTemplatesGlobalGlobalTemplateRegexRequest instantiates a new TemplatesGlobalGlobalTemplateRegexRequest 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 NewTemplatesGlobalGlobalTemplateRegexRequestWithDefaults ¶

func NewTemplatesGlobalGlobalTemplateRegexRequestWithDefaults() *TemplatesGlobalGlobalTemplateRegexRequest

NewTemplatesGlobalGlobalTemplateRegexRequestWithDefaults instantiates a new TemplatesGlobalGlobalTemplateRegexRequest 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 (*TemplatesGlobalGlobalTemplateRegexRequest) GetCaseSensitive ¶

func (o *TemplatesGlobalGlobalTemplateRegexRequest) GetCaseSensitive() bool

GetCaseSensitive returns the CaseSensitive field value if set, zero value otherwise.

func (*TemplatesGlobalGlobalTemplateRegexRequest) GetCaseSensitiveOk ¶

func (o *TemplatesGlobalGlobalTemplateRegexRequest) GetCaseSensitiveOk() (*bool, bool)

GetCaseSensitiveOk returns a tuple with the CaseSensitive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesGlobalGlobalTemplateRegexRequest) GetError ¶

GetError returns the Error field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesGlobalGlobalTemplateRegexRequest) GetErrorOk ¶

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesGlobalGlobalTemplateRegexRequest) GetRegex ¶

GetRegex returns the Regex field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesGlobalGlobalTemplateRegexRequest) GetRegexOk ¶

GetRegexOk returns a tuple with the Regex field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesGlobalGlobalTemplateRegexRequest) GetSubjectPart ¶

GetSubjectPart returns the SubjectPart field value

func (*TemplatesGlobalGlobalTemplateRegexRequest) GetSubjectPartOk ¶

func (o *TemplatesGlobalGlobalTemplateRegexRequest) GetSubjectPartOk() (*string, bool)

GetSubjectPartOk returns a tuple with the SubjectPart field value and a boolean to check if the value has been set.

func (*TemplatesGlobalGlobalTemplateRegexRequest) HasCaseSensitive ¶

func (o *TemplatesGlobalGlobalTemplateRegexRequest) HasCaseSensitive() bool

HasCaseSensitive returns a boolean if a field has been set.

func (*TemplatesGlobalGlobalTemplateRegexRequest) HasError ¶

HasError returns a boolean if a field has been set.

func (*TemplatesGlobalGlobalTemplateRegexRequest) HasRegex ¶

HasRegex returns a boolean if a field has been set.

func (TemplatesGlobalGlobalTemplateRegexRequest) MarshalJSON ¶

func (*TemplatesGlobalGlobalTemplateRegexRequest) SetCaseSensitive ¶

func (o *TemplatesGlobalGlobalTemplateRegexRequest) SetCaseSensitive(v bool)

SetCaseSensitive gets a reference to the given bool and assigns it to the CaseSensitive field.

func (*TemplatesGlobalGlobalTemplateRegexRequest) SetError ¶

SetError gets a reference to the given NullableString and assigns it to the Error field.

func (*TemplatesGlobalGlobalTemplateRegexRequest) SetErrorNil ¶

SetErrorNil sets the value for Error to be an explicit nil

func (*TemplatesGlobalGlobalTemplateRegexRequest) SetRegex ¶

SetRegex gets a reference to the given NullableString and assigns it to the Regex field.

func (*TemplatesGlobalGlobalTemplateRegexRequest) SetRegexNil ¶

SetRegexNil sets the value for Regex to be an explicit nil

func (*TemplatesGlobalGlobalTemplateRegexRequest) SetSubjectPart ¶

SetSubjectPart sets field value

func (TemplatesGlobalGlobalTemplateRegexRequest) ToMap ¶

func (o TemplatesGlobalGlobalTemplateRegexRequest) ToMap() (map[string]interface{}, error)

func (*TemplatesGlobalGlobalTemplateRegexRequest) UnsetError ¶

UnsetError ensures that no value is present for Error, not even an explicit nil

func (*TemplatesGlobalGlobalTemplateRegexRequest) UnsetRegex ¶

UnsetRegex ensures that no value is present for Regex, not even an explicit nil

type TemplatesGlobalGlobalTemplateRegexResponse ¶

type TemplatesGlobalGlobalTemplateRegexResponse struct {
	// The subject part to apply the regular expression to.
	SubjectPart NullableString `json:"SubjectPart,omitempty"`
	// The regular expression to apply to the subject part.
	Regex NullableString `json:"Regex,omitempty"`
	// The error message to show when the regex validation fails.
	Error NullableString `json:"Error,omitempty"`
	// Whether or not the regular expression should be evaluated case-sensitively.
	CaseSensitive *bool `json:"CaseSensitive,omitempty"`
}

TemplatesGlobalGlobalTemplateRegexResponse struct for TemplatesGlobalGlobalTemplateRegexResponse

func NewTemplatesGlobalGlobalTemplateRegexResponse ¶

func NewTemplatesGlobalGlobalTemplateRegexResponse() *TemplatesGlobalGlobalTemplateRegexResponse

NewTemplatesGlobalGlobalTemplateRegexResponse instantiates a new TemplatesGlobalGlobalTemplateRegexResponse 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 NewTemplatesGlobalGlobalTemplateRegexResponseWithDefaults ¶

func NewTemplatesGlobalGlobalTemplateRegexResponseWithDefaults() *TemplatesGlobalGlobalTemplateRegexResponse

NewTemplatesGlobalGlobalTemplateRegexResponseWithDefaults instantiates a new TemplatesGlobalGlobalTemplateRegexResponse 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 (*TemplatesGlobalGlobalTemplateRegexResponse) GetCaseSensitive ¶

func (o *TemplatesGlobalGlobalTemplateRegexResponse) GetCaseSensitive() bool

GetCaseSensitive returns the CaseSensitive field value if set, zero value otherwise.

func (*TemplatesGlobalGlobalTemplateRegexResponse) GetCaseSensitiveOk ¶

func (o *TemplatesGlobalGlobalTemplateRegexResponse) GetCaseSensitiveOk() (*bool, bool)

GetCaseSensitiveOk returns a tuple with the CaseSensitive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesGlobalGlobalTemplateRegexResponse) GetError ¶

GetError returns the Error field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesGlobalGlobalTemplateRegexResponse) GetErrorOk ¶

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesGlobalGlobalTemplateRegexResponse) GetRegex ¶

GetRegex returns the Regex field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesGlobalGlobalTemplateRegexResponse) GetRegexOk ¶

GetRegexOk returns a tuple with the Regex field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesGlobalGlobalTemplateRegexResponse) GetSubjectPart ¶

GetSubjectPart returns the SubjectPart field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesGlobalGlobalTemplateRegexResponse) GetSubjectPartOk ¶

func (o *TemplatesGlobalGlobalTemplateRegexResponse) GetSubjectPartOk() (*string, bool)

GetSubjectPartOk returns a tuple with the SubjectPart field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesGlobalGlobalTemplateRegexResponse) HasCaseSensitive ¶

func (o *TemplatesGlobalGlobalTemplateRegexResponse) HasCaseSensitive() bool

HasCaseSensitive returns a boolean if a field has been set.

func (*TemplatesGlobalGlobalTemplateRegexResponse) HasError ¶

HasError returns a boolean if a field has been set.

func (*TemplatesGlobalGlobalTemplateRegexResponse) HasRegex ¶

HasRegex returns a boolean if a field has been set.

func (*TemplatesGlobalGlobalTemplateRegexResponse) HasSubjectPart ¶

HasSubjectPart returns a boolean if a field has been set.

func (TemplatesGlobalGlobalTemplateRegexResponse) MarshalJSON ¶

func (*TemplatesGlobalGlobalTemplateRegexResponse) SetCaseSensitive ¶

func (o *TemplatesGlobalGlobalTemplateRegexResponse) SetCaseSensitive(v bool)

SetCaseSensitive gets a reference to the given bool and assigns it to the CaseSensitive field.

func (*TemplatesGlobalGlobalTemplateRegexResponse) SetError ¶

SetError gets a reference to the given NullableString and assigns it to the Error field.

func (*TemplatesGlobalGlobalTemplateRegexResponse) SetErrorNil ¶

SetErrorNil sets the value for Error to be an explicit nil

func (*TemplatesGlobalGlobalTemplateRegexResponse) SetRegex ¶

SetRegex gets a reference to the given NullableString and assigns it to the Regex field.

func (*TemplatesGlobalGlobalTemplateRegexResponse) SetRegexNil ¶

SetRegexNil sets the value for Regex to be an explicit nil

func (*TemplatesGlobalGlobalTemplateRegexResponse) SetSubjectPart ¶

SetSubjectPart gets a reference to the given NullableString and assigns it to the SubjectPart field.

func (*TemplatesGlobalGlobalTemplateRegexResponse) SetSubjectPartNil ¶

func (o *TemplatesGlobalGlobalTemplateRegexResponse) SetSubjectPartNil()

SetSubjectPartNil sets the value for SubjectPart to be an explicit nil

func (TemplatesGlobalGlobalTemplateRegexResponse) ToMap ¶

func (o TemplatesGlobalGlobalTemplateRegexResponse) ToMap() (map[string]interface{}, error)

func (*TemplatesGlobalGlobalTemplateRegexResponse) UnsetError ¶

UnsetError ensures that no value is present for Error, not even an explicit nil

func (*TemplatesGlobalGlobalTemplateRegexResponse) UnsetRegex ¶

UnsetRegex ensures that no value is present for Regex, not even an explicit nil

func (*TemplatesGlobalGlobalTemplateRegexResponse) UnsetSubjectPart ¶

func (o *TemplatesGlobalGlobalTemplateRegexResponse) UnsetSubjectPart()

UnsetSubjectPart ensures that no value is present for SubjectPart, not even an explicit nil

type TemplatesGlobalGlobalTemplateSettingsRequest ¶

type TemplatesGlobalGlobalTemplateSettingsRequest struct {
	// The regular expressions to use for validation during enrollment.
	TemplateRegexes []TemplatesGlobalGlobalTemplateRegexRequest `json:"TemplateRegexes"`
	// The default values to use during enrollment.
	TemplateDefaults []TemplatesGlobalGlobalTemplateDefaultRequest `json:"TemplateDefaults"`
	TemplatePolicy   TemplatesGlobalGlobalTemplatePolicyRequest    `json:"TemplatePolicy"`
}

TemplatesGlobalGlobalTemplateSettingsRequest struct for TemplatesGlobalGlobalTemplateSettingsRequest

func NewTemplatesGlobalGlobalTemplateSettingsRequest ¶

func NewTemplatesGlobalGlobalTemplateSettingsRequest(templateRegexes []TemplatesGlobalGlobalTemplateRegexRequest, templateDefaults []TemplatesGlobalGlobalTemplateDefaultRequest, templatePolicy TemplatesGlobalGlobalTemplatePolicyRequest) *TemplatesGlobalGlobalTemplateSettingsRequest

NewTemplatesGlobalGlobalTemplateSettingsRequest instantiates a new TemplatesGlobalGlobalTemplateSettingsRequest 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 NewTemplatesGlobalGlobalTemplateSettingsRequestWithDefaults ¶

func NewTemplatesGlobalGlobalTemplateSettingsRequestWithDefaults() *TemplatesGlobalGlobalTemplateSettingsRequest

NewTemplatesGlobalGlobalTemplateSettingsRequestWithDefaults instantiates a new TemplatesGlobalGlobalTemplateSettingsRequest 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 (*TemplatesGlobalGlobalTemplateSettingsRequest) GetTemplateDefaults ¶

GetTemplateDefaults returns the TemplateDefaults field value

func (*TemplatesGlobalGlobalTemplateSettingsRequest) GetTemplateDefaultsOk ¶

GetTemplateDefaultsOk returns a tuple with the TemplateDefaults field value and a boolean to check if the value has been set.

func (*TemplatesGlobalGlobalTemplateSettingsRequest) GetTemplatePolicy ¶

GetTemplatePolicy returns the TemplatePolicy field value

func (*TemplatesGlobalGlobalTemplateSettingsRequest) GetTemplatePolicyOk ¶

GetTemplatePolicyOk returns a tuple with the TemplatePolicy field value and a boolean to check if the value has been set.

func (*TemplatesGlobalGlobalTemplateSettingsRequest) GetTemplateRegexes ¶

GetTemplateRegexes returns the TemplateRegexes field value

func (*TemplatesGlobalGlobalTemplateSettingsRequest) GetTemplateRegexesOk ¶

GetTemplateRegexesOk returns a tuple with the TemplateRegexes field value and a boolean to check if the value has been set.

func (TemplatesGlobalGlobalTemplateSettingsRequest) MarshalJSON ¶

func (*TemplatesGlobalGlobalTemplateSettingsRequest) SetTemplateDefaults ¶

SetTemplateDefaults sets field value

func (*TemplatesGlobalGlobalTemplateSettingsRequest) SetTemplatePolicy ¶

SetTemplatePolicy sets field value

func (*TemplatesGlobalGlobalTemplateSettingsRequest) SetTemplateRegexes ¶

SetTemplateRegexes sets field value

func (TemplatesGlobalGlobalTemplateSettingsRequest) ToMap ¶

func (o TemplatesGlobalGlobalTemplateSettingsRequest) ToMap() (map[string]interface{}, error)

type TemplatesGlobalGlobalTemplateSettingsResponse ¶

type TemplatesGlobalGlobalTemplateSettingsResponse struct {
	// The regular expressions to use for validation during enrollment.
	TemplateRegexes []TemplatesGlobalGlobalTemplateRegexResponse `json:"TemplateRegexes,omitempty"`
	// The default values to use during enrollment.
	TemplateDefaults []TemplatesGlobalGlobalTemplateDefaultResponse `json:"TemplateDefaults,omitempty"`
	TemplatePolicy   *TemplatesGlobalGlobalTemplatePolicyResponse   `json:"TemplatePolicy,omitempty"`
}

TemplatesGlobalGlobalTemplateSettingsResponse struct for TemplatesGlobalGlobalTemplateSettingsResponse

func NewTemplatesGlobalGlobalTemplateSettingsResponse ¶

func NewTemplatesGlobalGlobalTemplateSettingsResponse() *TemplatesGlobalGlobalTemplateSettingsResponse

NewTemplatesGlobalGlobalTemplateSettingsResponse instantiates a new TemplatesGlobalGlobalTemplateSettingsResponse 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 NewTemplatesGlobalGlobalTemplateSettingsResponseWithDefaults ¶

func NewTemplatesGlobalGlobalTemplateSettingsResponseWithDefaults() *TemplatesGlobalGlobalTemplateSettingsResponse

NewTemplatesGlobalGlobalTemplateSettingsResponseWithDefaults instantiates a new TemplatesGlobalGlobalTemplateSettingsResponse 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 (*TemplatesGlobalGlobalTemplateSettingsResponse) GetTemplateDefaults ¶

GetTemplateDefaults returns the TemplateDefaults field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesGlobalGlobalTemplateSettingsResponse) GetTemplateDefaultsOk ¶

GetTemplateDefaultsOk returns a tuple with the TemplateDefaults field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesGlobalGlobalTemplateSettingsResponse) GetTemplatePolicy ¶

GetTemplatePolicy returns the TemplatePolicy field value if set, zero value otherwise.

func (*TemplatesGlobalGlobalTemplateSettingsResponse) GetTemplatePolicyOk ¶

GetTemplatePolicyOk returns a tuple with the TemplatePolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesGlobalGlobalTemplateSettingsResponse) GetTemplateRegexes ¶

GetTemplateRegexes returns the TemplateRegexes field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesGlobalGlobalTemplateSettingsResponse) GetTemplateRegexesOk ¶

GetTemplateRegexesOk returns a tuple with the TemplateRegexes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesGlobalGlobalTemplateSettingsResponse) HasTemplateDefaults ¶

func (o *TemplatesGlobalGlobalTemplateSettingsResponse) HasTemplateDefaults() bool

HasTemplateDefaults returns a boolean if a field has been set.

func (*TemplatesGlobalGlobalTemplateSettingsResponse) HasTemplatePolicy ¶

func (o *TemplatesGlobalGlobalTemplateSettingsResponse) HasTemplatePolicy() bool

HasTemplatePolicy returns a boolean if a field has been set.

func (*TemplatesGlobalGlobalTemplateSettingsResponse) HasTemplateRegexes ¶

func (o *TemplatesGlobalGlobalTemplateSettingsResponse) HasTemplateRegexes() bool

HasTemplateRegexes returns a boolean if a field has been set.

func (TemplatesGlobalGlobalTemplateSettingsResponse) MarshalJSON ¶

func (*TemplatesGlobalGlobalTemplateSettingsResponse) SetTemplateDefaults ¶

SetTemplateDefaults gets a reference to the given []TemplatesGlobalGlobalTemplateDefaultResponse and assigns it to the TemplateDefaults field.

func (*TemplatesGlobalGlobalTemplateSettingsResponse) SetTemplatePolicy ¶

SetTemplatePolicy gets a reference to the given TemplatesGlobalGlobalTemplatePolicyResponse and assigns it to the TemplatePolicy field.

func (*TemplatesGlobalGlobalTemplateSettingsResponse) SetTemplateRegexes ¶

SetTemplateRegexes gets a reference to the given []TemplatesGlobalGlobalTemplateRegexResponse and assigns it to the TemplateRegexes field.

func (TemplatesGlobalGlobalTemplateSettingsResponse) ToMap ¶

func (o TemplatesGlobalGlobalTemplateSettingsResponse) ToMap() (map[string]interface{}, error)

type TemplatesKeyAlgorithmsResponseModel ¶

type TemplatesKeyAlgorithmsResponseModel struct {
	TemplateId *int32                                           `json:"TemplateId,omitempty"`
	KeyInfo    *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo `json:"KeyInfo,omitempty"`
}

TemplatesKeyAlgorithmsResponseModel struct for TemplatesKeyAlgorithmsResponseModel

func NewTemplatesKeyAlgorithmsResponseModel ¶

func NewTemplatesKeyAlgorithmsResponseModel() *TemplatesKeyAlgorithmsResponseModel

NewTemplatesKeyAlgorithmsResponseModel instantiates a new TemplatesKeyAlgorithmsResponseModel 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 NewTemplatesKeyAlgorithmsResponseModelWithDefaults ¶

func NewTemplatesKeyAlgorithmsResponseModelWithDefaults() *TemplatesKeyAlgorithmsResponseModel

NewTemplatesKeyAlgorithmsResponseModelWithDefaults instantiates a new TemplatesKeyAlgorithmsResponseModel 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 (*TemplatesKeyAlgorithmsResponseModel) GetKeyInfo ¶

GetKeyInfo returns the KeyInfo field value if set, zero value otherwise.

func (*TemplatesKeyAlgorithmsResponseModel) GetKeyInfoOk ¶

GetKeyInfoOk returns a tuple with the KeyInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesKeyAlgorithmsResponseModel) GetTemplateId ¶

func (o *TemplatesKeyAlgorithmsResponseModel) GetTemplateId() int32

GetTemplateId returns the TemplateId field value if set, zero value otherwise.

func (*TemplatesKeyAlgorithmsResponseModel) GetTemplateIdOk ¶

func (o *TemplatesKeyAlgorithmsResponseModel) GetTemplateIdOk() (*int32, bool)

GetTemplateIdOk returns a tuple with the TemplateId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesKeyAlgorithmsResponseModel) HasKeyInfo ¶

func (o *TemplatesKeyAlgorithmsResponseModel) HasKeyInfo() bool

HasKeyInfo returns a boolean if a field has been set.

func (*TemplatesKeyAlgorithmsResponseModel) HasTemplateId ¶

func (o *TemplatesKeyAlgorithmsResponseModel) HasTemplateId() bool

HasTemplateId returns a boolean if a field has been set.

func (TemplatesKeyAlgorithmsResponseModel) MarshalJSON ¶

func (o TemplatesKeyAlgorithmsResponseModel) MarshalJSON() ([]byte, error)

func (*TemplatesKeyAlgorithmsResponseModel) SetKeyInfo ¶

SetKeyInfo gets a reference to the given CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo and assigns it to the KeyInfo field.

func (*TemplatesKeyAlgorithmsResponseModel) SetTemplateId ¶

func (o *TemplatesKeyAlgorithmsResponseModel) SetTemplateId(v int32)

SetTemplateId gets a reference to the given int32 and assigns it to the TemplateId field.

func (TemplatesKeyAlgorithmsResponseModel) ToMap ¶

func (o TemplatesKeyAlgorithmsResponseModel) ToMap() (map[string]interface{}, error)

type TemplatesTemplateCollectionRetrievalResponse ¶

type TemplatesTemplateCollectionRetrievalResponse struct {
	Id                     *int32                                                 `json:"Id,omitempty"`
	CommonName             NullableString                                         `json:"CommonName,omitempty"`
	TemplateName           NullableString                                         `json:"TemplateName,omitempty"`
	Oid                    NullableString                                         `json:"Oid,omitempty"`
	KeySize                NullableString                                         `json:"KeySize,omitempty"`
	KeyType                NullableString                                         `json:"KeyType,omitempty"`
	ForestRoot             NullableString                                         `json:"ForestRoot,omitempty"`
	ConfigurationTenant    NullableString                                         `json:"ConfigurationTenant,omitempty"`
	FriendlyName           NullableString                                         `json:"FriendlyName,omitempty"`
	KeyRetention           *CSSCMSCoreEnumsKeyRetentionPolicy                     `json:"KeyRetention,omitempty"`
	KeyRetentionDays       NullableInt32                                          `json:"KeyRetentionDays,omitempty"`
	KeyArchival            *bool                                                  `json:"KeyArchival,omitempty"`
	EnrollmentFields       []TemplatesTemplateEnrollmentFieldRequestResponseModel `json:"EnrollmentFields,omitempty"`
	AllowedEnrollmentTypes *CSSCMSCoreEnumsEnrollmentType                         `json:"AllowedEnrollmentTypes,omitempty"`
	TemplateRegexes        []TemplatesTemplateRegexRequestResponseModel           `json:"TemplateRegexes,omitempty"`
	UseAllowedRequesters   *bool                                                  `json:"UseAllowedRequesters,omitempty"`
	AllowedRequesters      []string                                               `json:"AllowedRequesters,omitempty"`
	DisplayName            NullableString                                         `json:"DisplayName,omitempty"`
	RequiresApproval       *bool                                                  `json:"RequiresApproval,omitempty"`
	KeyUsage               *int32                                                 `json:"KeyUsage,omitempty"`
	ExtendedKeyUsages      []TemplatesExtendedKeyUsageResponseModel               `json:"ExtendedKeyUsages,omitempty"`
	AllowOneClickRenewals  *bool                                                  `json:"AllowOneClickRenewals,omitempty"`
	KeyTypes               NullableString                                         `json:"KeyTypes,omitempty"`
}

TemplatesTemplateCollectionRetrievalResponse struct for TemplatesTemplateCollectionRetrievalResponse

func NewTemplatesTemplateCollectionRetrievalResponse ¶

func NewTemplatesTemplateCollectionRetrievalResponse() *TemplatesTemplateCollectionRetrievalResponse

NewTemplatesTemplateCollectionRetrievalResponse instantiates a new TemplatesTemplateCollectionRetrievalResponse 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 NewTemplatesTemplateCollectionRetrievalResponseWithDefaults ¶

func NewTemplatesTemplateCollectionRetrievalResponseWithDefaults() *TemplatesTemplateCollectionRetrievalResponse

NewTemplatesTemplateCollectionRetrievalResponseWithDefaults instantiates a new TemplatesTemplateCollectionRetrievalResponse 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 (*TemplatesTemplateCollectionRetrievalResponse) GetAllowOneClickRenewals ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) GetAllowOneClickRenewals() bool

GetAllowOneClickRenewals returns the AllowOneClickRenewals field value if set, zero value otherwise.

func (*TemplatesTemplateCollectionRetrievalResponse) GetAllowOneClickRenewalsOk ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) GetAllowOneClickRenewalsOk() (*bool, bool)

GetAllowOneClickRenewalsOk returns a tuple with the AllowOneClickRenewals field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) GetAllowedEnrollmentTypes ¶

GetAllowedEnrollmentTypes returns the AllowedEnrollmentTypes field value if set, zero value otherwise.

func (*TemplatesTemplateCollectionRetrievalResponse) GetAllowedEnrollmentTypesOk ¶

GetAllowedEnrollmentTypesOk returns a tuple with the AllowedEnrollmentTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) GetAllowedRequesters ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) GetAllowedRequesters() []string

GetAllowedRequesters returns the AllowedRequesters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateCollectionRetrievalResponse) GetAllowedRequestersOk ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) GetAllowedRequestersOk() ([]string, bool)

GetAllowedRequestersOk returns a tuple with the AllowedRequesters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateCollectionRetrievalResponse) GetCommonName ¶

GetCommonName returns the CommonName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateCollectionRetrievalResponse) GetCommonNameOk ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) GetCommonNameOk() (*string, bool)

GetCommonNameOk returns a tuple with the CommonName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateCollectionRetrievalResponse) GetConfigurationTenant ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) GetConfigurationTenant() string

GetConfigurationTenant returns the ConfigurationTenant field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateCollectionRetrievalResponse) GetConfigurationTenantOk ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) GetConfigurationTenantOk() (*string, bool)

GetConfigurationTenantOk returns a tuple with the ConfigurationTenant field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateCollectionRetrievalResponse) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateCollectionRetrievalResponse) GetDisplayNameOk ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateCollectionRetrievalResponse) GetEnrollmentFields ¶

GetEnrollmentFields returns the EnrollmentFields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateCollectionRetrievalResponse) GetEnrollmentFieldsOk ¶

GetEnrollmentFieldsOk returns a tuple with the EnrollmentFields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateCollectionRetrievalResponse) GetExtendedKeyUsages ¶

GetExtendedKeyUsages returns the ExtendedKeyUsages field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateCollectionRetrievalResponse) GetExtendedKeyUsagesOk ¶

GetExtendedKeyUsagesOk returns a tuple with the ExtendedKeyUsages field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateCollectionRetrievalResponse) GetForestRoot ¶

GetForestRoot returns the ForestRoot field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateCollectionRetrievalResponse) GetForestRootOk ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) GetForestRootOk() (*string, bool)

GetForestRootOk returns a tuple with the ForestRoot field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateCollectionRetrievalResponse) GetFriendlyName ¶

GetFriendlyName returns the FriendlyName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateCollectionRetrievalResponse) GetFriendlyNameOk ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) GetFriendlyNameOk() (*string, bool)

GetFriendlyNameOk returns a tuple with the FriendlyName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateCollectionRetrievalResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*TemplatesTemplateCollectionRetrievalResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) GetKeyArchival ¶

GetKeyArchival returns the KeyArchival field value if set, zero value otherwise.

func (*TemplatesTemplateCollectionRetrievalResponse) GetKeyArchivalOk ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) GetKeyArchivalOk() (*bool, bool)

GetKeyArchivalOk returns a tuple with the KeyArchival field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) GetKeyRetention ¶

GetKeyRetention returns the KeyRetention field value if set, zero value otherwise.

func (*TemplatesTemplateCollectionRetrievalResponse) GetKeyRetentionDays ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) GetKeyRetentionDays() int32

GetKeyRetentionDays returns the KeyRetentionDays field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateCollectionRetrievalResponse) GetKeyRetentionDaysOk ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) GetKeyRetentionDaysOk() (*int32, bool)

GetKeyRetentionDaysOk returns a tuple with the KeyRetentionDays field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateCollectionRetrievalResponse) GetKeyRetentionOk ¶

GetKeyRetentionOk returns a tuple with the KeyRetention field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) GetKeySize ¶

GetKeySize returns the KeySize field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateCollectionRetrievalResponse) GetKeySizeOk ¶

GetKeySizeOk returns a tuple with the KeySize field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateCollectionRetrievalResponse) GetKeyType ¶

GetKeyType returns the KeyType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateCollectionRetrievalResponse) GetKeyTypeOk ¶

GetKeyTypeOk returns a tuple with the KeyType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateCollectionRetrievalResponse) GetKeyTypes ¶

GetKeyTypes returns the KeyTypes field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateCollectionRetrievalResponse) GetKeyTypesOk ¶

GetKeyTypesOk returns a tuple with the KeyTypes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateCollectionRetrievalResponse) GetKeyUsage ¶

GetKeyUsage returns the KeyUsage field value if set, zero value otherwise.

func (*TemplatesTemplateCollectionRetrievalResponse) GetKeyUsageOk ¶

GetKeyUsageOk returns a tuple with the KeyUsage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) GetOid ¶

GetOid returns the Oid field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateCollectionRetrievalResponse) GetOidOk ¶

GetOidOk returns a tuple with the Oid field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateCollectionRetrievalResponse) GetRequiresApproval ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) GetRequiresApproval() bool

GetRequiresApproval returns the RequiresApproval field value if set, zero value otherwise.

func (*TemplatesTemplateCollectionRetrievalResponse) GetRequiresApprovalOk ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) GetRequiresApprovalOk() (*bool, bool)

GetRequiresApprovalOk returns a tuple with the RequiresApproval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) GetTemplateName ¶

GetTemplateName returns the TemplateName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateCollectionRetrievalResponse) GetTemplateNameOk ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) GetTemplateNameOk() (*string, bool)

GetTemplateNameOk returns a tuple with the TemplateName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateCollectionRetrievalResponse) GetTemplateRegexes ¶

GetTemplateRegexes returns the TemplateRegexes field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateCollectionRetrievalResponse) GetTemplateRegexesOk ¶

GetTemplateRegexesOk returns a tuple with the TemplateRegexes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateCollectionRetrievalResponse) GetUseAllowedRequesters ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) GetUseAllowedRequesters() bool

GetUseAllowedRequesters returns the UseAllowedRequesters field value if set, zero value otherwise.

func (*TemplatesTemplateCollectionRetrievalResponse) GetUseAllowedRequestersOk ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) GetUseAllowedRequestersOk() (*bool, bool)

GetUseAllowedRequestersOk returns a tuple with the UseAllowedRequesters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) HasAllowOneClickRenewals ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) HasAllowOneClickRenewals() bool

HasAllowOneClickRenewals returns a boolean if a field has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) HasAllowedEnrollmentTypes ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) HasAllowedEnrollmentTypes() bool

HasAllowedEnrollmentTypes returns a boolean if a field has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) HasAllowedRequesters ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) HasAllowedRequesters() bool

HasAllowedRequesters returns a boolean if a field has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) HasCommonName ¶

HasCommonName returns a boolean if a field has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) HasConfigurationTenant ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) HasConfigurationTenant() bool

HasConfigurationTenant returns a boolean if a field has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) HasDisplayName ¶

HasDisplayName returns a boolean if a field has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) HasEnrollmentFields ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) HasEnrollmentFields() bool

HasEnrollmentFields returns a boolean if a field has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) HasExtendedKeyUsages ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) HasExtendedKeyUsages() bool

HasExtendedKeyUsages returns a boolean if a field has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) HasForestRoot ¶

HasForestRoot returns a boolean if a field has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) HasFriendlyName ¶

HasFriendlyName returns a boolean if a field has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) HasKeyArchival ¶

HasKeyArchival returns a boolean if a field has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) HasKeyRetention ¶

HasKeyRetention returns a boolean if a field has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) HasKeyRetentionDays ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) HasKeyRetentionDays() bool

HasKeyRetentionDays returns a boolean if a field has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) HasKeySize ¶

HasKeySize returns a boolean if a field has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) HasKeyType ¶

HasKeyType returns a boolean if a field has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) HasKeyTypes ¶

HasKeyTypes returns a boolean if a field has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) HasKeyUsage ¶

HasKeyUsage returns a boolean if a field has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) HasOid ¶

HasOid returns a boolean if a field has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) HasRequiresApproval ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) HasRequiresApproval() bool

HasRequiresApproval returns a boolean if a field has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) HasTemplateName ¶

HasTemplateName returns a boolean if a field has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) HasTemplateRegexes ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) HasTemplateRegexes() bool

HasTemplateRegexes returns a boolean if a field has been set.

func (*TemplatesTemplateCollectionRetrievalResponse) HasUseAllowedRequesters ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) HasUseAllowedRequesters() bool

HasUseAllowedRequesters returns a boolean if a field has been set.

func (TemplatesTemplateCollectionRetrievalResponse) MarshalJSON ¶

func (*TemplatesTemplateCollectionRetrievalResponse) SetAllowOneClickRenewals ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) SetAllowOneClickRenewals(v bool)

SetAllowOneClickRenewals gets a reference to the given bool and assigns it to the AllowOneClickRenewals field.

func (*TemplatesTemplateCollectionRetrievalResponse) SetAllowedEnrollmentTypes ¶

SetAllowedEnrollmentTypes gets a reference to the given CSSCMSCoreEnumsEnrollmentType and assigns it to the AllowedEnrollmentTypes field.

func (*TemplatesTemplateCollectionRetrievalResponse) SetAllowedRequesters ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) SetAllowedRequesters(v []string)

SetAllowedRequesters gets a reference to the given []string and assigns it to the AllowedRequesters field.

func (*TemplatesTemplateCollectionRetrievalResponse) SetCommonName ¶

SetCommonName gets a reference to the given NullableString and assigns it to the CommonName field.

func (*TemplatesTemplateCollectionRetrievalResponse) SetCommonNameNil ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) SetCommonNameNil()

SetCommonNameNil sets the value for CommonName to be an explicit nil

func (*TemplatesTemplateCollectionRetrievalResponse) SetConfigurationTenant ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) SetConfigurationTenant(v string)

SetConfigurationTenant gets a reference to the given NullableString and assigns it to the ConfigurationTenant field.

func (*TemplatesTemplateCollectionRetrievalResponse) SetConfigurationTenantNil ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) SetConfigurationTenantNil()

SetConfigurationTenantNil sets the value for ConfigurationTenant to be an explicit nil

func (*TemplatesTemplateCollectionRetrievalResponse) SetDisplayName ¶

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*TemplatesTemplateCollectionRetrievalResponse) SetDisplayNameNil ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*TemplatesTemplateCollectionRetrievalResponse) SetEnrollmentFields ¶

SetEnrollmentFields gets a reference to the given []TemplatesTemplateEnrollmentFieldRequestResponseModel and assigns it to the EnrollmentFields field.

func (*TemplatesTemplateCollectionRetrievalResponse) SetExtendedKeyUsages ¶

SetExtendedKeyUsages gets a reference to the given []TemplatesExtendedKeyUsageResponseModel and assigns it to the ExtendedKeyUsages field.

func (*TemplatesTemplateCollectionRetrievalResponse) SetForestRoot ¶

SetForestRoot gets a reference to the given NullableString and assigns it to the ForestRoot field.

func (*TemplatesTemplateCollectionRetrievalResponse) SetForestRootNil ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) SetForestRootNil()

SetForestRootNil sets the value for ForestRoot to be an explicit nil

func (*TemplatesTemplateCollectionRetrievalResponse) SetFriendlyName ¶

SetFriendlyName gets a reference to the given NullableString and assigns it to the FriendlyName field.

func (*TemplatesTemplateCollectionRetrievalResponse) SetFriendlyNameNil ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) SetFriendlyNameNil()

SetFriendlyNameNil sets the value for FriendlyName to be an explicit nil

func (*TemplatesTemplateCollectionRetrievalResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*TemplatesTemplateCollectionRetrievalResponse) SetKeyArchival ¶

SetKeyArchival gets a reference to the given bool and assigns it to the KeyArchival field.

func (*TemplatesTemplateCollectionRetrievalResponse) SetKeyRetention ¶

SetKeyRetention gets a reference to the given CSSCMSCoreEnumsKeyRetentionPolicy and assigns it to the KeyRetention field.

func (*TemplatesTemplateCollectionRetrievalResponse) SetKeyRetentionDays ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) SetKeyRetentionDays(v int32)

SetKeyRetentionDays gets a reference to the given NullableInt32 and assigns it to the KeyRetentionDays field.

func (*TemplatesTemplateCollectionRetrievalResponse) SetKeyRetentionDaysNil ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) SetKeyRetentionDaysNil()

SetKeyRetentionDaysNil sets the value for KeyRetentionDays to be an explicit nil

func (*TemplatesTemplateCollectionRetrievalResponse) SetKeySize ¶

SetKeySize gets a reference to the given NullableString and assigns it to the KeySize field.

func (*TemplatesTemplateCollectionRetrievalResponse) SetKeySizeNil ¶

SetKeySizeNil sets the value for KeySize to be an explicit nil

func (*TemplatesTemplateCollectionRetrievalResponse) SetKeyType ¶

SetKeyType gets a reference to the given NullableString and assigns it to the KeyType field.

func (*TemplatesTemplateCollectionRetrievalResponse) SetKeyTypeNil ¶

SetKeyTypeNil sets the value for KeyType to be an explicit nil

func (*TemplatesTemplateCollectionRetrievalResponse) SetKeyTypes ¶

SetKeyTypes gets a reference to the given NullableString and assigns it to the KeyTypes field.

func (*TemplatesTemplateCollectionRetrievalResponse) SetKeyTypesNil ¶

SetKeyTypesNil sets the value for KeyTypes to be an explicit nil

func (*TemplatesTemplateCollectionRetrievalResponse) SetKeyUsage ¶

SetKeyUsage gets a reference to the given int32 and assigns it to the KeyUsage field.

func (*TemplatesTemplateCollectionRetrievalResponse) SetOid ¶

SetOid gets a reference to the given NullableString and assigns it to the Oid field.

func (*TemplatesTemplateCollectionRetrievalResponse) SetOidNil ¶

SetOidNil sets the value for Oid to be an explicit nil

func (*TemplatesTemplateCollectionRetrievalResponse) SetRequiresApproval ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) SetRequiresApproval(v bool)

SetRequiresApproval gets a reference to the given bool and assigns it to the RequiresApproval field.

func (*TemplatesTemplateCollectionRetrievalResponse) SetTemplateName ¶

SetTemplateName gets a reference to the given NullableString and assigns it to the TemplateName field.

func (*TemplatesTemplateCollectionRetrievalResponse) SetTemplateNameNil ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) SetTemplateNameNil()

SetTemplateNameNil sets the value for TemplateName to be an explicit nil

func (*TemplatesTemplateCollectionRetrievalResponse) SetTemplateRegexes ¶

SetTemplateRegexes gets a reference to the given []TemplatesTemplateRegexRequestResponseModel and assigns it to the TemplateRegexes field.

func (*TemplatesTemplateCollectionRetrievalResponse) SetUseAllowedRequesters ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) SetUseAllowedRequesters(v bool)

SetUseAllowedRequesters gets a reference to the given bool and assigns it to the UseAllowedRequesters field.

func (TemplatesTemplateCollectionRetrievalResponse) ToMap ¶

func (o TemplatesTemplateCollectionRetrievalResponse) ToMap() (map[string]interface{}, error)

func (*TemplatesTemplateCollectionRetrievalResponse) UnsetCommonName ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) UnsetCommonName()

UnsetCommonName ensures that no value is present for CommonName, not even an explicit nil

func (*TemplatesTemplateCollectionRetrievalResponse) UnsetConfigurationTenant ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) UnsetConfigurationTenant()

UnsetConfigurationTenant ensures that no value is present for ConfigurationTenant, not even an explicit nil

func (*TemplatesTemplateCollectionRetrievalResponse) UnsetDisplayName ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*TemplatesTemplateCollectionRetrievalResponse) UnsetForestRoot ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) UnsetForestRoot()

UnsetForestRoot ensures that no value is present for ForestRoot, not even an explicit nil

func (*TemplatesTemplateCollectionRetrievalResponse) UnsetFriendlyName ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) UnsetFriendlyName()

UnsetFriendlyName ensures that no value is present for FriendlyName, not even an explicit nil

func (*TemplatesTemplateCollectionRetrievalResponse) UnsetKeyRetentionDays ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) UnsetKeyRetentionDays()

UnsetKeyRetentionDays ensures that no value is present for KeyRetentionDays, not even an explicit nil

func (*TemplatesTemplateCollectionRetrievalResponse) UnsetKeySize ¶

UnsetKeySize ensures that no value is present for KeySize, not even an explicit nil

func (*TemplatesTemplateCollectionRetrievalResponse) UnsetKeyType ¶

UnsetKeyType ensures that no value is present for KeyType, not even an explicit nil

func (*TemplatesTemplateCollectionRetrievalResponse) UnsetKeyTypes ¶

UnsetKeyTypes ensures that no value is present for KeyTypes, not even an explicit nil

func (*TemplatesTemplateCollectionRetrievalResponse) UnsetOid ¶

UnsetOid ensures that no value is present for Oid, not even an explicit nil

func (*TemplatesTemplateCollectionRetrievalResponse) UnsetTemplateName ¶

func (o *TemplatesTemplateCollectionRetrievalResponse) UnsetTemplateName()

UnsetTemplateName ensures that no value is present for TemplateName, not even an explicit nil

type TemplatesTemplateDefaultRequestResponseModel ¶

type TemplatesTemplateDefaultRequestResponseModel struct {
	SubjectPart NullableString `json:"SubjectPart,omitempty"`
	Value       NullableString `json:"Value,omitempty"`
}

TemplatesTemplateDefaultRequestResponseModel struct for TemplatesTemplateDefaultRequestResponseModel

func NewTemplatesTemplateDefaultRequestResponseModel ¶

func NewTemplatesTemplateDefaultRequestResponseModel() *TemplatesTemplateDefaultRequestResponseModel

NewTemplatesTemplateDefaultRequestResponseModel instantiates a new TemplatesTemplateDefaultRequestResponseModel 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 NewTemplatesTemplateDefaultRequestResponseModelWithDefaults ¶

func NewTemplatesTemplateDefaultRequestResponseModelWithDefaults() *TemplatesTemplateDefaultRequestResponseModel

NewTemplatesTemplateDefaultRequestResponseModelWithDefaults instantiates a new TemplatesTemplateDefaultRequestResponseModel 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 (*TemplatesTemplateDefaultRequestResponseModel) GetSubjectPart ¶

GetSubjectPart returns the SubjectPart field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateDefaultRequestResponseModel) GetSubjectPartOk ¶

func (o *TemplatesTemplateDefaultRequestResponseModel) GetSubjectPartOk() (*string, bool)

GetSubjectPartOk returns a tuple with the SubjectPart field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateDefaultRequestResponseModel) GetValue ¶

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateDefaultRequestResponseModel) GetValueOk ¶

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateDefaultRequestResponseModel) HasSubjectPart ¶

HasSubjectPart returns a boolean if a field has been set.

func (*TemplatesTemplateDefaultRequestResponseModel) HasValue ¶

HasValue returns a boolean if a field has been set.

func (TemplatesTemplateDefaultRequestResponseModel) MarshalJSON ¶

func (*TemplatesTemplateDefaultRequestResponseModel) SetSubjectPart ¶

SetSubjectPart gets a reference to the given NullableString and assigns it to the SubjectPart field.

func (*TemplatesTemplateDefaultRequestResponseModel) SetSubjectPartNil ¶

func (o *TemplatesTemplateDefaultRequestResponseModel) SetSubjectPartNil()

SetSubjectPartNil sets the value for SubjectPart to be an explicit nil

func (*TemplatesTemplateDefaultRequestResponseModel) SetValue ¶

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*TemplatesTemplateDefaultRequestResponseModel) SetValueNil ¶

SetValueNil sets the value for Value to be an explicit nil

func (TemplatesTemplateDefaultRequestResponseModel) ToMap ¶

func (o TemplatesTemplateDefaultRequestResponseModel) ToMap() (map[string]interface{}, error)

func (*TemplatesTemplateDefaultRequestResponseModel) UnsetSubjectPart ¶

func (o *TemplatesTemplateDefaultRequestResponseModel) UnsetSubjectPart()

UnsetSubjectPart ensures that no value is present for SubjectPart, not even an explicit nil

func (*TemplatesTemplateDefaultRequestResponseModel) UnsetValue ¶

UnsetValue ensures that no value is present for Value, not even an explicit nil

type TemplatesTemplateEnrollmentFieldRequestResponseModel ¶

type TemplatesTemplateEnrollmentFieldRequestResponseModel struct {
	Id       *int32                                      `json:"Id,omitempty"`
	Name     NullableString                              `json:"Name,omitempty"`
	Options  []string                                    `json:"Options,omitempty"`
	DataType *CSSCMSCoreEnumsTemplateEnrollmentFieldType `json:"DataType,omitempty"`
}

TemplatesTemplateEnrollmentFieldRequestResponseModel struct for TemplatesTemplateEnrollmentFieldRequestResponseModel

func NewTemplatesTemplateEnrollmentFieldRequestResponseModel ¶

func NewTemplatesTemplateEnrollmentFieldRequestResponseModel() *TemplatesTemplateEnrollmentFieldRequestResponseModel

NewTemplatesTemplateEnrollmentFieldRequestResponseModel instantiates a new TemplatesTemplateEnrollmentFieldRequestResponseModel 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 NewTemplatesTemplateEnrollmentFieldRequestResponseModelWithDefaults ¶

func NewTemplatesTemplateEnrollmentFieldRequestResponseModelWithDefaults() *TemplatesTemplateEnrollmentFieldRequestResponseModel

NewTemplatesTemplateEnrollmentFieldRequestResponseModelWithDefaults instantiates a new TemplatesTemplateEnrollmentFieldRequestResponseModel 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 (*TemplatesTemplateEnrollmentFieldRequestResponseModel) GetDataType ¶

GetDataType returns the DataType field value if set, zero value otherwise.

func (*TemplatesTemplateEnrollmentFieldRequestResponseModel) GetDataTypeOk ¶

GetDataTypeOk returns a tuple with the DataType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateEnrollmentFieldRequestResponseModel) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*TemplatesTemplateEnrollmentFieldRequestResponseModel) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateEnrollmentFieldRequestResponseModel) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateEnrollmentFieldRequestResponseModel) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateEnrollmentFieldRequestResponseModel) GetOptions ¶

GetOptions returns the Options field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateEnrollmentFieldRequestResponseModel) GetOptionsOk ¶

GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateEnrollmentFieldRequestResponseModel) HasDataType ¶

HasDataType returns a boolean if a field has been set.

func (*TemplatesTemplateEnrollmentFieldRequestResponseModel) HasId ¶

HasId returns a boolean if a field has been set.

func (*TemplatesTemplateEnrollmentFieldRequestResponseModel) HasName ¶

HasName returns a boolean if a field has been set.

func (*TemplatesTemplateEnrollmentFieldRequestResponseModel) HasOptions ¶

HasOptions returns a boolean if a field has been set.

func (TemplatesTemplateEnrollmentFieldRequestResponseModel) MarshalJSON ¶

func (*TemplatesTemplateEnrollmentFieldRequestResponseModel) SetDataType ¶

SetDataType gets a reference to the given CSSCMSCoreEnumsTemplateEnrollmentFieldType and assigns it to the DataType field.

func (*TemplatesTemplateEnrollmentFieldRequestResponseModel) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*TemplatesTemplateEnrollmentFieldRequestResponseModel) SetName ¶

SetName gets a reference to the given NullableString and assigns it to the Name field.

func (*TemplatesTemplateEnrollmentFieldRequestResponseModel) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*TemplatesTemplateEnrollmentFieldRequestResponseModel) SetOptions ¶

SetOptions gets a reference to the given []string and assigns it to the Options field.

func (TemplatesTemplateEnrollmentFieldRequestResponseModel) ToMap ¶

func (*TemplatesTemplateEnrollmentFieldRequestResponseModel) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

type TemplatesTemplateMetadataFieldRequestResponseModel ¶

type TemplatesTemplateMetadataFieldRequestResponseModel struct {
	Id            *int32                                 `json:"Id,omitempty"`
	DefaultValue  NullableString                         `json:"DefaultValue,omitempty"`
	MetadataId    *int32                                 `json:"MetadataId,omitempty"`
	Validation    NullableString                         `json:"Validation,omitempty"`
	Enrollment    *CSSCMSCoreEnumsMetadataTypeEnrollment `json:"Enrollment,omitempty"`
	Message       NullableString                         `json:"Message,omitempty"`
	CaseSensitive *bool                                  `json:"CaseSensitive,omitempty"`
	TemplateId    *int32                                 `json:"TemplateId,omitempty"`
}

TemplatesTemplateMetadataFieldRequestResponseModel struct for TemplatesTemplateMetadataFieldRequestResponseModel

func NewTemplatesTemplateMetadataFieldRequestResponseModel ¶

func NewTemplatesTemplateMetadataFieldRequestResponseModel() *TemplatesTemplateMetadataFieldRequestResponseModel

NewTemplatesTemplateMetadataFieldRequestResponseModel instantiates a new TemplatesTemplateMetadataFieldRequestResponseModel 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 NewTemplatesTemplateMetadataFieldRequestResponseModelWithDefaults ¶

func NewTemplatesTemplateMetadataFieldRequestResponseModelWithDefaults() *TemplatesTemplateMetadataFieldRequestResponseModel

NewTemplatesTemplateMetadataFieldRequestResponseModelWithDefaults instantiates a new TemplatesTemplateMetadataFieldRequestResponseModel 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 (*TemplatesTemplateMetadataFieldRequestResponseModel) GetCaseSensitive ¶

GetCaseSensitive returns the CaseSensitive field value if set, zero value otherwise.

func (*TemplatesTemplateMetadataFieldRequestResponseModel) GetCaseSensitiveOk ¶

func (o *TemplatesTemplateMetadataFieldRequestResponseModel) GetCaseSensitiveOk() (*bool, bool)

GetCaseSensitiveOk returns a tuple with the CaseSensitive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateMetadataFieldRequestResponseModel) GetDefaultValue ¶

GetDefaultValue returns the DefaultValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateMetadataFieldRequestResponseModel) GetDefaultValueOk ¶

GetDefaultValueOk returns a tuple with the DefaultValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateMetadataFieldRequestResponseModel) GetEnrollment ¶

GetEnrollment returns the Enrollment field value if set, zero value otherwise.

func (*TemplatesTemplateMetadataFieldRequestResponseModel) GetEnrollmentOk ¶

GetEnrollmentOk returns a tuple with the Enrollment field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateMetadataFieldRequestResponseModel) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*TemplatesTemplateMetadataFieldRequestResponseModel) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateMetadataFieldRequestResponseModel) GetMessage ¶

GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateMetadataFieldRequestResponseModel) GetMessageOk ¶

GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateMetadataFieldRequestResponseModel) GetMetadataId ¶

GetMetadataId returns the MetadataId field value if set, zero value otherwise.

func (*TemplatesTemplateMetadataFieldRequestResponseModel) GetMetadataIdOk ¶

GetMetadataIdOk returns a tuple with the MetadataId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateMetadataFieldRequestResponseModel) GetTemplateId ¶

GetTemplateId returns the TemplateId field value if set, zero value otherwise.

func (*TemplatesTemplateMetadataFieldRequestResponseModel) GetTemplateIdOk ¶

GetTemplateIdOk returns a tuple with the TemplateId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateMetadataFieldRequestResponseModel) GetValidation ¶

GetValidation returns the Validation field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateMetadataFieldRequestResponseModel) GetValidationOk ¶

GetValidationOk returns a tuple with the Validation field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateMetadataFieldRequestResponseModel) HasCaseSensitive ¶

HasCaseSensitive returns a boolean if a field has been set.

func (*TemplatesTemplateMetadataFieldRequestResponseModel) HasDefaultValue ¶

HasDefaultValue returns a boolean if a field has been set.

func (*TemplatesTemplateMetadataFieldRequestResponseModel) HasEnrollment ¶

HasEnrollment returns a boolean if a field has been set.

func (*TemplatesTemplateMetadataFieldRequestResponseModel) HasId ¶

HasId returns a boolean if a field has been set.

func (*TemplatesTemplateMetadataFieldRequestResponseModel) HasMessage ¶

HasMessage returns a boolean if a field has been set.

func (*TemplatesTemplateMetadataFieldRequestResponseModel) HasMetadataId ¶

HasMetadataId returns a boolean if a field has been set.

func (*TemplatesTemplateMetadataFieldRequestResponseModel) HasTemplateId ¶

HasTemplateId returns a boolean if a field has been set.

func (*TemplatesTemplateMetadataFieldRequestResponseModel) HasValidation ¶

HasValidation returns a boolean if a field has been set.

func (TemplatesTemplateMetadataFieldRequestResponseModel) MarshalJSON ¶

func (*TemplatesTemplateMetadataFieldRequestResponseModel) SetCaseSensitive ¶

SetCaseSensitive gets a reference to the given bool and assigns it to the CaseSensitive field.

func (*TemplatesTemplateMetadataFieldRequestResponseModel) SetDefaultValue ¶

SetDefaultValue gets a reference to the given NullableString and assigns it to the DefaultValue field.

func (*TemplatesTemplateMetadataFieldRequestResponseModel) SetDefaultValueNil ¶

SetDefaultValueNil sets the value for DefaultValue to be an explicit nil

func (*TemplatesTemplateMetadataFieldRequestResponseModel) SetEnrollment ¶

SetEnrollment gets a reference to the given CSSCMSCoreEnumsMetadataTypeEnrollment and assigns it to the Enrollment field.

func (*TemplatesTemplateMetadataFieldRequestResponseModel) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*TemplatesTemplateMetadataFieldRequestResponseModel) SetMessage ¶

SetMessage gets a reference to the given NullableString and assigns it to the Message field.

func (*TemplatesTemplateMetadataFieldRequestResponseModel) SetMessageNil ¶

SetMessageNil sets the value for Message to be an explicit nil

func (*TemplatesTemplateMetadataFieldRequestResponseModel) SetMetadataId ¶

SetMetadataId gets a reference to the given int32 and assigns it to the MetadataId field.

func (*TemplatesTemplateMetadataFieldRequestResponseModel) SetTemplateId ¶

SetTemplateId gets a reference to the given int32 and assigns it to the TemplateId field.

func (*TemplatesTemplateMetadataFieldRequestResponseModel) SetValidation ¶

SetValidation gets a reference to the given NullableString and assigns it to the Validation field.

func (*TemplatesTemplateMetadataFieldRequestResponseModel) SetValidationNil ¶

SetValidationNil sets the value for Validation to be an explicit nil

func (TemplatesTemplateMetadataFieldRequestResponseModel) ToMap ¶

func (*TemplatesTemplateMetadataFieldRequestResponseModel) UnsetDefaultValue ¶

UnsetDefaultValue ensures that no value is present for DefaultValue, not even an explicit nil

func (*TemplatesTemplateMetadataFieldRequestResponseModel) UnsetMessage ¶

UnsetMessage ensures that no value is present for Message, not even an explicit nil

func (*TemplatesTemplateMetadataFieldRequestResponseModel) UnsetValidation ¶

UnsetValidation ensures that no value is present for Validation, not even an explicit nil

type TemplatesTemplatePolicyRequestModel ¶

type TemplatesTemplatePolicyRequestModel struct {
	TemplateId                      *int32                                           `json:"TemplateId,omitempty"`
	AllowKeyReuse                   NullableBool                                     `json:"AllowKeyReuse,omitempty"`
	AllowWildcards                  NullableBool                                     `json:"AllowWildcards,omitempty"`
	RFCEnforcement                  NullableBool                                     `json:"RFCEnforcement,omitempty"`
	CertificateOwnerRole            *CSSCMSCoreEnumsTemplateCertificateOwnerRole     `json:"CertificateOwnerRole,omitempty"`
	DefaultCertificateOwnerRoleId   NullableInt32                                    `json:"DefaultCertificateOwnerRoleId,omitempty"`
	DefaultCertificateOwnerRoleName NullableString                                   `json:"DefaultCertificateOwnerRoleName,omitempty"`
	KeyInfo                         *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo `json:"KeyInfo,omitempty"`
}

TemplatesTemplatePolicyRequestModel struct for TemplatesTemplatePolicyRequestModel

func NewTemplatesTemplatePolicyRequestModel ¶

func NewTemplatesTemplatePolicyRequestModel() *TemplatesTemplatePolicyRequestModel

NewTemplatesTemplatePolicyRequestModel instantiates a new TemplatesTemplatePolicyRequestModel 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 NewTemplatesTemplatePolicyRequestModelWithDefaults ¶

func NewTemplatesTemplatePolicyRequestModelWithDefaults() *TemplatesTemplatePolicyRequestModel

NewTemplatesTemplatePolicyRequestModelWithDefaults instantiates a new TemplatesTemplatePolicyRequestModel 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 (*TemplatesTemplatePolicyRequestModel) GetAllowKeyReuse ¶

func (o *TemplatesTemplatePolicyRequestModel) GetAllowKeyReuse() bool

GetAllowKeyReuse returns the AllowKeyReuse field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplatePolicyRequestModel) GetAllowKeyReuseOk ¶

func (o *TemplatesTemplatePolicyRequestModel) GetAllowKeyReuseOk() (*bool, bool)

GetAllowKeyReuseOk returns a tuple with the AllowKeyReuse field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplatePolicyRequestModel) GetAllowWildcards ¶

func (o *TemplatesTemplatePolicyRequestModel) GetAllowWildcards() bool

GetAllowWildcards returns the AllowWildcards field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplatePolicyRequestModel) GetAllowWildcardsOk ¶

func (o *TemplatesTemplatePolicyRequestModel) GetAllowWildcardsOk() (*bool, bool)

GetAllowWildcardsOk returns a tuple with the AllowWildcards field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplatePolicyRequestModel) GetCertificateOwnerRole ¶

GetCertificateOwnerRole returns the CertificateOwnerRole field value if set, zero value otherwise.

func (*TemplatesTemplatePolicyRequestModel) GetCertificateOwnerRoleOk ¶

GetCertificateOwnerRoleOk returns a tuple with the CertificateOwnerRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplatePolicyRequestModel) GetDefaultCertificateOwnerRoleId ¶

func (o *TemplatesTemplatePolicyRequestModel) GetDefaultCertificateOwnerRoleId() int32

GetDefaultCertificateOwnerRoleId returns the DefaultCertificateOwnerRoleId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplatePolicyRequestModel) GetDefaultCertificateOwnerRoleIdOk ¶

func (o *TemplatesTemplatePolicyRequestModel) GetDefaultCertificateOwnerRoleIdOk() (*int32, bool)

GetDefaultCertificateOwnerRoleIdOk returns a tuple with the DefaultCertificateOwnerRoleId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplatePolicyRequestModel) GetDefaultCertificateOwnerRoleName ¶

func (o *TemplatesTemplatePolicyRequestModel) GetDefaultCertificateOwnerRoleName() string

GetDefaultCertificateOwnerRoleName returns the DefaultCertificateOwnerRoleName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplatePolicyRequestModel) GetDefaultCertificateOwnerRoleNameOk ¶

func (o *TemplatesTemplatePolicyRequestModel) GetDefaultCertificateOwnerRoleNameOk() (*string, bool)

GetDefaultCertificateOwnerRoleNameOk returns a tuple with the DefaultCertificateOwnerRoleName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplatePolicyRequestModel) GetKeyInfo ¶

GetKeyInfo returns the KeyInfo field value if set, zero value otherwise.

func (*TemplatesTemplatePolicyRequestModel) GetKeyInfoOk ¶

GetKeyInfoOk returns a tuple with the KeyInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplatePolicyRequestModel) GetRFCEnforcement ¶

func (o *TemplatesTemplatePolicyRequestModel) GetRFCEnforcement() bool

GetRFCEnforcement returns the RFCEnforcement field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplatePolicyRequestModel) GetRFCEnforcementOk ¶

func (o *TemplatesTemplatePolicyRequestModel) GetRFCEnforcementOk() (*bool, bool)

GetRFCEnforcementOk returns a tuple with the RFCEnforcement field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplatePolicyRequestModel) GetTemplateId ¶

func (o *TemplatesTemplatePolicyRequestModel) GetTemplateId() int32

GetTemplateId returns the TemplateId field value if set, zero value otherwise.

func (*TemplatesTemplatePolicyRequestModel) GetTemplateIdOk ¶

func (o *TemplatesTemplatePolicyRequestModel) GetTemplateIdOk() (*int32, bool)

GetTemplateIdOk returns a tuple with the TemplateId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplatePolicyRequestModel) HasAllowKeyReuse ¶

func (o *TemplatesTemplatePolicyRequestModel) HasAllowKeyReuse() bool

HasAllowKeyReuse returns a boolean if a field has been set.

func (*TemplatesTemplatePolicyRequestModel) HasAllowWildcards ¶

func (o *TemplatesTemplatePolicyRequestModel) HasAllowWildcards() bool

HasAllowWildcards returns a boolean if a field has been set.

func (*TemplatesTemplatePolicyRequestModel) HasCertificateOwnerRole ¶

func (o *TemplatesTemplatePolicyRequestModel) HasCertificateOwnerRole() bool

HasCertificateOwnerRole returns a boolean if a field has been set.

func (*TemplatesTemplatePolicyRequestModel) HasDefaultCertificateOwnerRoleId ¶

func (o *TemplatesTemplatePolicyRequestModel) HasDefaultCertificateOwnerRoleId() bool

HasDefaultCertificateOwnerRoleId returns a boolean if a field has been set.

func (*TemplatesTemplatePolicyRequestModel) HasDefaultCertificateOwnerRoleName ¶

func (o *TemplatesTemplatePolicyRequestModel) HasDefaultCertificateOwnerRoleName() bool

HasDefaultCertificateOwnerRoleName returns a boolean if a field has been set.

func (*TemplatesTemplatePolicyRequestModel) HasKeyInfo ¶

func (o *TemplatesTemplatePolicyRequestModel) HasKeyInfo() bool

HasKeyInfo returns a boolean if a field has been set.

func (*TemplatesTemplatePolicyRequestModel) HasRFCEnforcement ¶

func (o *TemplatesTemplatePolicyRequestModel) HasRFCEnforcement() bool

HasRFCEnforcement returns a boolean if a field has been set.

func (*TemplatesTemplatePolicyRequestModel) HasTemplateId ¶

func (o *TemplatesTemplatePolicyRequestModel) HasTemplateId() bool

HasTemplateId returns a boolean if a field has been set.

func (TemplatesTemplatePolicyRequestModel) MarshalJSON ¶

func (o TemplatesTemplatePolicyRequestModel) MarshalJSON() ([]byte, error)

func (*TemplatesTemplatePolicyRequestModel) SetAllowKeyReuse ¶

func (o *TemplatesTemplatePolicyRequestModel) SetAllowKeyReuse(v bool)

SetAllowKeyReuse gets a reference to the given NullableBool and assigns it to the AllowKeyReuse field.

func (*TemplatesTemplatePolicyRequestModel) SetAllowKeyReuseNil ¶

func (o *TemplatesTemplatePolicyRequestModel) SetAllowKeyReuseNil()

SetAllowKeyReuseNil sets the value for AllowKeyReuse to be an explicit nil

func (*TemplatesTemplatePolicyRequestModel) SetAllowWildcards ¶

func (o *TemplatesTemplatePolicyRequestModel) SetAllowWildcards(v bool)

SetAllowWildcards gets a reference to the given NullableBool and assigns it to the AllowWildcards field.

func (*TemplatesTemplatePolicyRequestModel) SetAllowWildcardsNil ¶

func (o *TemplatesTemplatePolicyRequestModel) SetAllowWildcardsNil()

SetAllowWildcardsNil sets the value for AllowWildcards to be an explicit nil

func (*TemplatesTemplatePolicyRequestModel) SetCertificateOwnerRole ¶

SetCertificateOwnerRole gets a reference to the given CSSCMSCoreEnumsTemplateCertificateOwnerRole and assigns it to the CertificateOwnerRole field.

func (*TemplatesTemplatePolicyRequestModel) SetDefaultCertificateOwnerRoleId ¶

func (o *TemplatesTemplatePolicyRequestModel) SetDefaultCertificateOwnerRoleId(v int32)

SetDefaultCertificateOwnerRoleId gets a reference to the given NullableInt32 and assigns it to the DefaultCertificateOwnerRoleId field.

func (*TemplatesTemplatePolicyRequestModel) SetDefaultCertificateOwnerRoleIdNil ¶

func (o *TemplatesTemplatePolicyRequestModel) SetDefaultCertificateOwnerRoleIdNil()

SetDefaultCertificateOwnerRoleIdNil sets the value for DefaultCertificateOwnerRoleId to be an explicit nil

func (*TemplatesTemplatePolicyRequestModel) SetDefaultCertificateOwnerRoleName ¶

func (o *TemplatesTemplatePolicyRequestModel) SetDefaultCertificateOwnerRoleName(v string)

SetDefaultCertificateOwnerRoleName gets a reference to the given NullableString and assigns it to the DefaultCertificateOwnerRoleName field.

func (*TemplatesTemplatePolicyRequestModel) SetDefaultCertificateOwnerRoleNameNil ¶

func (o *TemplatesTemplatePolicyRequestModel) SetDefaultCertificateOwnerRoleNameNil()

SetDefaultCertificateOwnerRoleNameNil sets the value for DefaultCertificateOwnerRoleName to be an explicit nil

func (*TemplatesTemplatePolicyRequestModel) SetKeyInfo ¶

SetKeyInfo gets a reference to the given CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo and assigns it to the KeyInfo field.

func (*TemplatesTemplatePolicyRequestModel) SetRFCEnforcement ¶

func (o *TemplatesTemplatePolicyRequestModel) SetRFCEnforcement(v bool)

SetRFCEnforcement gets a reference to the given NullableBool and assigns it to the RFCEnforcement field.

func (*TemplatesTemplatePolicyRequestModel) SetRFCEnforcementNil ¶

func (o *TemplatesTemplatePolicyRequestModel) SetRFCEnforcementNil()

SetRFCEnforcementNil sets the value for RFCEnforcement to be an explicit nil

func (*TemplatesTemplatePolicyRequestModel) SetTemplateId ¶

func (o *TemplatesTemplatePolicyRequestModel) SetTemplateId(v int32)

SetTemplateId gets a reference to the given int32 and assigns it to the TemplateId field.

func (TemplatesTemplatePolicyRequestModel) ToMap ¶

func (o TemplatesTemplatePolicyRequestModel) ToMap() (map[string]interface{}, error)

func (*TemplatesTemplatePolicyRequestModel) UnsetAllowKeyReuse ¶

func (o *TemplatesTemplatePolicyRequestModel) UnsetAllowKeyReuse()

UnsetAllowKeyReuse ensures that no value is present for AllowKeyReuse, not even an explicit nil

func (*TemplatesTemplatePolicyRequestModel) UnsetAllowWildcards ¶

func (o *TemplatesTemplatePolicyRequestModel) UnsetAllowWildcards()

UnsetAllowWildcards ensures that no value is present for AllowWildcards, not even an explicit nil

func (*TemplatesTemplatePolicyRequestModel) UnsetDefaultCertificateOwnerRoleId ¶

func (o *TemplatesTemplatePolicyRequestModel) UnsetDefaultCertificateOwnerRoleId()

UnsetDefaultCertificateOwnerRoleId ensures that no value is present for DefaultCertificateOwnerRoleId, not even an explicit nil

func (*TemplatesTemplatePolicyRequestModel) UnsetDefaultCertificateOwnerRoleName ¶

func (o *TemplatesTemplatePolicyRequestModel) UnsetDefaultCertificateOwnerRoleName()

UnsetDefaultCertificateOwnerRoleName ensures that no value is present for DefaultCertificateOwnerRoleName, not even an explicit nil

func (*TemplatesTemplatePolicyRequestModel) UnsetRFCEnforcement ¶

func (o *TemplatesTemplatePolicyRequestModel) UnsetRFCEnforcement()

UnsetRFCEnforcement ensures that no value is present for RFCEnforcement, not even an explicit nil

type TemplatesTemplatePolicyResponseModel ¶

type TemplatesTemplatePolicyResponseModel struct {
	TemplateId                      *int32                                           `json:"TemplateId,omitempty"`
	AllowKeyReuse                   NullableBool                                     `json:"AllowKeyReuse,omitempty"`
	AllowWildcards                  NullableBool                                     `json:"AllowWildcards,omitempty"`
	RFCEnforcement                  NullableBool                                     `json:"RFCEnforcement,omitempty"`
	CertificateOwnerRole            *CSSCMSCoreEnumsTemplateCertificateOwnerRole     `json:"CertificateOwnerRole,omitempty"`
	DefaultCertificateOwnerRoleId   NullableInt32                                    `json:"DefaultCertificateOwnerRoleId,omitempty"`
	DefaultCertificateOwnerRoleName NullableString                                   `json:"DefaultCertificateOwnerRoleName,omitempty"`
	KeyInfo                         *CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo `json:"KeyInfo,omitempty"`
}

TemplatesTemplatePolicyResponseModel struct for TemplatesTemplatePolicyResponseModel

func NewTemplatesTemplatePolicyResponseModel ¶

func NewTemplatesTemplatePolicyResponseModel() *TemplatesTemplatePolicyResponseModel

NewTemplatesTemplatePolicyResponseModel instantiates a new TemplatesTemplatePolicyResponseModel 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 NewTemplatesTemplatePolicyResponseModelWithDefaults ¶

func NewTemplatesTemplatePolicyResponseModelWithDefaults() *TemplatesTemplatePolicyResponseModel

NewTemplatesTemplatePolicyResponseModelWithDefaults instantiates a new TemplatesTemplatePolicyResponseModel 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 (*TemplatesTemplatePolicyResponseModel) GetAllowKeyReuse ¶

func (o *TemplatesTemplatePolicyResponseModel) GetAllowKeyReuse() bool

GetAllowKeyReuse returns the AllowKeyReuse field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplatePolicyResponseModel) GetAllowKeyReuseOk ¶

func (o *TemplatesTemplatePolicyResponseModel) GetAllowKeyReuseOk() (*bool, bool)

GetAllowKeyReuseOk returns a tuple with the AllowKeyReuse field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplatePolicyResponseModel) GetAllowWildcards ¶

func (o *TemplatesTemplatePolicyResponseModel) GetAllowWildcards() bool

GetAllowWildcards returns the AllowWildcards field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplatePolicyResponseModel) GetAllowWildcardsOk ¶

func (o *TemplatesTemplatePolicyResponseModel) GetAllowWildcardsOk() (*bool, bool)

GetAllowWildcardsOk returns a tuple with the AllowWildcards field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplatePolicyResponseModel) GetCertificateOwnerRole ¶

GetCertificateOwnerRole returns the CertificateOwnerRole field value if set, zero value otherwise.

func (*TemplatesTemplatePolicyResponseModel) GetCertificateOwnerRoleOk ¶

GetCertificateOwnerRoleOk returns a tuple with the CertificateOwnerRole field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplatePolicyResponseModel) GetDefaultCertificateOwnerRoleId ¶

func (o *TemplatesTemplatePolicyResponseModel) GetDefaultCertificateOwnerRoleId() int32

GetDefaultCertificateOwnerRoleId returns the DefaultCertificateOwnerRoleId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplatePolicyResponseModel) GetDefaultCertificateOwnerRoleIdOk ¶

func (o *TemplatesTemplatePolicyResponseModel) GetDefaultCertificateOwnerRoleIdOk() (*int32, bool)

GetDefaultCertificateOwnerRoleIdOk returns a tuple with the DefaultCertificateOwnerRoleId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplatePolicyResponseModel) GetDefaultCertificateOwnerRoleName ¶

func (o *TemplatesTemplatePolicyResponseModel) GetDefaultCertificateOwnerRoleName() string

GetDefaultCertificateOwnerRoleName returns the DefaultCertificateOwnerRoleName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplatePolicyResponseModel) GetDefaultCertificateOwnerRoleNameOk ¶

func (o *TemplatesTemplatePolicyResponseModel) GetDefaultCertificateOwnerRoleNameOk() (*string, bool)

GetDefaultCertificateOwnerRoleNameOk returns a tuple with the DefaultCertificateOwnerRoleName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplatePolicyResponseModel) GetKeyInfo ¶

GetKeyInfo returns the KeyInfo field value if set, zero value otherwise.

func (*TemplatesTemplatePolicyResponseModel) GetKeyInfoOk ¶

GetKeyInfoOk returns a tuple with the KeyInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplatePolicyResponseModel) GetRFCEnforcement ¶

func (o *TemplatesTemplatePolicyResponseModel) GetRFCEnforcement() bool

GetRFCEnforcement returns the RFCEnforcement field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplatePolicyResponseModel) GetRFCEnforcementOk ¶

func (o *TemplatesTemplatePolicyResponseModel) GetRFCEnforcementOk() (*bool, bool)

GetRFCEnforcementOk returns a tuple with the RFCEnforcement field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplatePolicyResponseModel) GetTemplateId ¶

func (o *TemplatesTemplatePolicyResponseModel) GetTemplateId() int32

GetTemplateId returns the TemplateId field value if set, zero value otherwise.

func (*TemplatesTemplatePolicyResponseModel) GetTemplateIdOk ¶

func (o *TemplatesTemplatePolicyResponseModel) GetTemplateIdOk() (*int32, bool)

GetTemplateIdOk returns a tuple with the TemplateId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplatePolicyResponseModel) HasAllowKeyReuse ¶

func (o *TemplatesTemplatePolicyResponseModel) HasAllowKeyReuse() bool

HasAllowKeyReuse returns a boolean if a field has been set.

func (*TemplatesTemplatePolicyResponseModel) HasAllowWildcards ¶

func (o *TemplatesTemplatePolicyResponseModel) HasAllowWildcards() bool

HasAllowWildcards returns a boolean if a field has been set.

func (*TemplatesTemplatePolicyResponseModel) HasCertificateOwnerRole ¶

func (o *TemplatesTemplatePolicyResponseModel) HasCertificateOwnerRole() bool

HasCertificateOwnerRole returns a boolean if a field has been set.

func (*TemplatesTemplatePolicyResponseModel) HasDefaultCertificateOwnerRoleId ¶

func (o *TemplatesTemplatePolicyResponseModel) HasDefaultCertificateOwnerRoleId() bool

HasDefaultCertificateOwnerRoleId returns a boolean if a field has been set.

func (*TemplatesTemplatePolicyResponseModel) HasDefaultCertificateOwnerRoleName ¶

func (o *TemplatesTemplatePolicyResponseModel) HasDefaultCertificateOwnerRoleName() bool

HasDefaultCertificateOwnerRoleName returns a boolean if a field has been set.

func (*TemplatesTemplatePolicyResponseModel) HasKeyInfo ¶

HasKeyInfo returns a boolean if a field has been set.

func (*TemplatesTemplatePolicyResponseModel) HasRFCEnforcement ¶

func (o *TemplatesTemplatePolicyResponseModel) HasRFCEnforcement() bool

HasRFCEnforcement returns a boolean if a field has been set.

func (*TemplatesTemplatePolicyResponseModel) HasTemplateId ¶

func (o *TemplatesTemplatePolicyResponseModel) HasTemplateId() bool

HasTemplateId returns a boolean if a field has been set.

func (TemplatesTemplatePolicyResponseModel) MarshalJSON ¶

func (o TemplatesTemplatePolicyResponseModel) MarshalJSON() ([]byte, error)

func (*TemplatesTemplatePolicyResponseModel) SetAllowKeyReuse ¶

func (o *TemplatesTemplatePolicyResponseModel) SetAllowKeyReuse(v bool)

SetAllowKeyReuse gets a reference to the given NullableBool and assigns it to the AllowKeyReuse field.

func (*TemplatesTemplatePolicyResponseModel) SetAllowKeyReuseNil ¶

func (o *TemplatesTemplatePolicyResponseModel) SetAllowKeyReuseNil()

SetAllowKeyReuseNil sets the value for AllowKeyReuse to be an explicit nil

func (*TemplatesTemplatePolicyResponseModel) SetAllowWildcards ¶

func (o *TemplatesTemplatePolicyResponseModel) SetAllowWildcards(v bool)

SetAllowWildcards gets a reference to the given NullableBool and assigns it to the AllowWildcards field.

func (*TemplatesTemplatePolicyResponseModel) SetAllowWildcardsNil ¶

func (o *TemplatesTemplatePolicyResponseModel) SetAllowWildcardsNil()

SetAllowWildcardsNil sets the value for AllowWildcards to be an explicit nil

func (*TemplatesTemplatePolicyResponseModel) SetCertificateOwnerRole ¶

SetCertificateOwnerRole gets a reference to the given CSSCMSCoreEnumsTemplateCertificateOwnerRole and assigns it to the CertificateOwnerRole field.

func (*TemplatesTemplatePolicyResponseModel) SetDefaultCertificateOwnerRoleId ¶

func (o *TemplatesTemplatePolicyResponseModel) SetDefaultCertificateOwnerRoleId(v int32)

SetDefaultCertificateOwnerRoleId gets a reference to the given NullableInt32 and assigns it to the DefaultCertificateOwnerRoleId field.

func (*TemplatesTemplatePolicyResponseModel) SetDefaultCertificateOwnerRoleIdNil ¶

func (o *TemplatesTemplatePolicyResponseModel) SetDefaultCertificateOwnerRoleIdNil()

SetDefaultCertificateOwnerRoleIdNil sets the value for DefaultCertificateOwnerRoleId to be an explicit nil

func (*TemplatesTemplatePolicyResponseModel) SetDefaultCertificateOwnerRoleName ¶

func (o *TemplatesTemplatePolicyResponseModel) SetDefaultCertificateOwnerRoleName(v string)

SetDefaultCertificateOwnerRoleName gets a reference to the given NullableString and assigns it to the DefaultCertificateOwnerRoleName field.

func (*TemplatesTemplatePolicyResponseModel) SetDefaultCertificateOwnerRoleNameNil ¶

func (o *TemplatesTemplatePolicyResponseModel) SetDefaultCertificateOwnerRoleNameNil()

SetDefaultCertificateOwnerRoleNameNil sets the value for DefaultCertificateOwnerRoleName to be an explicit nil

func (*TemplatesTemplatePolicyResponseModel) SetKeyInfo ¶

SetKeyInfo gets a reference to the given CSSCMSDataModelModelsTemplatesAlgorithmsKeyInfo and assigns it to the KeyInfo field.

func (*TemplatesTemplatePolicyResponseModel) SetRFCEnforcement ¶

func (o *TemplatesTemplatePolicyResponseModel) SetRFCEnforcement(v bool)

SetRFCEnforcement gets a reference to the given NullableBool and assigns it to the RFCEnforcement field.

func (*TemplatesTemplatePolicyResponseModel) SetRFCEnforcementNil ¶

func (o *TemplatesTemplatePolicyResponseModel) SetRFCEnforcementNil()

SetRFCEnforcementNil sets the value for RFCEnforcement to be an explicit nil

func (*TemplatesTemplatePolicyResponseModel) SetTemplateId ¶

func (o *TemplatesTemplatePolicyResponseModel) SetTemplateId(v int32)

SetTemplateId gets a reference to the given int32 and assigns it to the TemplateId field.

func (TemplatesTemplatePolicyResponseModel) ToMap ¶

func (o TemplatesTemplatePolicyResponseModel) ToMap() (map[string]interface{}, error)

func (*TemplatesTemplatePolicyResponseModel) UnsetAllowKeyReuse ¶

func (o *TemplatesTemplatePolicyResponseModel) UnsetAllowKeyReuse()

UnsetAllowKeyReuse ensures that no value is present for AllowKeyReuse, not even an explicit nil

func (*TemplatesTemplatePolicyResponseModel) UnsetAllowWildcards ¶

func (o *TemplatesTemplatePolicyResponseModel) UnsetAllowWildcards()

UnsetAllowWildcards ensures that no value is present for AllowWildcards, not even an explicit nil

func (*TemplatesTemplatePolicyResponseModel) UnsetDefaultCertificateOwnerRoleId ¶

func (o *TemplatesTemplatePolicyResponseModel) UnsetDefaultCertificateOwnerRoleId()

UnsetDefaultCertificateOwnerRoleId ensures that no value is present for DefaultCertificateOwnerRoleId, not even an explicit nil

func (*TemplatesTemplatePolicyResponseModel) UnsetDefaultCertificateOwnerRoleName ¶

func (o *TemplatesTemplatePolicyResponseModel) UnsetDefaultCertificateOwnerRoleName()

UnsetDefaultCertificateOwnerRoleName ensures that no value is present for DefaultCertificateOwnerRoleName, not even an explicit nil

func (*TemplatesTemplatePolicyResponseModel) UnsetRFCEnforcement ¶

func (o *TemplatesTemplatePolicyResponseModel) UnsetRFCEnforcement()

UnsetRFCEnforcement ensures that no value is present for RFCEnforcement, not even an explicit nil

type TemplatesTemplateRegexRequestResponseModel ¶

type TemplatesTemplateRegexRequestResponseModel struct {
	TemplateId    *int32         `json:"TemplateId,omitempty"`
	SubjectPart   NullableString `json:"SubjectPart,omitempty"`
	Regex         NullableString `json:"Regex,omitempty"`
	Error         NullableString `json:"Error,omitempty"`
	CaseSensitive *bool          `json:"CaseSensitive,omitempty"`
}

TemplatesTemplateRegexRequestResponseModel struct for TemplatesTemplateRegexRequestResponseModel

func NewTemplatesTemplateRegexRequestResponseModel ¶

func NewTemplatesTemplateRegexRequestResponseModel() *TemplatesTemplateRegexRequestResponseModel

NewTemplatesTemplateRegexRequestResponseModel instantiates a new TemplatesTemplateRegexRequestResponseModel 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 NewTemplatesTemplateRegexRequestResponseModelWithDefaults ¶

func NewTemplatesTemplateRegexRequestResponseModelWithDefaults() *TemplatesTemplateRegexRequestResponseModel

NewTemplatesTemplateRegexRequestResponseModelWithDefaults instantiates a new TemplatesTemplateRegexRequestResponseModel 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 (*TemplatesTemplateRegexRequestResponseModel) GetCaseSensitive ¶

func (o *TemplatesTemplateRegexRequestResponseModel) GetCaseSensitive() bool

GetCaseSensitive returns the CaseSensitive field value if set, zero value otherwise.

func (*TemplatesTemplateRegexRequestResponseModel) GetCaseSensitiveOk ¶

func (o *TemplatesTemplateRegexRequestResponseModel) GetCaseSensitiveOk() (*bool, bool)

GetCaseSensitiveOk returns a tuple with the CaseSensitive field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateRegexRequestResponseModel) GetError ¶

GetError returns the Error field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateRegexRequestResponseModel) GetErrorOk ¶

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateRegexRequestResponseModel) GetRegex ¶

GetRegex returns the Regex field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateRegexRequestResponseModel) GetRegexOk ¶

GetRegexOk returns a tuple with the Regex field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateRegexRequestResponseModel) GetSubjectPart ¶

GetSubjectPart returns the SubjectPart field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateRegexRequestResponseModel) GetSubjectPartOk ¶

func (o *TemplatesTemplateRegexRequestResponseModel) GetSubjectPartOk() (*string, bool)

GetSubjectPartOk returns a tuple with the SubjectPart field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateRegexRequestResponseModel) GetTemplateId ¶

GetTemplateId returns the TemplateId field value if set, zero value otherwise.

func (*TemplatesTemplateRegexRequestResponseModel) GetTemplateIdOk ¶

func (o *TemplatesTemplateRegexRequestResponseModel) GetTemplateIdOk() (*int32, bool)

GetTemplateIdOk returns a tuple with the TemplateId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateRegexRequestResponseModel) HasCaseSensitive ¶

func (o *TemplatesTemplateRegexRequestResponseModel) HasCaseSensitive() bool

HasCaseSensitive returns a boolean if a field has been set.

func (*TemplatesTemplateRegexRequestResponseModel) HasError ¶

HasError returns a boolean if a field has been set.

func (*TemplatesTemplateRegexRequestResponseModel) HasRegex ¶

HasRegex returns a boolean if a field has been set.

func (*TemplatesTemplateRegexRequestResponseModel) HasSubjectPart ¶

HasSubjectPart returns a boolean if a field has been set.

func (*TemplatesTemplateRegexRequestResponseModel) HasTemplateId ¶

HasTemplateId returns a boolean if a field has been set.

func (TemplatesTemplateRegexRequestResponseModel) MarshalJSON ¶

func (*TemplatesTemplateRegexRequestResponseModel) SetCaseSensitive ¶

func (o *TemplatesTemplateRegexRequestResponseModel) SetCaseSensitive(v bool)

SetCaseSensitive gets a reference to the given bool and assigns it to the CaseSensitive field.

func (*TemplatesTemplateRegexRequestResponseModel) SetError ¶

SetError gets a reference to the given NullableString and assigns it to the Error field.

func (*TemplatesTemplateRegexRequestResponseModel) SetErrorNil ¶

SetErrorNil sets the value for Error to be an explicit nil

func (*TemplatesTemplateRegexRequestResponseModel) SetRegex ¶

SetRegex gets a reference to the given NullableString and assigns it to the Regex field.

func (*TemplatesTemplateRegexRequestResponseModel) SetRegexNil ¶

SetRegexNil sets the value for Regex to be an explicit nil

func (*TemplatesTemplateRegexRequestResponseModel) SetSubjectPart ¶

SetSubjectPart gets a reference to the given NullableString and assigns it to the SubjectPart field.

func (*TemplatesTemplateRegexRequestResponseModel) SetSubjectPartNil ¶

func (o *TemplatesTemplateRegexRequestResponseModel) SetSubjectPartNil()

SetSubjectPartNil sets the value for SubjectPart to be an explicit nil

func (*TemplatesTemplateRegexRequestResponseModel) SetTemplateId ¶

SetTemplateId gets a reference to the given int32 and assigns it to the TemplateId field.

func (TemplatesTemplateRegexRequestResponseModel) ToMap ¶

func (o TemplatesTemplateRegexRequestResponseModel) ToMap() (map[string]interface{}, error)

func (*TemplatesTemplateRegexRequestResponseModel) UnsetError ¶

UnsetError ensures that no value is present for Error, not even an explicit nil

func (*TemplatesTemplateRegexRequestResponseModel) UnsetRegex ¶

UnsetRegex ensures that no value is present for Regex, not even an explicit nil

func (*TemplatesTemplateRegexRequestResponseModel) UnsetSubjectPart ¶

func (o *TemplatesTemplateRegexRequestResponseModel) UnsetSubjectPart()

UnsetSubjectPart ensures that no value is present for SubjectPart, not even an explicit nil

type TemplatesTemplateRetrievalResponse ¶

type TemplatesTemplateRetrievalResponse struct {
	Id                     *int32                                                 `json:"Id,omitempty"`
	CommonName             NullableString                                         `json:"CommonName,omitempty"`
	TemplateName           NullableString                                         `json:"TemplateName,omitempty"`
	Oid                    NullableString                                         `json:"Oid,omitempty"`
	KeySize                NullableString                                         `json:"KeySize,omitempty"`
	KeyType                NullableString                                         `json:"KeyType,omitempty"`
	ForestRoot             NullableString                                         `json:"ForestRoot,omitempty"`
	ConfigurationTenant    NullableString                                         `json:"ConfigurationTenant,omitempty"`
	FriendlyName           NullableString                                         `json:"FriendlyName,omitempty"`
	KeyRetention           *CSSCMSCoreEnumsKeyRetentionPolicy                     `json:"KeyRetention,omitempty"`
	KeyRetentionDays       NullableInt32                                          `json:"KeyRetentionDays,omitempty"`
	KeyArchival            *bool                                                  `json:"KeyArchival,omitempty"`
	EnrollmentFields       []TemplatesTemplateEnrollmentFieldRequestResponseModel `json:"EnrollmentFields,omitempty"`
	MetadataFields         []TemplatesTemplateMetadataFieldRequestResponseModel   `json:"MetadataFields,omitempty"`
	AllowedEnrollmentTypes *CSSCMSCoreEnumsEnrollmentType                         `json:"AllowedEnrollmentTypes,omitempty"`
	TemplateRegexes        []TemplatesTemplateRegexRequestResponseModel           `json:"TemplateRegexes,omitempty"`
	TemplateDefaults       []TemplatesTemplateDefaultRequestResponseModel         `json:"TemplateDefaults,omitempty"`
	TemplatePolicy         *TemplatesTemplatePolicyResponseModel                  `json:"TemplatePolicy,omitempty"`
	KeyAlgorithms          *TemplatesKeyAlgorithmsResponseModel                   `json:"KeyAlgorithms,omitempty"`
	UseAllowedRequesters   *bool                                                  `json:"UseAllowedRequesters,omitempty"`
	AllowedRequesters      []string                                               `json:"AllowedRequesters,omitempty"`
	DisplayName            NullableString                                         `json:"DisplayName,omitempty"`
	RFCEnforcement         *bool                                                  `json:"RFCEnforcement,omitempty"`
	RequiresApproval       *bool                                                  `json:"RequiresApproval,omitempty"`
	KeyUsage               *int32                                                 `json:"KeyUsage,omitempty"`
	ExtendedKeyUsages      []TemplatesExtendedKeyUsageResponseModel               `json:"ExtendedKeyUsages,omitempty"`
	Curve                  NullableString                                         `json:"Curve,omitempty"`
	AllowOneClickRenewals  *bool                                                  `json:"AllowOneClickRenewals,omitempty"`
	KeyTypes               NullableString                                         `json:"KeyTypes,omitempty"`
}

TemplatesTemplateRetrievalResponse struct for TemplatesTemplateRetrievalResponse

func NewTemplatesTemplateRetrievalResponse ¶

func NewTemplatesTemplateRetrievalResponse() *TemplatesTemplateRetrievalResponse

NewTemplatesTemplateRetrievalResponse instantiates a new TemplatesTemplateRetrievalResponse 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 NewTemplatesTemplateRetrievalResponseWithDefaults ¶

func NewTemplatesTemplateRetrievalResponseWithDefaults() *TemplatesTemplateRetrievalResponse

NewTemplatesTemplateRetrievalResponseWithDefaults instantiates a new TemplatesTemplateRetrievalResponse 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 (*TemplatesTemplateRetrievalResponse) GetAllowOneClickRenewals ¶

func (o *TemplatesTemplateRetrievalResponse) GetAllowOneClickRenewals() bool

GetAllowOneClickRenewals returns the AllowOneClickRenewals field value if set, zero value otherwise.

func (*TemplatesTemplateRetrievalResponse) GetAllowOneClickRenewalsOk ¶

func (o *TemplatesTemplateRetrievalResponse) GetAllowOneClickRenewalsOk() (*bool, bool)

GetAllowOneClickRenewalsOk returns a tuple with the AllowOneClickRenewals field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateRetrievalResponse) GetAllowedEnrollmentTypes ¶

GetAllowedEnrollmentTypes returns the AllowedEnrollmentTypes field value if set, zero value otherwise.

func (*TemplatesTemplateRetrievalResponse) GetAllowedEnrollmentTypesOk ¶

func (o *TemplatesTemplateRetrievalResponse) GetAllowedEnrollmentTypesOk() (*CSSCMSCoreEnumsEnrollmentType, bool)

GetAllowedEnrollmentTypesOk returns a tuple with the AllowedEnrollmentTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateRetrievalResponse) GetAllowedRequesters ¶

func (o *TemplatesTemplateRetrievalResponse) GetAllowedRequesters() []string

GetAllowedRequesters returns the AllowedRequesters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateRetrievalResponse) GetAllowedRequestersOk ¶

func (o *TemplatesTemplateRetrievalResponse) GetAllowedRequestersOk() ([]string, bool)

GetAllowedRequestersOk returns a tuple with the AllowedRequesters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateRetrievalResponse) GetCommonName ¶

func (o *TemplatesTemplateRetrievalResponse) GetCommonName() string

GetCommonName returns the CommonName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateRetrievalResponse) GetCommonNameOk ¶

func (o *TemplatesTemplateRetrievalResponse) GetCommonNameOk() (*string, bool)

GetCommonNameOk returns a tuple with the CommonName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateRetrievalResponse) GetConfigurationTenant ¶

func (o *TemplatesTemplateRetrievalResponse) GetConfigurationTenant() string

GetConfigurationTenant returns the ConfigurationTenant field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateRetrievalResponse) GetConfigurationTenantOk ¶

func (o *TemplatesTemplateRetrievalResponse) GetConfigurationTenantOk() (*string, bool)

GetConfigurationTenantOk returns a tuple with the ConfigurationTenant field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateRetrievalResponse) GetCurve ¶

GetCurve returns the Curve field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateRetrievalResponse) GetCurveOk ¶

func (o *TemplatesTemplateRetrievalResponse) GetCurveOk() (*string, bool)

GetCurveOk returns a tuple with the Curve field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateRetrievalResponse) GetDisplayName ¶

func (o *TemplatesTemplateRetrievalResponse) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateRetrievalResponse) GetDisplayNameOk ¶

func (o *TemplatesTemplateRetrievalResponse) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateRetrievalResponse) GetEnrollmentFields ¶

GetEnrollmentFields returns the EnrollmentFields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateRetrievalResponse) GetEnrollmentFieldsOk ¶

GetEnrollmentFieldsOk returns a tuple with the EnrollmentFields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateRetrievalResponse) GetExtendedKeyUsages ¶

GetExtendedKeyUsages returns the ExtendedKeyUsages field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateRetrievalResponse) GetExtendedKeyUsagesOk ¶

GetExtendedKeyUsagesOk returns a tuple with the ExtendedKeyUsages field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateRetrievalResponse) GetForestRoot ¶

func (o *TemplatesTemplateRetrievalResponse) GetForestRoot() string

GetForestRoot returns the ForestRoot field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateRetrievalResponse) GetForestRootOk ¶

func (o *TemplatesTemplateRetrievalResponse) GetForestRootOk() (*string, bool)

GetForestRootOk returns a tuple with the ForestRoot field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateRetrievalResponse) GetFriendlyName ¶

func (o *TemplatesTemplateRetrievalResponse) GetFriendlyName() string

GetFriendlyName returns the FriendlyName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateRetrievalResponse) GetFriendlyNameOk ¶

func (o *TemplatesTemplateRetrievalResponse) GetFriendlyNameOk() (*string, bool)

GetFriendlyNameOk returns a tuple with the FriendlyName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateRetrievalResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*TemplatesTemplateRetrievalResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateRetrievalResponse) GetKeyAlgorithms ¶

GetKeyAlgorithms returns the KeyAlgorithms field value if set, zero value otherwise.

func (*TemplatesTemplateRetrievalResponse) GetKeyAlgorithmsOk ¶

GetKeyAlgorithmsOk returns a tuple with the KeyAlgorithms field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateRetrievalResponse) GetKeyArchival ¶

func (o *TemplatesTemplateRetrievalResponse) GetKeyArchival() bool

GetKeyArchival returns the KeyArchival field value if set, zero value otherwise.

func (*TemplatesTemplateRetrievalResponse) GetKeyArchivalOk ¶

func (o *TemplatesTemplateRetrievalResponse) GetKeyArchivalOk() (*bool, bool)

GetKeyArchivalOk returns a tuple with the KeyArchival field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateRetrievalResponse) GetKeyRetention ¶

GetKeyRetention returns the KeyRetention field value if set, zero value otherwise.

func (*TemplatesTemplateRetrievalResponse) GetKeyRetentionDays ¶

func (o *TemplatesTemplateRetrievalResponse) GetKeyRetentionDays() int32

GetKeyRetentionDays returns the KeyRetentionDays field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateRetrievalResponse) GetKeyRetentionDaysOk ¶

func (o *TemplatesTemplateRetrievalResponse) GetKeyRetentionDaysOk() (*int32, bool)

GetKeyRetentionDaysOk returns a tuple with the KeyRetentionDays field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateRetrievalResponse) GetKeyRetentionOk ¶

GetKeyRetentionOk returns a tuple with the KeyRetention field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateRetrievalResponse) GetKeySize ¶

GetKeySize returns the KeySize field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateRetrievalResponse) GetKeySizeOk ¶

func (o *TemplatesTemplateRetrievalResponse) GetKeySizeOk() (*string, bool)

GetKeySizeOk returns a tuple with the KeySize field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateRetrievalResponse) GetKeyType ¶

GetKeyType returns the KeyType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateRetrievalResponse) GetKeyTypeOk ¶

func (o *TemplatesTemplateRetrievalResponse) GetKeyTypeOk() (*string, bool)

GetKeyTypeOk returns a tuple with the KeyType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateRetrievalResponse) GetKeyTypes ¶

func (o *TemplatesTemplateRetrievalResponse) GetKeyTypes() string

GetKeyTypes returns the KeyTypes field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateRetrievalResponse) GetKeyTypesOk ¶

func (o *TemplatesTemplateRetrievalResponse) GetKeyTypesOk() (*string, bool)

GetKeyTypesOk returns a tuple with the KeyTypes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateRetrievalResponse) GetKeyUsage ¶

func (o *TemplatesTemplateRetrievalResponse) GetKeyUsage() int32

GetKeyUsage returns the KeyUsage field value if set, zero value otherwise.

func (*TemplatesTemplateRetrievalResponse) GetKeyUsageOk ¶

func (o *TemplatesTemplateRetrievalResponse) GetKeyUsageOk() (*int32, bool)

GetKeyUsageOk returns a tuple with the KeyUsage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateRetrievalResponse) GetMetadataFields ¶

GetMetadataFields returns the MetadataFields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateRetrievalResponse) GetMetadataFieldsOk ¶

GetMetadataFieldsOk returns a tuple with the MetadataFields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateRetrievalResponse) GetOid ¶

GetOid returns the Oid field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateRetrievalResponse) GetOidOk ¶

GetOidOk returns a tuple with the Oid field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateRetrievalResponse) GetRFCEnforcement ¶

func (o *TemplatesTemplateRetrievalResponse) GetRFCEnforcement() bool

GetRFCEnforcement returns the RFCEnforcement field value if set, zero value otherwise.

func (*TemplatesTemplateRetrievalResponse) GetRFCEnforcementOk ¶

func (o *TemplatesTemplateRetrievalResponse) GetRFCEnforcementOk() (*bool, bool)

GetRFCEnforcementOk returns a tuple with the RFCEnforcement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateRetrievalResponse) GetRequiresApproval ¶

func (o *TemplatesTemplateRetrievalResponse) GetRequiresApproval() bool

GetRequiresApproval returns the RequiresApproval field value if set, zero value otherwise.

func (*TemplatesTemplateRetrievalResponse) GetRequiresApprovalOk ¶

func (o *TemplatesTemplateRetrievalResponse) GetRequiresApprovalOk() (*bool, bool)

GetRequiresApprovalOk returns a tuple with the RequiresApproval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateRetrievalResponse) GetTemplateDefaults ¶

GetTemplateDefaults returns the TemplateDefaults field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateRetrievalResponse) GetTemplateDefaultsOk ¶

GetTemplateDefaultsOk returns a tuple with the TemplateDefaults field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateRetrievalResponse) GetTemplateName ¶

func (o *TemplatesTemplateRetrievalResponse) GetTemplateName() string

GetTemplateName returns the TemplateName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateRetrievalResponse) GetTemplateNameOk ¶

func (o *TemplatesTemplateRetrievalResponse) GetTemplateNameOk() (*string, bool)

GetTemplateNameOk returns a tuple with the TemplateName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateRetrievalResponse) GetTemplatePolicy ¶

GetTemplatePolicy returns the TemplatePolicy field value if set, zero value otherwise.

func (*TemplatesTemplateRetrievalResponse) GetTemplatePolicyOk ¶

GetTemplatePolicyOk returns a tuple with the TemplatePolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateRetrievalResponse) GetTemplateRegexes ¶

GetTemplateRegexes returns the TemplateRegexes field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateRetrievalResponse) GetTemplateRegexesOk ¶

GetTemplateRegexesOk returns a tuple with the TemplateRegexes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateRetrievalResponse) GetUseAllowedRequesters ¶

func (o *TemplatesTemplateRetrievalResponse) GetUseAllowedRequesters() bool

GetUseAllowedRequesters returns the UseAllowedRequesters field value if set, zero value otherwise.

func (*TemplatesTemplateRetrievalResponse) GetUseAllowedRequestersOk ¶

func (o *TemplatesTemplateRetrievalResponse) GetUseAllowedRequestersOk() (*bool, bool)

GetUseAllowedRequestersOk returns a tuple with the UseAllowedRequesters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateRetrievalResponse) HasAllowOneClickRenewals ¶

func (o *TemplatesTemplateRetrievalResponse) HasAllowOneClickRenewals() bool

HasAllowOneClickRenewals returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasAllowedEnrollmentTypes ¶

func (o *TemplatesTemplateRetrievalResponse) HasAllowedEnrollmentTypes() bool

HasAllowedEnrollmentTypes returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasAllowedRequesters ¶

func (o *TemplatesTemplateRetrievalResponse) HasAllowedRequesters() bool

HasAllowedRequesters returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasCommonName ¶

func (o *TemplatesTemplateRetrievalResponse) HasCommonName() bool

HasCommonName returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasConfigurationTenant ¶

func (o *TemplatesTemplateRetrievalResponse) HasConfigurationTenant() bool

HasConfigurationTenant returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasCurve ¶

HasCurve returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasDisplayName ¶

func (o *TemplatesTemplateRetrievalResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasEnrollmentFields ¶

func (o *TemplatesTemplateRetrievalResponse) HasEnrollmentFields() bool

HasEnrollmentFields returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasExtendedKeyUsages ¶

func (o *TemplatesTemplateRetrievalResponse) HasExtendedKeyUsages() bool

HasExtendedKeyUsages returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasForestRoot ¶

func (o *TemplatesTemplateRetrievalResponse) HasForestRoot() bool

HasForestRoot returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasFriendlyName ¶

func (o *TemplatesTemplateRetrievalResponse) HasFriendlyName() bool

HasFriendlyName returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasKeyAlgorithms ¶

func (o *TemplatesTemplateRetrievalResponse) HasKeyAlgorithms() bool

HasKeyAlgorithms returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasKeyArchival ¶

func (o *TemplatesTemplateRetrievalResponse) HasKeyArchival() bool

HasKeyArchival returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasKeyRetention ¶

func (o *TemplatesTemplateRetrievalResponse) HasKeyRetention() bool

HasKeyRetention returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasKeyRetentionDays ¶

func (o *TemplatesTemplateRetrievalResponse) HasKeyRetentionDays() bool

HasKeyRetentionDays returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasKeySize ¶

func (o *TemplatesTemplateRetrievalResponse) HasKeySize() bool

HasKeySize returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasKeyType ¶

func (o *TemplatesTemplateRetrievalResponse) HasKeyType() bool

HasKeyType returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasKeyTypes ¶

func (o *TemplatesTemplateRetrievalResponse) HasKeyTypes() bool

HasKeyTypes returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasKeyUsage ¶

func (o *TemplatesTemplateRetrievalResponse) HasKeyUsage() bool

HasKeyUsage returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasMetadataFields ¶

func (o *TemplatesTemplateRetrievalResponse) HasMetadataFields() bool

HasMetadataFields returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasOid ¶

HasOid returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasRFCEnforcement ¶

func (o *TemplatesTemplateRetrievalResponse) HasRFCEnforcement() bool

HasRFCEnforcement returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasRequiresApproval ¶

func (o *TemplatesTemplateRetrievalResponse) HasRequiresApproval() bool

HasRequiresApproval returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasTemplateDefaults ¶

func (o *TemplatesTemplateRetrievalResponse) HasTemplateDefaults() bool

HasTemplateDefaults returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasTemplateName ¶

func (o *TemplatesTemplateRetrievalResponse) HasTemplateName() bool

HasTemplateName returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasTemplatePolicy ¶

func (o *TemplatesTemplateRetrievalResponse) HasTemplatePolicy() bool

HasTemplatePolicy returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasTemplateRegexes ¶

func (o *TemplatesTemplateRetrievalResponse) HasTemplateRegexes() bool

HasTemplateRegexes returns a boolean if a field has been set.

func (*TemplatesTemplateRetrievalResponse) HasUseAllowedRequesters ¶

func (o *TemplatesTemplateRetrievalResponse) HasUseAllowedRequesters() bool

HasUseAllowedRequesters returns a boolean if a field has been set.

func (TemplatesTemplateRetrievalResponse) MarshalJSON ¶

func (o TemplatesTemplateRetrievalResponse) MarshalJSON() ([]byte, error)

func (*TemplatesTemplateRetrievalResponse) SetAllowOneClickRenewals ¶

func (o *TemplatesTemplateRetrievalResponse) SetAllowOneClickRenewals(v bool)

SetAllowOneClickRenewals gets a reference to the given bool and assigns it to the AllowOneClickRenewals field.

func (*TemplatesTemplateRetrievalResponse) SetAllowedEnrollmentTypes ¶

func (o *TemplatesTemplateRetrievalResponse) SetAllowedEnrollmentTypes(v CSSCMSCoreEnumsEnrollmentType)

SetAllowedEnrollmentTypes gets a reference to the given CSSCMSCoreEnumsEnrollmentType and assigns it to the AllowedEnrollmentTypes field.

func (*TemplatesTemplateRetrievalResponse) SetAllowedRequesters ¶

func (o *TemplatesTemplateRetrievalResponse) SetAllowedRequesters(v []string)

SetAllowedRequesters gets a reference to the given []string and assigns it to the AllowedRequesters field.

func (*TemplatesTemplateRetrievalResponse) SetCommonName ¶

func (o *TemplatesTemplateRetrievalResponse) SetCommonName(v string)

SetCommonName gets a reference to the given NullableString and assigns it to the CommonName field.

func (*TemplatesTemplateRetrievalResponse) SetCommonNameNil ¶

func (o *TemplatesTemplateRetrievalResponse) SetCommonNameNil()

SetCommonNameNil sets the value for CommonName to be an explicit nil

func (*TemplatesTemplateRetrievalResponse) SetConfigurationTenant ¶

func (o *TemplatesTemplateRetrievalResponse) SetConfigurationTenant(v string)

SetConfigurationTenant gets a reference to the given NullableString and assigns it to the ConfigurationTenant field.

func (*TemplatesTemplateRetrievalResponse) SetConfigurationTenantNil ¶

func (o *TemplatesTemplateRetrievalResponse) SetConfigurationTenantNil()

SetConfigurationTenantNil sets the value for ConfigurationTenant to be an explicit nil

func (*TemplatesTemplateRetrievalResponse) SetCurve ¶

SetCurve gets a reference to the given NullableString and assigns it to the Curve field.

func (*TemplatesTemplateRetrievalResponse) SetCurveNil ¶

func (o *TemplatesTemplateRetrievalResponse) SetCurveNil()

SetCurveNil sets the value for Curve to be an explicit nil

func (*TemplatesTemplateRetrievalResponse) SetDisplayName ¶

func (o *TemplatesTemplateRetrievalResponse) SetDisplayName(v string)

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*TemplatesTemplateRetrievalResponse) SetDisplayNameNil ¶

func (o *TemplatesTemplateRetrievalResponse) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*TemplatesTemplateRetrievalResponse) SetEnrollmentFields ¶

SetEnrollmentFields gets a reference to the given []TemplatesTemplateEnrollmentFieldRequestResponseModel and assigns it to the EnrollmentFields field.

func (*TemplatesTemplateRetrievalResponse) SetExtendedKeyUsages ¶

SetExtendedKeyUsages gets a reference to the given []TemplatesExtendedKeyUsageResponseModel and assigns it to the ExtendedKeyUsages field.

func (*TemplatesTemplateRetrievalResponse) SetForestRoot ¶

func (o *TemplatesTemplateRetrievalResponse) SetForestRoot(v string)

SetForestRoot gets a reference to the given NullableString and assigns it to the ForestRoot field.

func (*TemplatesTemplateRetrievalResponse) SetForestRootNil ¶

func (o *TemplatesTemplateRetrievalResponse) SetForestRootNil()

SetForestRootNil sets the value for ForestRoot to be an explicit nil

func (*TemplatesTemplateRetrievalResponse) SetFriendlyName ¶

func (o *TemplatesTemplateRetrievalResponse) SetFriendlyName(v string)

SetFriendlyName gets a reference to the given NullableString and assigns it to the FriendlyName field.

func (*TemplatesTemplateRetrievalResponse) SetFriendlyNameNil ¶

func (o *TemplatesTemplateRetrievalResponse) SetFriendlyNameNil()

SetFriendlyNameNil sets the value for FriendlyName to be an explicit nil

func (*TemplatesTemplateRetrievalResponse) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*TemplatesTemplateRetrievalResponse) SetKeyAlgorithms ¶

SetKeyAlgorithms gets a reference to the given TemplatesKeyAlgorithmsResponseModel and assigns it to the KeyAlgorithms field.

func (*TemplatesTemplateRetrievalResponse) SetKeyArchival ¶

func (o *TemplatesTemplateRetrievalResponse) SetKeyArchival(v bool)

SetKeyArchival gets a reference to the given bool and assigns it to the KeyArchival field.

func (*TemplatesTemplateRetrievalResponse) SetKeyRetention ¶

SetKeyRetention gets a reference to the given CSSCMSCoreEnumsKeyRetentionPolicy and assigns it to the KeyRetention field.

func (*TemplatesTemplateRetrievalResponse) SetKeyRetentionDays ¶

func (o *TemplatesTemplateRetrievalResponse) SetKeyRetentionDays(v int32)

SetKeyRetentionDays gets a reference to the given NullableInt32 and assigns it to the KeyRetentionDays field.

func (*TemplatesTemplateRetrievalResponse) SetKeyRetentionDaysNil ¶

func (o *TemplatesTemplateRetrievalResponse) SetKeyRetentionDaysNil()

SetKeyRetentionDaysNil sets the value for KeyRetentionDays to be an explicit nil

func (*TemplatesTemplateRetrievalResponse) SetKeySize ¶

func (o *TemplatesTemplateRetrievalResponse) SetKeySize(v string)

SetKeySize gets a reference to the given NullableString and assigns it to the KeySize field.

func (*TemplatesTemplateRetrievalResponse) SetKeySizeNil ¶

func (o *TemplatesTemplateRetrievalResponse) SetKeySizeNil()

SetKeySizeNil sets the value for KeySize to be an explicit nil

func (*TemplatesTemplateRetrievalResponse) SetKeyType ¶

func (o *TemplatesTemplateRetrievalResponse) SetKeyType(v string)

SetKeyType gets a reference to the given NullableString and assigns it to the KeyType field.

func (*TemplatesTemplateRetrievalResponse) SetKeyTypeNil ¶

func (o *TemplatesTemplateRetrievalResponse) SetKeyTypeNil()

SetKeyTypeNil sets the value for KeyType to be an explicit nil

func (*TemplatesTemplateRetrievalResponse) SetKeyTypes ¶

func (o *TemplatesTemplateRetrievalResponse) SetKeyTypes(v string)

SetKeyTypes gets a reference to the given NullableString and assigns it to the KeyTypes field.

func (*TemplatesTemplateRetrievalResponse) SetKeyTypesNil ¶

func (o *TemplatesTemplateRetrievalResponse) SetKeyTypesNil()

SetKeyTypesNil sets the value for KeyTypes to be an explicit nil

func (*TemplatesTemplateRetrievalResponse) SetKeyUsage ¶

func (o *TemplatesTemplateRetrievalResponse) SetKeyUsage(v int32)

SetKeyUsage gets a reference to the given int32 and assigns it to the KeyUsage field.

func (*TemplatesTemplateRetrievalResponse) SetMetadataFields ¶

SetMetadataFields gets a reference to the given []TemplatesTemplateMetadataFieldRequestResponseModel and assigns it to the MetadataFields field.

func (*TemplatesTemplateRetrievalResponse) SetOid ¶

SetOid gets a reference to the given NullableString and assigns it to the Oid field.

func (*TemplatesTemplateRetrievalResponse) SetOidNil ¶

func (o *TemplatesTemplateRetrievalResponse) SetOidNil()

SetOidNil sets the value for Oid to be an explicit nil

func (*TemplatesTemplateRetrievalResponse) SetRFCEnforcement ¶

func (o *TemplatesTemplateRetrievalResponse) SetRFCEnforcement(v bool)

SetRFCEnforcement gets a reference to the given bool and assigns it to the RFCEnforcement field.

func (*TemplatesTemplateRetrievalResponse) SetRequiresApproval ¶

func (o *TemplatesTemplateRetrievalResponse) SetRequiresApproval(v bool)

SetRequiresApproval gets a reference to the given bool and assigns it to the RequiresApproval field.

func (*TemplatesTemplateRetrievalResponse) SetTemplateDefaults ¶

SetTemplateDefaults gets a reference to the given []TemplatesTemplateDefaultRequestResponseModel and assigns it to the TemplateDefaults field.

func (*TemplatesTemplateRetrievalResponse) SetTemplateName ¶

func (o *TemplatesTemplateRetrievalResponse) SetTemplateName(v string)

SetTemplateName gets a reference to the given NullableString and assigns it to the TemplateName field.

func (*TemplatesTemplateRetrievalResponse) SetTemplateNameNil ¶

func (o *TemplatesTemplateRetrievalResponse) SetTemplateNameNil()

SetTemplateNameNil sets the value for TemplateName to be an explicit nil

func (*TemplatesTemplateRetrievalResponse) SetTemplatePolicy ¶

SetTemplatePolicy gets a reference to the given TemplatesTemplatePolicyResponseModel and assigns it to the TemplatePolicy field.

func (*TemplatesTemplateRetrievalResponse) SetTemplateRegexes ¶

SetTemplateRegexes gets a reference to the given []TemplatesTemplateRegexRequestResponseModel and assigns it to the TemplateRegexes field.

func (*TemplatesTemplateRetrievalResponse) SetUseAllowedRequesters ¶

func (o *TemplatesTemplateRetrievalResponse) SetUseAllowedRequesters(v bool)

SetUseAllowedRequesters gets a reference to the given bool and assigns it to the UseAllowedRequesters field.

func (TemplatesTemplateRetrievalResponse) ToMap ¶

func (o TemplatesTemplateRetrievalResponse) ToMap() (map[string]interface{}, error)

func (*TemplatesTemplateRetrievalResponse) UnsetCommonName ¶

func (o *TemplatesTemplateRetrievalResponse) UnsetCommonName()

UnsetCommonName ensures that no value is present for CommonName, not even an explicit nil

func (*TemplatesTemplateRetrievalResponse) UnsetConfigurationTenant ¶

func (o *TemplatesTemplateRetrievalResponse) UnsetConfigurationTenant()

UnsetConfigurationTenant ensures that no value is present for ConfigurationTenant, not even an explicit nil

func (*TemplatesTemplateRetrievalResponse) UnsetCurve ¶

func (o *TemplatesTemplateRetrievalResponse) UnsetCurve()

UnsetCurve ensures that no value is present for Curve, not even an explicit nil

func (*TemplatesTemplateRetrievalResponse) UnsetDisplayName ¶

func (o *TemplatesTemplateRetrievalResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*TemplatesTemplateRetrievalResponse) UnsetForestRoot ¶

func (o *TemplatesTemplateRetrievalResponse) UnsetForestRoot()

UnsetForestRoot ensures that no value is present for ForestRoot, not even an explicit nil

func (*TemplatesTemplateRetrievalResponse) UnsetFriendlyName ¶

func (o *TemplatesTemplateRetrievalResponse) UnsetFriendlyName()

UnsetFriendlyName ensures that no value is present for FriendlyName, not even an explicit nil

func (*TemplatesTemplateRetrievalResponse) UnsetKeyRetentionDays ¶

func (o *TemplatesTemplateRetrievalResponse) UnsetKeyRetentionDays()

UnsetKeyRetentionDays ensures that no value is present for KeyRetentionDays, not even an explicit nil

func (*TemplatesTemplateRetrievalResponse) UnsetKeySize ¶

func (o *TemplatesTemplateRetrievalResponse) UnsetKeySize()

UnsetKeySize ensures that no value is present for KeySize, not even an explicit nil

func (*TemplatesTemplateRetrievalResponse) UnsetKeyType ¶

func (o *TemplatesTemplateRetrievalResponse) UnsetKeyType()

UnsetKeyType ensures that no value is present for KeyType, not even an explicit nil

func (*TemplatesTemplateRetrievalResponse) UnsetKeyTypes ¶

func (o *TemplatesTemplateRetrievalResponse) UnsetKeyTypes()

UnsetKeyTypes ensures that no value is present for KeyTypes, not even an explicit nil

func (*TemplatesTemplateRetrievalResponse) UnsetOid ¶

func (o *TemplatesTemplateRetrievalResponse) UnsetOid()

UnsetOid ensures that no value is present for Oid, not even an explicit nil

func (*TemplatesTemplateRetrievalResponse) UnsetTemplateName ¶

func (o *TemplatesTemplateRetrievalResponse) UnsetTemplateName()

UnsetTemplateName ensures that no value is present for TemplateName, not even an explicit nil

type TemplatesTemplateUpdateRequest ¶

type TemplatesTemplateUpdateRequest struct {
	Id                     *int32                                                 `json:"Id,omitempty"`
	FriendlyName           NullableString                                         `json:"FriendlyName,omitempty"`
	KeyRetention           *CSSCMSCoreEnumsKeyRetentionPolicy                     `json:"KeyRetention,omitempty"`
	KeyRetentionDays       NullableInt32                                          `json:"KeyRetentionDays,omitempty"`
	KeyArchival            *bool                                                  `json:"KeyArchival,omitempty"`
	EnrollmentFields       []TemplatesTemplateEnrollmentFieldRequestResponseModel `json:"EnrollmentFields,omitempty"`
	MetadataFields         []TemplatesTemplateMetadataFieldRequestResponseModel   `json:"MetadataFields,omitempty"`
	AllowedEnrollmentTypes *CSSCMSCoreEnumsEnrollmentType                         `json:"AllowedEnrollmentTypes,omitempty"`
	TemplateRegexes        []TemplatesTemplateRegexRequestResponseModel           `json:"TemplateRegexes,omitempty"`
	TemplateDefaults       []TemplatesTemplateDefaultRequestResponseModel         `json:"TemplateDefaults,omitempty"`
	TemplatePolicy         *TemplatesTemplatePolicyRequestModel                   `json:"TemplatePolicy,omitempty"`
	UseAllowedRequesters   *bool                                                  `json:"UseAllowedRequesters,omitempty"`
	AllowedRequesters      []string                                               `json:"AllowedRequesters,omitempty"`
	RequiresApproval       *bool                                                  `json:"RequiresApproval,omitempty"`
	KeyUsage               *int32                                                 `json:"KeyUsage,omitempty"`
	AllowOneClickRenewals  *bool                                                  `json:"AllowOneClickRenewals,omitempty"`
}

TemplatesTemplateUpdateRequest struct for TemplatesTemplateUpdateRequest

func NewTemplatesTemplateUpdateRequest ¶

func NewTemplatesTemplateUpdateRequest() *TemplatesTemplateUpdateRequest

NewTemplatesTemplateUpdateRequest instantiates a new TemplatesTemplateUpdateRequest 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 NewTemplatesTemplateUpdateRequestWithDefaults ¶

func NewTemplatesTemplateUpdateRequestWithDefaults() *TemplatesTemplateUpdateRequest

NewTemplatesTemplateUpdateRequestWithDefaults instantiates a new TemplatesTemplateUpdateRequest 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 (*TemplatesTemplateUpdateRequest) GetAllowOneClickRenewals ¶

func (o *TemplatesTemplateUpdateRequest) GetAllowOneClickRenewals() bool

GetAllowOneClickRenewals returns the AllowOneClickRenewals field value if set, zero value otherwise.

func (*TemplatesTemplateUpdateRequest) GetAllowOneClickRenewalsOk ¶

func (o *TemplatesTemplateUpdateRequest) GetAllowOneClickRenewalsOk() (*bool, bool)

GetAllowOneClickRenewalsOk returns a tuple with the AllowOneClickRenewals field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateUpdateRequest) GetAllowedEnrollmentTypes ¶

func (o *TemplatesTemplateUpdateRequest) GetAllowedEnrollmentTypes() CSSCMSCoreEnumsEnrollmentType

GetAllowedEnrollmentTypes returns the AllowedEnrollmentTypes field value if set, zero value otherwise.

func (*TemplatesTemplateUpdateRequest) GetAllowedEnrollmentTypesOk ¶

func (o *TemplatesTemplateUpdateRequest) GetAllowedEnrollmentTypesOk() (*CSSCMSCoreEnumsEnrollmentType, bool)

GetAllowedEnrollmentTypesOk returns a tuple with the AllowedEnrollmentTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateUpdateRequest) GetAllowedRequesters ¶

func (o *TemplatesTemplateUpdateRequest) GetAllowedRequesters() []string

GetAllowedRequesters returns the AllowedRequesters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateUpdateRequest) GetAllowedRequestersOk ¶

func (o *TemplatesTemplateUpdateRequest) GetAllowedRequestersOk() ([]string, bool)

GetAllowedRequestersOk returns a tuple with the AllowedRequesters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateUpdateRequest) GetEnrollmentFields ¶

GetEnrollmentFields returns the EnrollmentFields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateUpdateRequest) GetEnrollmentFieldsOk ¶

GetEnrollmentFieldsOk returns a tuple with the EnrollmentFields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateUpdateRequest) GetFriendlyName ¶

func (o *TemplatesTemplateUpdateRequest) GetFriendlyName() string

GetFriendlyName returns the FriendlyName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateUpdateRequest) GetFriendlyNameOk ¶

func (o *TemplatesTemplateUpdateRequest) GetFriendlyNameOk() (*string, bool)

GetFriendlyNameOk returns a tuple with the FriendlyName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateUpdateRequest) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*TemplatesTemplateUpdateRequest) GetIdOk ¶

func (o *TemplatesTemplateUpdateRequest) GetIdOk() (*int32, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateUpdateRequest) GetKeyArchival ¶

func (o *TemplatesTemplateUpdateRequest) GetKeyArchival() bool

GetKeyArchival returns the KeyArchival field value if set, zero value otherwise.

func (*TemplatesTemplateUpdateRequest) GetKeyArchivalOk ¶

func (o *TemplatesTemplateUpdateRequest) GetKeyArchivalOk() (*bool, bool)

GetKeyArchivalOk returns a tuple with the KeyArchival field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateUpdateRequest) GetKeyRetention ¶

GetKeyRetention returns the KeyRetention field value if set, zero value otherwise.

func (*TemplatesTemplateUpdateRequest) GetKeyRetentionDays ¶

func (o *TemplatesTemplateUpdateRequest) GetKeyRetentionDays() int32

GetKeyRetentionDays returns the KeyRetentionDays field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateUpdateRequest) GetKeyRetentionDaysOk ¶

func (o *TemplatesTemplateUpdateRequest) GetKeyRetentionDaysOk() (*int32, bool)

GetKeyRetentionDaysOk returns a tuple with the KeyRetentionDays field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateUpdateRequest) GetKeyRetentionOk ¶

GetKeyRetentionOk returns a tuple with the KeyRetention field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateUpdateRequest) GetKeyUsage ¶

func (o *TemplatesTemplateUpdateRequest) GetKeyUsage() int32

GetKeyUsage returns the KeyUsage field value if set, zero value otherwise.

func (*TemplatesTemplateUpdateRequest) GetKeyUsageOk ¶

func (o *TemplatesTemplateUpdateRequest) GetKeyUsageOk() (*int32, bool)

GetKeyUsageOk returns a tuple with the KeyUsage field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateUpdateRequest) GetMetadataFields ¶

GetMetadataFields returns the MetadataFields field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateUpdateRequest) GetMetadataFieldsOk ¶

GetMetadataFieldsOk returns a tuple with the MetadataFields field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateUpdateRequest) GetRequiresApproval ¶

func (o *TemplatesTemplateUpdateRequest) GetRequiresApproval() bool

GetRequiresApproval returns the RequiresApproval field value if set, zero value otherwise.

func (*TemplatesTemplateUpdateRequest) GetRequiresApprovalOk ¶

func (o *TemplatesTemplateUpdateRequest) GetRequiresApprovalOk() (*bool, bool)

GetRequiresApprovalOk returns a tuple with the RequiresApproval field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateUpdateRequest) GetTemplateDefaults ¶

GetTemplateDefaults returns the TemplateDefaults field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateUpdateRequest) GetTemplateDefaultsOk ¶

GetTemplateDefaultsOk returns a tuple with the TemplateDefaults field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateUpdateRequest) GetTemplatePolicy ¶

GetTemplatePolicy returns the TemplatePolicy field value if set, zero value otherwise.

func (*TemplatesTemplateUpdateRequest) GetTemplatePolicyOk ¶

GetTemplatePolicyOk returns a tuple with the TemplatePolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateUpdateRequest) GetTemplateRegexes ¶

GetTemplateRegexes returns the TemplateRegexes field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TemplatesTemplateUpdateRequest) GetTemplateRegexesOk ¶

GetTemplateRegexesOk returns a tuple with the TemplateRegexes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TemplatesTemplateUpdateRequest) GetUseAllowedRequesters ¶

func (o *TemplatesTemplateUpdateRequest) GetUseAllowedRequesters() bool

GetUseAllowedRequesters returns the UseAllowedRequesters field value if set, zero value otherwise.

func (*TemplatesTemplateUpdateRequest) GetUseAllowedRequestersOk ¶

func (o *TemplatesTemplateUpdateRequest) GetUseAllowedRequestersOk() (*bool, bool)

GetUseAllowedRequestersOk returns a tuple with the UseAllowedRequesters field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TemplatesTemplateUpdateRequest) HasAllowOneClickRenewals ¶

func (o *TemplatesTemplateUpdateRequest) HasAllowOneClickRenewals() bool

HasAllowOneClickRenewals returns a boolean if a field has been set.

func (*TemplatesTemplateUpdateRequest) HasAllowedEnrollmentTypes ¶

func (o *TemplatesTemplateUpdateRequest) HasAllowedEnrollmentTypes() bool

HasAllowedEnrollmentTypes returns a boolean if a field has been set.

func (*TemplatesTemplateUpdateRequest) HasAllowedRequesters ¶

func (o *TemplatesTemplateUpdateRequest) HasAllowedRequesters() bool

HasAllowedRequesters returns a boolean if a field has been set.

func (*TemplatesTemplateUpdateRequest) HasEnrollmentFields ¶

func (o *TemplatesTemplateUpdateRequest) HasEnrollmentFields() bool

HasEnrollmentFields returns a boolean if a field has been set.

func (*TemplatesTemplateUpdateRequest) HasFriendlyName ¶

func (o *TemplatesTemplateUpdateRequest) HasFriendlyName() bool

HasFriendlyName returns a boolean if a field has been set.

func (*TemplatesTemplateUpdateRequest) HasId ¶

HasId returns a boolean if a field has been set.

func (*TemplatesTemplateUpdateRequest) HasKeyArchival ¶

func (o *TemplatesTemplateUpdateRequest) HasKeyArchival() bool

HasKeyArchival returns a boolean if a field has been set.

func (*TemplatesTemplateUpdateRequest) HasKeyRetention ¶

func (o *TemplatesTemplateUpdateRequest) HasKeyRetention() bool

HasKeyRetention returns a boolean if a field has been set.

func (*TemplatesTemplateUpdateRequest) HasKeyRetentionDays ¶

func (o *TemplatesTemplateUpdateRequest) HasKeyRetentionDays() bool

HasKeyRetentionDays returns a boolean if a field has been set.

func (*TemplatesTemplateUpdateRequest) HasKeyUsage ¶

func (o *TemplatesTemplateUpdateRequest) HasKeyUsage() bool

HasKeyUsage returns a boolean if a field has been set.

func (*TemplatesTemplateUpdateRequest) HasMetadataFields ¶

func (o *TemplatesTemplateUpdateRequest) HasMetadataFields() bool

HasMetadataFields returns a boolean if a field has been set.

func (*TemplatesTemplateUpdateRequest) HasRequiresApproval ¶

func (o *TemplatesTemplateUpdateRequest) HasRequiresApproval() bool

HasRequiresApproval returns a boolean if a field has been set.

func (*TemplatesTemplateUpdateRequest) HasTemplateDefaults ¶

func (o *TemplatesTemplateUpdateRequest) HasTemplateDefaults() bool

HasTemplateDefaults returns a boolean if a field has been set.

func (*TemplatesTemplateUpdateRequest) HasTemplatePolicy ¶

func (o *TemplatesTemplateUpdateRequest) HasTemplatePolicy() bool

HasTemplatePolicy returns a boolean if a field has been set.

func (*TemplatesTemplateUpdateRequest) HasTemplateRegexes ¶

func (o *TemplatesTemplateUpdateRequest) HasTemplateRegexes() bool

HasTemplateRegexes returns a boolean if a field has been set.

func (*TemplatesTemplateUpdateRequest) HasUseAllowedRequesters ¶

func (o *TemplatesTemplateUpdateRequest) HasUseAllowedRequesters() bool

HasUseAllowedRequesters returns a boolean if a field has been set.

func (TemplatesTemplateUpdateRequest) MarshalJSON ¶

func (o TemplatesTemplateUpdateRequest) MarshalJSON() ([]byte, error)

func (*TemplatesTemplateUpdateRequest) SetAllowOneClickRenewals ¶

func (o *TemplatesTemplateUpdateRequest) SetAllowOneClickRenewals(v bool)

SetAllowOneClickRenewals gets a reference to the given bool and assigns it to the AllowOneClickRenewals field.

func (*TemplatesTemplateUpdateRequest) SetAllowedEnrollmentTypes ¶

func (o *TemplatesTemplateUpdateRequest) SetAllowedEnrollmentTypes(v CSSCMSCoreEnumsEnrollmentType)

SetAllowedEnrollmentTypes gets a reference to the given CSSCMSCoreEnumsEnrollmentType and assigns it to the AllowedEnrollmentTypes field.

func (*TemplatesTemplateUpdateRequest) SetAllowedRequesters ¶

func (o *TemplatesTemplateUpdateRequest) SetAllowedRequesters(v []string)

SetAllowedRequesters gets a reference to the given []string and assigns it to the AllowedRequesters field.

func (*TemplatesTemplateUpdateRequest) SetEnrollmentFields ¶

SetEnrollmentFields gets a reference to the given []TemplatesTemplateEnrollmentFieldRequestResponseModel and assigns it to the EnrollmentFields field.

func (*TemplatesTemplateUpdateRequest) SetFriendlyName ¶

func (o *TemplatesTemplateUpdateRequest) SetFriendlyName(v string)

SetFriendlyName gets a reference to the given NullableString and assigns it to the FriendlyName field.

func (*TemplatesTemplateUpdateRequest) SetFriendlyNameNil ¶

func (o *TemplatesTemplateUpdateRequest) SetFriendlyNameNil()

SetFriendlyNameNil sets the value for FriendlyName to be an explicit nil

func (*TemplatesTemplateUpdateRequest) SetId ¶

SetId gets a reference to the given int32 and assigns it to the Id field.

func (*TemplatesTemplateUpdateRequest) SetKeyArchival ¶

func (o *TemplatesTemplateUpdateRequest) SetKeyArchival(v bool)

SetKeyArchival gets a reference to the given bool and assigns it to the KeyArchival field.

func (*TemplatesTemplateUpdateRequest) SetKeyRetention ¶

SetKeyRetention gets a reference to the given CSSCMSCoreEnumsKeyRetentionPolicy and assigns it to the KeyRetention field.

func (*TemplatesTemplateUpdateRequest) SetKeyRetentionDays ¶

func (o *TemplatesTemplateUpdateRequest) SetKeyRetentionDays(v int32)

SetKeyRetentionDays gets a reference to the given NullableInt32 and assigns it to the KeyRetentionDays field.

func (*TemplatesTemplateUpdateRequest) SetKeyRetentionDaysNil ¶

func (o *TemplatesTemplateUpdateRequest) SetKeyRetentionDaysNil()

SetKeyRetentionDaysNil sets the value for KeyRetentionDays to be an explicit nil

func (*TemplatesTemplateUpdateRequest) SetKeyUsage ¶

func (o *TemplatesTemplateUpdateRequest) SetKeyUsage(v int32)

SetKeyUsage gets a reference to the given int32 and assigns it to the KeyUsage field.

func (*TemplatesTemplateUpdateRequest) SetMetadataFields ¶

SetMetadataFields gets a reference to the given []TemplatesTemplateMetadataFieldRequestResponseModel and assigns it to the MetadataFields field.

func (*TemplatesTemplateUpdateRequest) SetRequiresApproval ¶

func (o *TemplatesTemplateUpdateRequest) SetRequiresApproval(v bool)

SetRequiresApproval gets a reference to the given bool and assigns it to the RequiresApproval field.

func (*TemplatesTemplateUpdateRequest) SetTemplateDefaults ¶

SetTemplateDefaults gets a reference to the given []TemplatesTemplateDefaultRequestResponseModel and assigns it to the TemplateDefaults field.

func (*TemplatesTemplateUpdateRequest) SetTemplatePolicy ¶

SetTemplatePolicy gets a reference to the given TemplatesTemplatePolicyRequestModel and assigns it to the TemplatePolicy field.

func (*TemplatesTemplateUpdateRequest) SetTemplateRegexes ¶

SetTemplateRegexes gets a reference to the given []TemplatesTemplateRegexRequestResponseModel and assigns it to the TemplateRegexes field.

func (*TemplatesTemplateUpdateRequest) SetUseAllowedRequesters ¶

func (o *TemplatesTemplateUpdateRequest) SetUseAllowedRequesters(v bool)

SetUseAllowedRequesters gets a reference to the given bool and assigns it to the UseAllowedRequesters field.

func (TemplatesTemplateUpdateRequest) ToMap ¶

func (o TemplatesTemplateUpdateRequest) ToMap() (map[string]interface{}, error)

func (*TemplatesTemplateUpdateRequest) UnsetFriendlyName ¶

func (o *TemplatesTemplateUpdateRequest) UnsetFriendlyName()

UnsetFriendlyName ensures that no value is present for FriendlyName, not even an explicit nil

func (*TemplatesTemplateUpdateRequest) UnsetKeyRetentionDays ¶

func (o *TemplatesTemplateUpdateRequest) UnsetKeyRetentionDays()

UnsetKeyRetentionDays ensures that no value is present for KeyRetentionDays, not even an explicit nil

type UserApiService ¶

type UserApiService service

UserApiService UserApi service

func (*UserApiService) CreateSSHUsersAccessExecute ¶

Executes the API request V1 POST /SSH/Users/Access

@return CSSCMSDataModelModelsSSHUsersSshUserAccessResponse

func (*UserApiService) CreateSSHUsersExecute ¶

Executes the API request V1 POST /SSH/Users

@return CSSCMSDataModelModelsSSHUsersSshUserResponse

func (*UserApiService) DeleteSSHUsersByIdExecute ¶

func (a *UserApiService) DeleteSSHUsersByIdExecute(r ApiDeleteSSHUsersByIdRequest) (*http.Response, error)

Executes the API request

func (*UserApiService) GetSSHUsersByIdExecute ¶

Executes the API request V1 GET /SSH/Users/{id}

@return CSSCMSDataModelModelsSSHUsersSshUserResponse

func (*UserApiService) GetSSHUsersExecute ¶

Executes the API request V1 GET /SSH/Users

@return []CSSCMSDataModelModelsSSHUsersSshUserResponse

func (*UserApiService) NewCreateSSHUsersAccessRequest ¶

func (a *UserApiService) NewCreateSSHUsersAccessRequest(ctx context.Context) ApiCreateSSHUsersAccessRequest

Creates a new V1 POST /SSH/Users/Access request.

CreateSSHUsersAccess Updates logon access for a user

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSSHUsersAccessRequest

func (*UserApiService) NewCreateSSHUsersRequest ¶

func (a *UserApiService) NewCreateSSHUsersRequest(ctx context.Context) ApiCreateSSHUsersRequest

Creates a new V1 POST /SSH/Users request.

CreateSSHUsers Creates a new SSH User.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSSHUsersRequest

func (*UserApiService) NewDeleteSSHUsersByIdRequest ¶

func (a *UserApiService) NewDeleteSSHUsersByIdRequest(ctx context.Context, id int32) ApiDeleteSSHUsersByIdRequest

Creates a new V1 DELETE /SSH/Users/{id} request.

DeleteSSHUsersById Deletes an SSH user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The Id of the user to delete.
@return ApiDeleteSSHUsersByIdRequest

func (*UserApiService) NewGetSSHUsersByIdRequest ¶

func (a *UserApiService) NewGetSSHUsersByIdRequest(ctx context.Context, id int32) ApiGetSSHUsersByIdRequest

Creates a new V1 GET /SSH/Users/{id} request.

GetSSHUsersById Looks up information about an existing SSH user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The Id of the SSH user to retrieve.
@return ApiGetSSHUsersByIdRequest

func (*UserApiService) NewGetSSHUsersRequest ¶

func (a *UserApiService) NewGetSSHUsersRequest(ctx context.Context) ApiGetSSHUsersRequest

Creates a new V1 GET /SSH/Users request.

GetSSHUsers Returns users matching the criteria from the provided query parameters

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSSHUsersRequest

func (*UserApiService) NewUpdateSSHUsersRequest ¶

func (a *UserApiService) NewUpdateSSHUsersRequest(ctx context.Context) ApiUpdateSSHUsersRequest

Creates a new V1 PUT /SSH/Users request.

UpdateSSHUsers Updates information about a given user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateSSHUsersRequest

func (*UserApiService) UpdateSSHUsersExecute ¶

Executes the API request V1 PUT /SSH/Users

@return CSSCMSDataModelModelsSSHUsersSshUserResponse

type WorkflowApiService ¶

type WorkflowApiService service

WorkflowApiService WorkflowApi service

func (*WorkflowApiService) CreateWorkflowCertificatesApproveExecute ¶

Executes the API request V1 POST /Workflow/Certificates/Approve

@return CSSCMSDataModelModelsWorkflowApproveDenyResult

func (*WorkflowApiService) CreateWorkflowCertificatesDenyExecute ¶

Executes the API request V1 POST /Workflow/Certificates/Deny

@return CSSCMSDataModelModelsWorkflowApproveDenyResult

func (*WorkflowApiService) GetWorkflowCertificatesByIdExecute ¶

Executes the API request V1 GET /Workflow/Certificates/{id}

@return CertificatesCertRequestResponseModel

func (*WorkflowApiService) GetWorkflowCertificatesDeniedExecute ¶

Executes the API request V1 GET /Workflow/Certificates/Denied

@return []CSSCMSDataModelModelsWorkflowCertificateRequestModel

func (*WorkflowApiService) GetWorkflowCertificatesExternalValidationExecute ¶

Executes the API request V1 GET /Workflow/Certificates/ExternalValidation

@return []CSSCMSDataModelModelsWorkflowCertificateRequestModel

func (*WorkflowApiService) GetWorkflowCertificatesPendingExecute ¶

Executes the API request V1 GET /Workflow/Certificates/Pending

@return []CSSCMSDataModelModelsWorkflowCertificateRequestModel

func (*WorkflowApiService) NewCreateWorkflowCertificatesApproveRequest ¶

func (a *WorkflowApiService) NewCreateWorkflowCertificatesApproveRequest(ctx context.Context) ApiCreateWorkflowCertificatesApproveRequest

Creates a new V1 POST /Workflow/Certificates/Approve request.

CreateWorkflowCertificatesApprove Approves pending certificate requests associated with the provided ids

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateWorkflowCertificatesApproveRequest

func (*WorkflowApiService) NewCreateWorkflowCertificatesDenyRequest ¶

func (a *WorkflowApiService) NewCreateWorkflowCertificatesDenyRequest(ctx context.Context) ApiCreateWorkflowCertificatesDenyRequest

Creates a new V1 POST /Workflow/Certificates/Deny request.

CreateWorkflowCertificatesDeny Denies pending certificate requests associated with the provided ids

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateWorkflowCertificatesDenyRequest

func (*WorkflowApiService) NewGetWorkflowCertificatesByIdRequest ¶

func (a *WorkflowApiService) NewGetWorkflowCertificatesByIdRequest(ctx context.Context, id int32) ApiGetWorkflowCertificatesByIdRequest

Creates a new V1 GET /Workflow/Certificates/{id} request.

GetWorkflowCertificatesById Returns certificate request details based on the provided ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The ID of the certificate request.
@return ApiGetWorkflowCertificatesByIdRequest

func (*WorkflowApiService) NewGetWorkflowCertificatesDeniedRequest ¶

func (a *WorkflowApiService) NewGetWorkflowCertificatesDeniedRequest(ctx context.Context) ApiGetWorkflowCertificatesDeniedRequest

Creates a new V1 GET /Workflow/Certificates/Denied request.

GetWorkflowCertificatesDenied Gets a collection of denied certificate requests based on the provided query.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetWorkflowCertificatesDeniedRequest

func (*WorkflowApiService) NewGetWorkflowCertificatesExternalValidationRequest ¶

func (a *WorkflowApiService) NewGetWorkflowCertificatesExternalValidationRequest(ctx context.Context) ApiGetWorkflowCertificatesExternalValidationRequest

Creates a new V1 GET /Workflow/Certificates/ExternalValidation request.

GetWorkflowCertificatesExternalValidation Gets a collection of external validation certificate requests based on the provided query.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetWorkflowCertificatesExternalValidationRequest

func (*WorkflowApiService) NewGetWorkflowCertificatesPendingRequest ¶

func (a *WorkflowApiService) NewGetWorkflowCertificatesPendingRequest(ctx context.Context) ApiGetWorkflowCertificatesPendingRequest

Creates a new V1 GET /Workflow/Certificates/Pending request.

GetWorkflowCertificatesPending Gets a collection of pending certificate requests based on the provided query.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetWorkflowCertificatesPendingRequest

type WorkflowDefinitionApiService ¶

type WorkflowDefinitionApiService service

WorkflowDefinitionApiService WorkflowDefinitionApi service

func (*WorkflowDefinitionApiService) CreateWorkflowDefinitionsDefinitionIdPublishExecute ¶

Executes the API request V1 POST /Workflow/Definitions/{definitionId}/Publish

@return WorkflowsDefinitionResponse

func (*WorkflowDefinitionApiService) CreateWorkflowDefinitionsDefinitionIdPublishVersionExecute ¶

Executes the API request V1 POST /Workflow/Definitions/{definitionId}/Publish/{version}

@return WorkflowsDefinitionResponse

func (*WorkflowDefinitionApiService) CreateWorkflowDefinitionsExecute ¶

Executes the API request V1 POST /Workflow/Definitions

@return WorkflowsDefinitionResponse

func (*WorkflowDefinitionApiService) DeleteWorkflowDefinitionsDefinitionIdExecute ¶

func (a *WorkflowDefinitionApiService) DeleteWorkflowDefinitionsDefinitionIdExecute(r ApiDeleteWorkflowDefinitionsDefinitionIdRequest) (*http.Response, error)

Executes the API request

func (*WorkflowDefinitionApiService) GetWorkflowDefinitionsDefinitionIdExecute ¶

Executes the API request V1 GET /Workflow/Definitions/{definitionId}

@return WorkflowsDefinitionResponse

func (*WorkflowDefinitionApiService) GetWorkflowDefinitionsExecute ¶

Executes the API request V1 GET /Workflow/Definitions

@return []WorkflowsDefinitionQueryResponse

func (*WorkflowDefinitionApiService) GetWorkflowDefinitionsStepsExecute ¶

Executes the API request V1 GET /Workflow/Definitions/Steps

@return []WorkflowsAvailableStepQueryResponse

func (*WorkflowDefinitionApiService) GetWorkflowDefinitionsStepsExtensionNameExecute ¶

Executes the API request V1 GET /Workflow/Definitions/Steps/{extensionName}

@return WorkflowsAvailableStepResponse

func (*WorkflowDefinitionApiService) GetWorkflowDefinitionsTypesExecute ¶

Executes the API request V1 GET /Workflow/Definitions/Types

@return []WorkflowsWorkflowTypeQueryResponse

func (*WorkflowDefinitionApiService) NewCreateWorkflowDefinitionsDefinitionIdPublishRequest ¶

func (a *WorkflowDefinitionApiService) NewCreateWorkflowDefinitionsDefinitionIdPublishRequest(ctx context.Context, definitionId string) ApiCreateWorkflowDefinitionsDefinitionIdPublishRequest

Creates a new V1 POST /Workflow/Definitions/{definitionId}/Publish request.

CreateWorkflowDefinitionsDefinitionIdPublish Makes the most recent version of a Workflow Definition the published version.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param definitionId The Workflow Definition Id.
@return ApiCreateWorkflowDefinitionsDefinitionIdPublishRequest

func (*WorkflowDefinitionApiService) NewCreateWorkflowDefinitionsDefinitionIdPublishVersionRequest ¶

func (a *WorkflowDefinitionApiService) NewCreateWorkflowDefinitionsDefinitionIdPublishVersionRequest(ctx context.Context, definitionId string, version int32) ApiCreateWorkflowDefinitionsDefinitionIdPublishVersionRequest

Creates a new V1 POST /Workflow/Definitions/{definitionId}/Publish/{version} request.

CreateWorkflowDefinitionsDefinitionIdPublishVersion Makes the specified version of a Workflow Definition the published version.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param definitionId The Workflow Definition Id.
@param version The Workflow Version Id.
@return ApiCreateWorkflowDefinitionsDefinitionIdPublishVersionRequest

func (*WorkflowDefinitionApiService) NewCreateWorkflowDefinitionsRequest ¶

func (a *WorkflowDefinitionApiService) NewCreateWorkflowDefinitionsRequest(ctx context.Context) ApiCreateWorkflowDefinitionsRequest

Creates a new V1 POST /Workflow/Definitions request.

CreateWorkflowDefinitions Creates a new base definition without any steps.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateWorkflowDefinitionsRequest

func (*WorkflowDefinitionApiService) NewDeleteWorkflowDefinitionsDefinitionIdRequest ¶

func (a *WorkflowDefinitionApiService) NewDeleteWorkflowDefinitionsDefinitionIdRequest(ctx context.Context, definitionId string) ApiDeleteWorkflowDefinitionsDefinitionIdRequest

Creates a new V1 DELETE /Workflow/Definitions/{definitionId} request.

DeleteWorkflowDefinitionsDefinitionId Deletes the definition matching the given Id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param definitionId The Workflow Definition Id.
@return ApiDeleteWorkflowDefinitionsDefinitionIdRequest

func (*WorkflowDefinitionApiService) NewGetWorkflowDefinitionsDefinitionIdRequest ¶

func (a *WorkflowDefinitionApiService) NewGetWorkflowDefinitionsDefinitionIdRequest(ctx context.Context, definitionId string) ApiGetWorkflowDefinitionsDefinitionIdRequest

Creates a new V1 GET /Workflow/Definitions/{definitionId} request.

GetWorkflowDefinitionsDefinitionId Gets a workflow definition.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param definitionId The Id of the definition to retrieve.
@return ApiGetWorkflowDefinitionsDefinitionIdRequest

func (*WorkflowDefinitionApiService) NewGetWorkflowDefinitionsRequest ¶

func (a *WorkflowDefinitionApiService) NewGetWorkflowDefinitionsRequest(ctx context.Context) ApiGetWorkflowDefinitionsRequest

Creates a new V1 GET /Workflow/Definitions request.

GetWorkflowDefinitions Gets the Definitions matching the query specifications.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetWorkflowDefinitionsRequest

func (*WorkflowDefinitionApiService) NewGetWorkflowDefinitionsStepsExtensionNameRequest ¶

func (a *WorkflowDefinitionApiService) NewGetWorkflowDefinitionsStepsExtensionNameRequest(ctx context.Context, extensionName string) ApiGetWorkflowDefinitionsStepsExtensionNameRequest

Creates a new V1 GET /Workflow/Definitions/Steps/{extensionName} request.

GetWorkflowDefinitionsStepsExtensionName Gets the schema of a given step with the specified extension name.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param extensionName The extension name of a specific step in the step schema.
@return ApiGetWorkflowDefinitionsStepsExtensionNameRequest

func (*WorkflowDefinitionApiService) NewGetWorkflowDefinitionsStepsRequest ¶

func (a *WorkflowDefinitionApiService) NewGetWorkflowDefinitionsStepsRequest(ctx context.Context) ApiGetWorkflowDefinitionsStepsRequest

Creates a new V1 GET /Workflow/Definitions/Steps request.

GetWorkflowDefinitionsSteps Gets the result set of available steps for a given query.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetWorkflowDefinitionsStepsRequest

func (*WorkflowDefinitionApiService) NewGetWorkflowDefinitionsTypesRequest ¶

func (a *WorkflowDefinitionApiService) NewGetWorkflowDefinitionsTypesRequest(ctx context.Context) ApiGetWorkflowDefinitionsTypesRequest

Creates a new V1 GET /Workflow/Definitions/Types request.

GetWorkflowDefinitionsTypes Performs a query against the workflow types in the system.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetWorkflowDefinitionsTypesRequest

func (*WorkflowDefinitionApiService) NewUpdateWorkflowDefinitionsDefinitionIdRequest ¶

func (a *WorkflowDefinitionApiService) NewUpdateWorkflowDefinitionsDefinitionIdRequest(ctx context.Context, definitionId string) ApiUpdateWorkflowDefinitionsDefinitionIdRequest

Creates a new V1 PUT /Workflow/Definitions/{definitionId} request.

UpdateWorkflowDefinitionsDefinitionId Updates the existing definition's DisplayName and Description.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param definitionId The Id of the definition to update.
@return ApiUpdateWorkflowDefinitionsDefinitionIdRequest

func (*WorkflowDefinitionApiService) NewUpdateWorkflowDefinitionsDefinitionIdStatusRequest ¶

func (a *WorkflowDefinitionApiService) NewUpdateWorkflowDefinitionsDefinitionIdStatusRequest(ctx context.Context, definitionId string) ApiUpdateWorkflowDefinitionsDefinitionIdStatusRequest

Creates a new V1 PUT /Workflow/Definitions/{definitionId}/Status request.

UpdateWorkflowDefinitionsDefinitionIdStatus Updates the definition status matching the given Id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param definitionId The Workflow Definition Id.
@return ApiUpdateWorkflowDefinitionsDefinitionIdStatusRequest

func (*WorkflowDefinitionApiService) NewUpdateWorkflowDefinitionsDefinitionIdStepsRequest ¶

func (a *WorkflowDefinitionApiService) NewUpdateWorkflowDefinitionsDefinitionIdStepsRequest(ctx context.Context, definitionId string) ApiUpdateWorkflowDefinitionsDefinitionIdStepsRequest

Creates a new V1 PUT /Workflow/Definitions/{definitionId}/Steps request.

UpdateWorkflowDefinitionsDefinitionIdSteps Sets the provided steps on the latest version of the definition.

If the latest version is also the published version, a new version will be created and the steps will be set on that new version.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param definitionId The Id of the definition.
@return ApiUpdateWorkflowDefinitionsDefinitionIdStepsRequest

func (*WorkflowDefinitionApiService) UpdateWorkflowDefinitionsDefinitionIdExecute ¶

Executes the API request V1 PUT /Workflow/Definitions/{definitionId}

@return WorkflowsDefinitionResponse

func (*WorkflowDefinitionApiService) UpdateWorkflowDefinitionsDefinitionIdStatusExecute ¶

func (a *WorkflowDefinitionApiService) UpdateWorkflowDefinitionsDefinitionIdStatusExecute(r ApiUpdateWorkflowDefinitionsDefinitionIdStatusRequest) (*http.Response, error)

Executes the API request

func (*WorkflowDefinitionApiService) UpdateWorkflowDefinitionsDefinitionIdStepsExecute ¶

Executes the API request V1 PUT /Workflow/Definitions/{definitionId}/Steps

@return WorkflowsDefinitionResponse

type WorkflowInstanceApiService ¶

type WorkflowInstanceApiService service

WorkflowInstanceApiService WorkflowInstanceApi service

func (*WorkflowInstanceApiService) CreateWorkflowInstancesInstanceIdRestartExecute ¶

func (a *WorkflowInstanceApiService) CreateWorkflowInstancesInstanceIdRestartExecute(r ApiCreateWorkflowInstancesInstanceIdRestartRequest) (*http.Response, error)

Executes the API request

func (*WorkflowInstanceApiService) CreateWorkflowInstancesInstanceIdSignalsExecute ¶

func (a *WorkflowInstanceApiService) CreateWorkflowInstancesInstanceIdSignalsExecute(r ApiCreateWorkflowInstancesInstanceIdSignalsRequest) (*http.Response, error)

Executes the API request

func (*WorkflowInstanceApiService) CreateWorkflowInstancesInstanceIdStopExecute ¶

func (a *WorkflowInstanceApiService) CreateWorkflowInstancesInstanceIdStopExecute(r ApiCreateWorkflowInstancesInstanceIdStopRequest) (*http.Response, error)

Executes the API request

func (*WorkflowInstanceApiService) DeleteWorkflowInstancesInstanceIdExecute ¶

func (a *WorkflowInstanceApiService) DeleteWorkflowInstancesInstanceIdExecute(r ApiDeleteWorkflowInstancesInstanceIdRequest) (*http.Response, error)

Executes the API request

func (*WorkflowInstanceApiService) GetWorkflowInstancesAssignedToMeExecute ¶

Executes the API request V1 GET /Workflow/Instances/AssignedToMe

@return []WorkflowsInstanceQueryResponse

func (*WorkflowInstanceApiService) GetWorkflowInstancesExecute ¶

Executes the API request V1 GET /Workflow/Instances

@return []WorkflowsInstanceQueryResponse

func (*WorkflowInstanceApiService) GetWorkflowInstancesInstanceIdExecute ¶

Executes the API request V1 GET /Workflow/Instances/{instanceId}

@return WorkflowsInstanceResponse

func (*WorkflowInstanceApiService) GetWorkflowInstancesMyExecute ¶

Executes the API request V1 GET /Workflow/Instances/My

@return []WorkflowsInstanceQueryResponse

func (*WorkflowInstanceApiService) NewCreateWorkflowInstancesInstanceIdRestartRequest ¶

func (a *WorkflowInstanceApiService) NewCreateWorkflowInstancesInstanceIdRestartRequest(ctx context.Context, instanceId string) ApiCreateWorkflowInstancesInstanceIdRestartRequest

Creates a new V1 POST /Workflow/Instances/{instanceId}/Restart request.

CreateWorkflowInstancesInstanceIdRestart Restarts a failed instance against the specified definition version or the published version if no version is specified.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId The instance Id to restart.
@return ApiCreateWorkflowInstancesInstanceIdRestartRequest

func (*WorkflowInstanceApiService) NewCreateWorkflowInstancesInstanceIdSignalsRequest ¶

func (a *WorkflowInstanceApiService) NewCreateWorkflowInstancesInstanceIdSignalsRequest(ctx context.Context, instanceId string) ApiCreateWorkflowInstancesInstanceIdSignalsRequest

Creates a new V1 POST /Workflow/Instances/{instanceId}/Signals request.

CreateWorkflowInstancesInstanceIdSignals Receives the given signal for the given instance.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId The instance that is receiving the signal.
@return ApiCreateWorkflowInstancesInstanceIdSignalsRequest

func (*WorkflowInstanceApiService) NewCreateWorkflowInstancesInstanceIdStopRequest ¶

func (a *WorkflowInstanceApiService) NewCreateWorkflowInstancesInstanceIdStopRequest(ctx context.Context, instanceId string) ApiCreateWorkflowInstancesInstanceIdStopRequest

Creates a new V1 POST /Workflow/Instances/{instanceId}/Stop request.

CreateWorkflowInstancesInstanceIdStop Rejects an instance, preventing it from continuing.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId The Id of the instance to reject.
@return ApiCreateWorkflowInstancesInstanceIdStopRequest

func (*WorkflowInstanceApiService) NewDeleteWorkflowInstancesInstanceIdRequest ¶

func (a *WorkflowInstanceApiService) NewDeleteWorkflowInstancesInstanceIdRequest(ctx context.Context, instanceId string) ApiDeleteWorkflowInstancesInstanceIdRequest

Creates a new V1 DELETE /Workflow/Instances/{instanceId} request.

DeleteWorkflowInstancesInstanceId Deletes the specified instance.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId The Id of the instance to be deleted.
@return ApiDeleteWorkflowInstancesInstanceIdRequest

func (*WorkflowInstanceApiService) NewGetWorkflowInstancesAssignedToMeRequest ¶

func (a *WorkflowInstanceApiService) NewGetWorkflowInstancesAssignedToMeRequest(ctx context.Context) ApiGetWorkflowInstancesAssignedToMeRequest

Creates a new V1 GET /Workflow/Instances/AssignedToMe request.

GetWorkflowInstancesAssignedToMe Gets the workflow instances waiting on the user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetWorkflowInstancesAssignedToMeRequest

func (*WorkflowInstanceApiService) NewGetWorkflowInstancesInstanceIdRequest ¶

func (a *WorkflowInstanceApiService) NewGetWorkflowInstancesInstanceIdRequest(ctx context.Context, instanceId string) ApiGetWorkflowInstancesInstanceIdRequest

Creates a new V1 GET /Workflow/Instances/{instanceId} request.

GetWorkflowInstancesInstanceId Get information relevant for knowing where an instance is in its workflow.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param instanceId The System.Guid identifying the instance.
@return ApiGetWorkflowInstancesInstanceIdRequest

func (*WorkflowInstanceApiService) NewGetWorkflowInstancesMyRequest ¶

func (a *WorkflowInstanceApiService) NewGetWorkflowInstancesMyRequest(ctx context.Context) ApiGetWorkflowInstancesMyRequest

Creates a new V1 GET /Workflow/Instances/My request.

GetWorkflowInstancesMy Gets the workflow instances started by the user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetWorkflowInstancesMyRequest

func (*WorkflowInstanceApiService) NewGetWorkflowInstancesRequest ¶

func (a *WorkflowInstanceApiService) NewGetWorkflowInstancesRequest(ctx context.Context) ApiGetWorkflowInstancesRequest

Creates a new V1 GET /Workflow/Instances request.

GetWorkflowInstances Gets the workflow instances matching the query specifications.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetWorkflowInstancesRequest

type WorkflowsAvailableSignalResponse ¶

type WorkflowsAvailableSignalResponse struct {
	// The name of the signal.
	SignalName NullableString `json:"SignalName,omitempty"`
	// The signal Id.
	StepSignalId *string `json:"StepSignalId,omitempty"`
	// Whether or not the signal has been received.
	SignalReceived *bool `json:"SignalReceived,omitempty"`
}

WorkflowsAvailableSignalResponse struct for WorkflowsAvailableSignalResponse

func NewWorkflowsAvailableSignalResponse ¶

func NewWorkflowsAvailableSignalResponse() *WorkflowsAvailableSignalResponse

NewWorkflowsAvailableSignalResponse instantiates a new WorkflowsAvailableSignalResponse 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 NewWorkflowsAvailableSignalResponseWithDefaults ¶

func NewWorkflowsAvailableSignalResponseWithDefaults() *WorkflowsAvailableSignalResponse

NewWorkflowsAvailableSignalResponseWithDefaults instantiates a new WorkflowsAvailableSignalResponse 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 (*WorkflowsAvailableSignalResponse) GetSignalName ¶

func (o *WorkflowsAvailableSignalResponse) GetSignalName() string

GetSignalName returns the SignalName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsAvailableSignalResponse) GetSignalNameOk ¶

func (o *WorkflowsAvailableSignalResponse) GetSignalNameOk() (*string, bool)

GetSignalNameOk returns a tuple with the SignalName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsAvailableSignalResponse) GetSignalReceived ¶

func (o *WorkflowsAvailableSignalResponse) GetSignalReceived() bool

GetSignalReceived returns the SignalReceived field value if set, zero value otherwise.

func (*WorkflowsAvailableSignalResponse) GetSignalReceivedOk ¶

func (o *WorkflowsAvailableSignalResponse) GetSignalReceivedOk() (*bool, bool)

GetSignalReceivedOk returns a tuple with the SignalReceived field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsAvailableSignalResponse) GetStepSignalId ¶

func (o *WorkflowsAvailableSignalResponse) GetStepSignalId() string

GetStepSignalId returns the StepSignalId field value if set, zero value otherwise.

func (*WorkflowsAvailableSignalResponse) GetStepSignalIdOk ¶

func (o *WorkflowsAvailableSignalResponse) GetStepSignalIdOk() (*string, bool)

GetStepSignalIdOk returns a tuple with the StepSignalId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsAvailableSignalResponse) HasSignalName ¶

func (o *WorkflowsAvailableSignalResponse) HasSignalName() bool

HasSignalName returns a boolean if a field has been set.

func (*WorkflowsAvailableSignalResponse) HasSignalReceived ¶

func (o *WorkflowsAvailableSignalResponse) HasSignalReceived() bool

HasSignalReceived returns a boolean if a field has been set.

func (*WorkflowsAvailableSignalResponse) HasStepSignalId ¶

func (o *WorkflowsAvailableSignalResponse) HasStepSignalId() bool

HasStepSignalId returns a boolean if a field has been set.

func (WorkflowsAvailableSignalResponse) MarshalJSON ¶

func (o WorkflowsAvailableSignalResponse) MarshalJSON() ([]byte, error)

func (*WorkflowsAvailableSignalResponse) SetSignalName ¶

func (o *WorkflowsAvailableSignalResponse) SetSignalName(v string)

SetSignalName gets a reference to the given NullableString and assigns it to the SignalName field.

func (*WorkflowsAvailableSignalResponse) SetSignalNameNil ¶

func (o *WorkflowsAvailableSignalResponse) SetSignalNameNil()

SetSignalNameNil sets the value for SignalName to be an explicit nil

func (*WorkflowsAvailableSignalResponse) SetSignalReceived ¶

func (o *WorkflowsAvailableSignalResponse) SetSignalReceived(v bool)

SetSignalReceived gets a reference to the given bool and assigns it to the SignalReceived field.

func (*WorkflowsAvailableSignalResponse) SetStepSignalId ¶

func (o *WorkflowsAvailableSignalResponse) SetStepSignalId(v string)

SetStepSignalId gets a reference to the given string and assigns it to the StepSignalId field.

func (WorkflowsAvailableSignalResponse) ToMap ¶

func (o WorkflowsAvailableSignalResponse) ToMap() (map[string]interface{}, error)

func (*WorkflowsAvailableSignalResponse) UnsetSignalName ¶

func (o *WorkflowsAvailableSignalResponse) UnsetSignalName()

UnsetSignalName ensures that no value is present for SignalName, not even an explicit nil

type WorkflowsAvailableStepQueryResponse ¶

type WorkflowsAvailableStepQueryResponse struct {
	// The display name of the step.
	DisplayName NullableString `json:"DisplayName,omitempty"`
	// The extension name of the step.
	ExtensionName NullableString `json:"ExtensionName,omitempty"`
	// The workflow types which this step can be a part of.
	SupportedWorkflowTypes            []string                                        `json:"SupportedWorkflowTypes,omitempty"`
	ConfigurationParametersDefinition map[string]WorkflowsParameterDefinitionResponse `json:"ConfigurationParametersDefinition,omitempty"`
	SignalsDefinition                 map[string]WorkflowsSignalDefinitionResponse    `json:"SignalsDefinition,omitempty"`
}

WorkflowsAvailableStepQueryResponse struct for WorkflowsAvailableStepQueryResponse

func NewWorkflowsAvailableStepQueryResponse ¶

func NewWorkflowsAvailableStepQueryResponse() *WorkflowsAvailableStepQueryResponse

NewWorkflowsAvailableStepQueryResponse instantiates a new WorkflowsAvailableStepQueryResponse 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 NewWorkflowsAvailableStepQueryResponseWithDefaults ¶

func NewWorkflowsAvailableStepQueryResponseWithDefaults() *WorkflowsAvailableStepQueryResponse

NewWorkflowsAvailableStepQueryResponseWithDefaults instantiates a new WorkflowsAvailableStepQueryResponse 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 (*WorkflowsAvailableStepQueryResponse) GetConfigurationParametersDefinition ¶

func (o *WorkflowsAvailableStepQueryResponse) GetConfigurationParametersDefinition() map[string]WorkflowsParameterDefinitionResponse

GetConfigurationParametersDefinition returns the ConfigurationParametersDefinition field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsAvailableStepQueryResponse) GetConfigurationParametersDefinitionOk ¶

func (o *WorkflowsAvailableStepQueryResponse) GetConfigurationParametersDefinitionOk() (*map[string]WorkflowsParameterDefinitionResponse, bool)

GetConfigurationParametersDefinitionOk returns a tuple with the ConfigurationParametersDefinition field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsAvailableStepQueryResponse) GetDisplayName ¶

func (o *WorkflowsAvailableStepQueryResponse) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsAvailableStepQueryResponse) GetDisplayNameOk ¶

func (o *WorkflowsAvailableStepQueryResponse) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsAvailableStepQueryResponse) GetExtensionName ¶

func (o *WorkflowsAvailableStepQueryResponse) GetExtensionName() string

GetExtensionName returns the ExtensionName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsAvailableStepQueryResponse) GetExtensionNameOk ¶

func (o *WorkflowsAvailableStepQueryResponse) GetExtensionNameOk() (*string, bool)

GetExtensionNameOk returns a tuple with the ExtensionName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsAvailableStepQueryResponse) GetSignalsDefinition ¶

GetSignalsDefinition returns the SignalsDefinition field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsAvailableStepQueryResponse) GetSignalsDefinitionOk ¶

GetSignalsDefinitionOk returns a tuple with the SignalsDefinition field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsAvailableStepQueryResponse) GetSupportedWorkflowTypes ¶

func (o *WorkflowsAvailableStepQueryResponse) GetSupportedWorkflowTypes() []string

GetSupportedWorkflowTypes returns the SupportedWorkflowTypes field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsAvailableStepQueryResponse) GetSupportedWorkflowTypesOk ¶

func (o *WorkflowsAvailableStepQueryResponse) GetSupportedWorkflowTypesOk() ([]string, bool)

GetSupportedWorkflowTypesOk returns a tuple with the SupportedWorkflowTypes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsAvailableStepQueryResponse) HasConfigurationParametersDefinition ¶

func (o *WorkflowsAvailableStepQueryResponse) HasConfigurationParametersDefinition() bool

HasConfigurationParametersDefinition returns a boolean if a field has been set.

func (*WorkflowsAvailableStepQueryResponse) HasDisplayName ¶

func (o *WorkflowsAvailableStepQueryResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*WorkflowsAvailableStepQueryResponse) HasExtensionName ¶

func (o *WorkflowsAvailableStepQueryResponse) HasExtensionName() bool

HasExtensionName returns a boolean if a field has been set.

func (*WorkflowsAvailableStepQueryResponse) HasSignalsDefinition ¶

func (o *WorkflowsAvailableStepQueryResponse) HasSignalsDefinition() bool

HasSignalsDefinition returns a boolean if a field has been set.

func (*WorkflowsAvailableStepQueryResponse) HasSupportedWorkflowTypes ¶

func (o *WorkflowsAvailableStepQueryResponse) HasSupportedWorkflowTypes() bool

HasSupportedWorkflowTypes returns a boolean if a field has been set.

func (WorkflowsAvailableStepQueryResponse) MarshalJSON ¶

func (o WorkflowsAvailableStepQueryResponse) MarshalJSON() ([]byte, error)

func (*WorkflowsAvailableStepQueryResponse) SetConfigurationParametersDefinition ¶

func (o *WorkflowsAvailableStepQueryResponse) SetConfigurationParametersDefinition(v map[string]WorkflowsParameterDefinitionResponse)

SetConfigurationParametersDefinition gets a reference to the given map[string]WorkflowsParameterDefinitionResponse and assigns it to the ConfigurationParametersDefinition field.

func (*WorkflowsAvailableStepQueryResponse) SetDisplayName ¶

func (o *WorkflowsAvailableStepQueryResponse) SetDisplayName(v string)

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*WorkflowsAvailableStepQueryResponse) SetDisplayNameNil ¶

func (o *WorkflowsAvailableStepQueryResponse) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*WorkflowsAvailableStepQueryResponse) SetExtensionName ¶

func (o *WorkflowsAvailableStepQueryResponse) SetExtensionName(v string)

SetExtensionName gets a reference to the given NullableString and assigns it to the ExtensionName field.

func (*WorkflowsAvailableStepQueryResponse) SetExtensionNameNil ¶

func (o *WorkflowsAvailableStepQueryResponse) SetExtensionNameNil()

SetExtensionNameNil sets the value for ExtensionName to be an explicit nil

func (*WorkflowsAvailableStepQueryResponse) SetSignalsDefinition ¶

SetSignalsDefinition gets a reference to the given map[string]WorkflowsSignalDefinitionResponse and assigns it to the SignalsDefinition field.

func (*WorkflowsAvailableStepQueryResponse) SetSupportedWorkflowTypes ¶

func (o *WorkflowsAvailableStepQueryResponse) SetSupportedWorkflowTypes(v []string)

SetSupportedWorkflowTypes gets a reference to the given []string and assigns it to the SupportedWorkflowTypes field.

func (WorkflowsAvailableStepQueryResponse) ToMap ¶

func (o WorkflowsAvailableStepQueryResponse) ToMap() (map[string]interface{}, error)

func (*WorkflowsAvailableStepQueryResponse) UnsetDisplayName ¶

func (o *WorkflowsAvailableStepQueryResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*WorkflowsAvailableStepQueryResponse) UnsetExtensionName ¶

func (o *WorkflowsAvailableStepQueryResponse) UnsetExtensionName()

UnsetExtensionName ensures that no value is present for ExtensionName, not even an explicit nil

type WorkflowsAvailableStepResponse ¶

type WorkflowsAvailableStepResponse struct {
	// The display name of the step.
	DisplayName NullableString `json:"DisplayName,omitempty"`
	// The name of the extension.
	ExtensionName NullableString `json:"ExtensionName,omitempty"`
	// The possible outputs of the step.
	Outputs                           []string                                        `json:"Outputs,omitempty"`
	ConfigurationParametersDefinition map[string]WorkflowsParameterDefinitionResponse `json:"ConfigurationParametersDefinition,omitempty"`
	SignalsDefinition                 map[string]WorkflowsSignalDefinitionResponse    `json:"SignalsDefinition,omitempty"`
}

WorkflowsAvailableStepResponse struct for WorkflowsAvailableStepResponse

func NewWorkflowsAvailableStepResponse ¶

func NewWorkflowsAvailableStepResponse() *WorkflowsAvailableStepResponse

NewWorkflowsAvailableStepResponse instantiates a new WorkflowsAvailableStepResponse 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 NewWorkflowsAvailableStepResponseWithDefaults ¶

func NewWorkflowsAvailableStepResponseWithDefaults() *WorkflowsAvailableStepResponse

NewWorkflowsAvailableStepResponseWithDefaults instantiates a new WorkflowsAvailableStepResponse 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 (*WorkflowsAvailableStepResponse) GetConfigurationParametersDefinition ¶

func (o *WorkflowsAvailableStepResponse) GetConfigurationParametersDefinition() map[string]WorkflowsParameterDefinitionResponse

GetConfigurationParametersDefinition returns the ConfigurationParametersDefinition field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsAvailableStepResponse) GetConfigurationParametersDefinitionOk ¶

func (o *WorkflowsAvailableStepResponse) GetConfigurationParametersDefinitionOk() (*map[string]WorkflowsParameterDefinitionResponse, bool)

GetConfigurationParametersDefinitionOk returns a tuple with the ConfigurationParametersDefinition field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsAvailableStepResponse) GetDisplayName ¶

func (o *WorkflowsAvailableStepResponse) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsAvailableStepResponse) GetDisplayNameOk ¶

func (o *WorkflowsAvailableStepResponse) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsAvailableStepResponse) GetExtensionName ¶

func (o *WorkflowsAvailableStepResponse) GetExtensionName() string

GetExtensionName returns the ExtensionName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsAvailableStepResponse) GetExtensionNameOk ¶

func (o *WorkflowsAvailableStepResponse) GetExtensionNameOk() (*string, bool)

GetExtensionNameOk returns a tuple with the ExtensionName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsAvailableStepResponse) GetOutputs ¶

func (o *WorkflowsAvailableStepResponse) GetOutputs() []string

GetOutputs returns the Outputs field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsAvailableStepResponse) GetOutputsOk ¶

func (o *WorkflowsAvailableStepResponse) GetOutputsOk() ([]string, bool)

GetOutputsOk returns a tuple with the Outputs field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsAvailableStepResponse) GetSignalsDefinition ¶

GetSignalsDefinition returns the SignalsDefinition field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsAvailableStepResponse) GetSignalsDefinitionOk ¶

GetSignalsDefinitionOk returns a tuple with the SignalsDefinition field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsAvailableStepResponse) HasConfigurationParametersDefinition ¶

func (o *WorkflowsAvailableStepResponse) HasConfigurationParametersDefinition() bool

HasConfigurationParametersDefinition returns a boolean if a field has been set.

func (*WorkflowsAvailableStepResponse) HasDisplayName ¶

func (o *WorkflowsAvailableStepResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*WorkflowsAvailableStepResponse) HasExtensionName ¶

func (o *WorkflowsAvailableStepResponse) HasExtensionName() bool

HasExtensionName returns a boolean if a field has been set.

func (*WorkflowsAvailableStepResponse) HasOutputs ¶

func (o *WorkflowsAvailableStepResponse) HasOutputs() bool

HasOutputs returns a boolean if a field has been set.

func (*WorkflowsAvailableStepResponse) HasSignalsDefinition ¶

func (o *WorkflowsAvailableStepResponse) HasSignalsDefinition() bool

HasSignalsDefinition returns a boolean if a field has been set.

func (WorkflowsAvailableStepResponse) MarshalJSON ¶

func (o WorkflowsAvailableStepResponse) MarshalJSON() ([]byte, error)

func (*WorkflowsAvailableStepResponse) SetConfigurationParametersDefinition ¶

func (o *WorkflowsAvailableStepResponse) SetConfigurationParametersDefinition(v map[string]WorkflowsParameterDefinitionResponse)

SetConfigurationParametersDefinition gets a reference to the given map[string]WorkflowsParameterDefinitionResponse and assigns it to the ConfigurationParametersDefinition field.

func (*WorkflowsAvailableStepResponse) SetDisplayName ¶

func (o *WorkflowsAvailableStepResponse) SetDisplayName(v string)

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*WorkflowsAvailableStepResponse) SetDisplayNameNil ¶

func (o *WorkflowsAvailableStepResponse) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*WorkflowsAvailableStepResponse) SetExtensionName ¶

func (o *WorkflowsAvailableStepResponse) SetExtensionName(v string)

SetExtensionName gets a reference to the given NullableString and assigns it to the ExtensionName field.

func (*WorkflowsAvailableStepResponse) SetExtensionNameNil ¶

func (o *WorkflowsAvailableStepResponse) SetExtensionNameNil()

SetExtensionNameNil sets the value for ExtensionName to be an explicit nil

func (*WorkflowsAvailableStepResponse) SetOutputs ¶

func (o *WorkflowsAvailableStepResponse) SetOutputs(v []string)

SetOutputs gets a reference to the given []string and assigns it to the Outputs field.

func (*WorkflowsAvailableStepResponse) SetSignalsDefinition ¶

SetSignalsDefinition gets a reference to the given map[string]WorkflowsSignalDefinitionResponse and assigns it to the SignalsDefinition field.

func (WorkflowsAvailableStepResponse) ToMap ¶

func (o WorkflowsAvailableStepResponse) ToMap() (map[string]interface{}, error)

func (*WorkflowsAvailableStepResponse) UnsetDisplayName ¶

func (o *WorkflowsAvailableStepResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*WorkflowsAvailableStepResponse) UnsetExtensionName ¶

func (o *WorkflowsAvailableStepResponse) UnsetExtensionName()

UnsetExtensionName ensures that no value is present for ExtensionName, not even an explicit nil

type WorkflowsConditionConfigurationRequest ¶

type WorkflowsConditionConfigurationRequest struct {
	// The value to compare to true when evaluating conditions.
	Value NullableString `json:"Value,omitempty"`
}

WorkflowsConditionConfigurationRequest Information about the configuration of a workflow condition.

func NewWorkflowsConditionConfigurationRequest ¶

func NewWorkflowsConditionConfigurationRequest() *WorkflowsConditionConfigurationRequest

NewWorkflowsConditionConfigurationRequest instantiates a new WorkflowsConditionConfigurationRequest 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 NewWorkflowsConditionConfigurationRequestWithDefaults ¶

func NewWorkflowsConditionConfigurationRequestWithDefaults() *WorkflowsConditionConfigurationRequest

NewWorkflowsConditionConfigurationRequestWithDefaults instantiates a new WorkflowsConditionConfigurationRequest 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 (*WorkflowsConditionConfigurationRequest) GetValue ¶

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsConditionConfigurationRequest) GetValueOk ¶

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsConditionConfigurationRequest) HasValue ¶

HasValue returns a boolean if a field has been set.

func (WorkflowsConditionConfigurationRequest) MarshalJSON ¶

func (o WorkflowsConditionConfigurationRequest) MarshalJSON() ([]byte, error)

func (*WorkflowsConditionConfigurationRequest) SetValue ¶

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*WorkflowsConditionConfigurationRequest) SetValueNil ¶

func (o *WorkflowsConditionConfigurationRequest) SetValueNil()

SetValueNil sets the value for Value to be an explicit nil

func (WorkflowsConditionConfigurationRequest) ToMap ¶

func (o WorkflowsConditionConfigurationRequest) ToMap() (map[string]interface{}, error)

func (*WorkflowsConditionConfigurationRequest) UnsetValue ¶

UnsetValue ensures that no value is present for Value, not even an explicit nil

type WorkflowsConditionConfigurationResponse ¶

type WorkflowsConditionConfigurationResponse struct {
	// The Id of the condition.
	Id *string `json:"Id,omitempty"`
	// The value to compare to. This value will be compared to a true value.
	Value NullableString `json:"Value,omitempty"`
}

WorkflowsConditionConfigurationResponse Information about the configuration of a workflow condition.

func NewWorkflowsConditionConfigurationResponse ¶

func NewWorkflowsConditionConfigurationResponse() *WorkflowsConditionConfigurationResponse

NewWorkflowsConditionConfigurationResponse instantiates a new WorkflowsConditionConfigurationResponse 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 NewWorkflowsConditionConfigurationResponseWithDefaults ¶

func NewWorkflowsConditionConfigurationResponseWithDefaults() *WorkflowsConditionConfigurationResponse

NewWorkflowsConditionConfigurationResponseWithDefaults instantiates a new WorkflowsConditionConfigurationResponse 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 (*WorkflowsConditionConfigurationResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*WorkflowsConditionConfigurationResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsConditionConfigurationResponse) GetValue ¶

GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsConditionConfigurationResponse) GetValueOk ¶

GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsConditionConfigurationResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*WorkflowsConditionConfigurationResponse) HasValue ¶

HasValue returns a boolean if a field has been set.

func (WorkflowsConditionConfigurationResponse) MarshalJSON ¶

func (o WorkflowsConditionConfigurationResponse) MarshalJSON() ([]byte, error)

func (*WorkflowsConditionConfigurationResponse) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*WorkflowsConditionConfigurationResponse) SetValue ¶

SetValue gets a reference to the given NullableString and assigns it to the Value field.

func (*WorkflowsConditionConfigurationResponse) SetValueNil ¶

func (o *WorkflowsConditionConfigurationResponse) SetValueNil()

SetValueNil sets the value for Value to be an explicit nil

func (WorkflowsConditionConfigurationResponse) ToMap ¶

func (o WorkflowsConditionConfigurationResponse) ToMap() (map[string]interface{}, error)

func (*WorkflowsConditionConfigurationResponse) UnsetValue ¶

UnsetValue ensures that no value is present for Value, not even an explicit nil

type WorkflowsDefinitionCreateRequest ¶

type WorkflowsDefinitionCreateRequest struct {
	// Display name of the Definition
	DisplayName NullableString `json:"DisplayName,omitempty"`
	// Description of the Definition
	Description NullableString `json:"Description,omitempty"`
	// Key to be used to look up definition when starting a new workflow.  For enrollment workflowTypes, this should be a template
	Key NullableString `json:"Key,omitempty"`
	// The Type of Workflow
	WorkflowType NullableString `json:"WorkflowType,omitempty"`
	// If the Definition is enabled
	Enabled *bool `json:"Enabled,omitempty"`
}

WorkflowsDefinitionCreateRequest struct for WorkflowsDefinitionCreateRequest

func NewWorkflowsDefinitionCreateRequest ¶

func NewWorkflowsDefinitionCreateRequest() *WorkflowsDefinitionCreateRequest

NewWorkflowsDefinitionCreateRequest instantiates a new WorkflowsDefinitionCreateRequest 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 NewWorkflowsDefinitionCreateRequestWithDefaults ¶

func NewWorkflowsDefinitionCreateRequestWithDefaults() *WorkflowsDefinitionCreateRequest

NewWorkflowsDefinitionCreateRequestWithDefaults instantiates a new WorkflowsDefinitionCreateRequest 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 (*WorkflowsDefinitionCreateRequest) GetDescription ¶

func (o *WorkflowsDefinitionCreateRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionCreateRequest) GetDescriptionOk ¶

func (o *WorkflowsDefinitionCreateRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionCreateRequest) GetDisplayName ¶

func (o *WorkflowsDefinitionCreateRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionCreateRequest) GetDisplayNameOk ¶

func (o *WorkflowsDefinitionCreateRequest) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionCreateRequest) GetEnabled ¶

func (o *WorkflowsDefinitionCreateRequest) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*WorkflowsDefinitionCreateRequest) GetEnabledOk ¶

func (o *WorkflowsDefinitionCreateRequest) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsDefinitionCreateRequest) GetKey ¶

GetKey returns the Key field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionCreateRequest) GetKeyOk ¶

func (o *WorkflowsDefinitionCreateRequest) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionCreateRequest) GetWorkflowType ¶

func (o *WorkflowsDefinitionCreateRequest) GetWorkflowType() string

GetWorkflowType returns the WorkflowType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionCreateRequest) GetWorkflowTypeOk ¶

func (o *WorkflowsDefinitionCreateRequest) GetWorkflowTypeOk() (*string, bool)

GetWorkflowTypeOk returns a tuple with the WorkflowType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionCreateRequest) HasDescription ¶

func (o *WorkflowsDefinitionCreateRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*WorkflowsDefinitionCreateRequest) HasDisplayName ¶

func (o *WorkflowsDefinitionCreateRequest) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*WorkflowsDefinitionCreateRequest) HasEnabled ¶

func (o *WorkflowsDefinitionCreateRequest) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*WorkflowsDefinitionCreateRequest) HasKey ¶

HasKey returns a boolean if a field has been set.

func (*WorkflowsDefinitionCreateRequest) HasWorkflowType ¶

func (o *WorkflowsDefinitionCreateRequest) HasWorkflowType() bool

HasWorkflowType returns a boolean if a field has been set.

func (WorkflowsDefinitionCreateRequest) MarshalJSON ¶

func (o WorkflowsDefinitionCreateRequest) MarshalJSON() ([]byte, error)

func (*WorkflowsDefinitionCreateRequest) SetDescription ¶

func (o *WorkflowsDefinitionCreateRequest) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*WorkflowsDefinitionCreateRequest) SetDescriptionNil ¶

func (o *WorkflowsDefinitionCreateRequest) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*WorkflowsDefinitionCreateRequest) SetDisplayName ¶

func (o *WorkflowsDefinitionCreateRequest) SetDisplayName(v string)

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*WorkflowsDefinitionCreateRequest) SetDisplayNameNil ¶

func (o *WorkflowsDefinitionCreateRequest) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*WorkflowsDefinitionCreateRequest) SetEnabled ¶

func (o *WorkflowsDefinitionCreateRequest) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*WorkflowsDefinitionCreateRequest) SetKey ¶

SetKey gets a reference to the given NullableString and assigns it to the Key field.

func (*WorkflowsDefinitionCreateRequest) SetKeyNil ¶

func (o *WorkflowsDefinitionCreateRequest) SetKeyNil()

SetKeyNil sets the value for Key to be an explicit nil

func (*WorkflowsDefinitionCreateRequest) SetWorkflowType ¶

func (o *WorkflowsDefinitionCreateRequest) SetWorkflowType(v string)

SetWorkflowType gets a reference to the given NullableString and assigns it to the WorkflowType field.

func (*WorkflowsDefinitionCreateRequest) SetWorkflowTypeNil ¶

func (o *WorkflowsDefinitionCreateRequest) SetWorkflowTypeNil()

SetWorkflowTypeNil sets the value for WorkflowType to be an explicit nil

func (WorkflowsDefinitionCreateRequest) ToMap ¶

func (o WorkflowsDefinitionCreateRequest) ToMap() (map[string]interface{}, error)

func (*WorkflowsDefinitionCreateRequest) UnsetDescription ¶

func (o *WorkflowsDefinitionCreateRequest) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

func (*WorkflowsDefinitionCreateRequest) UnsetDisplayName ¶

func (o *WorkflowsDefinitionCreateRequest) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*WorkflowsDefinitionCreateRequest) UnsetKey ¶

func (o *WorkflowsDefinitionCreateRequest) UnsetKey()

UnsetKey ensures that no value is present for Key, not even an explicit nil

func (*WorkflowsDefinitionCreateRequest) UnsetWorkflowType ¶

func (o *WorkflowsDefinitionCreateRequest) UnsetWorkflowType()

UnsetWorkflowType ensures that no value is present for WorkflowType, not even an explicit nil

type WorkflowsDefinitionQueryResponse ¶

type WorkflowsDefinitionQueryResponse struct {
	Id               *string        `json:"Id,omitempty"`
	DisplayName      NullableString `json:"DisplayName,omitempty"`
	Key              NullableString `json:"Key,omitempty"`
	KeyDisplayName   NullableString `json:"KeyDisplayName,omitempty"`
	WorkflowType     NullableString `json:"WorkflowType,omitempty"`
	DraftVersion     *int32         `json:"DraftVersion,omitempty"`
	PublishedVersion NullableInt32  `json:"PublishedVersion,omitempty"`
	Enabled          *bool          `json:"Enabled,omitempty"`
}

WorkflowsDefinitionQueryResponse struct for WorkflowsDefinitionQueryResponse

func NewWorkflowsDefinitionQueryResponse ¶

func NewWorkflowsDefinitionQueryResponse() *WorkflowsDefinitionQueryResponse

NewWorkflowsDefinitionQueryResponse instantiates a new WorkflowsDefinitionQueryResponse 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 NewWorkflowsDefinitionQueryResponseWithDefaults ¶

func NewWorkflowsDefinitionQueryResponseWithDefaults() *WorkflowsDefinitionQueryResponse

NewWorkflowsDefinitionQueryResponseWithDefaults instantiates a new WorkflowsDefinitionQueryResponse 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 (*WorkflowsDefinitionQueryResponse) GetDisplayName ¶

func (o *WorkflowsDefinitionQueryResponse) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionQueryResponse) GetDisplayNameOk ¶

func (o *WorkflowsDefinitionQueryResponse) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionQueryResponse) GetDraftVersion ¶

func (o *WorkflowsDefinitionQueryResponse) GetDraftVersion() int32

GetDraftVersion returns the DraftVersion field value if set, zero value otherwise.

func (*WorkflowsDefinitionQueryResponse) GetDraftVersionOk ¶

func (o *WorkflowsDefinitionQueryResponse) GetDraftVersionOk() (*int32, bool)

GetDraftVersionOk returns a tuple with the DraftVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsDefinitionQueryResponse) GetEnabled ¶

func (o *WorkflowsDefinitionQueryResponse) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*WorkflowsDefinitionQueryResponse) GetEnabledOk ¶

func (o *WorkflowsDefinitionQueryResponse) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsDefinitionQueryResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*WorkflowsDefinitionQueryResponse) GetIdOk ¶

func (o *WorkflowsDefinitionQueryResponse) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsDefinitionQueryResponse) GetKey ¶

GetKey returns the Key field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionQueryResponse) GetKeyDisplayName ¶

func (o *WorkflowsDefinitionQueryResponse) GetKeyDisplayName() string

GetKeyDisplayName returns the KeyDisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionQueryResponse) GetKeyDisplayNameOk ¶

func (o *WorkflowsDefinitionQueryResponse) GetKeyDisplayNameOk() (*string, bool)

GetKeyDisplayNameOk returns a tuple with the KeyDisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionQueryResponse) GetKeyOk ¶

func (o *WorkflowsDefinitionQueryResponse) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionQueryResponse) GetPublishedVersion ¶

func (o *WorkflowsDefinitionQueryResponse) GetPublishedVersion() int32

GetPublishedVersion returns the PublishedVersion field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionQueryResponse) GetPublishedVersionOk ¶

func (o *WorkflowsDefinitionQueryResponse) GetPublishedVersionOk() (*int32, bool)

GetPublishedVersionOk returns a tuple with the PublishedVersion field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionQueryResponse) GetWorkflowType ¶

func (o *WorkflowsDefinitionQueryResponse) GetWorkflowType() string

GetWorkflowType returns the WorkflowType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionQueryResponse) GetWorkflowTypeOk ¶

func (o *WorkflowsDefinitionQueryResponse) GetWorkflowTypeOk() (*string, bool)

GetWorkflowTypeOk returns a tuple with the WorkflowType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionQueryResponse) HasDisplayName ¶

func (o *WorkflowsDefinitionQueryResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*WorkflowsDefinitionQueryResponse) HasDraftVersion ¶

func (o *WorkflowsDefinitionQueryResponse) HasDraftVersion() bool

HasDraftVersion returns a boolean if a field has been set.

func (*WorkflowsDefinitionQueryResponse) HasEnabled ¶

func (o *WorkflowsDefinitionQueryResponse) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*WorkflowsDefinitionQueryResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*WorkflowsDefinitionQueryResponse) HasKey ¶

HasKey returns a boolean if a field has been set.

func (*WorkflowsDefinitionQueryResponse) HasKeyDisplayName ¶

func (o *WorkflowsDefinitionQueryResponse) HasKeyDisplayName() bool

HasKeyDisplayName returns a boolean if a field has been set.

func (*WorkflowsDefinitionQueryResponse) HasPublishedVersion ¶

func (o *WorkflowsDefinitionQueryResponse) HasPublishedVersion() bool

HasPublishedVersion returns a boolean if a field has been set.

func (*WorkflowsDefinitionQueryResponse) HasWorkflowType ¶

func (o *WorkflowsDefinitionQueryResponse) HasWorkflowType() bool

HasWorkflowType returns a boolean if a field has been set.

func (WorkflowsDefinitionQueryResponse) MarshalJSON ¶

func (o WorkflowsDefinitionQueryResponse) MarshalJSON() ([]byte, error)

func (*WorkflowsDefinitionQueryResponse) SetDisplayName ¶

func (o *WorkflowsDefinitionQueryResponse) SetDisplayName(v string)

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*WorkflowsDefinitionQueryResponse) SetDisplayNameNil ¶

func (o *WorkflowsDefinitionQueryResponse) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*WorkflowsDefinitionQueryResponse) SetDraftVersion ¶

func (o *WorkflowsDefinitionQueryResponse) SetDraftVersion(v int32)

SetDraftVersion gets a reference to the given int32 and assigns it to the DraftVersion field.

func (*WorkflowsDefinitionQueryResponse) SetEnabled ¶

func (o *WorkflowsDefinitionQueryResponse) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*WorkflowsDefinitionQueryResponse) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*WorkflowsDefinitionQueryResponse) SetKey ¶

SetKey gets a reference to the given NullableString and assigns it to the Key field.

func (*WorkflowsDefinitionQueryResponse) SetKeyDisplayName ¶

func (o *WorkflowsDefinitionQueryResponse) SetKeyDisplayName(v string)

SetKeyDisplayName gets a reference to the given NullableString and assigns it to the KeyDisplayName field.

func (*WorkflowsDefinitionQueryResponse) SetKeyDisplayNameNil ¶

func (o *WorkflowsDefinitionQueryResponse) SetKeyDisplayNameNil()

SetKeyDisplayNameNil sets the value for KeyDisplayName to be an explicit nil

func (*WorkflowsDefinitionQueryResponse) SetKeyNil ¶

func (o *WorkflowsDefinitionQueryResponse) SetKeyNil()

SetKeyNil sets the value for Key to be an explicit nil

func (*WorkflowsDefinitionQueryResponse) SetPublishedVersion ¶

func (o *WorkflowsDefinitionQueryResponse) SetPublishedVersion(v int32)

SetPublishedVersion gets a reference to the given NullableInt32 and assigns it to the PublishedVersion field.

func (*WorkflowsDefinitionQueryResponse) SetPublishedVersionNil ¶

func (o *WorkflowsDefinitionQueryResponse) SetPublishedVersionNil()

SetPublishedVersionNil sets the value for PublishedVersion to be an explicit nil

func (*WorkflowsDefinitionQueryResponse) SetWorkflowType ¶

func (o *WorkflowsDefinitionQueryResponse) SetWorkflowType(v string)

SetWorkflowType gets a reference to the given NullableString and assigns it to the WorkflowType field.

func (*WorkflowsDefinitionQueryResponse) SetWorkflowTypeNil ¶

func (o *WorkflowsDefinitionQueryResponse) SetWorkflowTypeNil()

SetWorkflowTypeNil sets the value for WorkflowType to be an explicit nil

func (WorkflowsDefinitionQueryResponse) ToMap ¶

func (o WorkflowsDefinitionQueryResponse) ToMap() (map[string]interface{}, error)

func (*WorkflowsDefinitionQueryResponse) UnsetDisplayName ¶

func (o *WorkflowsDefinitionQueryResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*WorkflowsDefinitionQueryResponse) UnsetKey ¶

func (o *WorkflowsDefinitionQueryResponse) UnsetKey()

UnsetKey ensures that no value is present for Key, not even an explicit nil

func (*WorkflowsDefinitionQueryResponse) UnsetKeyDisplayName ¶

func (o *WorkflowsDefinitionQueryResponse) UnsetKeyDisplayName()

UnsetKeyDisplayName ensures that no value is present for KeyDisplayName, not even an explicit nil

func (*WorkflowsDefinitionQueryResponse) UnsetPublishedVersion ¶

func (o *WorkflowsDefinitionQueryResponse) UnsetPublishedVersion()

UnsetPublishedVersion ensures that no value is present for PublishedVersion, not even an explicit nil

func (*WorkflowsDefinitionQueryResponse) UnsetWorkflowType ¶

func (o *WorkflowsDefinitionQueryResponse) UnsetWorkflowType()

UnsetWorkflowType ensures that no value is present for WorkflowType, not even an explicit nil

type WorkflowsDefinitionResponse ¶

type WorkflowsDefinitionResponse struct {
	Id               *string                           `json:"Id,omitempty"`
	DisplayName      NullableString                    `json:"DisplayName,omitempty"`
	Description      NullableString                    `json:"Description,omitempty"`
	Key              NullableString                    `json:"Key,omitempty"`
	KeyDisplayName   NullableString                    `json:"KeyDisplayName,omitempty"`
	IsPublished      *bool                             `json:"IsPublished,omitempty"`
	WorkflowType     NullableString                    `json:"WorkflowType,omitempty"`
	Steps            []WorkflowsDefinitionStepResponse `json:"Steps,omitempty"`
	DraftVersion     *int32                            `json:"DraftVersion,omitempty"`
	PublishedVersion NullableInt32                     `json:"PublishedVersion,omitempty"`
	Enabled          *bool                             `json:"Enabled,omitempty"`
}

WorkflowsDefinitionResponse struct for WorkflowsDefinitionResponse

func NewWorkflowsDefinitionResponse ¶

func NewWorkflowsDefinitionResponse() *WorkflowsDefinitionResponse

NewWorkflowsDefinitionResponse instantiates a new WorkflowsDefinitionResponse 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 NewWorkflowsDefinitionResponseWithDefaults ¶

func NewWorkflowsDefinitionResponseWithDefaults() *WorkflowsDefinitionResponse

NewWorkflowsDefinitionResponseWithDefaults instantiates a new WorkflowsDefinitionResponse 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 (*WorkflowsDefinitionResponse) GetDescription ¶

func (o *WorkflowsDefinitionResponse) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionResponse) GetDescriptionOk ¶

func (o *WorkflowsDefinitionResponse) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionResponse) GetDisplayName ¶

func (o *WorkflowsDefinitionResponse) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionResponse) GetDisplayNameOk ¶

func (o *WorkflowsDefinitionResponse) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionResponse) GetDraftVersion ¶

func (o *WorkflowsDefinitionResponse) GetDraftVersion() int32

GetDraftVersion returns the DraftVersion field value if set, zero value otherwise.

func (*WorkflowsDefinitionResponse) GetDraftVersionOk ¶

func (o *WorkflowsDefinitionResponse) GetDraftVersionOk() (*int32, bool)

GetDraftVersionOk returns a tuple with the DraftVersion field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsDefinitionResponse) GetEnabled ¶

func (o *WorkflowsDefinitionResponse) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*WorkflowsDefinitionResponse) GetEnabledOk ¶

func (o *WorkflowsDefinitionResponse) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsDefinitionResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*WorkflowsDefinitionResponse) GetIdOk ¶

func (o *WorkflowsDefinitionResponse) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsDefinitionResponse) GetIsPublished ¶

func (o *WorkflowsDefinitionResponse) GetIsPublished() bool

GetIsPublished returns the IsPublished field value if set, zero value otherwise.

func (*WorkflowsDefinitionResponse) GetIsPublishedOk ¶

func (o *WorkflowsDefinitionResponse) GetIsPublishedOk() (*bool, bool)

GetIsPublishedOk returns a tuple with the IsPublished field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsDefinitionResponse) GetKey ¶

func (o *WorkflowsDefinitionResponse) GetKey() string

GetKey returns the Key field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionResponse) GetKeyDisplayName ¶

func (o *WorkflowsDefinitionResponse) GetKeyDisplayName() string

GetKeyDisplayName returns the KeyDisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionResponse) GetKeyDisplayNameOk ¶

func (o *WorkflowsDefinitionResponse) GetKeyDisplayNameOk() (*string, bool)

GetKeyDisplayNameOk returns a tuple with the KeyDisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionResponse) GetKeyOk ¶

func (o *WorkflowsDefinitionResponse) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionResponse) GetPublishedVersion ¶

func (o *WorkflowsDefinitionResponse) GetPublishedVersion() int32

GetPublishedVersion returns the PublishedVersion field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionResponse) GetPublishedVersionOk ¶

func (o *WorkflowsDefinitionResponse) GetPublishedVersionOk() (*int32, bool)

GetPublishedVersionOk returns a tuple with the PublishedVersion field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionResponse) GetSteps ¶

GetSteps returns the Steps field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionResponse) GetStepsOk ¶

GetStepsOk returns a tuple with the Steps field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionResponse) GetWorkflowType ¶

func (o *WorkflowsDefinitionResponse) GetWorkflowType() string

GetWorkflowType returns the WorkflowType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionResponse) GetWorkflowTypeOk ¶

func (o *WorkflowsDefinitionResponse) GetWorkflowTypeOk() (*string, bool)

GetWorkflowTypeOk returns a tuple with the WorkflowType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionResponse) HasDescription ¶

func (o *WorkflowsDefinitionResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*WorkflowsDefinitionResponse) HasDisplayName ¶

func (o *WorkflowsDefinitionResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*WorkflowsDefinitionResponse) HasDraftVersion ¶

func (o *WorkflowsDefinitionResponse) HasDraftVersion() bool

HasDraftVersion returns a boolean if a field has been set.

func (*WorkflowsDefinitionResponse) HasEnabled ¶

func (o *WorkflowsDefinitionResponse) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*WorkflowsDefinitionResponse) HasId ¶

func (o *WorkflowsDefinitionResponse) HasId() bool

HasId returns a boolean if a field has been set.

func (*WorkflowsDefinitionResponse) HasIsPublished ¶

func (o *WorkflowsDefinitionResponse) HasIsPublished() bool

HasIsPublished returns a boolean if a field has been set.

func (*WorkflowsDefinitionResponse) HasKey ¶

func (o *WorkflowsDefinitionResponse) HasKey() bool

HasKey returns a boolean if a field has been set.

func (*WorkflowsDefinitionResponse) HasKeyDisplayName ¶

func (o *WorkflowsDefinitionResponse) HasKeyDisplayName() bool

HasKeyDisplayName returns a boolean if a field has been set.

func (*WorkflowsDefinitionResponse) HasPublishedVersion ¶

func (o *WorkflowsDefinitionResponse) HasPublishedVersion() bool

HasPublishedVersion returns a boolean if a field has been set.

func (*WorkflowsDefinitionResponse) HasSteps ¶

func (o *WorkflowsDefinitionResponse) HasSteps() bool

HasSteps returns a boolean if a field has been set.

func (*WorkflowsDefinitionResponse) HasWorkflowType ¶

func (o *WorkflowsDefinitionResponse) HasWorkflowType() bool

HasWorkflowType returns a boolean if a field has been set.

func (WorkflowsDefinitionResponse) MarshalJSON ¶

func (o WorkflowsDefinitionResponse) MarshalJSON() ([]byte, error)

func (*WorkflowsDefinitionResponse) SetDescription ¶

func (o *WorkflowsDefinitionResponse) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*WorkflowsDefinitionResponse) SetDescriptionNil ¶

func (o *WorkflowsDefinitionResponse) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*WorkflowsDefinitionResponse) SetDisplayName ¶

func (o *WorkflowsDefinitionResponse) SetDisplayName(v string)

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*WorkflowsDefinitionResponse) SetDisplayNameNil ¶

func (o *WorkflowsDefinitionResponse) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*WorkflowsDefinitionResponse) SetDraftVersion ¶

func (o *WorkflowsDefinitionResponse) SetDraftVersion(v int32)

SetDraftVersion gets a reference to the given int32 and assigns it to the DraftVersion field.

func (*WorkflowsDefinitionResponse) SetEnabled ¶

func (o *WorkflowsDefinitionResponse) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*WorkflowsDefinitionResponse) SetId ¶

func (o *WorkflowsDefinitionResponse) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*WorkflowsDefinitionResponse) SetIsPublished ¶

func (o *WorkflowsDefinitionResponse) SetIsPublished(v bool)

SetIsPublished gets a reference to the given bool and assigns it to the IsPublished field.

func (*WorkflowsDefinitionResponse) SetKey ¶

func (o *WorkflowsDefinitionResponse) SetKey(v string)

SetKey gets a reference to the given NullableString and assigns it to the Key field.

func (*WorkflowsDefinitionResponse) SetKeyDisplayName ¶

func (o *WorkflowsDefinitionResponse) SetKeyDisplayName(v string)

SetKeyDisplayName gets a reference to the given NullableString and assigns it to the KeyDisplayName field.

func (*WorkflowsDefinitionResponse) SetKeyDisplayNameNil ¶

func (o *WorkflowsDefinitionResponse) SetKeyDisplayNameNil()

SetKeyDisplayNameNil sets the value for KeyDisplayName to be an explicit nil

func (*WorkflowsDefinitionResponse) SetKeyNil ¶

func (o *WorkflowsDefinitionResponse) SetKeyNil()

SetKeyNil sets the value for Key to be an explicit nil

func (*WorkflowsDefinitionResponse) SetPublishedVersion ¶

func (o *WorkflowsDefinitionResponse) SetPublishedVersion(v int32)

SetPublishedVersion gets a reference to the given NullableInt32 and assigns it to the PublishedVersion field.

func (*WorkflowsDefinitionResponse) SetPublishedVersionNil ¶

func (o *WorkflowsDefinitionResponse) SetPublishedVersionNil()

SetPublishedVersionNil sets the value for PublishedVersion to be an explicit nil

func (*WorkflowsDefinitionResponse) SetSteps ¶

SetSteps gets a reference to the given []WorkflowsDefinitionStepResponse and assigns it to the Steps field.

func (*WorkflowsDefinitionResponse) SetWorkflowType ¶

func (o *WorkflowsDefinitionResponse) SetWorkflowType(v string)

SetWorkflowType gets a reference to the given NullableString and assigns it to the WorkflowType field.

func (*WorkflowsDefinitionResponse) SetWorkflowTypeNil ¶

func (o *WorkflowsDefinitionResponse) SetWorkflowTypeNil()

SetWorkflowTypeNil sets the value for WorkflowType to be an explicit nil

func (WorkflowsDefinitionResponse) ToMap ¶

func (o WorkflowsDefinitionResponse) ToMap() (map[string]interface{}, error)

func (*WorkflowsDefinitionResponse) UnsetDescription ¶

func (o *WorkflowsDefinitionResponse) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

func (*WorkflowsDefinitionResponse) UnsetDisplayName ¶

func (o *WorkflowsDefinitionResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*WorkflowsDefinitionResponse) UnsetKey ¶

func (o *WorkflowsDefinitionResponse) UnsetKey()

UnsetKey ensures that no value is present for Key, not even an explicit nil

func (*WorkflowsDefinitionResponse) UnsetKeyDisplayName ¶

func (o *WorkflowsDefinitionResponse) UnsetKeyDisplayName()

UnsetKeyDisplayName ensures that no value is present for KeyDisplayName, not even an explicit nil

func (*WorkflowsDefinitionResponse) UnsetPublishedVersion ¶

func (o *WorkflowsDefinitionResponse) UnsetPublishedVersion()

UnsetPublishedVersion ensures that no value is present for PublishedVersion, not even an explicit nil

func (*WorkflowsDefinitionResponse) UnsetWorkflowType ¶

func (o *WorkflowsDefinitionResponse) UnsetWorkflowType()

UnsetWorkflowType ensures that no value is present for WorkflowType, not even an explicit nil

type WorkflowsDefinitionStepRequest ¶

type WorkflowsDefinitionStepRequest struct {
	ExtensionName           NullableString                           `json:"ExtensionName,omitempty"`
	UniqueName              NullableString                           `json:"UniqueName,omitempty"`
	DisplayName             NullableString                           `json:"DisplayName,omitempty"`
	Enabled                 *bool                                    `json:"Enabled,omitempty"`
	ConfigurationParameters map[string]interface{}                   `json:"ConfigurationParameters,omitempty"`
	Signals                 []WorkflowsSignalConfigurationRequest    `json:"Signals,omitempty"`
	Conditions              []WorkflowsConditionConfigurationRequest `json:"Conditions,omitempty"`
	Outputs                 map[string]string                        `json:"Outputs,omitempty"`
}

WorkflowsDefinitionStepRequest struct for WorkflowsDefinitionStepRequest

func NewWorkflowsDefinitionStepRequest ¶

func NewWorkflowsDefinitionStepRequest() *WorkflowsDefinitionStepRequest

NewWorkflowsDefinitionStepRequest instantiates a new WorkflowsDefinitionStepRequest 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 NewWorkflowsDefinitionStepRequestWithDefaults ¶

func NewWorkflowsDefinitionStepRequestWithDefaults() *WorkflowsDefinitionStepRequest

NewWorkflowsDefinitionStepRequestWithDefaults instantiates a new WorkflowsDefinitionStepRequest 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 (*WorkflowsDefinitionStepRequest) GetConditions ¶

GetConditions returns the Conditions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionStepRequest) GetConditionsOk ¶

GetConditionsOk returns a tuple with the Conditions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionStepRequest) GetConfigurationParameters ¶

func (o *WorkflowsDefinitionStepRequest) GetConfigurationParameters() map[string]interface{}

GetConfigurationParameters returns the ConfigurationParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionStepRequest) GetConfigurationParametersOk ¶

func (o *WorkflowsDefinitionStepRequest) GetConfigurationParametersOk() (map[string]interface{}, bool)

GetConfigurationParametersOk returns a tuple with the ConfigurationParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionStepRequest) GetDisplayName ¶

func (o *WorkflowsDefinitionStepRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionStepRequest) GetDisplayNameOk ¶

func (o *WorkflowsDefinitionStepRequest) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionStepRequest) GetEnabled ¶

func (o *WorkflowsDefinitionStepRequest) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*WorkflowsDefinitionStepRequest) GetEnabledOk ¶

func (o *WorkflowsDefinitionStepRequest) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsDefinitionStepRequest) GetExtensionName ¶

func (o *WorkflowsDefinitionStepRequest) GetExtensionName() string

GetExtensionName returns the ExtensionName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionStepRequest) GetExtensionNameOk ¶

func (o *WorkflowsDefinitionStepRequest) GetExtensionNameOk() (*string, bool)

GetExtensionNameOk returns a tuple with the ExtensionName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionStepRequest) GetOutputs ¶

func (o *WorkflowsDefinitionStepRequest) GetOutputs() map[string]string

GetOutputs returns the Outputs field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionStepRequest) GetOutputsOk ¶

func (o *WorkflowsDefinitionStepRequest) GetOutputsOk() (*map[string]string, bool)

GetOutputsOk returns a tuple with the Outputs field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionStepRequest) GetSignals ¶

GetSignals returns the Signals field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionStepRequest) GetSignalsOk ¶

GetSignalsOk returns a tuple with the Signals field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionStepRequest) GetUniqueName ¶

func (o *WorkflowsDefinitionStepRequest) GetUniqueName() string

GetUniqueName returns the UniqueName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionStepRequest) GetUniqueNameOk ¶

func (o *WorkflowsDefinitionStepRequest) GetUniqueNameOk() (*string, bool)

GetUniqueNameOk returns a tuple with the UniqueName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionStepRequest) HasConditions ¶

func (o *WorkflowsDefinitionStepRequest) HasConditions() bool

HasConditions returns a boolean if a field has been set.

func (*WorkflowsDefinitionStepRequest) HasConfigurationParameters ¶

func (o *WorkflowsDefinitionStepRequest) HasConfigurationParameters() bool

HasConfigurationParameters returns a boolean if a field has been set.

func (*WorkflowsDefinitionStepRequest) HasDisplayName ¶

func (o *WorkflowsDefinitionStepRequest) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*WorkflowsDefinitionStepRequest) HasEnabled ¶

func (o *WorkflowsDefinitionStepRequest) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*WorkflowsDefinitionStepRequest) HasExtensionName ¶

func (o *WorkflowsDefinitionStepRequest) HasExtensionName() bool

HasExtensionName returns a boolean if a field has been set.

func (*WorkflowsDefinitionStepRequest) HasOutputs ¶

func (o *WorkflowsDefinitionStepRequest) HasOutputs() bool

HasOutputs returns a boolean if a field has been set.

func (*WorkflowsDefinitionStepRequest) HasSignals ¶

func (o *WorkflowsDefinitionStepRequest) HasSignals() bool

HasSignals returns a boolean if a field has been set.

func (*WorkflowsDefinitionStepRequest) HasUniqueName ¶

func (o *WorkflowsDefinitionStepRequest) HasUniqueName() bool

HasUniqueName returns a boolean if a field has been set.

func (WorkflowsDefinitionStepRequest) MarshalJSON ¶

func (o WorkflowsDefinitionStepRequest) MarshalJSON() ([]byte, error)

func (*WorkflowsDefinitionStepRequest) SetConditions ¶

SetConditions gets a reference to the given []WorkflowsConditionConfigurationRequest and assigns it to the Conditions field.

func (*WorkflowsDefinitionStepRequest) SetConfigurationParameters ¶

func (o *WorkflowsDefinitionStepRequest) SetConfigurationParameters(v map[string]interface{})

SetConfigurationParameters gets a reference to the given map[string]interface{} and assigns it to the ConfigurationParameters field.

func (*WorkflowsDefinitionStepRequest) SetDisplayName ¶

func (o *WorkflowsDefinitionStepRequest) SetDisplayName(v string)

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*WorkflowsDefinitionStepRequest) SetDisplayNameNil ¶

func (o *WorkflowsDefinitionStepRequest) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*WorkflowsDefinitionStepRequest) SetEnabled ¶

func (o *WorkflowsDefinitionStepRequest) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*WorkflowsDefinitionStepRequest) SetExtensionName ¶

func (o *WorkflowsDefinitionStepRequest) SetExtensionName(v string)

SetExtensionName gets a reference to the given NullableString and assigns it to the ExtensionName field.

func (*WorkflowsDefinitionStepRequest) SetExtensionNameNil ¶

func (o *WorkflowsDefinitionStepRequest) SetExtensionNameNil()

SetExtensionNameNil sets the value for ExtensionName to be an explicit nil

func (*WorkflowsDefinitionStepRequest) SetOutputs ¶

func (o *WorkflowsDefinitionStepRequest) SetOutputs(v map[string]string)

SetOutputs gets a reference to the given map[string]string and assigns it to the Outputs field.

func (*WorkflowsDefinitionStepRequest) SetSignals ¶

SetSignals gets a reference to the given []WorkflowsSignalConfigurationRequest and assigns it to the Signals field.

func (*WorkflowsDefinitionStepRequest) SetUniqueName ¶

func (o *WorkflowsDefinitionStepRequest) SetUniqueName(v string)

SetUniqueName gets a reference to the given NullableString and assigns it to the UniqueName field.

func (*WorkflowsDefinitionStepRequest) SetUniqueNameNil ¶

func (o *WorkflowsDefinitionStepRequest) SetUniqueNameNil()

SetUniqueNameNil sets the value for UniqueName to be an explicit nil

func (WorkflowsDefinitionStepRequest) ToMap ¶

func (o WorkflowsDefinitionStepRequest) ToMap() (map[string]interface{}, error)

func (*WorkflowsDefinitionStepRequest) UnsetDisplayName ¶

func (o *WorkflowsDefinitionStepRequest) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*WorkflowsDefinitionStepRequest) UnsetExtensionName ¶

func (o *WorkflowsDefinitionStepRequest) UnsetExtensionName()

UnsetExtensionName ensures that no value is present for ExtensionName, not even an explicit nil

func (*WorkflowsDefinitionStepRequest) UnsetUniqueName ¶

func (o *WorkflowsDefinitionStepRequest) UnsetUniqueName()

UnsetUniqueName ensures that no value is present for UniqueName, not even an explicit nil

type WorkflowsDefinitionStepResponse ¶

type WorkflowsDefinitionStepResponse struct {
	Id                      *string                                   `json:"Id,omitempty"`
	DisplayName             NullableString                            `json:"DisplayName,omitempty"`
	UniqueName              NullableString                            `json:"UniqueName,omitempty"`
	ExtensionName           NullableString                            `json:"ExtensionName,omitempty"`
	Enabled                 *bool                                     `json:"Enabled,omitempty"`
	ConfigurationParameters map[string]interface{}                    `json:"ConfigurationParameters,omitempty"`
	Signals                 []WorkflowsDefinitionStepSignalResponse   `json:"Signals,omitempty"`
	Conditions              []WorkflowsConditionConfigurationResponse `json:"Conditions,omitempty"`
	Outputs                 map[string]string                         `json:"Outputs,omitempty"`
}

WorkflowsDefinitionStepResponse struct for WorkflowsDefinitionStepResponse

func NewWorkflowsDefinitionStepResponse ¶

func NewWorkflowsDefinitionStepResponse() *WorkflowsDefinitionStepResponse

NewWorkflowsDefinitionStepResponse instantiates a new WorkflowsDefinitionStepResponse 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 NewWorkflowsDefinitionStepResponseWithDefaults ¶

func NewWorkflowsDefinitionStepResponseWithDefaults() *WorkflowsDefinitionStepResponse

NewWorkflowsDefinitionStepResponseWithDefaults instantiates a new WorkflowsDefinitionStepResponse 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 (*WorkflowsDefinitionStepResponse) GetConditions ¶

GetConditions returns the Conditions field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionStepResponse) GetConditionsOk ¶

GetConditionsOk returns a tuple with the Conditions field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionStepResponse) GetConfigurationParameters ¶

func (o *WorkflowsDefinitionStepResponse) GetConfigurationParameters() map[string]interface{}

GetConfigurationParameters returns the ConfigurationParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionStepResponse) GetConfigurationParametersOk ¶

func (o *WorkflowsDefinitionStepResponse) GetConfigurationParametersOk() (map[string]interface{}, bool)

GetConfigurationParametersOk returns a tuple with the ConfigurationParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionStepResponse) GetDisplayName ¶

func (o *WorkflowsDefinitionStepResponse) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionStepResponse) GetDisplayNameOk ¶

func (o *WorkflowsDefinitionStepResponse) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionStepResponse) GetEnabled ¶

func (o *WorkflowsDefinitionStepResponse) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*WorkflowsDefinitionStepResponse) GetEnabledOk ¶

func (o *WorkflowsDefinitionStepResponse) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsDefinitionStepResponse) GetExtensionName ¶

func (o *WorkflowsDefinitionStepResponse) GetExtensionName() string

GetExtensionName returns the ExtensionName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionStepResponse) GetExtensionNameOk ¶

func (o *WorkflowsDefinitionStepResponse) GetExtensionNameOk() (*string, bool)

GetExtensionNameOk returns a tuple with the ExtensionName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionStepResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*WorkflowsDefinitionStepResponse) GetIdOk ¶

func (o *WorkflowsDefinitionStepResponse) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsDefinitionStepResponse) GetOutputs ¶

func (o *WorkflowsDefinitionStepResponse) GetOutputs() map[string]string

GetOutputs returns the Outputs field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionStepResponse) GetOutputsOk ¶

func (o *WorkflowsDefinitionStepResponse) GetOutputsOk() (*map[string]string, bool)

GetOutputsOk returns a tuple with the Outputs field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionStepResponse) GetSignals ¶

GetSignals returns the Signals field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionStepResponse) GetSignalsOk ¶

GetSignalsOk returns a tuple with the Signals field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionStepResponse) GetUniqueName ¶

func (o *WorkflowsDefinitionStepResponse) GetUniqueName() string

GetUniqueName returns the UniqueName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionStepResponse) GetUniqueNameOk ¶

func (o *WorkflowsDefinitionStepResponse) GetUniqueNameOk() (*string, bool)

GetUniqueNameOk returns a tuple with the UniqueName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionStepResponse) HasConditions ¶

func (o *WorkflowsDefinitionStepResponse) HasConditions() bool

HasConditions returns a boolean if a field has been set.

func (*WorkflowsDefinitionStepResponse) HasConfigurationParameters ¶

func (o *WorkflowsDefinitionStepResponse) HasConfigurationParameters() bool

HasConfigurationParameters returns a boolean if a field has been set.

func (*WorkflowsDefinitionStepResponse) HasDisplayName ¶

func (o *WorkflowsDefinitionStepResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*WorkflowsDefinitionStepResponse) HasEnabled ¶

func (o *WorkflowsDefinitionStepResponse) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*WorkflowsDefinitionStepResponse) HasExtensionName ¶

func (o *WorkflowsDefinitionStepResponse) HasExtensionName() bool

HasExtensionName returns a boolean if a field has been set.

func (*WorkflowsDefinitionStepResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*WorkflowsDefinitionStepResponse) HasOutputs ¶

func (o *WorkflowsDefinitionStepResponse) HasOutputs() bool

HasOutputs returns a boolean if a field has been set.

func (*WorkflowsDefinitionStepResponse) HasSignals ¶

func (o *WorkflowsDefinitionStepResponse) HasSignals() bool

HasSignals returns a boolean if a field has been set.

func (*WorkflowsDefinitionStepResponse) HasUniqueName ¶

func (o *WorkflowsDefinitionStepResponse) HasUniqueName() bool

HasUniqueName returns a boolean if a field has been set.

func (WorkflowsDefinitionStepResponse) MarshalJSON ¶

func (o WorkflowsDefinitionStepResponse) MarshalJSON() ([]byte, error)

func (*WorkflowsDefinitionStepResponse) SetConditions ¶

SetConditions gets a reference to the given []WorkflowsConditionConfigurationResponse and assigns it to the Conditions field.

func (*WorkflowsDefinitionStepResponse) SetConfigurationParameters ¶

func (o *WorkflowsDefinitionStepResponse) SetConfigurationParameters(v map[string]interface{})

SetConfigurationParameters gets a reference to the given map[string]interface{} and assigns it to the ConfigurationParameters field.

func (*WorkflowsDefinitionStepResponse) SetDisplayName ¶

func (o *WorkflowsDefinitionStepResponse) SetDisplayName(v string)

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*WorkflowsDefinitionStepResponse) SetDisplayNameNil ¶

func (o *WorkflowsDefinitionStepResponse) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*WorkflowsDefinitionStepResponse) SetEnabled ¶

func (o *WorkflowsDefinitionStepResponse) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*WorkflowsDefinitionStepResponse) SetExtensionName ¶

func (o *WorkflowsDefinitionStepResponse) SetExtensionName(v string)

SetExtensionName gets a reference to the given NullableString and assigns it to the ExtensionName field.

func (*WorkflowsDefinitionStepResponse) SetExtensionNameNil ¶

func (o *WorkflowsDefinitionStepResponse) SetExtensionNameNil()

SetExtensionNameNil sets the value for ExtensionName to be an explicit nil

func (*WorkflowsDefinitionStepResponse) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*WorkflowsDefinitionStepResponse) SetOutputs ¶

func (o *WorkflowsDefinitionStepResponse) SetOutputs(v map[string]string)

SetOutputs gets a reference to the given map[string]string and assigns it to the Outputs field.

func (*WorkflowsDefinitionStepResponse) SetSignals ¶

SetSignals gets a reference to the given []WorkflowsDefinitionStepSignalResponse and assigns it to the Signals field.

func (*WorkflowsDefinitionStepResponse) SetUniqueName ¶

func (o *WorkflowsDefinitionStepResponse) SetUniqueName(v string)

SetUniqueName gets a reference to the given NullableString and assigns it to the UniqueName field.

func (*WorkflowsDefinitionStepResponse) SetUniqueNameNil ¶

func (o *WorkflowsDefinitionStepResponse) SetUniqueNameNil()

SetUniqueNameNil sets the value for UniqueName to be an explicit nil

func (WorkflowsDefinitionStepResponse) ToMap ¶

func (o WorkflowsDefinitionStepResponse) ToMap() (map[string]interface{}, error)

func (*WorkflowsDefinitionStepResponse) UnsetDisplayName ¶

func (o *WorkflowsDefinitionStepResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*WorkflowsDefinitionStepResponse) UnsetExtensionName ¶

func (o *WorkflowsDefinitionStepResponse) UnsetExtensionName()

UnsetExtensionName ensures that no value is present for ExtensionName, not even an explicit nil

func (*WorkflowsDefinitionStepResponse) UnsetUniqueName ¶

func (o *WorkflowsDefinitionStepResponse) UnsetUniqueName()

UnsetUniqueName ensures that no value is present for UniqueName, not even an explicit nil

type WorkflowsDefinitionStepSignalResponse ¶

type WorkflowsDefinitionStepSignalResponse struct {
	// The roles that are allowed to send this signal.
	RoleIds    []int32        `json:"RoleIds,omitempty"`
	SignalName NullableString `json:"SignalName,omitempty"`
}

WorkflowsDefinitionStepSignalResponse struct for WorkflowsDefinitionStepSignalResponse

func NewWorkflowsDefinitionStepSignalResponse ¶

func NewWorkflowsDefinitionStepSignalResponse() *WorkflowsDefinitionStepSignalResponse

NewWorkflowsDefinitionStepSignalResponse instantiates a new WorkflowsDefinitionStepSignalResponse 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 NewWorkflowsDefinitionStepSignalResponseWithDefaults ¶

func NewWorkflowsDefinitionStepSignalResponseWithDefaults() *WorkflowsDefinitionStepSignalResponse

NewWorkflowsDefinitionStepSignalResponseWithDefaults instantiates a new WorkflowsDefinitionStepSignalResponse 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 (*WorkflowsDefinitionStepSignalResponse) GetRoleIds ¶

func (o *WorkflowsDefinitionStepSignalResponse) GetRoleIds() []int32

GetRoleIds returns the RoleIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionStepSignalResponse) GetRoleIdsOk ¶

func (o *WorkflowsDefinitionStepSignalResponse) GetRoleIdsOk() ([]int32, bool)

GetRoleIdsOk returns a tuple with the RoleIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionStepSignalResponse) GetSignalName ¶

func (o *WorkflowsDefinitionStepSignalResponse) GetSignalName() string

GetSignalName returns the SignalName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionStepSignalResponse) GetSignalNameOk ¶

func (o *WorkflowsDefinitionStepSignalResponse) GetSignalNameOk() (*string, bool)

GetSignalNameOk returns a tuple with the SignalName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionStepSignalResponse) HasRoleIds ¶

HasRoleIds returns a boolean if a field has been set.

func (*WorkflowsDefinitionStepSignalResponse) HasSignalName ¶

func (o *WorkflowsDefinitionStepSignalResponse) HasSignalName() bool

HasSignalName returns a boolean if a field has been set.

func (WorkflowsDefinitionStepSignalResponse) MarshalJSON ¶

func (o WorkflowsDefinitionStepSignalResponse) MarshalJSON() ([]byte, error)

func (*WorkflowsDefinitionStepSignalResponse) SetRoleIds ¶

func (o *WorkflowsDefinitionStepSignalResponse) SetRoleIds(v []int32)

SetRoleIds gets a reference to the given []int32 and assigns it to the RoleIds field.

func (*WorkflowsDefinitionStepSignalResponse) SetSignalName ¶

func (o *WorkflowsDefinitionStepSignalResponse) SetSignalName(v string)

SetSignalName gets a reference to the given NullableString and assigns it to the SignalName field.

func (*WorkflowsDefinitionStepSignalResponse) SetSignalNameNil ¶

func (o *WorkflowsDefinitionStepSignalResponse) SetSignalNameNil()

SetSignalNameNil sets the value for SignalName to be an explicit nil

func (WorkflowsDefinitionStepSignalResponse) ToMap ¶

func (o WorkflowsDefinitionStepSignalResponse) ToMap() (map[string]interface{}, error)

func (*WorkflowsDefinitionStepSignalResponse) UnsetSignalName ¶

func (o *WorkflowsDefinitionStepSignalResponse) UnsetSignalName()

UnsetSignalName ensures that no value is present for SignalName, not even an explicit nil

type WorkflowsDefinitionUpdateRequest ¶

type WorkflowsDefinitionUpdateRequest struct {
	DisplayName NullableString `json:"DisplayName,omitempty"`
	Description NullableString `json:"Description,omitempty"`
	Enabled     *bool          `json:"Enabled,omitempty"`
}

WorkflowsDefinitionUpdateRequest struct for WorkflowsDefinitionUpdateRequest

func NewWorkflowsDefinitionUpdateRequest ¶

func NewWorkflowsDefinitionUpdateRequest() *WorkflowsDefinitionUpdateRequest

NewWorkflowsDefinitionUpdateRequest instantiates a new WorkflowsDefinitionUpdateRequest 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 NewWorkflowsDefinitionUpdateRequestWithDefaults ¶

func NewWorkflowsDefinitionUpdateRequestWithDefaults() *WorkflowsDefinitionUpdateRequest

NewWorkflowsDefinitionUpdateRequestWithDefaults instantiates a new WorkflowsDefinitionUpdateRequest 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 (*WorkflowsDefinitionUpdateRequest) GetDescription ¶

func (o *WorkflowsDefinitionUpdateRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionUpdateRequest) GetDescriptionOk ¶

func (o *WorkflowsDefinitionUpdateRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionUpdateRequest) GetDisplayName ¶

func (o *WorkflowsDefinitionUpdateRequest) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsDefinitionUpdateRequest) GetDisplayNameOk ¶

func (o *WorkflowsDefinitionUpdateRequest) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsDefinitionUpdateRequest) GetEnabled ¶

func (o *WorkflowsDefinitionUpdateRequest) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*WorkflowsDefinitionUpdateRequest) GetEnabledOk ¶

func (o *WorkflowsDefinitionUpdateRequest) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsDefinitionUpdateRequest) HasDescription ¶

func (o *WorkflowsDefinitionUpdateRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*WorkflowsDefinitionUpdateRequest) HasDisplayName ¶

func (o *WorkflowsDefinitionUpdateRequest) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*WorkflowsDefinitionUpdateRequest) HasEnabled ¶

func (o *WorkflowsDefinitionUpdateRequest) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (WorkflowsDefinitionUpdateRequest) MarshalJSON ¶

func (o WorkflowsDefinitionUpdateRequest) MarshalJSON() ([]byte, error)

func (*WorkflowsDefinitionUpdateRequest) SetDescription ¶

func (o *WorkflowsDefinitionUpdateRequest) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*WorkflowsDefinitionUpdateRequest) SetDescriptionNil ¶

func (o *WorkflowsDefinitionUpdateRequest) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*WorkflowsDefinitionUpdateRequest) SetDisplayName ¶

func (o *WorkflowsDefinitionUpdateRequest) SetDisplayName(v string)

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*WorkflowsDefinitionUpdateRequest) SetDisplayNameNil ¶

func (o *WorkflowsDefinitionUpdateRequest) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*WorkflowsDefinitionUpdateRequest) SetEnabled ¶

func (o *WorkflowsDefinitionUpdateRequest) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (WorkflowsDefinitionUpdateRequest) ToMap ¶

func (o WorkflowsDefinitionUpdateRequest) ToMap() (map[string]interface{}, error)

func (*WorkflowsDefinitionUpdateRequest) UnsetDescription ¶

func (o *WorkflowsDefinitionUpdateRequest) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

func (*WorkflowsDefinitionUpdateRequest) UnsetDisplayName ¶

func (o *WorkflowsDefinitionUpdateRequest) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

type WorkflowsInstanceDefinitionResponse ¶

type WorkflowsInstanceDefinitionResponse struct {
	Id           *string        `json:"Id,omitempty"`
	DisplayName  NullableString `json:"DisplayName,omitempty"`
	Version      *int32         `json:"Version,omitempty"`
	WorkflowType NullableString `json:"WorkflowType,omitempty"`
}

WorkflowsInstanceDefinitionResponse struct for WorkflowsInstanceDefinitionResponse

func NewWorkflowsInstanceDefinitionResponse ¶

func NewWorkflowsInstanceDefinitionResponse() *WorkflowsInstanceDefinitionResponse

NewWorkflowsInstanceDefinitionResponse instantiates a new WorkflowsInstanceDefinitionResponse 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 NewWorkflowsInstanceDefinitionResponseWithDefaults ¶

func NewWorkflowsInstanceDefinitionResponseWithDefaults() *WorkflowsInstanceDefinitionResponse

NewWorkflowsInstanceDefinitionResponseWithDefaults instantiates a new WorkflowsInstanceDefinitionResponse 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 (*WorkflowsInstanceDefinitionResponse) GetDisplayName ¶

func (o *WorkflowsInstanceDefinitionResponse) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsInstanceDefinitionResponse) GetDisplayNameOk ¶

func (o *WorkflowsInstanceDefinitionResponse) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsInstanceDefinitionResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*WorkflowsInstanceDefinitionResponse) GetIdOk ¶

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsInstanceDefinitionResponse) GetVersion ¶

GetVersion returns the Version field value if set, zero value otherwise.

func (*WorkflowsInstanceDefinitionResponse) GetVersionOk ¶

func (o *WorkflowsInstanceDefinitionResponse) GetVersionOk() (*int32, bool)

GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsInstanceDefinitionResponse) GetWorkflowType ¶

func (o *WorkflowsInstanceDefinitionResponse) GetWorkflowType() string

GetWorkflowType returns the WorkflowType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsInstanceDefinitionResponse) GetWorkflowTypeOk ¶

func (o *WorkflowsInstanceDefinitionResponse) GetWorkflowTypeOk() (*string, bool)

GetWorkflowTypeOk returns a tuple with the WorkflowType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsInstanceDefinitionResponse) HasDisplayName ¶

func (o *WorkflowsInstanceDefinitionResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*WorkflowsInstanceDefinitionResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*WorkflowsInstanceDefinitionResponse) HasVersion ¶

func (o *WorkflowsInstanceDefinitionResponse) HasVersion() bool

HasVersion returns a boolean if a field has been set.

func (*WorkflowsInstanceDefinitionResponse) HasWorkflowType ¶

func (o *WorkflowsInstanceDefinitionResponse) HasWorkflowType() bool

HasWorkflowType returns a boolean if a field has been set.

func (WorkflowsInstanceDefinitionResponse) MarshalJSON ¶

func (o WorkflowsInstanceDefinitionResponse) MarshalJSON() ([]byte, error)

func (*WorkflowsInstanceDefinitionResponse) SetDisplayName ¶

func (o *WorkflowsInstanceDefinitionResponse) SetDisplayName(v string)

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*WorkflowsInstanceDefinitionResponse) SetDisplayNameNil ¶

func (o *WorkflowsInstanceDefinitionResponse) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*WorkflowsInstanceDefinitionResponse) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*WorkflowsInstanceDefinitionResponse) SetVersion ¶

func (o *WorkflowsInstanceDefinitionResponse) SetVersion(v int32)

SetVersion gets a reference to the given int32 and assigns it to the Version field.

func (*WorkflowsInstanceDefinitionResponse) SetWorkflowType ¶

func (o *WorkflowsInstanceDefinitionResponse) SetWorkflowType(v string)

SetWorkflowType gets a reference to the given NullableString and assigns it to the WorkflowType field.

func (*WorkflowsInstanceDefinitionResponse) SetWorkflowTypeNil ¶

func (o *WorkflowsInstanceDefinitionResponse) SetWorkflowTypeNil()

SetWorkflowTypeNil sets the value for WorkflowType to be an explicit nil

func (WorkflowsInstanceDefinitionResponse) ToMap ¶

func (o WorkflowsInstanceDefinitionResponse) ToMap() (map[string]interface{}, error)

func (*WorkflowsInstanceDefinitionResponse) UnsetDisplayName ¶

func (o *WorkflowsInstanceDefinitionResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*WorkflowsInstanceDefinitionResponse) UnsetWorkflowType ¶

func (o *WorkflowsInstanceDefinitionResponse) UnsetWorkflowType()

UnsetWorkflowType ensures that no value is present for WorkflowType, not even an explicit nil

type WorkflowsInstanceQueryResponse ¶

type WorkflowsInstanceQueryResponse struct {
	Id                     *string                                   `json:"Id,omitempty"`
	Status                 *KeyfactorWorkflowsWorkflowInstanceStatus `json:"Status,omitempty"`
	CurrentStepId          *string                                   `json:"CurrentStepId,omitempty"`
	StatusMessage          NullableString                            `json:"StatusMessage,omitempty"`
	Definition             *WorkflowsInstanceDefinitionResponse      `json:"Definition,omitempty"`
	CurrentStepDisplayName NullableString                            `json:"CurrentStepDisplayName,omitempty"`
	CurrentStepUniqueName  NullableString                            `json:"CurrentStepUniqueName,omitempty"`
	Title                  NullableString                            `json:"Title,omitempty"`
	LastModified           NullableTime                              `json:"LastModified,omitempty"`
	StartDate              *time.Time                                `json:"StartDate,omitempty"`
	ReferenceId            *int64                                    `json:"ReferenceId,omitempty"`
}

WorkflowsInstanceQueryResponse struct for WorkflowsInstanceQueryResponse

func NewWorkflowsInstanceQueryResponse ¶

func NewWorkflowsInstanceQueryResponse() *WorkflowsInstanceQueryResponse

NewWorkflowsInstanceQueryResponse instantiates a new WorkflowsInstanceQueryResponse 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 NewWorkflowsInstanceQueryResponseWithDefaults ¶

func NewWorkflowsInstanceQueryResponseWithDefaults() *WorkflowsInstanceQueryResponse

NewWorkflowsInstanceQueryResponseWithDefaults instantiates a new WorkflowsInstanceQueryResponse 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 (*WorkflowsInstanceQueryResponse) GetCurrentStepDisplayName ¶

func (o *WorkflowsInstanceQueryResponse) GetCurrentStepDisplayName() string

GetCurrentStepDisplayName returns the CurrentStepDisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsInstanceQueryResponse) GetCurrentStepDisplayNameOk ¶

func (o *WorkflowsInstanceQueryResponse) GetCurrentStepDisplayNameOk() (*string, bool)

GetCurrentStepDisplayNameOk returns a tuple with the CurrentStepDisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsInstanceQueryResponse) GetCurrentStepId ¶

func (o *WorkflowsInstanceQueryResponse) GetCurrentStepId() string

GetCurrentStepId returns the CurrentStepId field value if set, zero value otherwise.

func (*WorkflowsInstanceQueryResponse) GetCurrentStepIdOk ¶

func (o *WorkflowsInstanceQueryResponse) GetCurrentStepIdOk() (*string, bool)

GetCurrentStepIdOk returns a tuple with the CurrentStepId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsInstanceQueryResponse) GetCurrentStepUniqueName ¶

func (o *WorkflowsInstanceQueryResponse) GetCurrentStepUniqueName() string

GetCurrentStepUniqueName returns the CurrentStepUniqueName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsInstanceQueryResponse) GetCurrentStepUniqueNameOk ¶

func (o *WorkflowsInstanceQueryResponse) GetCurrentStepUniqueNameOk() (*string, bool)

GetCurrentStepUniqueNameOk returns a tuple with the CurrentStepUniqueName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsInstanceQueryResponse) GetDefinition ¶

GetDefinition returns the Definition field value if set, zero value otherwise.

func (*WorkflowsInstanceQueryResponse) GetDefinitionOk ¶

GetDefinitionOk returns a tuple with the Definition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsInstanceQueryResponse) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*WorkflowsInstanceQueryResponse) GetIdOk ¶

func (o *WorkflowsInstanceQueryResponse) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsInstanceQueryResponse) GetLastModified ¶

func (o *WorkflowsInstanceQueryResponse) GetLastModified() time.Time

GetLastModified returns the LastModified field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsInstanceQueryResponse) GetLastModifiedOk ¶

func (o *WorkflowsInstanceQueryResponse) GetLastModifiedOk() (*time.Time, bool)

GetLastModifiedOk returns a tuple with the LastModified field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsInstanceQueryResponse) GetReferenceId ¶

func (o *WorkflowsInstanceQueryResponse) GetReferenceId() int64

GetReferenceId returns the ReferenceId field value if set, zero value otherwise.

func (*WorkflowsInstanceQueryResponse) GetReferenceIdOk ¶

func (o *WorkflowsInstanceQueryResponse) GetReferenceIdOk() (*int64, bool)

GetReferenceIdOk returns a tuple with the ReferenceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsInstanceQueryResponse) GetStartDate ¶

func (o *WorkflowsInstanceQueryResponse) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*WorkflowsInstanceQueryResponse) GetStartDateOk ¶

func (o *WorkflowsInstanceQueryResponse) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsInstanceQueryResponse) GetStatus ¶

GetStatus returns the Status field value if set, zero value otherwise.

func (*WorkflowsInstanceQueryResponse) GetStatusMessage ¶

func (o *WorkflowsInstanceQueryResponse) GetStatusMessage() string

GetStatusMessage returns the StatusMessage field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsInstanceQueryResponse) GetStatusMessageOk ¶

func (o *WorkflowsInstanceQueryResponse) GetStatusMessageOk() (*string, bool)

GetStatusMessageOk returns a tuple with the StatusMessage field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsInstanceQueryResponse) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsInstanceQueryResponse) GetTitle ¶

func (o *WorkflowsInstanceQueryResponse) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsInstanceQueryResponse) GetTitleOk ¶

func (o *WorkflowsInstanceQueryResponse) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsInstanceQueryResponse) HasCurrentStepDisplayName ¶

func (o *WorkflowsInstanceQueryResponse) HasCurrentStepDisplayName() bool

HasCurrentStepDisplayName returns a boolean if a field has been set.

func (*WorkflowsInstanceQueryResponse) HasCurrentStepId ¶

func (o *WorkflowsInstanceQueryResponse) HasCurrentStepId() bool

HasCurrentStepId returns a boolean if a field has been set.

func (*WorkflowsInstanceQueryResponse) HasCurrentStepUniqueName ¶

func (o *WorkflowsInstanceQueryResponse) HasCurrentStepUniqueName() bool

HasCurrentStepUniqueName returns a boolean if a field has been set.

func (*WorkflowsInstanceQueryResponse) HasDefinition ¶

func (o *WorkflowsInstanceQueryResponse) HasDefinition() bool

HasDefinition returns a boolean if a field has been set.

func (*WorkflowsInstanceQueryResponse) HasId ¶

HasId returns a boolean if a field has been set.

func (*WorkflowsInstanceQueryResponse) HasLastModified ¶

func (o *WorkflowsInstanceQueryResponse) HasLastModified() bool

HasLastModified returns a boolean if a field has been set.

func (*WorkflowsInstanceQueryResponse) HasReferenceId ¶

func (o *WorkflowsInstanceQueryResponse) HasReferenceId() bool

HasReferenceId returns a boolean if a field has been set.

func (*WorkflowsInstanceQueryResponse) HasStartDate ¶

func (o *WorkflowsInstanceQueryResponse) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*WorkflowsInstanceQueryResponse) HasStatus ¶

func (o *WorkflowsInstanceQueryResponse) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*WorkflowsInstanceQueryResponse) HasStatusMessage ¶

func (o *WorkflowsInstanceQueryResponse) HasStatusMessage() bool

HasStatusMessage returns a boolean if a field has been set.

func (*WorkflowsInstanceQueryResponse) HasTitle ¶

func (o *WorkflowsInstanceQueryResponse) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (WorkflowsInstanceQueryResponse) MarshalJSON ¶

func (o WorkflowsInstanceQueryResponse) MarshalJSON() ([]byte, error)

func (*WorkflowsInstanceQueryResponse) SetCurrentStepDisplayName ¶

func (o *WorkflowsInstanceQueryResponse) SetCurrentStepDisplayName(v string)

SetCurrentStepDisplayName gets a reference to the given NullableString and assigns it to the CurrentStepDisplayName field.

func (*WorkflowsInstanceQueryResponse) SetCurrentStepDisplayNameNil ¶

func (o *WorkflowsInstanceQueryResponse) SetCurrentStepDisplayNameNil()

SetCurrentStepDisplayNameNil sets the value for CurrentStepDisplayName to be an explicit nil

func (*WorkflowsInstanceQueryResponse) SetCurrentStepId ¶

func (o *WorkflowsInstanceQueryResponse) SetCurrentStepId(v string)

SetCurrentStepId gets a reference to the given string and assigns it to the CurrentStepId field.

func (*WorkflowsInstanceQueryResponse) SetCurrentStepUniqueName ¶

func (o *WorkflowsInstanceQueryResponse) SetCurrentStepUniqueName(v string)

SetCurrentStepUniqueName gets a reference to the given NullableString and assigns it to the CurrentStepUniqueName field.

func (*WorkflowsInstanceQueryResponse) SetCurrentStepUniqueNameNil ¶

func (o *WorkflowsInstanceQueryResponse) SetCurrentStepUniqueNameNil()

SetCurrentStepUniqueNameNil sets the value for CurrentStepUniqueName to be an explicit nil

func (*WorkflowsInstanceQueryResponse) SetDefinition ¶

SetDefinition gets a reference to the given WorkflowsInstanceDefinitionResponse and assigns it to the Definition field.

func (*WorkflowsInstanceQueryResponse) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*WorkflowsInstanceQueryResponse) SetLastModified ¶

func (o *WorkflowsInstanceQueryResponse) SetLastModified(v time.Time)

SetLastModified gets a reference to the given NullableTime and assigns it to the LastModified field.

func (*WorkflowsInstanceQueryResponse) SetLastModifiedNil ¶

func (o *WorkflowsInstanceQueryResponse) SetLastModifiedNil()

SetLastModifiedNil sets the value for LastModified to be an explicit nil

func (*WorkflowsInstanceQueryResponse) SetReferenceId ¶

func (o *WorkflowsInstanceQueryResponse) SetReferenceId(v int64)

SetReferenceId gets a reference to the given int64 and assigns it to the ReferenceId field.

func (*WorkflowsInstanceQueryResponse) SetStartDate ¶

func (o *WorkflowsInstanceQueryResponse) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*WorkflowsInstanceQueryResponse) SetStatus ¶

SetStatus gets a reference to the given KeyfactorWorkflowsWorkflowInstanceStatus and assigns it to the Status field.

func (*WorkflowsInstanceQueryResponse) SetStatusMessage ¶

func (o *WorkflowsInstanceQueryResponse) SetStatusMessage(v string)

SetStatusMessage gets a reference to the given NullableString and assigns it to the StatusMessage field.

func (*WorkflowsInstanceQueryResponse) SetStatusMessageNil ¶

func (o *WorkflowsInstanceQueryResponse) SetStatusMessageNil()

SetStatusMessageNil sets the value for StatusMessage to be an explicit nil

func (*WorkflowsInstanceQueryResponse) SetTitle ¶

func (o *WorkflowsInstanceQueryResponse) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*WorkflowsInstanceQueryResponse) SetTitleNil ¶

func (o *WorkflowsInstanceQueryResponse) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (WorkflowsInstanceQueryResponse) ToMap ¶

func (o WorkflowsInstanceQueryResponse) ToMap() (map[string]interface{}, error)

func (*WorkflowsInstanceQueryResponse) UnsetCurrentStepDisplayName ¶

func (o *WorkflowsInstanceQueryResponse) UnsetCurrentStepDisplayName()

UnsetCurrentStepDisplayName ensures that no value is present for CurrentStepDisplayName, not even an explicit nil

func (*WorkflowsInstanceQueryResponse) UnsetCurrentStepUniqueName ¶

func (o *WorkflowsInstanceQueryResponse) UnsetCurrentStepUniqueName()

UnsetCurrentStepUniqueName ensures that no value is present for CurrentStepUniqueName, not even an explicit nil

func (*WorkflowsInstanceQueryResponse) UnsetLastModified ¶

func (o *WorkflowsInstanceQueryResponse) UnsetLastModified()

UnsetLastModified ensures that no value is present for LastModified, not even an explicit nil

func (*WorkflowsInstanceQueryResponse) UnsetStatusMessage ¶

func (o *WorkflowsInstanceQueryResponse) UnsetStatusMessage()

UnsetStatusMessage ensures that no value is present for StatusMessage, not even an explicit nil

func (*WorkflowsInstanceQueryResponse) UnsetTitle ¶

func (o *WorkflowsInstanceQueryResponse) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

type WorkflowsInstanceResponse ¶

type WorkflowsInstanceResponse struct {
	Id                     *string                                   `json:"Id,omitempty"`
	Status                 *KeyfactorWorkflowsWorkflowInstanceStatus `json:"Status,omitempty"`
	CurrentStepId          *string                                   `json:"CurrentStepId,omitempty"`
	StatusMessage          NullableString                            `json:"StatusMessage,omitempty"`
	Signals                []WorkflowsAvailableSignalResponse        `json:"Signals,omitempty"`
	Definition             *WorkflowsInstanceDefinitionResponse      `json:"Definition,omitempty"`
	CurrentStepDisplayName NullableString                            `json:"CurrentStepDisplayName,omitempty"`
	CurrentStepUniqueName  NullableString                            `json:"CurrentStepUniqueName,omitempty"`
	Title                  NullableString                            `json:"Title,omitempty"`
	LastModified           NullableTime                              `json:"LastModified,omitempty"`
	StartDate              *time.Time                                `json:"StartDate,omitempty"`
	InitialData            map[string]interface{}                    `json:"InitialData,omitempty"`
	CurrentStateData       map[string]interface{}                    `json:"CurrentStateData,omitempty"`
	ReferenceId            *int64                                    `json:"ReferenceId,omitempty"`
}

WorkflowsInstanceResponse struct for WorkflowsInstanceResponse

func NewWorkflowsInstanceResponse ¶

func NewWorkflowsInstanceResponse() *WorkflowsInstanceResponse

NewWorkflowsInstanceResponse instantiates a new WorkflowsInstanceResponse 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 NewWorkflowsInstanceResponseWithDefaults ¶

func NewWorkflowsInstanceResponseWithDefaults() *WorkflowsInstanceResponse

NewWorkflowsInstanceResponseWithDefaults instantiates a new WorkflowsInstanceResponse 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 (*WorkflowsInstanceResponse) GetCurrentStateData ¶

func (o *WorkflowsInstanceResponse) GetCurrentStateData() map[string]interface{}

GetCurrentStateData returns the CurrentStateData field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsInstanceResponse) GetCurrentStateDataOk ¶

func (o *WorkflowsInstanceResponse) GetCurrentStateDataOk() (map[string]interface{}, bool)

GetCurrentStateDataOk returns a tuple with the CurrentStateData field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsInstanceResponse) GetCurrentStepDisplayName ¶

func (o *WorkflowsInstanceResponse) GetCurrentStepDisplayName() string

GetCurrentStepDisplayName returns the CurrentStepDisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsInstanceResponse) GetCurrentStepDisplayNameOk ¶

func (o *WorkflowsInstanceResponse) GetCurrentStepDisplayNameOk() (*string, bool)

GetCurrentStepDisplayNameOk returns a tuple with the CurrentStepDisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsInstanceResponse) GetCurrentStepId ¶

func (o *WorkflowsInstanceResponse) GetCurrentStepId() string

GetCurrentStepId returns the CurrentStepId field value if set, zero value otherwise.

func (*WorkflowsInstanceResponse) GetCurrentStepIdOk ¶

func (o *WorkflowsInstanceResponse) GetCurrentStepIdOk() (*string, bool)

GetCurrentStepIdOk returns a tuple with the CurrentStepId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsInstanceResponse) GetCurrentStepUniqueName ¶

func (o *WorkflowsInstanceResponse) GetCurrentStepUniqueName() string

GetCurrentStepUniqueName returns the CurrentStepUniqueName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsInstanceResponse) GetCurrentStepUniqueNameOk ¶

func (o *WorkflowsInstanceResponse) GetCurrentStepUniqueNameOk() (*string, bool)

GetCurrentStepUniqueNameOk returns a tuple with the CurrentStepUniqueName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsInstanceResponse) GetDefinition ¶

GetDefinition returns the Definition field value if set, zero value otherwise.

func (*WorkflowsInstanceResponse) GetDefinitionOk ¶

GetDefinitionOk returns a tuple with the Definition field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsInstanceResponse) GetId ¶

func (o *WorkflowsInstanceResponse) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*WorkflowsInstanceResponse) GetIdOk ¶

func (o *WorkflowsInstanceResponse) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsInstanceResponse) GetInitialData ¶

func (o *WorkflowsInstanceResponse) GetInitialData() map[string]interface{}

GetInitialData returns the InitialData field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsInstanceResponse) GetInitialDataOk ¶

func (o *WorkflowsInstanceResponse) GetInitialDataOk() (map[string]interface{}, bool)

GetInitialDataOk returns a tuple with the InitialData field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsInstanceResponse) GetLastModified ¶

func (o *WorkflowsInstanceResponse) GetLastModified() time.Time

GetLastModified returns the LastModified field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsInstanceResponse) GetLastModifiedOk ¶

func (o *WorkflowsInstanceResponse) GetLastModifiedOk() (*time.Time, bool)

GetLastModifiedOk returns a tuple with the LastModified field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsInstanceResponse) GetReferenceId ¶

func (o *WorkflowsInstanceResponse) GetReferenceId() int64

GetReferenceId returns the ReferenceId field value if set, zero value otherwise.

func (*WorkflowsInstanceResponse) GetReferenceIdOk ¶

func (o *WorkflowsInstanceResponse) GetReferenceIdOk() (*int64, bool)

GetReferenceIdOk returns a tuple with the ReferenceId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsInstanceResponse) GetSignals ¶

GetSignals returns the Signals field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsInstanceResponse) GetSignalsOk ¶

GetSignalsOk returns a tuple with the Signals field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsInstanceResponse) GetStartDate ¶

func (o *WorkflowsInstanceResponse) GetStartDate() time.Time

GetStartDate returns the StartDate field value if set, zero value otherwise.

func (*WorkflowsInstanceResponse) GetStartDateOk ¶

func (o *WorkflowsInstanceResponse) GetStartDateOk() (*time.Time, bool)

GetStartDateOk returns a tuple with the StartDate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsInstanceResponse) GetStatus ¶

GetStatus returns the Status field value if set, zero value otherwise.

func (*WorkflowsInstanceResponse) GetStatusMessage ¶

func (o *WorkflowsInstanceResponse) GetStatusMessage() string

GetStatusMessage returns the StatusMessage field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsInstanceResponse) GetStatusMessageOk ¶

func (o *WorkflowsInstanceResponse) GetStatusMessageOk() (*string, bool)

GetStatusMessageOk returns a tuple with the StatusMessage field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsInstanceResponse) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsInstanceResponse) GetTitle ¶

func (o *WorkflowsInstanceResponse) GetTitle() string

GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsInstanceResponse) GetTitleOk ¶

func (o *WorkflowsInstanceResponse) GetTitleOk() (*string, bool)

GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsInstanceResponse) HasCurrentStateData ¶

func (o *WorkflowsInstanceResponse) HasCurrentStateData() bool

HasCurrentStateData returns a boolean if a field has been set.

func (*WorkflowsInstanceResponse) HasCurrentStepDisplayName ¶

func (o *WorkflowsInstanceResponse) HasCurrentStepDisplayName() bool

HasCurrentStepDisplayName returns a boolean if a field has been set.

func (*WorkflowsInstanceResponse) HasCurrentStepId ¶

func (o *WorkflowsInstanceResponse) HasCurrentStepId() bool

HasCurrentStepId returns a boolean if a field has been set.

func (*WorkflowsInstanceResponse) HasCurrentStepUniqueName ¶

func (o *WorkflowsInstanceResponse) HasCurrentStepUniqueName() bool

HasCurrentStepUniqueName returns a boolean if a field has been set.

func (*WorkflowsInstanceResponse) HasDefinition ¶

func (o *WorkflowsInstanceResponse) HasDefinition() bool

HasDefinition returns a boolean if a field has been set.

func (*WorkflowsInstanceResponse) HasId ¶

func (o *WorkflowsInstanceResponse) HasId() bool

HasId returns a boolean if a field has been set.

func (*WorkflowsInstanceResponse) HasInitialData ¶

func (o *WorkflowsInstanceResponse) HasInitialData() bool

HasInitialData returns a boolean if a field has been set.

func (*WorkflowsInstanceResponse) HasLastModified ¶

func (o *WorkflowsInstanceResponse) HasLastModified() bool

HasLastModified returns a boolean if a field has been set.

func (*WorkflowsInstanceResponse) HasReferenceId ¶

func (o *WorkflowsInstanceResponse) HasReferenceId() bool

HasReferenceId returns a boolean if a field has been set.

func (*WorkflowsInstanceResponse) HasSignals ¶

func (o *WorkflowsInstanceResponse) HasSignals() bool

HasSignals returns a boolean if a field has been set.

func (*WorkflowsInstanceResponse) HasStartDate ¶

func (o *WorkflowsInstanceResponse) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

func (*WorkflowsInstanceResponse) HasStatus ¶

func (o *WorkflowsInstanceResponse) HasStatus() bool

HasStatus returns a boolean if a field has been set.

func (*WorkflowsInstanceResponse) HasStatusMessage ¶

func (o *WorkflowsInstanceResponse) HasStatusMessage() bool

HasStatusMessage returns a boolean if a field has been set.

func (*WorkflowsInstanceResponse) HasTitle ¶

func (o *WorkflowsInstanceResponse) HasTitle() bool

HasTitle returns a boolean if a field has been set.

func (WorkflowsInstanceResponse) MarshalJSON ¶

func (o WorkflowsInstanceResponse) MarshalJSON() ([]byte, error)

func (*WorkflowsInstanceResponse) SetCurrentStateData ¶

func (o *WorkflowsInstanceResponse) SetCurrentStateData(v map[string]interface{})

SetCurrentStateData gets a reference to the given map[string]interface{} and assigns it to the CurrentStateData field.

func (*WorkflowsInstanceResponse) SetCurrentStepDisplayName ¶

func (o *WorkflowsInstanceResponse) SetCurrentStepDisplayName(v string)

SetCurrentStepDisplayName gets a reference to the given NullableString and assigns it to the CurrentStepDisplayName field.

func (*WorkflowsInstanceResponse) SetCurrentStepDisplayNameNil ¶

func (o *WorkflowsInstanceResponse) SetCurrentStepDisplayNameNil()

SetCurrentStepDisplayNameNil sets the value for CurrentStepDisplayName to be an explicit nil

func (*WorkflowsInstanceResponse) SetCurrentStepId ¶

func (o *WorkflowsInstanceResponse) SetCurrentStepId(v string)

SetCurrentStepId gets a reference to the given string and assigns it to the CurrentStepId field.

func (*WorkflowsInstanceResponse) SetCurrentStepUniqueName ¶

func (o *WorkflowsInstanceResponse) SetCurrentStepUniqueName(v string)

SetCurrentStepUniqueName gets a reference to the given NullableString and assigns it to the CurrentStepUniqueName field.

func (*WorkflowsInstanceResponse) SetCurrentStepUniqueNameNil ¶

func (o *WorkflowsInstanceResponse) SetCurrentStepUniqueNameNil()

SetCurrentStepUniqueNameNil sets the value for CurrentStepUniqueName to be an explicit nil

func (*WorkflowsInstanceResponse) SetDefinition ¶

SetDefinition gets a reference to the given WorkflowsInstanceDefinitionResponse and assigns it to the Definition field.

func (*WorkflowsInstanceResponse) SetId ¶

func (o *WorkflowsInstanceResponse) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*WorkflowsInstanceResponse) SetInitialData ¶

func (o *WorkflowsInstanceResponse) SetInitialData(v map[string]interface{})

SetInitialData gets a reference to the given map[string]interface{} and assigns it to the InitialData field.

func (*WorkflowsInstanceResponse) SetLastModified ¶

func (o *WorkflowsInstanceResponse) SetLastModified(v time.Time)

SetLastModified gets a reference to the given NullableTime and assigns it to the LastModified field.

func (*WorkflowsInstanceResponse) SetLastModifiedNil ¶

func (o *WorkflowsInstanceResponse) SetLastModifiedNil()

SetLastModifiedNil sets the value for LastModified to be an explicit nil

func (*WorkflowsInstanceResponse) SetReferenceId ¶

func (o *WorkflowsInstanceResponse) SetReferenceId(v int64)

SetReferenceId gets a reference to the given int64 and assigns it to the ReferenceId field.

func (*WorkflowsInstanceResponse) SetSignals ¶

SetSignals gets a reference to the given []WorkflowsAvailableSignalResponse and assigns it to the Signals field.

func (*WorkflowsInstanceResponse) SetStartDate ¶

func (o *WorkflowsInstanceResponse) SetStartDate(v time.Time)

SetStartDate gets a reference to the given time.Time and assigns it to the StartDate field.

func (*WorkflowsInstanceResponse) SetStatus ¶

SetStatus gets a reference to the given KeyfactorWorkflowsWorkflowInstanceStatus and assigns it to the Status field.

func (*WorkflowsInstanceResponse) SetStatusMessage ¶

func (o *WorkflowsInstanceResponse) SetStatusMessage(v string)

SetStatusMessage gets a reference to the given NullableString and assigns it to the StatusMessage field.

func (*WorkflowsInstanceResponse) SetStatusMessageNil ¶

func (o *WorkflowsInstanceResponse) SetStatusMessageNil()

SetStatusMessageNil sets the value for StatusMessage to be an explicit nil

func (*WorkflowsInstanceResponse) SetTitle ¶

func (o *WorkflowsInstanceResponse) SetTitle(v string)

SetTitle gets a reference to the given NullableString and assigns it to the Title field.

func (*WorkflowsInstanceResponse) SetTitleNil ¶

func (o *WorkflowsInstanceResponse) SetTitleNil()

SetTitleNil sets the value for Title to be an explicit nil

func (WorkflowsInstanceResponse) ToMap ¶

func (o WorkflowsInstanceResponse) ToMap() (map[string]interface{}, error)

func (*WorkflowsInstanceResponse) UnsetCurrentStepDisplayName ¶

func (o *WorkflowsInstanceResponse) UnsetCurrentStepDisplayName()

UnsetCurrentStepDisplayName ensures that no value is present for CurrentStepDisplayName, not even an explicit nil

func (*WorkflowsInstanceResponse) UnsetCurrentStepUniqueName ¶

func (o *WorkflowsInstanceResponse) UnsetCurrentStepUniqueName()

UnsetCurrentStepUniqueName ensures that no value is present for CurrentStepUniqueName, not even an explicit nil

func (*WorkflowsInstanceResponse) UnsetLastModified ¶

func (o *WorkflowsInstanceResponse) UnsetLastModified()

UnsetLastModified ensures that no value is present for LastModified, not even an explicit nil

func (*WorkflowsInstanceResponse) UnsetStatusMessage ¶

func (o *WorkflowsInstanceResponse) UnsetStatusMessage()

UnsetStatusMessage ensures that no value is present for StatusMessage, not even an explicit nil

func (*WorkflowsInstanceResponse) UnsetTitle ¶

func (o *WorkflowsInstanceResponse) UnsetTitle()

UnsetTitle ensures that no value is present for Title, not even an explicit nil

type WorkflowsParameterDefinitionResponse ¶

type WorkflowsParameterDefinitionResponse struct {
	DisplayName             NullableString                      `json:"DisplayName,omitempty"`
	ParameterType           *KeyfactorWorkflowsDataType         `json:"ParameterType,omitempty"`
	Required                *bool                               `json:"Required,omitempty"`
	DefaultValue            NullableString                      `json:"DefaultValue,omitempty"`
	ControlType             *KeyfactorWorkflowsInputControlType `json:"ControlType,omitempty"`
	PotentialValues         map[string]string                   `json:"PotentialValues,omitempty"`
	SupportTokenReplacement *bool                               `json:"SupportTokenReplacement,omitempty"`
	DependsOn               map[string]string                   `json:"DependsOn,omitempty"`
	ToolTipContents         NullableString                      `json:"ToolTipContents,omitempty"`
}

WorkflowsParameterDefinitionResponse struct for WorkflowsParameterDefinitionResponse

func NewWorkflowsParameterDefinitionResponse ¶

func NewWorkflowsParameterDefinitionResponse() *WorkflowsParameterDefinitionResponse

NewWorkflowsParameterDefinitionResponse instantiates a new WorkflowsParameterDefinitionResponse 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 NewWorkflowsParameterDefinitionResponseWithDefaults ¶

func NewWorkflowsParameterDefinitionResponseWithDefaults() *WorkflowsParameterDefinitionResponse

NewWorkflowsParameterDefinitionResponseWithDefaults instantiates a new WorkflowsParameterDefinitionResponse 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 (*WorkflowsParameterDefinitionResponse) GetControlType ¶

GetControlType returns the ControlType field value if set, zero value otherwise.

func (*WorkflowsParameterDefinitionResponse) GetControlTypeOk ¶

GetControlTypeOk returns a tuple with the ControlType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsParameterDefinitionResponse) GetDefaultValue ¶

func (o *WorkflowsParameterDefinitionResponse) GetDefaultValue() string

GetDefaultValue returns the DefaultValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsParameterDefinitionResponse) GetDefaultValueOk ¶

func (o *WorkflowsParameterDefinitionResponse) GetDefaultValueOk() (*string, bool)

GetDefaultValueOk returns a tuple with the DefaultValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsParameterDefinitionResponse) GetDependsOn ¶

func (o *WorkflowsParameterDefinitionResponse) GetDependsOn() map[string]string

GetDependsOn returns the DependsOn field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsParameterDefinitionResponse) GetDependsOnOk ¶

func (o *WorkflowsParameterDefinitionResponse) GetDependsOnOk() (*map[string]string, bool)

GetDependsOnOk returns a tuple with the DependsOn field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsParameterDefinitionResponse) GetDisplayName ¶

func (o *WorkflowsParameterDefinitionResponse) GetDisplayName() string

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsParameterDefinitionResponse) GetDisplayNameOk ¶

func (o *WorkflowsParameterDefinitionResponse) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsParameterDefinitionResponse) GetParameterType ¶

GetParameterType returns the ParameterType field value if set, zero value otherwise.

func (*WorkflowsParameterDefinitionResponse) GetParameterTypeOk ¶

GetParameterTypeOk returns a tuple with the ParameterType field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsParameterDefinitionResponse) GetPotentialValues ¶

func (o *WorkflowsParameterDefinitionResponse) GetPotentialValues() map[string]string

GetPotentialValues returns the PotentialValues field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsParameterDefinitionResponse) GetPotentialValuesOk ¶

func (o *WorkflowsParameterDefinitionResponse) GetPotentialValuesOk() (*map[string]string, bool)

GetPotentialValuesOk returns a tuple with the PotentialValues field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsParameterDefinitionResponse) GetRequired ¶

func (o *WorkflowsParameterDefinitionResponse) GetRequired() bool

GetRequired returns the Required field value if set, zero value otherwise.

func (*WorkflowsParameterDefinitionResponse) GetRequiredOk ¶

func (o *WorkflowsParameterDefinitionResponse) GetRequiredOk() (*bool, bool)

GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsParameterDefinitionResponse) GetSupportTokenReplacement ¶

func (o *WorkflowsParameterDefinitionResponse) GetSupportTokenReplacement() bool

GetSupportTokenReplacement returns the SupportTokenReplacement field value if set, zero value otherwise.

func (*WorkflowsParameterDefinitionResponse) GetSupportTokenReplacementOk ¶

func (o *WorkflowsParameterDefinitionResponse) GetSupportTokenReplacementOk() (*bool, bool)

GetSupportTokenReplacementOk returns a tuple with the SupportTokenReplacement field value if set, nil otherwise and a boolean to check if the value has been set.

func (*WorkflowsParameterDefinitionResponse) GetToolTipContents ¶

func (o *WorkflowsParameterDefinitionResponse) GetToolTipContents() string

GetToolTipContents returns the ToolTipContents field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsParameterDefinitionResponse) GetToolTipContentsOk ¶

func (o *WorkflowsParameterDefinitionResponse) GetToolTipContentsOk() (*string, bool)

GetToolTipContentsOk returns a tuple with the ToolTipContents field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsParameterDefinitionResponse) HasControlType ¶

func (o *WorkflowsParameterDefinitionResponse) HasControlType() bool

HasControlType returns a boolean if a field has been set.

func (*WorkflowsParameterDefinitionResponse) HasDefaultValue ¶

func (o *WorkflowsParameterDefinitionResponse) HasDefaultValue() bool

HasDefaultValue returns a boolean if a field has been set.

func (*WorkflowsParameterDefinitionResponse) HasDependsOn ¶

func (o *WorkflowsParameterDefinitionResponse) HasDependsOn() bool

HasDependsOn returns a boolean if a field has been set.

func (*WorkflowsParameterDefinitionResponse) HasDisplayName ¶

func (o *WorkflowsParameterDefinitionResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (*WorkflowsParameterDefinitionResponse) HasParameterType ¶

func (o *WorkflowsParameterDefinitionResponse) HasParameterType() bool

HasParameterType returns a boolean if a field has been set.

func (*WorkflowsParameterDefinitionResponse) HasPotentialValues ¶

func (o *WorkflowsParameterDefinitionResponse) HasPotentialValues() bool

HasPotentialValues returns a boolean if a field has been set.

func (*WorkflowsParameterDefinitionResponse) HasRequired ¶

func (o *WorkflowsParameterDefinitionResponse) HasRequired() bool

HasRequired returns a boolean if a field has been set.

func (*WorkflowsParameterDefinitionResponse) HasSupportTokenReplacement ¶

func (o *WorkflowsParameterDefinitionResponse) HasSupportTokenReplacement() bool

HasSupportTokenReplacement returns a boolean if a field has been set.

func (*WorkflowsParameterDefinitionResponse) HasToolTipContents ¶

func (o *WorkflowsParameterDefinitionResponse) HasToolTipContents() bool

HasToolTipContents returns a boolean if a field has been set.

func (WorkflowsParameterDefinitionResponse) MarshalJSON ¶

func (o WorkflowsParameterDefinitionResponse) MarshalJSON() ([]byte, error)

func (*WorkflowsParameterDefinitionResponse) SetControlType ¶

SetControlType gets a reference to the given KeyfactorWorkflowsInputControlType and assigns it to the ControlType field.

func (*WorkflowsParameterDefinitionResponse) SetDefaultValue ¶

func (o *WorkflowsParameterDefinitionResponse) SetDefaultValue(v string)

SetDefaultValue gets a reference to the given NullableString and assigns it to the DefaultValue field.

func (*WorkflowsParameterDefinitionResponse) SetDefaultValueNil ¶

func (o *WorkflowsParameterDefinitionResponse) SetDefaultValueNil()

SetDefaultValueNil sets the value for DefaultValue to be an explicit nil

func (*WorkflowsParameterDefinitionResponse) SetDependsOn ¶

func (o *WorkflowsParameterDefinitionResponse) SetDependsOn(v map[string]string)

SetDependsOn gets a reference to the given map[string]string and assigns it to the DependsOn field.

func (*WorkflowsParameterDefinitionResponse) SetDisplayName ¶

func (o *WorkflowsParameterDefinitionResponse) SetDisplayName(v string)

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*WorkflowsParameterDefinitionResponse) SetDisplayNameNil ¶

func (o *WorkflowsParameterDefinitionResponse) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*WorkflowsParameterDefinitionResponse) SetParameterType ¶

SetParameterType gets a reference to the given KeyfactorWorkflowsDataType and assigns it to the ParameterType field.

func (*WorkflowsParameterDefinitionResponse) SetPotentialValues ¶

func (o *WorkflowsParameterDefinitionResponse) SetPotentialValues(v map[string]string)

SetPotentialValues gets a reference to the given map[string]string and assigns it to the PotentialValues field.

func (*WorkflowsParameterDefinitionResponse) SetRequired ¶

func (o *WorkflowsParameterDefinitionResponse) SetRequired(v bool)

SetRequired gets a reference to the given bool and assigns it to the Required field.

func (*WorkflowsParameterDefinitionResponse) SetSupportTokenReplacement ¶

func (o *WorkflowsParameterDefinitionResponse) SetSupportTokenReplacement(v bool)

SetSupportTokenReplacement gets a reference to the given bool and assigns it to the SupportTokenReplacement field.

func (*WorkflowsParameterDefinitionResponse) SetToolTipContents ¶

func (o *WorkflowsParameterDefinitionResponse) SetToolTipContents(v string)

SetToolTipContents gets a reference to the given NullableString and assigns it to the ToolTipContents field.

func (*WorkflowsParameterDefinitionResponse) SetToolTipContentsNil ¶

func (o *WorkflowsParameterDefinitionResponse) SetToolTipContentsNil()

SetToolTipContentsNil sets the value for ToolTipContents to be an explicit nil

func (WorkflowsParameterDefinitionResponse) ToMap ¶

func (o WorkflowsParameterDefinitionResponse) ToMap() (map[string]interface{}, error)

func (*WorkflowsParameterDefinitionResponse) UnsetDefaultValue ¶

func (o *WorkflowsParameterDefinitionResponse) UnsetDefaultValue()

UnsetDefaultValue ensures that no value is present for DefaultValue, not even an explicit nil

func (*WorkflowsParameterDefinitionResponse) UnsetDisplayName ¶

func (o *WorkflowsParameterDefinitionResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*WorkflowsParameterDefinitionResponse) UnsetToolTipContents ¶

func (o *WorkflowsParameterDefinitionResponse) UnsetToolTipContents()

UnsetToolTipContents ensures that no value is present for ToolTipContents, not even an explicit nil

type WorkflowsSignalConfigurationRequest ¶

type WorkflowsSignalConfigurationRequest struct {
	// The name of the signal.
	SignalName NullableString `json:"SignalName,omitempty"`
	// The roles that are allowed to send the signal.
	RoleIds []int32 `json:"RoleIds,omitempty"`
}

WorkflowsSignalConfigurationRequest struct for WorkflowsSignalConfigurationRequest

func NewWorkflowsSignalConfigurationRequest ¶

func NewWorkflowsSignalConfigurationRequest() *WorkflowsSignalConfigurationRequest

NewWorkflowsSignalConfigurationRequest instantiates a new WorkflowsSignalConfigurationRequest 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 NewWorkflowsSignalConfigurationRequestWithDefaults ¶

func NewWorkflowsSignalConfigurationRequestWithDefaults() *WorkflowsSignalConfigurationRequest

NewWorkflowsSignalConfigurationRequestWithDefaults instantiates a new WorkflowsSignalConfigurationRequest 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 (*WorkflowsSignalConfigurationRequest) GetRoleIds ¶

func (o *WorkflowsSignalConfigurationRequest) GetRoleIds() []int32

GetRoleIds returns the RoleIds field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsSignalConfigurationRequest) GetRoleIdsOk ¶

func (o *WorkflowsSignalConfigurationRequest) GetRoleIdsOk() ([]int32, bool)

GetRoleIdsOk returns a tuple with the RoleIds field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsSignalConfigurationRequest) GetSignalName ¶

func (o *WorkflowsSignalConfigurationRequest) GetSignalName() string

GetSignalName returns the SignalName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsSignalConfigurationRequest) GetSignalNameOk ¶

func (o *WorkflowsSignalConfigurationRequest) GetSignalNameOk() (*string, bool)

GetSignalNameOk returns a tuple with the SignalName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsSignalConfigurationRequest) HasRoleIds ¶

func (o *WorkflowsSignalConfigurationRequest) HasRoleIds() bool

HasRoleIds returns a boolean if a field has been set.

func (*WorkflowsSignalConfigurationRequest) HasSignalName ¶

func (o *WorkflowsSignalConfigurationRequest) HasSignalName() bool

HasSignalName returns a boolean if a field has been set.

func (WorkflowsSignalConfigurationRequest) MarshalJSON ¶

func (o WorkflowsSignalConfigurationRequest) MarshalJSON() ([]byte, error)

func (*WorkflowsSignalConfigurationRequest) SetRoleIds ¶

func (o *WorkflowsSignalConfigurationRequest) SetRoleIds(v []int32)

SetRoleIds gets a reference to the given []int32 and assigns it to the RoleIds field.

func (*WorkflowsSignalConfigurationRequest) SetSignalName ¶

func (o *WorkflowsSignalConfigurationRequest) SetSignalName(v string)

SetSignalName gets a reference to the given NullableString and assigns it to the SignalName field.

func (*WorkflowsSignalConfigurationRequest) SetSignalNameNil ¶

func (o *WorkflowsSignalConfigurationRequest) SetSignalNameNil()

SetSignalNameNil sets the value for SignalName to be an explicit nil

func (WorkflowsSignalConfigurationRequest) ToMap ¶

func (o WorkflowsSignalConfigurationRequest) ToMap() (map[string]interface{}, error)

func (*WorkflowsSignalConfigurationRequest) UnsetSignalName ¶

func (o *WorkflowsSignalConfigurationRequest) UnsetSignalName()

UnsetSignalName ensures that no value is present for SignalName, not even an explicit nil

type WorkflowsSignalDefinitionResponse ¶

type WorkflowsSignalDefinitionResponse struct {
	InputParameters map[string]WorkflowsParameterDefinitionResponse `json:"InputParameters,omitempty"`
}

WorkflowsSignalDefinitionResponse struct for WorkflowsSignalDefinitionResponse

func NewWorkflowsSignalDefinitionResponse ¶

func NewWorkflowsSignalDefinitionResponse() *WorkflowsSignalDefinitionResponse

NewWorkflowsSignalDefinitionResponse instantiates a new WorkflowsSignalDefinitionResponse 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 NewWorkflowsSignalDefinitionResponseWithDefaults ¶

func NewWorkflowsSignalDefinitionResponseWithDefaults() *WorkflowsSignalDefinitionResponse

NewWorkflowsSignalDefinitionResponseWithDefaults instantiates a new WorkflowsSignalDefinitionResponse 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 (*WorkflowsSignalDefinitionResponse) GetInputParameters ¶

GetInputParameters returns the InputParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsSignalDefinitionResponse) GetInputParametersOk ¶

GetInputParametersOk returns a tuple with the InputParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsSignalDefinitionResponse) HasInputParameters ¶

func (o *WorkflowsSignalDefinitionResponse) HasInputParameters() bool

HasInputParameters returns a boolean if a field has been set.

func (WorkflowsSignalDefinitionResponse) MarshalJSON ¶

func (o WorkflowsSignalDefinitionResponse) MarshalJSON() ([]byte, error)

func (*WorkflowsSignalDefinitionResponse) SetInputParameters ¶

SetInputParameters gets a reference to the given map[string]WorkflowsParameterDefinitionResponse and assigns it to the InputParameters field.

func (WorkflowsSignalDefinitionResponse) ToMap ¶

func (o WorkflowsSignalDefinitionResponse) ToMap() (map[string]interface{}, error)

type WorkflowsSignalRequest ¶

type WorkflowsSignalRequest struct {
	// The signal key. This is expected to be in a format like \"STEP_NAME.SIGNAL_NAME\"
	SignalKey NullableString `json:"SignalKey,omitempty"`
	// Arbitrary data to associate with the signal.
	Data map[string]interface{} `json:"Data,omitempty"`
}

WorkflowsSignalRequest struct for WorkflowsSignalRequest

func NewWorkflowsSignalRequest ¶

func NewWorkflowsSignalRequest() *WorkflowsSignalRequest

NewWorkflowsSignalRequest instantiates a new WorkflowsSignalRequest 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 NewWorkflowsSignalRequestWithDefaults ¶

func NewWorkflowsSignalRequestWithDefaults() *WorkflowsSignalRequest

NewWorkflowsSignalRequestWithDefaults instantiates a new WorkflowsSignalRequest 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 (*WorkflowsSignalRequest) GetData ¶

func (o *WorkflowsSignalRequest) GetData() map[string]interface{}

GetData returns the Data field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsSignalRequest) GetDataOk ¶

func (o *WorkflowsSignalRequest) GetDataOk() (map[string]interface{}, bool)

GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsSignalRequest) GetSignalKey ¶

func (o *WorkflowsSignalRequest) GetSignalKey() string

GetSignalKey returns the SignalKey field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsSignalRequest) GetSignalKeyOk ¶

func (o *WorkflowsSignalRequest) GetSignalKeyOk() (*string, bool)

GetSignalKeyOk returns a tuple with the SignalKey field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsSignalRequest) HasData ¶

func (o *WorkflowsSignalRequest) HasData() bool

HasData returns a boolean if a field has been set.

func (*WorkflowsSignalRequest) HasSignalKey ¶

func (o *WorkflowsSignalRequest) HasSignalKey() bool

HasSignalKey returns a boolean if a field has been set.

func (WorkflowsSignalRequest) MarshalJSON ¶

func (o WorkflowsSignalRequest) MarshalJSON() ([]byte, error)

func (*WorkflowsSignalRequest) SetData ¶

func (o *WorkflowsSignalRequest) SetData(v map[string]interface{})

SetData gets a reference to the given map[string]interface{} and assigns it to the Data field.

func (*WorkflowsSignalRequest) SetSignalKey ¶

func (o *WorkflowsSignalRequest) SetSignalKey(v string)

SetSignalKey gets a reference to the given NullableString and assigns it to the SignalKey field.

func (*WorkflowsSignalRequest) SetSignalKeyNil ¶

func (o *WorkflowsSignalRequest) SetSignalKeyNil()

SetSignalKeyNil sets the value for SignalKey to be an explicit nil

func (WorkflowsSignalRequest) ToMap ¶

func (o WorkflowsSignalRequest) ToMap() (map[string]interface{}, error)

func (*WorkflowsSignalRequest) UnsetSignalKey ¶

func (o *WorkflowsSignalRequest) UnsetSignalKey()

UnsetSignalKey ensures that no value is present for SignalKey, not even an explicit nil

type WorkflowsWorkflowTypeQueryResponse ¶

type WorkflowsWorkflowTypeQueryResponse struct {
	WorkflowType      NullableString                   `json:"WorkflowType,omitempty"`
	KeyType           NullableString                   `json:"KeyType,omitempty"`
	ContextParameters []string                         `json:"ContextParameters,omitempty"`
	BuiltInSteps      []WorkflowsAvailableStepResponse `json:"BuiltInSteps,omitempty"`
}

WorkflowsWorkflowTypeQueryResponse struct for WorkflowsWorkflowTypeQueryResponse

func NewWorkflowsWorkflowTypeQueryResponse ¶

func NewWorkflowsWorkflowTypeQueryResponse() *WorkflowsWorkflowTypeQueryResponse

NewWorkflowsWorkflowTypeQueryResponse instantiates a new WorkflowsWorkflowTypeQueryResponse 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 NewWorkflowsWorkflowTypeQueryResponseWithDefaults ¶

func NewWorkflowsWorkflowTypeQueryResponseWithDefaults() *WorkflowsWorkflowTypeQueryResponse

NewWorkflowsWorkflowTypeQueryResponseWithDefaults instantiates a new WorkflowsWorkflowTypeQueryResponse 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 (*WorkflowsWorkflowTypeQueryResponse) GetBuiltInSteps ¶

GetBuiltInSteps returns the BuiltInSteps field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsWorkflowTypeQueryResponse) GetBuiltInStepsOk ¶

GetBuiltInStepsOk returns a tuple with the BuiltInSteps field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsWorkflowTypeQueryResponse) GetContextParameters ¶

func (o *WorkflowsWorkflowTypeQueryResponse) GetContextParameters() []string

GetContextParameters returns the ContextParameters field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsWorkflowTypeQueryResponse) GetContextParametersOk ¶

func (o *WorkflowsWorkflowTypeQueryResponse) GetContextParametersOk() ([]string, bool)

GetContextParametersOk returns a tuple with the ContextParameters field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsWorkflowTypeQueryResponse) GetKeyType ¶

GetKeyType returns the KeyType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsWorkflowTypeQueryResponse) GetKeyTypeOk ¶

func (o *WorkflowsWorkflowTypeQueryResponse) GetKeyTypeOk() (*string, bool)

GetKeyTypeOk returns a tuple with the KeyType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsWorkflowTypeQueryResponse) GetWorkflowType ¶

func (o *WorkflowsWorkflowTypeQueryResponse) GetWorkflowType() string

GetWorkflowType returns the WorkflowType field value if set, zero value otherwise (both if not set or set to explicit null).

func (*WorkflowsWorkflowTypeQueryResponse) GetWorkflowTypeOk ¶

func (o *WorkflowsWorkflowTypeQueryResponse) GetWorkflowTypeOk() (*string, bool)

GetWorkflowTypeOk returns a tuple with the WorkflowType field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*WorkflowsWorkflowTypeQueryResponse) HasBuiltInSteps ¶

func (o *WorkflowsWorkflowTypeQueryResponse) HasBuiltInSteps() bool

HasBuiltInSteps returns a boolean if a field has been set.

func (*WorkflowsWorkflowTypeQueryResponse) HasContextParameters ¶

func (o *WorkflowsWorkflowTypeQueryResponse) HasContextParameters() bool

HasContextParameters returns a boolean if a field has been set.

func (*WorkflowsWorkflowTypeQueryResponse) HasKeyType ¶

func (o *WorkflowsWorkflowTypeQueryResponse) HasKeyType() bool

HasKeyType returns a boolean if a field has been set.

func (*WorkflowsWorkflowTypeQueryResponse) HasWorkflowType ¶

func (o *WorkflowsWorkflowTypeQueryResponse) HasWorkflowType() bool

HasWorkflowType returns a boolean if a field has been set.

func (WorkflowsWorkflowTypeQueryResponse) MarshalJSON ¶

func (o WorkflowsWorkflowTypeQueryResponse) MarshalJSON() ([]byte, error)

func (*WorkflowsWorkflowTypeQueryResponse) SetBuiltInSteps ¶

SetBuiltInSteps gets a reference to the given []WorkflowsAvailableStepResponse and assigns it to the BuiltInSteps field.

func (*WorkflowsWorkflowTypeQueryResponse) SetContextParameters ¶

func (o *WorkflowsWorkflowTypeQueryResponse) SetContextParameters(v []string)

SetContextParameters gets a reference to the given []string and assigns it to the ContextParameters field.

func (*WorkflowsWorkflowTypeQueryResponse) SetKeyType ¶

func (o *WorkflowsWorkflowTypeQueryResponse) SetKeyType(v string)

SetKeyType gets a reference to the given NullableString and assigns it to the KeyType field.

func (*WorkflowsWorkflowTypeQueryResponse) SetKeyTypeNil ¶

func (o *WorkflowsWorkflowTypeQueryResponse) SetKeyTypeNil()

SetKeyTypeNil sets the value for KeyType to be an explicit nil

func (*WorkflowsWorkflowTypeQueryResponse) SetWorkflowType ¶

func (o *WorkflowsWorkflowTypeQueryResponse) SetWorkflowType(v string)

SetWorkflowType gets a reference to the given NullableString and assigns it to the WorkflowType field.

func (*WorkflowsWorkflowTypeQueryResponse) SetWorkflowTypeNil ¶

func (o *WorkflowsWorkflowTypeQueryResponse) SetWorkflowTypeNil()

SetWorkflowTypeNil sets the value for WorkflowType to be an explicit nil

func (WorkflowsWorkflowTypeQueryResponse) ToMap ¶

func (o WorkflowsWorkflowTypeQueryResponse) ToMap() (map[string]interface{}, error)

func (*WorkflowsWorkflowTypeQueryResponse) UnsetKeyType ¶

func (o *WorkflowsWorkflowTypeQueryResponse) UnsetKeyType()

UnsetKeyType ensures that no value is present for KeyType, not even an explicit nil

func (*WorkflowsWorkflowTypeQueryResponse) UnsetWorkflowType ¶

func (o *WorkflowsWorkflowTypeQueryResponse) UnsetWorkflowType()

UnsetWorkflowType ensures that no value is present for WorkflowType, not even an explicit nil

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL