Show / Hide Table of Contents

Class RequestSummarizedApplicationsDetails

The information to summarize the applications.

Inheritance
object
RequestSummarizedApplicationsDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.VisualbuilderService.Models
Assembly: OCI.DotNetSDK.Visualbuilder.dll
Syntax
public class RequestSummarizedApplicationsDetails

Properties

IdcsOpenId

Declaration
[JsonProperty(PropertyName = "idcsOpenId")]
public string IdcsOpenId { get; set; }
Property Value
Type Description
string

Encrypted IDCS Open ID token. This is required for pre-UCPIS cloud accounts, but not UCPIS, hence not a required parameter

In this article
Back to top