AppProtectableSecondaryAudiences

class oci.identity_domains.models.AppProtectableSecondaryAudiences(**kwargs)

Bases: object

A list of secondary audiences–additional URIs to be added automatically to any OAuth token that allows access to this App. Note: This attribute is used mainly for backward compatibility in certain Oracle Public Cloud Apps.

Methods

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

Attributes

read_only Gets the read_only of this AppProtectableSecondaryAudiences.
value [Required] Gets the value of this AppProtectableSecondaryAudiences.
__init__(**kwargs)

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

Parameters:
  • value (str) – The value to assign to the value property of this AppProtectableSecondaryAudiences.
  • read_only (bool) – The value to assign to the read_only property of this AppProtectableSecondaryAudiences.
read_only

Gets the read_only of this AppProtectableSecondaryAudiences. If true, indicates that this value must be protected.

Added In: 18.2.2

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: request
  • type: boolean
  • uniqueness: none
Returns:The read_only of this AppProtectableSecondaryAudiences.
Return type:bool
value

[Required] Gets the value of this AppProtectableSecondaryAudiences. The value of an secondary audience–additional URI to be added automatically to any OAuth token that allows access to this App.

Added In: 18.2.2

SCIM++ Properties:
  • caseExact: false
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Returns:The value of this AppProtectableSecondaryAudiences.
Return type:str