mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
starting point for go docs
This commit is contained in:
@@ -0,0 +1,116 @@
|
||||
---
|
||||
id: beta-provisioning-config-managed-resource-refs-inner
|
||||
title: ProvisioningConfigManagedResourceRefsInner
|
||||
pagination_label: ProvisioningConfigManagedResourceRefsInner
|
||||
sidebar_label: ProvisioningConfigManagedResourceRefsInner
|
||||
sidebar_class_name: gosdk
|
||||
keywords: ['go', 'Golang', 'sdk', 'ProvisioningConfigManagedResourceRefsInner', 'BetaProvisioningConfigManagedResourceRefsInner']
|
||||
slug: /tools/sdk/go/beta/models/provisioning-config-managed-resource-refs-inner
|
||||
tags: ['SDK', 'Software Development Kit', 'ProvisioningConfigManagedResourceRefsInner', 'BetaProvisioningConfigManagedResourceRefsInner']
|
||||
---
|
||||
|
||||
# ProvisioningConfigManagedResourceRefsInner
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Type** | Pointer to **map[string]interface{}** | The type of object being referenced | [optional]
|
||||
**Id** | Pointer to **map[string]interface{}** | ID of the source | [optional]
|
||||
**Name** | Pointer to **map[string]interface{}** | Human-readable display name of the source | [optional]
|
||||
|
||||
## Methods
|
||||
|
||||
### NewProvisioningConfigManagedResourceRefsInner
|
||||
|
||||
`func NewProvisioningConfigManagedResourceRefsInner() *ProvisioningConfigManagedResourceRefsInner`
|
||||
|
||||
NewProvisioningConfigManagedResourceRefsInner instantiates a new ProvisioningConfigManagedResourceRefsInner object
|
||||
This constructor will assign default values to properties that have it defined,
|
||||
and makes sure properties required by API are set, but the set of arguments
|
||||
will change when the set of required properties is changed
|
||||
|
||||
### NewProvisioningConfigManagedResourceRefsInnerWithDefaults
|
||||
|
||||
`func NewProvisioningConfigManagedResourceRefsInnerWithDefaults() *ProvisioningConfigManagedResourceRefsInner`
|
||||
|
||||
NewProvisioningConfigManagedResourceRefsInnerWithDefaults instantiates a new ProvisioningConfigManagedResourceRefsInner object
|
||||
This constructor will only assign default values to properties that have it defined,
|
||||
but it doesn't guarantee that properties required by API are set
|
||||
|
||||
### GetType
|
||||
|
||||
`func (o *ProvisioningConfigManagedResourceRefsInner) GetType() map[string]interface{}`
|
||||
|
||||
GetType returns the Type field if non-nil, zero value otherwise.
|
||||
|
||||
### GetTypeOk
|
||||
|
||||
`func (o *ProvisioningConfigManagedResourceRefsInner) GetTypeOk() (*map[string]interface{}, bool)`
|
||||
|
||||
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetType
|
||||
|
||||
`func (o *ProvisioningConfigManagedResourceRefsInner) SetType(v map[string]interface{})`
|
||||
|
||||
SetType sets Type field to given value.
|
||||
|
||||
### HasType
|
||||
|
||||
`func (o *ProvisioningConfigManagedResourceRefsInner) HasType() bool`
|
||||
|
||||
HasType returns a boolean if a field has been set.
|
||||
|
||||
### GetId
|
||||
|
||||
`func (o *ProvisioningConfigManagedResourceRefsInner) GetId() map[string]interface{}`
|
||||
|
||||
GetId returns the Id field if non-nil, zero value otherwise.
|
||||
|
||||
### GetIdOk
|
||||
|
||||
`func (o *ProvisioningConfigManagedResourceRefsInner) GetIdOk() (*map[string]interface{}, bool)`
|
||||
|
||||
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetId
|
||||
|
||||
`func (o *ProvisioningConfigManagedResourceRefsInner) SetId(v map[string]interface{})`
|
||||
|
||||
SetId sets Id field to given value.
|
||||
|
||||
### HasId
|
||||
|
||||
`func (o *ProvisioningConfigManagedResourceRefsInner) HasId() bool`
|
||||
|
||||
HasId returns a boolean if a field has been set.
|
||||
|
||||
### GetName
|
||||
|
||||
`func (o *ProvisioningConfigManagedResourceRefsInner) GetName() map[string]interface{}`
|
||||
|
||||
GetName returns the Name field if non-nil, zero value otherwise.
|
||||
|
||||
### GetNameOk
|
||||
|
||||
`func (o *ProvisioningConfigManagedResourceRefsInner) GetNameOk() (*map[string]interface{}, bool)`
|
||||
|
||||
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
|
||||
and a boolean to check if the value has been set.
|
||||
|
||||
### SetName
|
||||
|
||||
`func (o *ProvisioningConfigManagedResourceRefsInner) SetName(v map[string]interface{})`
|
||||
|
||||
SetName sets Name field to given value.
|
||||
|
||||
### HasName
|
||||
|
||||
`func (o *ProvisioningConfigManagedResourceRefsInner) HasName() bool`
|
||||
|
||||
HasName returns a boolean if a field has been set.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user