Name | Type | Description | Notes |
---|---|---|---|
UniversalManager | Pointer to bool | Specifies whether this configuration is used to manage provisioning requests for all sources from the org. If true, no managedResourceRefs are allowed. | [optional] [readonly] |
ManagedResourceRefs | Pointer to []BaseReferenceDto | References to sources for the Service Desk integration template. May only be specified if universalManager is false. | [optional] |
PlanInitializerScript | Pointer to ProvisioningConfigPlanInitializerScript | [optional] |
func NewProvisioningConfig() *ProvisioningConfig
NewProvisioningConfig instantiates a new ProvisioningConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProvisioningConfigWithDefaults() *ProvisioningConfig
NewProvisioningConfigWithDefaults instantiates a new ProvisioningConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ProvisioningConfig) GetUniversalManager() bool
GetUniversalManager returns the UniversalManager field if non-nil, zero value otherwise.
func (o *ProvisioningConfig) GetUniversalManagerOk() (*bool, bool)
GetUniversalManagerOk returns a tuple with the UniversalManager field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProvisioningConfig) SetUniversalManager(v bool)
SetUniversalManager sets UniversalManager field to given value.
func (o *ProvisioningConfig) HasUniversalManager() bool
HasUniversalManager returns a boolean if a field has been set.
func (o *ProvisioningConfig) GetManagedResourceRefs() []BaseReferenceDto
GetManagedResourceRefs returns the ManagedResourceRefs field if non-nil, zero value otherwise.
func (o *ProvisioningConfig) GetManagedResourceRefsOk() (*[]BaseReferenceDto, bool)
GetManagedResourceRefsOk returns a tuple with the ManagedResourceRefs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProvisioningConfig) SetManagedResourceRefs(v []BaseReferenceDto)
SetManagedResourceRefs sets ManagedResourceRefs field to given value.
func (o *ProvisioningConfig) HasManagedResourceRefs() bool
HasManagedResourceRefs returns a boolean if a field has been set.
func (o *ProvisioningConfig) GetPlanInitializerScript() ProvisioningConfigPlanInitializerScript
GetPlanInitializerScript returns the PlanInitializerScript field if non-nil, zero value otherwise.
func (o *ProvisioningConfig) GetPlanInitializerScriptOk() (*ProvisioningConfigPlanInitializerScript, bool)
GetPlanInitializerScriptOk returns a tuple with the PlanInitializerScript field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProvisioningConfig) SetPlanInitializerScript(v ProvisioningConfigPlanInitializerScript)
SetPlanInitializerScript sets PlanInitializerScript field to given value.
func (o *ProvisioningConfig) HasPlanInitializerScript() bool
HasPlanInitializerScript returns a boolean if a field has been set.