SchemaResolveValueUsingResourceType¶
-
class
oci.identity_domains.models.SchemaResolveValueUsingResourceType(**kwargs)¶ Bases:
objectThis attribute gives a maps for resolving Resource Type after reading it’s value from “csvColumnForResolvingResourceType” attribute
Methods
__init__(**kwargs)Initializes a new SchemaResolveValueUsingResourceType object with values from keyword arguments. Attributes
resolve_byGets the resolve_by of this SchemaResolveValueUsingResourceType. value_to_be_resolvedGets the value_to_be_resolved of this SchemaResolveValueUsingResourceType. -
__init__(**kwargs)¶ Initializes a new SchemaResolveValueUsingResourceType object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - value_to_be_resolved (str) – The value to assign to the value_to_be_resolved property of this SchemaResolveValueUsingResourceType.
- resolve_by (str) – The value to assign to the resolve_by property of this SchemaResolveValueUsingResourceType.
-
resolve_by¶ Gets the resolve_by of this SchemaResolveValueUsingResourceType. Specifies the Resource type with which the value given in “valueToBeResolved” attribute should be resolved
- SCIM++ Properties:
- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The resolve_by of this SchemaResolveValueUsingResourceType. Return type: str
-
value_to_be_resolved¶ Gets the value_to_be_resolved of this SchemaResolveValueUsingResourceType. Specifies the value which should be resolved by a Resource type.
- SCIM++ Properties:
- caseExact: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The value_to_be_resolved of this SchemaResolveValueUsingResourceType. Return type: str
-