Class DynamicResourceGroupDynamicGroupAppRoles
A list of appRoles that are currently granted to this Dynamic Resource Group. The Identity service will assert these AppRoles for any resource that satisfies the matching-rule of this DynamicResourceGroup.
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class DynamicResourceGroupDynamicGroupAppRoles
Properties
AdminRole
Declaration
[JsonProperty(PropertyName = "adminRole")]
public bool? AdminRole { get; set; }
Property Value
Type | Description |
---|---|
bool? | If true, then the role provides administrative access privileges. READ-ONLY.
|
AppId
Declaration
[JsonProperty(PropertyName = "appId")]
public string AppId { get; set; }
Property Value
Type | Description |
---|---|
string | ID of parent App. READ-ONLY.
|
AppName
Declaration
[JsonProperty(PropertyName = "appName")]
public string AppName { get; set; }
Property Value
Type | Description |
---|---|
string | Name of parent App. READ-ONLY.
|
Display
Declaration
[JsonProperty(PropertyName = "display")]
public string Display { get; set; }
Property Value
Type | Description |
---|---|
string | A human readable name, primarily used for display purposes. READ-ONLY.
|
LegacyGroupName
Declaration
[JsonProperty(PropertyName = "legacyGroupName")]
public string LegacyGroupName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the legacy group associated with this AppRole.
|
Ref
Declaration
[JsonProperty(PropertyName = "$ref")]
public string Ref { get; set; }
Property Value
Type | Description |
---|---|
string | The URI of the corresponding appRole resource to which the user belongs
|
Value
Declaration
[Required(ErrorMessage = "Value is required.")]
[JsonProperty(PropertyName = "value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string | The identifier of the appRole
|
Remarks
Required