Documentation ¶
Index ¶
- func CreateGetApplicablePolicyRequirementsResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type GetApplicablePolicyRequirementsRequestBuilder
- type GetApplicablePolicyRequirementsRequestBuilderPostRequestConfiguration
- type GetApplicablePolicyRequirementsResponse
- type GetApplicablePolicyRequirementsResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGetApplicablePolicyRequirementsResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetApplicablePolicyRequirementsResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetApplicablePolicyRequirementsResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type GetApplicablePolicyRequirementsRequestBuilder ¶
type GetApplicablePolicyRequirementsRequestBuilder struct {
// contains filtered or unexported fields
}
GetApplicablePolicyRequirementsRequestBuilder provides operations to call the getApplicablePolicyRequirements method.
func NewGetApplicablePolicyRequirementsRequestBuilder ¶
func NewGetApplicablePolicyRequirementsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetApplicablePolicyRequirementsRequestBuilder
NewGetApplicablePolicyRequirementsRequestBuilder instantiates a new GetApplicablePolicyRequirementsRequestBuilder and sets the default values.
func NewGetApplicablePolicyRequirementsRequestBuilderInternal ¶
func NewGetApplicablePolicyRequirementsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetApplicablePolicyRequirementsRequestBuilder
NewGetApplicablePolicyRequirementsRequestBuilderInternal instantiates a new GetApplicablePolicyRequirementsRequestBuilder and sets the default values.
func (*GetApplicablePolicyRequirementsRequestBuilder) CreatePostRequestInformation ¶
func (m *GetApplicablePolicyRequirementsRequestBuilder) CreatePostRequestInformation(ctx context.Context, requestConfiguration *GetApplicablePolicyRequirementsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation in Azure AD entitlement management, this action retrieves a list of accessPackageAssignmentRequestRequirements objects that the currently signed-in user can use to create an accessPackageAssignmentRequest. Each requirement object corresponds to an access package assignment policy that the currently signed-in user is allowed to request an assignment for.
func (*GetApplicablePolicyRequirementsRequestBuilder) Post ¶
func (m *GetApplicablePolicyRequirementsRequestBuilder) Post(ctx context.Context, requestConfiguration *GetApplicablePolicyRequirementsRequestBuilderPostRequestConfiguration) (GetApplicablePolicyRequirementsResponseable, error)
Post in Azure AD entitlement management, this action retrieves a list of accessPackageAssignmentRequestRequirements objects that the currently signed-in user can use to create an accessPackageAssignmentRequest. Each requirement object corresponds to an access package assignment policy that the currently signed-in user is allowed to request an assignment for.
type GetApplicablePolicyRequirementsRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type GetApplicablePolicyRequirementsRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
GetApplicablePolicyRequirementsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type GetApplicablePolicyRequirementsResponse ¶ added in v0.13.0
type GetApplicablePolicyRequirementsResponse struct { iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse // contains filtered or unexported fields }
GetApplicablePolicyRequirementsResponse provides operations to call the getApplicablePolicyRequirements method.
func NewGetApplicablePolicyRequirementsResponse ¶ added in v0.13.0
func NewGetApplicablePolicyRequirementsResponse() *GetApplicablePolicyRequirementsResponse
NewGetApplicablePolicyRequirementsResponse instantiates a new getApplicablePolicyRequirementsResponse and sets the default values.
func (*GetApplicablePolicyRequirementsResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *GetApplicablePolicyRequirementsResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetApplicablePolicyRequirementsResponse) GetValue ¶ added in v0.13.0
func (m *GetApplicablePolicyRequirementsResponse) GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageAssignmentRequestRequirementsable
GetValue gets the value property value. The value property
func (*GetApplicablePolicyRequirementsResponse) Serialize ¶ added in v0.13.0
func (m *GetApplicablePolicyRequirementsResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetApplicablePolicyRequirementsResponse) SetValue ¶ added in v0.13.0
func (m *GetApplicablePolicyRequirementsResponse) SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageAssignmentRequestRequirementsable)
SetValue sets the value property value. The value property
type GetApplicablePolicyRequirementsResponseable ¶ added in v0.13.0
type GetApplicablePolicyRequirementsResponseable interface { iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageAssignmentRequestRequirementsable SetValue(value []iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageAssignmentRequestRequirementsable) }
GetApplicablePolicyRequirementsResponseable