Class WithRoleContainerItemRequestBuilder
- Namespace
- Keycloak.AuthServices.Sdk.Kiota.Admin.Admin.Realms.Item.Clients.Item.EvaluateScopes.ScopeMappings.Item
- Assembly
- Keycloak.AuthServices.Sdk.Kiota.dll
Builds and executes requests for operations under \admin\realms{realm}\clients{client-uuid}\evaluate-scopes\scope-mappings{roleContainerId}
public class WithRoleContainerItemRequestBuilder : BaseRequestBuilder
- Inheritance
-
BaseRequestBuilderWithRoleContainerItemRequestBuilder
- Inherited Members
-
BaseRequestBuilder.PathParametersBaseRequestBuilder.RequestAdapterBaseRequestBuilder.UrlTemplate
Constructors
WithRoleContainerItemRequestBuilder(Dictionary<string, object>, IRequestAdapter)
Instantiates a new WithRoleContainerItemRequestBuilder and sets the default values.
public WithRoleContainerItemRequestBuilder(Dictionary<string, object> pathParameters, IRequestAdapter requestAdapter)
Parameters
pathParameters
Dictionary<string, object>Path parameters for the request
requestAdapter
IRequestAdapterThe request adapter to use to execute the requests.
WithRoleContainerItemRequestBuilder(string, IRequestAdapter)
Instantiates a new WithRoleContainerItemRequestBuilder and sets the default values.
public WithRoleContainerItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)
Parameters
rawUrl
stringThe raw URL to use for the request builder.
requestAdapter
IRequestAdapterThe request adapter to use to execute the requests.
Properties
Granted
The granted property
public GrantedRequestBuilder Granted { get; }
Property Value
NotGranted
The notGranted property
public NotGrantedRequestBuilder NotGranted { get; }