Documentation ¶
Index ¶
- type AccessPackageResourceScopeOperationPredicate
- type CreateEntitlementManagementResourceScopeOperationOptions
- type CreateEntitlementManagementResourceScopeOperationResponse
- type DeleteEntitlementManagementResourceScopeOperationOptions
- type DeleteEntitlementManagementResourceScopeOperationResponse
- type EntitlementManagementResourceScopeClient
- func (c EntitlementManagementResourceScopeClient) CreateEntitlementManagementResourceScope(ctx context.Context, ...) (result CreateEntitlementManagementResourceScopeOperationResponse, err error)
- func (c EntitlementManagementResourceScopeClient) DeleteEntitlementManagementResourceScope(ctx context.Context, ...) (result DeleteEntitlementManagementResourceScopeOperationResponse, err error)
- func (c EntitlementManagementResourceScopeClient) GetEntitlementManagementResourceScope(ctx context.Context, ...) (result GetEntitlementManagementResourceScopeOperationResponse, err error)
- func (c EntitlementManagementResourceScopeClient) GetEntitlementManagementResourceScopesCount(ctx context.Context, ...) (result GetEntitlementManagementResourceScopesCountOperationResponse, err error)
- func (c EntitlementManagementResourceScopeClient) ListEntitlementManagementResourceScopes(ctx context.Context, ...) (result ListEntitlementManagementResourceScopesOperationResponse, err error)
- func (c EntitlementManagementResourceScopeClient) ListEntitlementManagementResourceScopesComplete(ctx context.Context, ...) (ListEntitlementManagementResourceScopesCompleteResult, error)
- func (c EntitlementManagementResourceScopeClient) ListEntitlementManagementResourceScopesCompleteMatchingPredicate(ctx context.Context, ...) (result ListEntitlementManagementResourceScopesCompleteResult, err error)
- func (c EntitlementManagementResourceScopeClient) UpdateEntitlementManagementResourceScope(ctx context.Context, ...) (result UpdateEntitlementManagementResourceScopeOperationResponse, err error)
- type GetEntitlementManagementResourceScopeOperationOptions
- type GetEntitlementManagementResourceScopeOperationResponse
- type GetEntitlementManagementResourceScopesCountOperationOptions
- type GetEntitlementManagementResourceScopesCountOperationResponse
- type ListEntitlementManagementResourceScopesCompleteResult
- type ListEntitlementManagementResourceScopesCustomPager
- type ListEntitlementManagementResourceScopesOperationOptions
- type ListEntitlementManagementResourceScopesOperationResponse
- type UpdateEntitlementManagementResourceScopeOperationOptions
- type UpdateEntitlementManagementResourceScopeOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessPackageResourceScopeOperationPredicate ¶
type AccessPackageResourceScopeOperationPredicate struct { }
func (AccessPackageResourceScopeOperationPredicate) Matches ¶
func (p AccessPackageResourceScopeOperationPredicate) Matches(input stable.AccessPackageResourceScope) bool
type CreateEntitlementManagementResourceScopeOperationOptions ¶
type CreateEntitlementManagementResourceScopeOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateEntitlementManagementResourceScopeOperationOptions ¶
func DefaultCreateEntitlementManagementResourceScopeOperationOptions() CreateEntitlementManagementResourceScopeOperationOptions
func (CreateEntitlementManagementResourceScopeOperationOptions) ToHeaders ¶
func (o CreateEntitlementManagementResourceScopeOperationOptions) ToHeaders() *client.Headers
func (CreateEntitlementManagementResourceScopeOperationOptions) ToOData ¶
func (o CreateEntitlementManagementResourceScopeOperationOptions) ToOData() *odata.Query
func (CreateEntitlementManagementResourceScopeOperationOptions) ToQuery ¶
func (o CreateEntitlementManagementResourceScopeOperationOptions) ToQuery() *client.QueryParams
type DeleteEntitlementManagementResourceScopeOperationOptions ¶
type DeleteEntitlementManagementResourceScopeOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteEntitlementManagementResourceScopeOperationOptions ¶
func DefaultDeleteEntitlementManagementResourceScopeOperationOptions() DeleteEntitlementManagementResourceScopeOperationOptions
func (DeleteEntitlementManagementResourceScopeOperationOptions) ToHeaders ¶
func (o DeleteEntitlementManagementResourceScopeOperationOptions) ToHeaders() *client.Headers
func (DeleteEntitlementManagementResourceScopeOperationOptions) ToOData ¶
func (o DeleteEntitlementManagementResourceScopeOperationOptions) ToOData() *odata.Query
func (DeleteEntitlementManagementResourceScopeOperationOptions) ToQuery ¶
func (o DeleteEntitlementManagementResourceScopeOperationOptions) ToQuery() *client.QueryParams
type EntitlementManagementResourceScopeClient ¶
func NewEntitlementManagementResourceScopeClientWithBaseURI ¶
func NewEntitlementManagementResourceScopeClientWithBaseURI(sdkApi sdkEnv.Api) (*EntitlementManagementResourceScopeClient, error)
func (EntitlementManagementResourceScopeClient) CreateEntitlementManagementResourceScope ¶
func (c EntitlementManagementResourceScopeClient) CreateEntitlementManagementResourceScope(ctx context.Context, id stable.IdentityGovernanceEntitlementManagementResourceId, input stable.AccessPackageResourceScope, options CreateEntitlementManagementResourceScopeOperationOptions) (result CreateEntitlementManagementResourceScopeOperationResponse, err error)
CreateEntitlementManagementResourceScope - Create new navigation property to scopes for identityGovernance
func (EntitlementManagementResourceScopeClient) DeleteEntitlementManagementResourceScope ¶
func (c EntitlementManagementResourceScopeClient) DeleteEntitlementManagementResourceScope(ctx context.Context, id stable.IdentityGovernanceEntitlementManagementResourceIdScopeId, options DeleteEntitlementManagementResourceScopeOperationOptions) (result DeleteEntitlementManagementResourceScopeOperationResponse, err error)
DeleteEntitlementManagementResourceScope - Delete navigation property scopes for identityGovernance
func (EntitlementManagementResourceScopeClient) GetEntitlementManagementResourceScope ¶
func (c EntitlementManagementResourceScopeClient) GetEntitlementManagementResourceScope(ctx context.Context, id stable.IdentityGovernanceEntitlementManagementResourceIdScopeId, options GetEntitlementManagementResourceScopeOperationOptions) (result GetEntitlementManagementResourceScopeOperationResponse, err error)
GetEntitlementManagementResourceScope - Get scopes from identityGovernance. Read-only. Nullable. Supports $expand.
func (EntitlementManagementResourceScopeClient) GetEntitlementManagementResourceScopesCount ¶
func (c EntitlementManagementResourceScopeClient) GetEntitlementManagementResourceScopesCount(ctx context.Context, id stable.IdentityGovernanceEntitlementManagementResourceId, options GetEntitlementManagementResourceScopesCountOperationOptions) (result GetEntitlementManagementResourceScopesCountOperationResponse, err error)
GetEntitlementManagementResourceScopesCount - Get the number of the resource
func (EntitlementManagementResourceScopeClient) ListEntitlementManagementResourceScopes ¶
func (c EntitlementManagementResourceScopeClient) ListEntitlementManagementResourceScopes(ctx context.Context, id stable.IdentityGovernanceEntitlementManagementResourceId, options ListEntitlementManagementResourceScopesOperationOptions) (result ListEntitlementManagementResourceScopesOperationResponse, err error)
ListEntitlementManagementResourceScopes - Get scopes from identityGovernance. Read-only. Nullable. Supports $expand.
func (EntitlementManagementResourceScopeClient) ListEntitlementManagementResourceScopesComplete ¶
func (c EntitlementManagementResourceScopeClient) ListEntitlementManagementResourceScopesComplete(ctx context.Context, id stable.IdentityGovernanceEntitlementManagementResourceId, options ListEntitlementManagementResourceScopesOperationOptions) (ListEntitlementManagementResourceScopesCompleteResult, error)
ListEntitlementManagementResourceScopesComplete retrieves all the results into a single object
func (EntitlementManagementResourceScopeClient) ListEntitlementManagementResourceScopesCompleteMatchingPredicate ¶
func (c EntitlementManagementResourceScopeClient) ListEntitlementManagementResourceScopesCompleteMatchingPredicate(ctx context.Context, id stable.IdentityGovernanceEntitlementManagementResourceId, options ListEntitlementManagementResourceScopesOperationOptions, predicate AccessPackageResourceScopeOperationPredicate) (result ListEntitlementManagementResourceScopesCompleteResult, err error)
ListEntitlementManagementResourceScopesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (EntitlementManagementResourceScopeClient) UpdateEntitlementManagementResourceScope ¶
func (c EntitlementManagementResourceScopeClient) UpdateEntitlementManagementResourceScope(ctx context.Context, id stable.IdentityGovernanceEntitlementManagementResourceIdScopeId, input stable.AccessPackageResourceScope, options UpdateEntitlementManagementResourceScopeOperationOptions) (result UpdateEntitlementManagementResourceScopeOperationResponse, err error)
UpdateEntitlementManagementResourceScope - Update the navigation property scopes in identityGovernance
type GetEntitlementManagementResourceScopeOperationOptions ¶
type GetEntitlementManagementResourceScopeOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetEntitlementManagementResourceScopeOperationOptions ¶
func DefaultGetEntitlementManagementResourceScopeOperationOptions() GetEntitlementManagementResourceScopeOperationOptions
func (GetEntitlementManagementResourceScopeOperationOptions) ToHeaders ¶
func (o GetEntitlementManagementResourceScopeOperationOptions) ToHeaders() *client.Headers
func (GetEntitlementManagementResourceScopeOperationOptions) ToOData ¶
func (o GetEntitlementManagementResourceScopeOperationOptions) ToOData() *odata.Query
func (GetEntitlementManagementResourceScopeOperationOptions) ToQuery ¶
func (o GetEntitlementManagementResourceScopeOperationOptions) ToQuery() *client.QueryParams
type GetEntitlementManagementResourceScopesCountOperationOptions ¶
type GetEntitlementManagementResourceScopesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetEntitlementManagementResourceScopesCountOperationOptions ¶
func DefaultGetEntitlementManagementResourceScopesCountOperationOptions() GetEntitlementManagementResourceScopesCountOperationOptions
func (GetEntitlementManagementResourceScopesCountOperationOptions) ToHeaders ¶
func (o GetEntitlementManagementResourceScopesCountOperationOptions) ToHeaders() *client.Headers
func (GetEntitlementManagementResourceScopesCountOperationOptions) ToOData ¶
func (o GetEntitlementManagementResourceScopesCountOperationOptions) ToOData() *odata.Query
func (GetEntitlementManagementResourceScopesCountOperationOptions) ToQuery ¶
func (o GetEntitlementManagementResourceScopesCountOperationOptions) ToQuery() *client.QueryParams
type ListEntitlementManagementResourceScopesCompleteResult ¶
type ListEntitlementManagementResourceScopesCompleteResult struct { LatestHttpResponse *http.Response Items []stable.AccessPackageResourceScope }
type ListEntitlementManagementResourceScopesCustomPager ¶
type ListEntitlementManagementResourceScopesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListEntitlementManagementResourceScopesCustomPager) NextPageLink ¶
func (p *ListEntitlementManagementResourceScopesCustomPager) NextPageLink() *odata.Link
type ListEntitlementManagementResourceScopesOperationOptions ¶
type ListEntitlementManagementResourceScopesOperationOptions 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 DefaultListEntitlementManagementResourceScopesOperationOptions ¶
func DefaultListEntitlementManagementResourceScopesOperationOptions() ListEntitlementManagementResourceScopesOperationOptions
func (ListEntitlementManagementResourceScopesOperationOptions) ToHeaders ¶
func (o ListEntitlementManagementResourceScopesOperationOptions) ToHeaders() *client.Headers
func (ListEntitlementManagementResourceScopesOperationOptions) ToOData ¶
func (o ListEntitlementManagementResourceScopesOperationOptions) ToOData() *odata.Query
func (ListEntitlementManagementResourceScopesOperationOptions) ToQuery ¶
func (o ListEntitlementManagementResourceScopesOperationOptions) ToQuery() *client.QueryParams
type UpdateEntitlementManagementResourceScopeOperationOptions ¶
type UpdateEntitlementManagementResourceScopeOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateEntitlementManagementResourceScopeOperationOptions ¶
func DefaultUpdateEntitlementManagementResourceScopeOperationOptions() UpdateEntitlementManagementResourceScopeOperationOptions
func (UpdateEntitlementManagementResourceScopeOperationOptions) ToHeaders ¶
func (o UpdateEntitlementManagementResourceScopeOperationOptions) ToHeaders() *client.Headers
func (UpdateEntitlementManagementResourceScopeOperationOptions) ToOData ¶
func (o UpdateEntitlementManagementResourceScopeOperationOptions) ToOData() *odata.Query
func (UpdateEntitlementManagementResourceScopeOperationOptions) ToQuery ¶
func (o UpdateEntitlementManagementResourceScopeOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createentitlementmanagementresourcescope.go
- method_deleteentitlementmanagementresourcescope.go
- method_getentitlementmanagementresourcescope.go
- method_getentitlementmanagementresourcescopescount.go
- method_listentitlementmanagementresourcescopes.go
- method_updateentitlementmanagementresourcescope.go
- predicates.go
- version.go