Show / Hide Table of Contents

Class AppExtensionRequestableApp

Requestable App

Inheritance
object
AppExtensionRequestableApp
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.
Added In: 17.3.4
SCIM++ Properties:

  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: request
  • type: boolean
  • uniqueness: none
In this article
Back to top