Class RoverNodeGetRpt
The resource principal token response.
Inherited Members
Namespace: Oci.RoverService.Models
Assembly: OCI.DotNetSDK.Rover.dll
Syntax
public class RoverNodeGetRpt
Properties
ResourcePrincipalToken
Declaration
[Required(ErrorMessage = "ResourcePrincipalToken is required.")]
[JsonProperty(PropertyName = "resourcePrincipalToken")]
public string ResourcePrincipalToken { get; set; }
Property Value
Type | Description |
---|---|
string | The resource principal token blob that contains claims about the resource. |
Remarks
Required
ServicePrincipalSessionToken
Declaration
[JsonProperty(PropertyName = "servicePrincipalSessionToken")]
public string ServicePrincipalSessionToken { get; set; }
Property Value
Type | Description |
---|---|
string | The service principal session token |