Documentation
¶
Index ¶
- type UnifiedRoleManagementPolicyRuleItemRequestBuilder
- func (m *UnifiedRoleManagementPolicyRuleItemRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *UnifiedRoleManagementPolicyRuleItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(...) (...)
- func (m *UnifiedRoleManagementPolicyRuleItemRequestBuilder) CreateGetRequestInformation() (...)
- func (m *UnifiedRoleManagementPolicyRuleItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *UnifiedRoleManagementPolicyRuleItemRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *UnifiedRoleManagementPolicyRuleItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *UnifiedRoleManagementPolicyRuleItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *UnifiedRoleManagementPolicyRuleItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *UnifiedRoleManagementPolicyRuleItemRequestBuilder) Patch(ctx context.Context, ...) error
- type UnifiedRoleManagementPolicyRuleItemRequestBuilderDeleteRequestConfiguration
- type UnifiedRoleManagementPolicyRuleItemRequestBuilderGetQueryParameters
- type UnifiedRoleManagementPolicyRuleItemRequestBuilderGetRequestConfiguration
- type UnifiedRoleManagementPolicyRuleItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnifiedRoleManagementPolicyRuleItemRequestBuilder ¶
type UnifiedRoleManagementPolicyRuleItemRequestBuilder struct {
// contains filtered or unexported fields
}
UnifiedRoleManagementPolicyRuleItemRequestBuilder provides operations to manage the rules property of the microsoft.graph.unifiedRoleManagementPolicy entity.
func NewUnifiedRoleManagementPolicyRuleItemRequestBuilder ¶
func NewUnifiedRoleManagementPolicyRuleItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UnifiedRoleManagementPolicyRuleItemRequestBuilder
NewUnifiedRoleManagementPolicyRuleItemRequestBuilder instantiates a new UnifiedRoleManagementPolicyRuleItemRequestBuilder and sets the default values.
func NewUnifiedRoleManagementPolicyRuleItemRequestBuilderInternal ¶
func NewUnifiedRoleManagementPolicyRuleItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UnifiedRoleManagementPolicyRuleItemRequestBuilder
NewUnifiedRoleManagementPolicyRuleItemRequestBuilderInternal instantiates a new UnifiedRoleManagementPolicyRuleItemRequestBuilder and sets the default values.
func (*UnifiedRoleManagementPolicyRuleItemRequestBuilder) CreateDeleteRequestInformation ¶
func (m *UnifiedRoleManagementPolicyRuleItemRequestBuilder) CreateDeleteRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property rules for policies
func (*UnifiedRoleManagementPolicyRuleItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *UnifiedRoleManagementPolicyRuleItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *UnifiedRoleManagementPolicyRuleItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property rules for policies
func (*UnifiedRoleManagementPolicyRuleItemRequestBuilder) CreateGetRequestInformation ¶
func (m *UnifiedRoleManagementPolicyRuleItemRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the collection of rules like approval rules and expiration rules. Supports $expand.
func (*UnifiedRoleManagementPolicyRuleItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *UnifiedRoleManagementPolicyRuleItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *UnifiedRoleManagementPolicyRuleItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the collection of rules like approval rules and expiration rules. Supports $expand.
func (*UnifiedRoleManagementPolicyRuleItemRequestBuilder) CreatePatchRequestInformation ¶
func (m *UnifiedRoleManagementPolicyRuleItemRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleManagementPolicyRuleable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property rules in policies
func (*UnifiedRoleManagementPolicyRuleItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *UnifiedRoleManagementPolicyRuleItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleManagementPolicyRuleable, requestConfiguration *UnifiedRoleManagementPolicyRuleItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property rules in policies
func (*UnifiedRoleManagementPolicyRuleItemRequestBuilder) Delete ¶
func (m *UnifiedRoleManagementPolicyRuleItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *UnifiedRoleManagementPolicyRuleItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property rules for policies
func (*UnifiedRoleManagementPolicyRuleItemRequestBuilder) Get ¶
func (m *UnifiedRoleManagementPolicyRuleItemRequestBuilder) Get(ctx context.Context, requestConfiguration *UnifiedRoleManagementPolicyRuleItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleManagementPolicyRuleable, error)
Get the collection of rules like approval rules and expiration rules. Supports $expand.
func (*UnifiedRoleManagementPolicyRuleItemRequestBuilder) Patch ¶
func (m *UnifiedRoleManagementPolicyRuleItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.UnifiedRoleManagementPolicyRuleable, requestConfiguration *UnifiedRoleManagementPolicyRuleItemRequestBuilderPatchRequestConfiguration) error
Patch update the navigation property rules in policies
type UnifiedRoleManagementPolicyRuleItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type UnifiedRoleManagementPolicyRuleItemRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
UnifiedRoleManagementPolicyRuleItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type UnifiedRoleManagementPolicyRuleItemRequestBuilderGetQueryParameters ¶
type UnifiedRoleManagementPolicyRuleItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
UnifiedRoleManagementPolicyRuleItemRequestBuilderGetQueryParameters the collection of rules like approval rules and expiration rules. Supports $expand.
type UnifiedRoleManagementPolicyRuleItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type UnifiedRoleManagementPolicyRuleItemRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *UnifiedRoleManagementPolicyRuleItemRequestBuilderGetQueryParameters }
UnifiedRoleManagementPolicyRuleItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type UnifiedRoleManagementPolicyRuleItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type UnifiedRoleManagementPolicyRuleItemRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
UnifiedRoleManagementPolicyRuleItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.