AppExtensionKerberosRealmApp¶
-
class
oci.identity_domains.models.
AppExtensionKerberosRealmApp
(**kwargs)¶ Bases:
object
Kerberos Realm
Methods
__init__
(**kwargs)Initializes a new AppExtensionKerberosRealmApp object with values from keyword arguments. Attributes
default_encryption_salt_type
Gets the default_encryption_salt_type of this AppExtensionKerberosRealmApp. master_key
Gets the master_key of this AppExtensionKerberosRealmApp. max_renewable_age
Gets the max_renewable_age of this AppExtensionKerberosRealmApp. max_ticket_life
Gets the max_ticket_life of this AppExtensionKerberosRealmApp. realm_name
Gets the realm_name of this AppExtensionKerberosRealmApp. supported_encryption_salt_types
Gets the supported_encryption_salt_types of this AppExtensionKerberosRealmApp. ticket_flags
Gets the ticket_flags of this AppExtensionKerberosRealmApp. -
__init__
(**kwargs)¶ Initializes a new AppExtensionKerberosRealmApp object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - realm_name (str) – The value to assign to the realm_name property of this AppExtensionKerberosRealmApp.
- master_key (str) – The value to assign to the master_key property of this AppExtensionKerberosRealmApp.
- default_encryption_salt_type (str) – The value to assign to the default_encryption_salt_type property of this AppExtensionKerberosRealmApp.
- supported_encryption_salt_types (list[str]) – The value to assign to the supported_encryption_salt_types property of this AppExtensionKerberosRealmApp.
- ticket_flags (int) – The value to assign to the ticket_flags property of this AppExtensionKerberosRealmApp.
- max_ticket_life (int) – The value to assign to the max_ticket_life property of this AppExtensionKerberosRealmApp.
- max_renewable_age (int) – The value to assign to the max_renewable_age property of this AppExtensionKerberosRealmApp.
-
default_encryption_salt_type
¶ Gets the default_encryption_salt_type of this AppExtensionKerberosRealmApp. The type of salt that the system will use to encrypt Kerberos-specific artifacts of this App unless another type of salt is specified.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
Returns: The default_encryption_salt_type of this AppExtensionKerberosRealmApp. Return type: str
-
master_key
¶ Gets the master_key of this AppExtensionKerberosRealmApp. The primary key that the system should use to encrypt artifacts that are specific to this Kerberos realm – for example, to encrypt the Principal Key in each KerberosRealmUser.
- SCIM++ Properties:
- idcsSearchable: false
- idcsSensitive: none
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
Returns: The master_key of this AppExtensionKerberosRealmApp. Return type: str
-
max_renewable_age
¶ Gets the max_renewable_age of this AppExtensionKerberosRealmApp. Max Renewable Age in seconds
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: integer
- uniqueness: none
Returns: The max_renewable_age of this AppExtensionKerberosRealmApp. Return type: int
-
max_ticket_life
¶ Gets the max_ticket_life of this AppExtensionKerberosRealmApp. Max Ticket Life in seconds
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: integer
- uniqueness: none
Returns: The max_ticket_life of this AppExtensionKerberosRealmApp. Return type: int
-
realm_name
¶ Gets the realm_name of this AppExtensionKerberosRealmApp. The name of the Kerberos Realm that this App uses for authentication.
- SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
Returns: The realm_name of this AppExtensionKerberosRealmApp. Return type: str
-
supported_encryption_salt_types
¶ Gets the supported_encryption_salt_types of this AppExtensionKerberosRealmApp. The types of salt that are available for the system to use when encrypting Kerberos-specific artifacts for this App.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: true
- mutability: readWrite
- required: false
- returned: request
- type: string
- uniqueness: none
Returns: The supported_encryption_salt_types of this AppExtensionKerberosRealmApp. Return type: list[str]
-
ticket_flags
¶ Gets the ticket_flags of this AppExtensionKerberosRealmApp. Ticket Flags
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: false
- returned: request
- type: integer
- uniqueness: none
Returns: The ticket_flags of this AppExtensionKerberosRealmApp. Return type: int
-