accessreviewdecisioninsight

package
v0.20241209.1115630 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2024 License: MPL-2.0 Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessReviewDecisionInsightClient

type AccessReviewDecisionInsightClient struct {
	Client *msgraph.Client
}

func NewAccessReviewDecisionInsightClientWithBaseURI

func NewAccessReviewDecisionInsightClientWithBaseURI(sdkApi sdkEnv.Api) (*AccessReviewDecisionInsightClient, error)

func (AccessReviewDecisionInsightClient) CreateAccessReviewDecisionInsight

CreateAccessReviewDecisionInsight - Create new navigation property to insights for identityGovernance

func (AccessReviewDecisionInsightClient) DeleteAccessReviewDecisionInsight

DeleteAccessReviewDecisionInsight - Delete navigation property insights for identityGovernance

func (AccessReviewDecisionInsightClient) GetAccessReviewDecisionInsight

GetAccessReviewDecisionInsight - Get insights from identityGovernance. Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem.

func (AccessReviewDecisionInsightClient) GetAccessReviewDecisionInsightsCount

GetAccessReviewDecisionInsightsCount - Get the number of the resource

func (AccessReviewDecisionInsightClient) ListAccessReviewDecisionInsights

ListAccessReviewDecisionInsights - Get insights from identityGovernance. Insights are recommendations to reviewers on whether to approve or deny a decision. There can be multiple insights associated with an accessReviewInstanceDecisionItem.

func (AccessReviewDecisionInsightClient) ListAccessReviewDecisionInsightsComplete

ListAccessReviewDecisionInsightsComplete retrieves all the results into a single object

func (AccessReviewDecisionInsightClient) ListAccessReviewDecisionInsightsCompleteMatchingPredicate

ListAccessReviewDecisionInsightsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (AccessReviewDecisionInsightClient) UpdateAccessReviewDecisionInsight

UpdateAccessReviewDecisionInsight - Update the navigation property insights in identityGovernance

type CreateAccessReviewDecisionInsightOperationOptions

type CreateAccessReviewDecisionInsightOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultCreateAccessReviewDecisionInsightOperationOptions

func DefaultCreateAccessReviewDecisionInsightOperationOptions() CreateAccessReviewDecisionInsightOperationOptions

func (CreateAccessReviewDecisionInsightOperationOptions) ToHeaders

func (CreateAccessReviewDecisionInsightOperationOptions) ToOData

func (CreateAccessReviewDecisionInsightOperationOptions) ToQuery

type CreateAccessReviewDecisionInsightOperationResponse

type CreateAccessReviewDecisionInsightOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.GovernanceInsight
}

type DeleteAccessReviewDecisionInsightOperationOptions

type DeleteAccessReviewDecisionInsightOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteAccessReviewDecisionInsightOperationOptions

func DefaultDeleteAccessReviewDecisionInsightOperationOptions() DeleteAccessReviewDecisionInsightOperationOptions

func (DeleteAccessReviewDecisionInsightOperationOptions) ToHeaders

func (DeleteAccessReviewDecisionInsightOperationOptions) ToOData

func (DeleteAccessReviewDecisionInsightOperationOptions) ToQuery

type DeleteAccessReviewDecisionInsightOperationResponse

type DeleteAccessReviewDecisionInsightOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetAccessReviewDecisionInsightOperationOptions

type GetAccessReviewDecisionInsightOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetAccessReviewDecisionInsightOperationOptions

func DefaultGetAccessReviewDecisionInsightOperationOptions() GetAccessReviewDecisionInsightOperationOptions

func (GetAccessReviewDecisionInsightOperationOptions) ToHeaders

func (GetAccessReviewDecisionInsightOperationOptions) ToOData

func (GetAccessReviewDecisionInsightOperationOptions) ToQuery

type GetAccessReviewDecisionInsightOperationResponse

type GetAccessReviewDecisionInsightOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.GovernanceInsight
}

type GetAccessReviewDecisionInsightsCountOperationOptions

type GetAccessReviewDecisionInsightsCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetAccessReviewDecisionInsightsCountOperationOptions

func DefaultGetAccessReviewDecisionInsightsCountOperationOptions() GetAccessReviewDecisionInsightsCountOperationOptions

func (GetAccessReviewDecisionInsightsCountOperationOptions) ToHeaders

func (GetAccessReviewDecisionInsightsCountOperationOptions) ToOData

func (GetAccessReviewDecisionInsightsCountOperationOptions) ToQuery

type GetAccessReviewDecisionInsightsCountOperationResponse

type GetAccessReviewDecisionInsightsCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type GovernanceInsightOperationPredicate

type GovernanceInsightOperationPredicate struct {
}

func (GovernanceInsightOperationPredicate) Matches

type ListAccessReviewDecisionInsightsCompleteResult

type ListAccessReviewDecisionInsightsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.GovernanceInsight
}

type ListAccessReviewDecisionInsightsCustomPager

type ListAccessReviewDecisionInsightsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListAccessReviewDecisionInsightsOperationOptions

type ListAccessReviewDecisionInsightsOperationOptions struct {
	Count     *bool
	Expand    *odata.Expand
	Filter    *string
	Metadata  *odata.Metadata
	OrderBy   *odata.OrderBy
	RetryFunc client.RequestRetryFunc
	Search    *string
	Select    *[]string
	Skip      *int64
	Top       *int64
}

func DefaultListAccessReviewDecisionInsightsOperationOptions

func DefaultListAccessReviewDecisionInsightsOperationOptions() ListAccessReviewDecisionInsightsOperationOptions

func (ListAccessReviewDecisionInsightsOperationOptions) ToHeaders

func (ListAccessReviewDecisionInsightsOperationOptions) ToOData

func (ListAccessReviewDecisionInsightsOperationOptions) ToQuery

type ListAccessReviewDecisionInsightsOperationResponse

type ListAccessReviewDecisionInsightsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.GovernanceInsight
}

type UpdateAccessReviewDecisionInsightOperationOptions

type UpdateAccessReviewDecisionInsightOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateAccessReviewDecisionInsightOperationOptions

func DefaultUpdateAccessReviewDecisionInsightOperationOptions() UpdateAccessReviewDecisionInsightOperationOptions

func (UpdateAccessReviewDecisionInsightOperationOptions) ToHeaders

func (UpdateAccessReviewDecisionInsightOperationOptions) ToOData

func (UpdateAccessReviewDecisionInsightOperationOptions) ToQuery

type UpdateAccessReviewDecisionInsightOperationResponse

type UpdateAccessReviewDecisionInsightOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL