AppAttrRenderingMetadata¶
-
class
oci.identity_domains.models.
AppAttrRenderingMetadata
(**kwargs)¶ Bases:
object
Label for the attribute to be shown in the UI.
Attributes
SECTION_GENERAL
A constant which can be used with the section property of a AppAttrRenderingMetadata. SECTION_SAML
A constant which can be used with the section property of a AppAttrRenderingMetadata. WIDGET_CHECKBOX
A constant which can be used with the widget property of a AppAttrRenderingMetadata. WIDGET_INPUTTEXT
A constant which can be used with the widget property of a AppAttrRenderingMetadata. WIDGET_TEXTAREA
A constant which can be used with the widget property of a AppAttrRenderingMetadata. datatype
Gets the datatype of this AppAttrRenderingMetadata. helptext
Gets the helptext of this AppAttrRenderingMetadata. label
Gets the label of this AppAttrRenderingMetadata. max_length
Gets the max_length of this AppAttrRenderingMetadata. max_size
Gets the max_size of this AppAttrRenderingMetadata. min_length
Gets the min_length of this AppAttrRenderingMetadata. min_size
Gets the min_size of this AppAttrRenderingMetadata. name
[Required] Gets the name of this AppAttrRenderingMetadata. order
Gets the order of this AppAttrRenderingMetadata. read_only
Gets the read_only of this AppAttrRenderingMetadata. regexp
Gets the regexp of this AppAttrRenderingMetadata. required
Gets the required of this AppAttrRenderingMetadata. section
Gets the section of this AppAttrRenderingMetadata. visible
Gets the visible of this AppAttrRenderingMetadata. widget
Gets the widget of this AppAttrRenderingMetadata. Methods
__init__
(**kwargs)Initializes a new AppAttrRenderingMetadata object with values from keyword arguments. -
SECTION_GENERAL
= 'general'¶ A constant which can be used with the section property of a AppAttrRenderingMetadata. This constant has a value of “general”
-
SECTION_SAML
= 'saml'¶ A constant which can be used with the section property of a AppAttrRenderingMetadata. This constant has a value of “saml”
-
WIDGET_CHECKBOX
= 'checkbox'¶ A constant which can be used with the widget property of a AppAttrRenderingMetadata. This constant has a value of “checkbox”
-
WIDGET_INPUTTEXT
= 'inputtext'¶ A constant which can be used with the widget property of a AppAttrRenderingMetadata. This constant has a value of “inputtext”
-
WIDGET_TEXTAREA
= 'textarea'¶ A constant which can be used with the widget property of a AppAttrRenderingMetadata. This constant has a value of “textarea”
-
__init__
(**kwargs)¶ Initializes a new AppAttrRenderingMetadata 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 AppAttrRenderingMetadata.
- label (str) – The value to assign to the label property of this AppAttrRenderingMetadata.
- helptext (str) – The value to assign to the helptext property of this AppAttrRenderingMetadata.
- widget (str) – The value to assign to the widget property of this AppAttrRenderingMetadata. Allowed values for this property are: “inputtext”, “checkbox”, “textarea”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- datatype (str) – The value to assign to the datatype property of this AppAttrRenderingMetadata.
- section (str) – The value to assign to the section property of this AppAttrRenderingMetadata. Allowed values for this property are: “saml”, “general”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- order (int) – The value to assign to the order property of this AppAttrRenderingMetadata.
- required (bool) – The value to assign to the required property of this AppAttrRenderingMetadata.
- regexp (str) – The value to assign to the regexp property of this AppAttrRenderingMetadata.
- read_only (bool) – The value to assign to the read_only property of this AppAttrRenderingMetadata.
- visible (bool) – The value to assign to the visible property of this AppAttrRenderingMetadata.
- min_length (int) – The value to assign to the min_length property of this AppAttrRenderingMetadata.
- max_length (int) – The value to assign to the max_length property of this AppAttrRenderingMetadata.
- min_size (int) – The value to assign to the min_size property of this AppAttrRenderingMetadata.
- max_size (int) – The value to assign to the max_size property of this AppAttrRenderingMetadata.
-
datatype
¶ Gets the datatype of this AppAttrRenderingMetadata. Data type of the attribute.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The datatype of this AppAttrRenderingMetadata. Return type: str
-
helptext
¶ Gets the helptext of this AppAttrRenderingMetadata. Help text for the attribute. It can contain HTML tags.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The helptext of this AppAttrRenderingMetadata. Return type: str
-
label
¶ Gets the label of this AppAttrRenderingMetadata. Label for the attribute to be shown in the UI.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The label of this AppAttrRenderingMetadata. Return type: str
-
max_length
¶ Gets the max_length of this AppAttrRenderingMetadata. Maximum length of the attribute.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
Returns: The max_length of this AppAttrRenderingMetadata. Return type: int
-
max_size
¶ Gets the max_size of this AppAttrRenderingMetadata. Maximum size of the attribute.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
Returns: The max_size of this AppAttrRenderingMetadata. Return type: int
-
min_length
¶ Gets the min_length of this AppAttrRenderingMetadata. Minimum length of the attribute.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
Returns: The min_length of this AppAttrRenderingMetadata. Return type: int
-
min_size
¶ Gets the min_size of this AppAttrRenderingMetadata. Minimum size of the attribute..
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
Returns: The min_size of this AppAttrRenderingMetadata. Return type: int
-
name
¶ [Required] Gets the name of this AppAttrRenderingMetadata. Name of the attribute.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The name of this AppAttrRenderingMetadata. Return type: str
-
order
¶ Gets the order of this AppAttrRenderingMetadata. Data type of the attribute.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: integer
- uniqueness: none
Returns: The order of this AppAttrRenderingMetadata. Return type: int
-
read_only
¶ Gets the read_only of this AppAttrRenderingMetadata. Is the attribute readOnly.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Returns: The read_only of this AppAttrRenderingMetadata. Return type: bool
-
regexp
¶ Gets the regexp of this AppAttrRenderingMetadata. Regular expression of the attribute for validation.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The regexp of this AppAttrRenderingMetadata. Return type: str
-
required
¶ Gets the required of this AppAttrRenderingMetadata. Attribute is required or optional.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Returns: The required of this AppAttrRenderingMetadata. Return type: bool
-
section
¶ Gets the section of this AppAttrRenderingMetadata. UI widget to use for the attribute.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Allowed values for this property are: “saml”, “general”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The section of this AppAttrRenderingMetadata. Return type: str
-
visible
¶ Gets the visible of this AppAttrRenderingMetadata. Indicates whether the attribute is to be shown on the application creation UI.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: boolean
- uniqueness: none
Returns: The visible of this AppAttrRenderingMetadata. Return type: bool
-
widget
¶ Gets the widget of this AppAttrRenderingMetadata. UI widget to use for the attribute.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: default
- type: string
- uniqueness: none
Allowed values for this property are: “inputtext”, “checkbox”, “textarea”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The widget of this AppAttrRenderingMetadata. Return type: str
-