Documentation ¶
Index ¶
- type CatalogRequestBuilder
- func (m *CatalogRequestBuilder) CreateGetRequestInformation() (...)
- func (m *CatalogRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *CatalogRequestBuilderGetRequestConfiguration) (...)
- func (m *CatalogRequestBuilder) Get() (...)
- func (m *CatalogRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *CatalogRequestBuilderGetRequestConfiguration, ...) (...)
- type CatalogRequestBuilderGetQueryParameters
- type CatalogRequestBuilderGetRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CatalogRequestBuilder ¶
type CatalogRequestBuilder struct {
// contains filtered or unexported fields
}
CatalogRequestBuilder provides operations to manage the catalog property of the microsoft.graph.accessPackageAssignmentPolicy entity.
func NewCatalogRequestBuilder ¶
func NewCatalogRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CatalogRequestBuilder
NewCatalogRequestBuilder instantiates a new CatalogRequestBuilder and sets the default values.
func NewCatalogRequestBuilderInternal ¶
func NewCatalogRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CatalogRequestBuilder
NewCatalogRequestBuilderInternal instantiates a new CatalogRequestBuilder and sets the default values.
func (*CatalogRequestBuilder) CreateGetRequestInformation ¶
func (m *CatalogRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation catalog of the access package containing this policy. Read-only.
func (*CatalogRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *CatalogRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *CatalogRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration catalog of the access package containing this policy. Read-only.
func (*CatalogRequestBuilder) Get ¶
func (m *CatalogRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageCatalogable, error)
Get catalog of the access package containing this policy. Read-only.
func (*CatalogRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *CatalogRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *CatalogRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageCatalogable, error)
GetWithRequestConfigurationAndResponseHandler catalog of the access package containing this policy. Read-only.
type CatalogRequestBuilderGetQueryParameters ¶
type CatalogRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
CatalogRequestBuilderGetQueryParameters catalog of the access package containing this policy. Read-only.
type CatalogRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type CatalogRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *CatalogRequestBuilderGetQueryParameters }
CatalogRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.