Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PolicyRequestBuilder ¶
type PolicyRequestBuilder struct {
// contains filtered or unexported fields
}
PolicyRequestBuilder provides operations to manage the policy property of the microsoft.graph.unifiedRoleManagementPolicyAssignment entity.
func NewPolicyRequestBuilder ¶
func NewPolicyRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PolicyRequestBuilder
NewPolicyRequestBuilder instantiates a new PolicyRequestBuilder and sets the default values.
func NewPolicyRequestBuilderInternal ¶
func NewPolicyRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PolicyRequestBuilder
NewPolicyRequestBuilderInternal instantiates a new PolicyRequestBuilder and sets the default values.
func (*PolicyRequestBuilder) CreateGetRequestInformation ¶
func (m *PolicyRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *PolicyRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the policy that's associated with a policy assignment. Supports $expand and a nested $expand of the rules and effectiveRules relationships for the policy.
func (*PolicyRequestBuilder) Get ¶
func (m *PolicyRequestBuilder) Get(ctx context.Context, requestConfiguration *PolicyRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleManagementPolicyable, error)
Get the policy that's associated with a policy assignment. Supports $expand and a nested $expand of the rules and effectiveRules relationships for the policy.
type PolicyRequestBuilderGetQueryParameters ¶
type PolicyRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
PolicyRequestBuilderGetQueryParameters the policy that's associated with a policy assignment. Supports $expand and a nested $expand of the rules and effectiveRules relationships for the policy.
type PolicyRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type PolicyRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *PolicyRequestBuilderGetQueryParameters }
PolicyRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.