Class ExtensionRequestableGroup
Requestable Group
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class ExtensionRequestableGroup
Properties
Requestable
Declaration
[JsonProperty(PropertyName = "requestable")]
public bool? Requestable { get; set; }
Property Value
Type | Description |
---|---|
bool? | Flag controlling whether group membership can be request by user through self service console.
|