Class GetCsiNumberRequest
Implements
Inherited Members
Namespace: Oci.CimsService.Requests
Assembly: OCI.DotNetSDK.Cims.dll
Syntax
public class GetCsiNumberRequest : IOciRequest
Examples
Click here to see an example of how to use GetCsiNumber request.
Properties
Bearertoken
Declaration
[HttpConverter(TargetEnum.Header, "bearertoken")]
public string Bearertoken { get; set; }
Property Value
Type | Description |
---|---|
string | Token that provided by multi cloud provider, which help to validate the email. |
Bearertokentype
Declaration
[HttpConverter(TargetEnum.Header, "bearertokentype")]
public string Bearertokentype { get; set; }
Property Value
Type | Description |
---|---|
string | Token type that determine which cloud provider the request come from. |
Domainid
Declaration
[HttpConverter(TargetEnum.Header, "domainid")]
public string Domainid { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of identity domain. |
Homeregion
Declaration
[HttpConverter(TargetEnum.Header, "homeregion")]
public string Homeregion { get; set; }
Property Value
Type | Description |
---|---|
string | The region of the tenancy. |
Idtoken
Declaration
[HttpConverter(TargetEnum.Header, "idtoken")]
public string Idtoken { get; set; }
Property Value
Type | Description |
---|---|
string | IdToken that provided by multi cloud provider, which help to validate the email. |
Ocid
Declaration
[HttpConverter(TargetEnum.Header, "ocid")]
public string Ocid { get; set; }
Property Value
Type | Description |
---|---|
string | User OCID for Oracle Identity Cloud Service (IDCS) users who also have a federated Oracle Cloud Infrastructure account. |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID. |
Region
Declaration
[Required(ErrorMessage = "Region is required.")]
[HttpConverter(TargetEnum.Query, "region")]
public string Region { get; set; }
Property Value
Type | Description |
---|---|
string | Home region of the customer which is part of oracle cloud infrastructure regions |
Remarks
Required
TenantId
Declaration
[Required(ErrorMessage = "TenantId is required.")]
[HttpConverter(TargetEnum.Query, "tenantId")]
public string TenantId { get; set; }
Property Value
Type | Description |
---|---|
string | Tenancy Ocid in oracle cloud Infrastructure |
Remarks
Required