AccessApplicationSaasApp

constructor(accessTokenLifetime: String? = null, allowPkceWithoutClientSecret: Boolean? = null, appLauncherUrl: String? = null, authType: String? = null, clientId: String? = null, clientSecret: String? = null, consumerServiceUrl: String? = null, customAttributes: List<AccessApplicationSaasAppCustomAttribute>? = null, customClaims: List<AccessApplicationSaasAppCustomClaim>? = null, defaultRelayState: String? = null, grantTypes: List<String>? = null, groupFilterRegex: String? = null, hybridAndImplicitOptions: AccessApplicationSaasAppHybridAndImplicitOptions? = null, idpEntityId: String? = null, nameIdFormat: String? = null, nameIdTransformJsonata: String? = null, publicKey: String? = null, redirectUris: List<String>? = null, refreshTokenOptions: List<AccessApplicationSaasAppRefreshTokenOption>? = null, samlAttributeTransformJsonata: String? = null, scopes: List<String>? = null, spEntityId: String? = null, ssoEndpoint: String? = null)