Patch1P3ProviderLTIData

class Patch1P3ProviderLTIData[source]

Input data required for the LTI::Patch1P3Provider operation.

iss: Just[str] | _Nothing[str] = Nothing

The new iss.

client_id: Just[str] | _Nothing[str] = Nothing

The new client id.

auth_token_url: Just[str] | _Nothing[str] = Nothing

The new authentication token url.

auth_login_url: Just[str] | _Nothing[str] = Nothing

The new authentication login url.

key_set_url: Just[str] | _Nothing[str] = Nothing

The new key set url.

auth_audience: Just[str] | _Nothing[str] = Nothing

The new OAuth2 audience.

finalize: Just[bool] | _Nothing[bool] = Nothing

Should this provider be finalized.