Documentation ¶
Index ¶
- type CatalogsRequestBuilder
- func (m *CatalogsRequestBuilder) CreateGetRequestInformation(options *CatalogsRequestBuilderGetOptions) (...)
- func (m *CatalogsRequestBuilder) CreatePostRequestInformation(options *CatalogsRequestBuilderPostOptions) (...)
- func (m *CatalogsRequestBuilder) Get(options *CatalogsRequestBuilderGetOptions) (*CatalogsResponse, error)
- func (m *CatalogsRequestBuilder) Post(options *CatalogsRequestBuilderPostOptions) (...)
- type CatalogsRequestBuilderGetOptions
- type CatalogsRequestBuilderGetQueryParameters
- type CatalogsRequestBuilderPostOptions
- type CatalogsResponse
- func (m *CatalogsResponse) GetAdditionalData() map[string]interface{}
- func (m *CatalogsResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *CatalogsResponse) GetNextLink() *string
- func (m *CatalogsResponse) GetValue() ...
- func (m *CatalogsResponse) IsNil() bool
- func (m *CatalogsResponse) Serialize(...) error
- func (m *CatalogsResponse) SetAdditionalData(value map[string]interface{})
- func (m *CatalogsResponse) SetNextLink(value *string)
- func (m *CatalogsResponse) SetValue(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CatalogsRequestBuilder ¶
type CatalogsRequestBuilder struct {
// contains filtered or unexported fields
}
CatalogsRequestBuilder builds and executes requests for operations under \identityGovernance\entitlementManagement\catalogs
func NewCatalogsRequestBuilder ¶
func NewCatalogsRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CatalogsRequestBuilder
NewCatalogsRequestBuilder instantiates a new CatalogsRequestBuilder and sets the default values.
func NewCatalogsRequestBuilderInternal ¶
func NewCatalogsRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CatalogsRequestBuilder
NewCatalogsRequestBuilderInternal instantiates a new CatalogsRequestBuilder and sets the default values.
func (*CatalogsRequestBuilder) CreateGetRequestInformation ¶
func (m *CatalogsRequestBuilder) CreateGetRequestInformation(options *CatalogsRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation represents a group of access packages.
func (*CatalogsRequestBuilder) CreatePostRequestInformation ¶
func (m *CatalogsRequestBuilder) CreatePostRequestInformation(options *CatalogsRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation represents a group of access packages.
func (*CatalogsRequestBuilder) Get ¶
func (m *CatalogsRequestBuilder) Get(options *CatalogsRequestBuilderGetOptions) (*CatalogsResponse, error)
Get represents a group of access packages.
func (*CatalogsRequestBuilder) Post ¶
func (m *CatalogsRequestBuilder) Post(options *CatalogsRequestBuilderPostOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AccessPackageCatalog, error)
Post represents a group of access packages.
type CatalogsRequestBuilderGetOptions ¶
type CatalogsRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *CatalogsRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
CatalogsRequestBuilderGetOptions options for Get
type CatalogsRequestBuilderGetQueryParameters ¶
type CatalogsRequestBuilderGetQueryParameters struct { // Include count of items Count *bool // Expand related entities Expand []string // Filter items by property values Filter *string // Order items by property values Orderby []string // Search items by search phrases Search *string // Select properties to be returned Select []string // Skip the first n items Skip *int32 // Show only the first n items Top *int32 }
CatalogsRequestBuilderGetQueryParameters represents a group of access packages.
type CatalogsRequestBuilderPostOptions ¶
type CatalogsRequestBuilderPostOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AccessPackageCatalog // 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 }
CatalogsRequestBuilderPostOptions options for Post
type CatalogsResponse ¶
type CatalogsResponse struct {
// contains filtered or unexported fields
}
CatalogsResponse
func NewCatalogsResponse ¶
func NewCatalogsResponse() *CatalogsResponse
NewCatalogsResponse instantiates a new catalogsResponse and sets the default values.
func (*CatalogsResponse) GetAdditionalData ¶
func (m *CatalogsResponse) GetAdditionalData() map[string]interface{}
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 (*CatalogsResponse) GetFieldDeserializers ¶
func (m *CatalogsResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*CatalogsResponse) GetNextLink ¶
func (m *CatalogsResponse) GetNextLink() *string
GetNextLink gets the @odata.nextLink property value.
func (*CatalogsResponse) GetValue ¶
func (m *CatalogsResponse) GetValue() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AccessPackageCatalog
GetValue gets the value property value.
func (*CatalogsResponse) IsNil ¶
func (m *CatalogsResponse) IsNil() bool
func (*CatalogsResponse) Serialize ¶
func (m *CatalogsResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*CatalogsResponse) SetAdditionalData ¶
func (m *CatalogsResponse) SetAdditionalData(value map[string]interface{})
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.
func (*CatalogsResponse) SetNextLink ¶
func (m *CatalogsResponse) SetNextLink(value *string)
SetNextLink sets the @odata.nextLink property value.
func (*CatalogsResponse) SetValue ¶
func (m *CatalogsResponse) SetValue(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AccessPackageCatalog)
SetValue sets the value property value.