Class GroupExtGrants
Grants assigned to group
SCIM++ Properties:
- idcsSearchable: true
- multiValued: true
- mutability: readOnly
- required: false
- returned: request
- type: complex
- uniqueness: none
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class GroupExtGrants
Properties
AppId
Declaration
[JsonProperty(PropertyName = "appId")]
public string AppId { get; set; }
Property Value
Type | Description |
---|---|
string | App identifier
|
GrantMechanism
Declaration
[JsonProperty(PropertyName = "grantMechanism")]
[JsonConverter(typeof(ResponseEnumConverter))]
public GroupExtGrants.GrantMechanismEnum? GrantMechanism { get; set; }
Property Value
Type | Description |
---|---|
GroupExtGrants.GrantMechanismEnum? | Each value of grantMechanism indicates how (or by what component) some App (or App-Entitlement) was granted. A customer or the UI should use only grantMechanism values that start with 'ADMINISTRATOR':
|
Ref
Declaration
[JsonProperty(PropertyName = "$ref")]
public string Ref { get; set; }
Property Value
Type | Description |
---|---|
string | Grant URI
|
Value
Declaration
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string | Grant identifier
|