EncryptionSettings Class
The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelEncryptionSettings
Constructor
EncryptionSettings(*, container_app_auth_encryption_secret_name: str | None = None, container_app_auth_signing_secret_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
container_app_auth_encryption_secret_name
|
The secret name which is referenced for EncryptionKey. |
container_app_auth_signing_secret_name
|
The secret name which is referenced for SigningKey. |
Variables
Name | Description |
---|---|
container_app_auth_encryption_secret_name
|
The secret name which is referenced for EncryptionKey. |
container_app_auth_signing_secret_name
|
The secret name which is referenced for SigningKey. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python