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