RoverNodeGetRpt¶
-
class
oci.rover.models.
RoverNodeGetRpt
(**kwargs)¶ Bases:
object
The resource principal token response.
Methods
__init__
(**kwargs)Initializes a new RoverNodeGetRpt object with values from keyword arguments. Attributes
resource_principal_token
[Required] Gets the resource_principal_token of this RoverNodeGetRpt. service_principal_session_token
Gets the service_principal_session_token of this RoverNodeGetRpt. -
__init__
(**kwargs)¶ Initializes a new RoverNodeGetRpt object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - resource_principal_token (str) – The value to assign to the resource_principal_token property of this RoverNodeGetRpt.
- service_principal_session_token (str) – The value to assign to the service_principal_session_token property of this RoverNodeGetRpt.
-
resource_principal_token
¶ [Required] Gets the resource_principal_token of this RoverNodeGetRpt. The resource principal token blob that contains claims about the resource.
Returns: The resource_principal_token of this RoverNodeGetRpt. Return type: str
-
service_principal_session_token
¶ Gets the service_principal_session_token of this RoverNodeGetRpt. The service principal session token
Returns: The service_principal_session_token of this RoverNodeGetRpt. Return type: str
-