Zero Trust Access Application Saas App Args
constructor(accessTokenLifetime: Output<String>? = null, allowPkceWithoutClientSecret: Output<Boolean>? = null, appLauncherUrl: Output<String>? = null, authType: Output<String>? = null, clientId: Output<String>? = null, clientSecret: Output<String>? = null, consumerServiceUrl: Output<String>? = null, customAttributes: Output<List<ZeroTrustAccessApplicationSaasAppCustomAttributeArgs>>? = null, customClaims: Output<List<ZeroTrustAccessApplicationSaasAppCustomClaimArgs>>? = null, defaultRelayState: Output<String>? = null, grantTypes: Output<List<String>>? = null, groupFilterRegex: Output<String>? = null, hybridAndImplicitOptions: Output<ZeroTrustAccessApplicationSaasAppHybridAndImplicitOptionsArgs>? = null, idpEntityId: Output<String>? = null, nameIdFormat: Output<String>? = null, nameIdTransformJsonata: Output<String>? = null, publicKey: Output<String>? = null, redirectUris: Output<List<String>>? = null, refreshTokenOptions: Output<List<ZeroTrustAccessApplicationSaasAppRefreshTokenOptionArgs>>? = null, samlAttributeTransformJsonata: Output<String>? = null, scopes: Output<List<String>>? = null, spEntityId: Output<String>? = null, ssoEndpoint: Output<String>? = null)