FullyQualifiedScope

class oci.identity.models.FullyQualifiedScope(**kwargs)

Bases: object

FullyQualifiedScope model.

Methods

__init__(**kwargs) Initializes a new FullyQualifiedScope object with values from keyword arguments.

Attributes

audience [Required] Gets the audience of this FullyQualifiedScope.
scope [Required] Gets the scope of this FullyQualifiedScope.
__init__(**kwargs)

Initializes a new FullyQualifiedScope object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • audience (str) – The value to assign to the audience property of this FullyQualifiedScope.
  • scope (str) – The value to assign to the scope property of this FullyQualifiedScope.
audience

[Required] Gets the audience of this FullyQualifiedScope. Audience for the given scope context.

Returns:The audience of this FullyQualifiedScope.
Return type:str
scope

[Required] Gets the scope of this FullyQualifiedScope. Allowed permission scope for the given context.

Returns:The scope of this FullyQualifiedScope.
Return type:str