directoryroleassignment

package
v0.20241111.1164443 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateDirectoryRoleAssignmentOperationOptions

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

func DefaultCreateDirectoryRoleAssignmentOperationOptions

func DefaultCreateDirectoryRoleAssignmentOperationOptions() CreateDirectoryRoleAssignmentOperationOptions

func (CreateDirectoryRoleAssignmentOperationOptions) ToHeaders

func (CreateDirectoryRoleAssignmentOperationOptions) ToOData

func (CreateDirectoryRoleAssignmentOperationOptions) ToQuery

type CreateDirectoryRoleAssignmentOperationResponse

type CreateDirectoryRoleAssignmentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.UnifiedRoleAssignment
}

type DeleteDirectoryRoleAssignmentOperationOptions

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

func DefaultDeleteDirectoryRoleAssignmentOperationOptions

func DefaultDeleteDirectoryRoleAssignmentOperationOptions() DeleteDirectoryRoleAssignmentOperationOptions

func (DeleteDirectoryRoleAssignmentOperationOptions) ToHeaders

func (DeleteDirectoryRoleAssignmentOperationOptions) ToOData

func (DeleteDirectoryRoleAssignmentOperationOptions) ToQuery

type DeleteDirectoryRoleAssignmentOperationResponse

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

type DirectoryRoleAssignmentClient

type DirectoryRoleAssignmentClient struct {
	Client *msgraph.Client
}

func NewDirectoryRoleAssignmentClientWithBaseURI

func NewDirectoryRoleAssignmentClientWithBaseURI(sdkApi sdkEnv.Api) (*DirectoryRoleAssignmentClient, error)

func (DirectoryRoleAssignmentClient) CreateDirectoryRoleAssignment

CreateDirectoryRoleAssignment - Create unifiedRoleAssignment. Create a new unifiedRoleAssignment object.

func (DirectoryRoleAssignmentClient) DeleteDirectoryRoleAssignment

DeleteDirectoryRoleAssignment - Delete unifiedRoleAssignment. Delete a unifiedRoleAssignment object.

func (DirectoryRoleAssignmentClient) GetDirectoryRoleAssignment

GetDirectoryRoleAssignment - Get unifiedRoleAssignment. Retrieve the properties and relationships of a unifiedRoleAssignment object.

func (DirectoryRoleAssignmentClient) GetDirectoryRoleAssignmentsCount

GetDirectoryRoleAssignmentsCount - Get the number of the resource

func (DirectoryRoleAssignmentClient) ListDirectoryRoleAssignments

ListDirectoryRoleAssignments - List unifiedRoleAssignments. Get a list of unifiedRoleAssignment objects for the RBAC provider. The following RBAC providers are currently supported: - directory (Microsoft Entra ID) - entitlement management (Microsoft Entra entitlement management)

func (DirectoryRoleAssignmentClient) ListDirectoryRoleAssignmentsComplete

ListDirectoryRoleAssignmentsComplete retrieves all the results into a single object

func (DirectoryRoleAssignmentClient) ListDirectoryRoleAssignmentsCompleteMatchingPredicate

ListDirectoryRoleAssignmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DirectoryRoleAssignmentClient) UpdateDirectoryRoleAssignment

UpdateDirectoryRoleAssignment - Update the navigation property roleAssignments in roleManagement

type GetDirectoryRoleAssignmentOperationOptions

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

func DefaultGetDirectoryRoleAssignmentOperationOptions

func DefaultGetDirectoryRoleAssignmentOperationOptions() GetDirectoryRoleAssignmentOperationOptions

func (GetDirectoryRoleAssignmentOperationOptions) ToHeaders

func (GetDirectoryRoleAssignmentOperationOptions) ToOData

func (GetDirectoryRoleAssignmentOperationOptions) ToQuery

type GetDirectoryRoleAssignmentOperationResponse

type GetDirectoryRoleAssignmentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.UnifiedRoleAssignment
}

type GetDirectoryRoleAssignmentsCountOperationOptions

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

func DefaultGetDirectoryRoleAssignmentsCountOperationOptions

func DefaultGetDirectoryRoleAssignmentsCountOperationOptions() GetDirectoryRoleAssignmentsCountOperationOptions

func (GetDirectoryRoleAssignmentsCountOperationOptions) ToHeaders

func (GetDirectoryRoleAssignmentsCountOperationOptions) ToOData

func (GetDirectoryRoleAssignmentsCountOperationOptions) ToQuery

type GetDirectoryRoleAssignmentsCountOperationResponse

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

type ListDirectoryRoleAssignmentsCompleteResult

type ListDirectoryRoleAssignmentsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.UnifiedRoleAssignment
}

type ListDirectoryRoleAssignmentsCustomPager

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

type ListDirectoryRoleAssignmentsOperationOptions

type ListDirectoryRoleAssignmentsOperationOptions 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 DefaultListDirectoryRoleAssignmentsOperationOptions

func DefaultListDirectoryRoleAssignmentsOperationOptions() ListDirectoryRoleAssignmentsOperationOptions

func (ListDirectoryRoleAssignmentsOperationOptions) ToHeaders

func (ListDirectoryRoleAssignmentsOperationOptions) ToOData

func (ListDirectoryRoleAssignmentsOperationOptions) ToQuery

type ListDirectoryRoleAssignmentsOperationResponse

type ListDirectoryRoleAssignmentsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.UnifiedRoleAssignment
}

type UnifiedRoleAssignmentOperationPredicate

type UnifiedRoleAssignmentOperationPredicate struct {
}

func (UnifiedRoleAssignmentOperationPredicate) Matches

type UpdateDirectoryRoleAssignmentOperationOptions

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

func DefaultUpdateDirectoryRoleAssignmentOperationOptions

func DefaultUpdateDirectoryRoleAssignmentOperationOptions() UpdateDirectoryRoleAssignmentOperationOptions

func (UpdateDirectoryRoleAssignmentOperationOptions) ToHeaders

func (UpdateDirectoryRoleAssignmentOperationOptions) ToOData

func (UpdateDirectoryRoleAssignmentOperationOptions) ToQuery

type UpdateDirectoryRoleAssignmentOperationResponse

type UpdateDirectoryRoleAssignmentOperationResponse 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