AccessApplicationSaasAppArgs

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<AccessApplicationSaasAppCustomAttributeArgs>>? = null, customClaims: Output<List<AccessApplicationSaasAppCustomClaimArgs>>? = null, defaultRelayState: Output<String>? = null, grantTypes: Output<List<String>>? = null, groupFilterRegex: Output<String>? = null, hybridAndImplicitOptions: Output<AccessApplicationSaasAppHybridAndImplicitOptionsArgs>? = 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<AccessApplicationSaasAppRefreshTokenOptionArgs>>? = null, samlAttributeTransformJsonata: Output<String>? = null, scopes: Output<List<String>>? = null, spEntityId: Output<String>? = null, ssoEndpoint: Output<String>? = null)