Documentation ¶
Index ¶
- type AccessPackageResourceRoleScopeOperationPredicate
- type CreateEntitlementManagementResourceRoleScopeOperationOptions
- type CreateEntitlementManagementResourceRoleScopeOperationResponse
- type DeleteEntitlementManagementResourceRoleScopeOperationOptions
- type DeleteEntitlementManagementResourceRoleScopeOperationResponse
- type EntitlementManagementResourceRoleScopeClient
- func (c EntitlementManagementResourceRoleScopeClient) CreateEntitlementManagementResourceRoleScope(ctx context.Context, input stable.AccessPackageResourceRoleScope, ...) (result CreateEntitlementManagementResourceRoleScopeOperationResponse, ...)
- func (c EntitlementManagementResourceRoleScopeClient) DeleteEntitlementManagementResourceRoleScope(ctx context.Context, ...) (result DeleteEntitlementManagementResourceRoleScopeOperationResponse, ...)
- func (c EntitlementManagementResourceRoleScopeClient) GetEntitlementManagementResourceRoleScope(ctx context.Context, ...) (result GetEntitlementManagementResourceRoleScopeOperationResponse, err error)
- func (c EntitlementManagementResourceRoleScopeClient) GetEntitlementManagementResourceRoleScopesCount(ctx context.Context, ...) (result GetEntitlementManagementResourceRoleScopesCountOperationResponse, ...)
- func (c EntitlementManagementResourceRoleScopeClient) ListEntitlementManagementResourceRoleScopes(ctx context.Context, ...) (result ListEntitlementManagementResourceRoleScopesOperationResponse, err error)
- func (c EntitlementManagementResourceRoleScopeClient) ListEntitlementManagementResourceRoleScopesComplete(ctx context.Context, ...) (ListEntitlementManagementResourceRoleScopesCompleteResult, error)
- func (c EntitlementManagementResourceRoleScopeClient) ListEntitlementManagementResourceRoleScopesCompleteMatchingPredicate(ctx context.Context, ...) (result ListEntitlementManagementResourceRoleScopesCompleteResult, err error)
- func (c EntitlementManagementResourceRoleScopeClient) UpdateEntitlementManagementResourceRoleScope(ctx context.Context, ...) (result UpdateEntitlementManagementResourceRoleScopeOperationResponse, ...)
- type GetEntitlementManagementResourceRoleScopeOperationOptions
- type GetEntitlementManagementResourceRoleScopeOperationResponse
- type GetEntitlementManagementResourceRoleScopesCountOperationOptions
- type GetEntitlementManagementResourceRoleScopesCountOperationResponse
- type ListEntitlementManagementResourceRoleScopesCompleteResult
- type ListEntitlementManagementResourceRoleScopesCustomPager
- type ListEntitlementManagementResourceRoleScopesOperationOptions
- type ListEntitlementManagementResourceRoleScopesOperationResponse
- type UpdateEntitlementManagementResourceRoleScopeOperationOptions
- type UpdateEntitlementManagementResourceRoleScopeOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessPackageResourceRoleScopeOperationPredicate ¶
type AccessPackageResourceRoleScopeOperationPredicate struct { }
func (AccessPackageResourceRoleScopeOperationPredicate) Matches ¶
func (p AccessPackageResourceRoleScopeOperationPredicate) Matches(input stable.AccessPackageResourceRoleScope) bool
type CreateEntitlementManagementResourceRoleScopeOperationOptions ¶
type CreateEntitlementManagementResourceRoleScopeOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateEntitlementManagementResourceRoleScopeOperationOptions ¶
func DefaultCreateEntitlementManagementResourceRoleScopeOperationOptions() CreateEntitlementManagementResourceRoleScopeOperationOptions
func (CreateEntitlementManagementResourceRoleScopeOperationOptions) ToHeaders ¶
func (o CreateEntitlementManagementResourceRoleScopeOperationOptions) ToHeaders() *client.Headers
func (CreateEntitlementManagementResourceRoleScopeOperationOptions) ToOData ¶
func (o CreateEntitlementManagementResourceRoleScopeOperationOptions) ToOData() *odata.Query
func (CreateEntitlementManagementResourceRoleScopeOperationOptions) ToQuery ¶
func (o CreateEntitlementManagementResourceRoleScopeOperationOptions) ToQuery() *client.QueryParams
type DeleteEntitlementManagementResourceRoleScopeOperationOptions ¶
type DeleteEntitlementManagementResourceRoleScopeOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteEntitlementManagementResourceRoleScopeOperationOptions ¶
func DefaultDeleteEntitlementManagementResourceRoleScopeOperationOptions() DeleteEntitlementManagementResourceRoleScopeOperationOptions
func (DeleteEntitlementManagementResourceRoleScopeOperationOptions) ToHeaders ¶
func (o DeleteEntitlementManagementResourceRoleScopeOperationOptions) ToHeaders() *client.Headers
func (DeleteEntitlementManagementResourceRoleScopeOperationOptions) ToOData ¶
func (o DeleteEntitlementManagementResourceRoleScopeOperationOptions) ToOData() *odata.Query
func (DeleteEntitlementManagementResourceRoleScopeOperationOptions) ToQuery ¶
func (o DeleteEntitlementManagementResourceRoleScopeOperationOptions) ToQuery() *client.QueryParams
type EntitlementManagementResourceRoleScopeClient ¶
func NewEntitlementManagementResourceRoleScopeClientWithBaseURI ¶
func NewEntitlementManagementResourceRoleScopeClientWithBaseURI(sdkApi sdkEnv.Api) (*EntitlementManagementResourceRoleScopeClient, error)
func (EntitlementManagementResourceRoleScopeClient) CreateEntitlementManagementResourceRoleScope ¶
func (c EntitlementManagementResourceRoleScopeClient) CreateEntitlementManagementResourceRoleScope(ctx context.Context, input stable.AccessPackageResourceRoleScope, options CreateEntitlementManagementResourceRoleScopeOperationOptions) (result CreateEntitlementManagementResourceRoleScopeOperationResponse, err error)
CreateEntitlementManagementResourceRoleScope - Create new navigation property to resourceRoleScopes for identityGovernance
func (EntitlementManagementResourceRoleScopeClient) DeleteEntitlementManagementResourceRoleScope ¶
func (c EntitlementManagementResourceRoleScopeClient) DeleteEntitlementManagementResourceRoleScope(ctx context.Context, id stable.IdentityGovernanceEntitlementManagementResourceRoleScopeId, options DeleteEntitlementManagementResourceRoleScopeOperationOptions) (result DeleteEntitlementManagementResourceRoleScopeOperationResponse, err error)
DeleteEntitlementManagementResourceRoleScope - Delete navigation property resourceRoleScopes for identityGovernance
func (EntitlementManagementResourceRoleScopeClient) GetEntitlementManagementResourceRoleScope ¶
func (c EntitlementManagementResourceRoleScopeClient) GetEntitlementManagementResourceRoleScope(ctx context.Context, id stable.IdentityGovernanceEntitlementManagementResourceRoleScopeId, options GetEntitlementManagementResourceRoleScopeOperationOptions) (result GetEntitlementManagementResourceRoleScopeOperationResponse, err error)
GetEntitlementManagementResourceRoleScope - Get resourceRoleScopes from identityGovernance
func (EntitlementManagementResourceRoleScopeClient) GetEntitlementManagementResourceRoleScopesCount ¶
func (c EntitlementManagementResourceRoleScopeClient) GetEntitlementManagementResourceRoleScopesCount(ctx context.Context, options GetEntitlementManagementResourceRoleScopesCountOperationOptions) (result GetEntitlementManagementResourceRoleScopesCountOperationResponse, err error)
GetEntitlementManagementResourceRoleScopesCount - Get the number of the resource
func (EntitlementManagementResourceRoleScopeClient) ListEntitlementManagementResourceRoleScopes ¶
func (c EntitlementManagementResourceRoleScopeClient) ListEntitlementManagementResourceRoleScopes(ctx context.Context, options ListEntitlementManagementResourceRoleScopesOperationOptions) (result ListEntitlementManagementResourceRoleScopesOperationResponse, err error)
ListEntitlementManagementResourceRoleScopes - Get resourceRoleScopes from identityGovernance
func (EntitlementManagementResourceRoleScopeClient) ListEntitlementManagementResourceRoleScopesComplete ¶
func (c EntitlementManagementResourceRoleScopeClient) ListEntitlementManagementResourceRoleScopesComplete(ctx context.Context, options ListEntitlementManagementResourceRoleScopesOperationOptions) (ListEntitlementManagementResourceRoleScopesCompleteResult, error)
ListEntitlementManagementResourceRoleScopesComplete retrieves all the results into a single object
func (EntitlementManagementResourceRoleScopeClient) ListEntitlementManagementResourceRoleScopesCompleteMatchingPredicate ¶
func (c EntitlementManagementResourceRoleScopeClient) ListEntitlementManagementResourceRoleScopesCompleteMatchingPredicate(ctx context.Context, options ListEntitlementManagementResourceRoleScopesOperationOptions, predicate AccessPackageResourceRoleScopeOperationPredicate) (result ListEntitlementManagementResourceRoleScopesCompleteResult, err error)
ListEntitlementManagementResourceRoleScopesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (EntitlementManagementResourceRoleScopeClient) UpdateEntitlementManagementResourceRoleScope ¶
func (c EntitlementManagementResourceRoleScopeClient) UpdateEntitlementManagementResourceRoleScope(ctx context.Context, id stable.IdentityGovernanceEntitlementManagementResourceRoleScopeId, input stable.AccessPackageResourceRoleScope, options UpdateEntitlementManagementResourceRoleScopeOperationOptions) (result UpdateEntitlementManagementResourceRoleScopeOperationResponse, err error)
UpdateEntitlementManagementResourceRoleScope - Update the navigation property resourceRoleScopes in identityGovernance
type GetEntitlementManagementResourceRoleScopeOperationOptions ¶
type GetEntitlementManagementResourceRoleScopeOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetEntitlementManagementResourceRoleScopeOperationOptions ¶
func DefaultGetEntitlementManagementResourceRoleScopeOperationOptions() GetEntitlementManagementResourceRoleScopeOperationOptions
func (GetEntitlementManagementResourceRoleScopeOperationOptions) ToHeaders ¶
func (o GetEntitlementManagementResourceRoleScopeOperationOptions) ToHeaders() *client.Headers
func (GetEntitlementManagementResourceRoleScopeOperationOptions) ToOData ¶
func (o GetEntitlementManagementResourceRoleScopeOperationOptions) ToOData() *odata.Query
func (GetEntitlementManagementResourceRoleScopeOperationOptions) ToQuery ¶
func (o GetEntitlementManagementResourceRoleScopeOperationOptions) ToQuery() *client.QueryParams
type GetEntitlementManagementResourceRoleScopesCountOperationOptions ¶
type GetEntitlementManagementResourceRoleScopesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetEntitlementManagementResourceRoleScopesCountOperationOptions ¶
func DefaultGetEntitlementManagementResourceRoleScopesCountOperationOptions() GetEntitlementManagementResourceRoleScopesCountOperationOptions
func (GetEntitlementManagementResourceRoleScopesCountOperationOptions) ToHeaders ¶
func (o GetEntitlementManagementResourceRoleScopesCountOperationOptions) ToHeaders() *client.Headers
func (GetEntitlementManagementResourceRoleScopesCountOperationOptions) ToOData ¶
func (o GetEntitlementManagementResourceRoleScopesCountOperationOptions) ToOData() *odata.Query
func (GetEntitlementManagementResourceRoleScopesCountOperationOptions) ToQuery ¶
func (o GetEntitlementManagementResourceRoleScopesCountOperationOptions) ToQuery() *client.QueryParams
type ListEntitlementManagementResourceRoleScopesCompleteResult ¶
type ListEntitlementManagementResourceRoleScopesCompleteResult struct { LatestHttpResponse *http.Response Items []stable.AccessPackageResourceRoleScope }
type ListEntitlementManagementResourceRoleScopesCustomPager ¶
type ListEntitlementManagementResourceRoleScopesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListEntitlementManagementResourceRoleScopesCustomPager) NextPageLink ¶
func (p *ListEntitlementManagementResourceRoleScopesCustomPager) NextPageLink() *odata.Link
type ListEntitlementManagementResourceRoleScopesOperationOptions ¶
type ListEntitlementManagementResourceRoleScopesOperationOptions 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 DefaultListEntitlementManagementResourceRoleScopesOperationOptions ¶
func DefaultListEntitlementManagementResourceRoleScopesOperationOptions() ListEntitlementManagementResourceRoleScopesOperationOptions
func (ListEntitlementManagementResourceRoleScopesOperationOptions) ToHeaders ¶
func (o ListEntitlementManagementResourceRoleScopesOperationOptions) ToHeaders() *client.Headers
func (ListEntitlementManagementResourceRoleScopesOperationOptions) ToOData ¶
func (o ListEntitlementManagementResourceRoleScopesOperationOptions) ToOData() *odata.Query
func (ListEntitlementManagementResourceRoleScopesOperationOptions) ToQuery ¶
func (o ListEntitlementManagementResourceRoleScopesOperationOptions) ToQuery() *client.QueryParams
type UpdateEntitlementManagementResourceRoleScopeOperationOptions ¶
type UpdateEntitlementManagementResourceRoleScopeOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateEntitlementManagementResourceRoleScopeOperationOptions ¶
func DefaultUpdateEntitlementManagementResourceRoleScopeOperationOptions() UpdateEntitlementManagementResourceRoleScopeOperationOptions
func (UpdateEntitlementManagementResourceRoleScopeOperationOptions) ToHeaders ¶
func (o UpdateEntitlementManagementResourceRoleScopeOperationOptions) ToHeaders() *client.Headers
func (UpdateEntitlementManagementResourceRoleScopeOperationOptions) ToOData ¶
func (o UpdateEntitlementManagementResourceRoleScopeOperationOptions) ToOData() *odata.Query
func (UpdateEntitlementManagementResourceRoleScopeOperationOptions) ToQuery ¶
func (o UpdateEntitlementManagementResourceRoleScopeOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createentitlementmanagementresourcerolescope.go
- method_deleteentitlementmanagementresourcerolescope.go
- method_getentitlementmanagementresourcerolescope.go
- method_getentitlementmanagementresourcerolescopescount.go
- method_listentitlementmanagementresourcerolescopes.go
- method_updateentitlementmanagementresourcerolescope.go
- predicates.go
- version.go