AppCloudControlProperties

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

Bases: object

A collection of arbitrary properties that scope the privileges of a cloud-control App.

Methods

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

Attributes

name [Required] Gets the name of this AppCloudControlProperties.
values [Required] Gets the values of this AppCloudControlProperties.
__init__(**kwargs)

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

Parameters:
  • name (str) – The value to assign to the name property of this AppCloudControlProperties.
  • values (list[str]) – The value to assign to the values property of this AppCloudControlProperties.
name

[Required] Gets the name of this AppCloudControlProperties. The name of the property.

Added In: 18.4.2

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Returns:The name of this AppCloudControlProperties.
Return type:str
values

[Required] Gets the values of this AppCloudControlProperties. The value(s) of the property.

Added In: 18.4.2

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: true
  • mutability: readOnly
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Returns:The values of this AppCloudControlProperties.
Return type:list[str]