GetSecretGenerator
Path Parameters
generator_type*string
Value in
"SECRET_GENERATOR_TYPE_UNSPECIFIED" | "SECRET_GENERATOR_TYPE_INIT_CODE" | "SECRET_GENERATOR_TYPE_VERIFY_EMAIL_CODE" | "SECRET_GENERATOR_TYPE_VERIFY_PHONE_CODE" | "SECRET_GENERATOR_TYPE_PASSWORD_RESET_CODE" | "SECRET_GENERATOR_TYPE_PASSWORDLESS_INIT_CODE" | "SECRET_GENERATOR_TYPE_APP_SECRET" | "SECRET_GENERATOR_TYPE_OTP_SMS" | "SECRET_GENERATOR_TYPE_OTP_EMAIL"Response Body
application/json
curl -X GET "https://loading/secretgenerators/SECRET_GENERATOR_TYPE_UNSPECIFIED"{
"secretGenerator": {
"generatorType": "SECRET_GENERATOR_TYPE_UNSPECIFIED",
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
},
"length": 0,
"expiry": "string",
"includeLowerLetters": true,
"includeUpperLetters": true,
"includeDigits": true,
"includeSymbols": true
}
}Was this page helpful?
GetRestrictions
Explore the GetRestrictions operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.
GetSecurityPolicy
Explore the GetSecurityPolicy operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.