Module create_project_normalized_payload

Source

Structs§

CreateProjectNormalizedPayload
CreateProjectNormalizedPayload : Create project (normalized) request payload

Enums§

EnvironmentEnum
prod Production stage Staging dev Development
HomeRegionEnum
eu-central EUCentral asia-northeast AsiaNorthEast us-east USEast us-west USWest us US global Global
HydraStrategiesAccessTokenEnum
Defines access token type This governs the "strategies.access_token" setting. opaque Oauth2AccessTokenStrategyOpaque jwt Oauth2AccessTokenStrategyJwt
HydraStrategiesJwtScopeClaimEnum
Define the claim to use as the scope in the access token. This governs the "strategies.jwt.scope_claim" setting: list: The scope claim is an array of strings named scope: { \"scope\": [\"read\", \"write\"] } string: The scope claim is a space delimited list of strings named scp: { \"scp\": \"read write\" } both: The scope claim is both a space delimited list and an array of strings named scope and scp: { \"scope\": [\"read\", \"write\"], \"scp\": \"read write\" } list OAuth2JWTScopeClaimList string OAuth2JWTScopeClaimString both OAuth2JWTScopeClaimBoth
HydraStrategiesScopeEnum
Defines how scopes are matched. For more details have a look at https://github.com/ory/fosite#scopes This governs the "strategies.scope" setting. exact Oauth2ScopeStrategyExact wildcard Oauth2ScopeStrategyWildcard
KratosSelfserviceFlowsRecoveryUseEnum
Configures the Ory Kratos Recovery strategy to use ("link" or "code") This governs the "selfservice.flows.recovery.use" setting. link SelfServiceMessageVerificationStrategyLink code SelfServiceMessageVerificationStrategyCode
KratosSelfserviceFlowsVerificationUseEnum
Configures the Ory Kratos Strategy to use for Verification This governs the "selfservice.flows.verification.use" setting. link SelfServiceMessageVerificationStrategyLink code SelfServiceMessageVerificationStrategyCode