Show / Hide Table of Contents

Class IdentityStripeDetails

Details of the identity stripe used for OceInstance

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

Properties

ServiceName

Declaration
[Required(ErrorMessage = "ServiceName is required.")]
[JsonProperty(PropertyName = "serviceName")]
public string ServiceName { get; set; }
Property Value
Type Description
string

Name of the Identity Cloud Service instance in My Services to be used. Example: secondstripe

Remarks

Required

Tenancy

Declaration
[Required(ErrorMessage = "Tenancy is required.")]
[JsonProperty(PropertyName = "tenancy")]
public string Tenancy { get; set; }
Property Value
Type Description
string

Value of the Identity Cloud Service tenancy. Example: idcs-8416ebdd0d674f84803f4193cce026e9

Remarks

Required

In this article
Back to top