VaultAppRole#
- pydantic model phalanx.models.vault.VaultAppRole#
- Newly-created Vault AppRole for secret access. - Parameters:
- data ( - Any) –
 - Show JSON schema- { "title": "VaultAppRole", "description": "Newly-created Vault AppRole for secret access.", "type": "object", "properties": { "role_id": { "title": "Role Id", "type": "string" }, "policies": { "title": "Policies", "type": "array", "items": { "type": "string" } }, "secret_id": { "title": "Secret Id", "type": "string" }, "secret_id_accessor": { "title": "Secret Id Accessor", "type": "string" } }, "required": [ "role_id", "policies", "secret_id", "secret_id_accessor" ] }