Documentation ¶
Index ¶
- type Ref
- type RefRequestBuilder
- func (m *RefRequestBuilder) CreateDeleteRequestInformation(options *RefRequestBuilderDeleteOptions) (...)
- func (m *RefRequestBuilder) CreateGetRequestInformation(options *RefRequestBuilderGetOptions) (...)
- func (m *RefRequestBuilder) CreatePutRequestInformation(options *RefRequestBuilderPutOptions) (...)
- func (m *RefRequestBuilder) Delete(options *RefRequestBuilderDeleteOptions) error
- func (m *RefRequestBuilder) Get(options *RefRequestBuilderGetOptions) (*string, error)
- func (m *RefRequestBuilder) Put(options *RefRequestBuilderPutOptions) error
- type RefRequestBuilderDeleteOptions
- type RefRequestBuilderGetOptions
- type RefRequestBuilderPutOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ref ¶
type Ref struct {
// contains filtered or unexported fields
}
Ref
func (*Ref) GetAdditionalData ¶
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*Ref) GetFieldDeserializers ¶
func (m *Ref) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*Ref) Serialize ¶
func (m *Ref) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*Ref) SetAdditionalData ¶
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
type RefRequestBuilder ¶
type RefRequestBuilder struct {
// contains filtered or unexported fields
}
RefRequestBuilder builds and executes requests for operations under \identityGovernance\entitlementManagement\assignmentRequests\{accessPackageAssignmentRequest-id}\accessPackage\$ref
func NewRefRequestBuilder ¶
func NewRefRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *RefRequestBuilder
NewRefRequestBuilder instantiates a new RefRequestBuilder and sets the default values.
func NewRefRequestBuilderInternal ¶
func NewRefRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *RefRequestBuilder
NewRefRequestBuilderInternal instantiates a new RefRequestBuilder and sets the default values.
func (*RefRequestBuilder) CreateDeleteRequestInformation ¶
func (m *RefRequestBuilder) CreateDeleteRequestInformation(options *RefRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation the access package associated with the accessPackageAssignmentRequest. An access package defines the collections of resource roles and the policies for how one or more users can get access to those resources. Read-only. Nullable. Supports $expand.
func (*RefRequestBuilder) CreateGetRequestInformation ¶
func (m *RefRequestBuilder) CreateGetRequestInformation(options *RefRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the access package associated with the accessPackageAssignmentRequest. An access package defines the collections of resource roles and the policies for how one or more users can get access to those resources. Read-only. Nullable. Supports $expand.
func (*RefRequestBuilder) CreatePutRequestInformation ¶
func (m *RefRequestBuilder) CreatePutRequestInformation(options *RefRequestBuilderPutOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePutRequestInformation the access package associated with the accessPackageAssignmentRequest. An access package defines the collections of resource roles and the policies for how one or more users can get access to those resources. Read-only. Nullable. Supports $expand.
func (*RefRequestBuilder) Delete ¶
func (m *RefRequestBuilder) Delete(options *RefRequestBuilderDeleteOptions) error
Delete the access package associated with the accessPackageAssignmentRequest. An access package defines the collections of resource roles and the policies for how one or more users can get access to those resources. Read-only. Nullable. Supports $expand.
func (*RefRequestBuilder) Get ¶
func (m *RefRequestBuilder) Get(options *RefRequestBuilderGetOptions) (*string, error)
Get the access package associated with the accessPackageAssignmentRequest. An access package defines the collections of resource roles and the policies for how one or more users can get access to those resources. Read-only. Nullable. Supports $expand.
func (*RefRequestBuilder) Put ¶
func (m *RefRequestBuilder) Put(options *RefRequestBuilderPutOptions) error
Put the access package associated with the accessPackageAssignmentRequest. An access package defines the collections of resource roles and the policies for how one or more users can get access to those resources. Read-only. Nullable. Supports $expand.
type RefRequestBuilderDeleteOptions ¶
type RefRequestBuilderDeleteOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
RefRequestBuilderDeleteOptions options for Delete
type RefRequestBuilderGetOptions ¶
type RefRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
RefRequestBuilderGetOptions options for Get
type RefRequestBuilderPutOptions ¶
type RefRequestBuilderPutOptions struct { // Body *Ref // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
RefRequestBuilderPutOptions options for Put