Claim¶
-
class
oci.identity_data_plane.models.
Claim
(**kwargs)¶ Bases:
object
Claim model.
Methods
__init__
(**kwargs)Initializes a new Claim object with values from keyword arguments. Attributes
issuer
Gets the issuer of this Claim. key
[Required] Gets the key of this Claim. value
[Required] Gets the value of this Claim. -
__init__
(**kwargs)¶ Initializes a new Claim object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - key (str) – The value to assign to the key property of this Claim.
- value (str) – The value to assign to the value property of this Claim.
- issuer (str) – The value to assign to the issuer property of this Claim.
-
issuer
¶ Gets the issuer of this Claim. The issuer of the claim.
Returns: The issuer of this Claim. Return type: str
-
key
¶ [Required] Gets the key of this Claim. The key of the claim.
Returns: The key of this Claim. Return type: str
-
value
¶ [Required] Gets the value of this Claim. The value of the claim.
Returns: The value of this Claim. Return type: str
-