You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: csharp/sdk/4.0/methods.cs
+9-9
Original file line number
Diff line number
Diff line change
@@ -705,7 +705,7 @@ public async Task<SdkResponse<EmbedUrlResponse, Exception>> create_sso_embed_url
705
705
/// "Powered by Looker" (PBL) web application.
706
706
///
707
707
/// This is similar to Private Embedding (https://cloud.google.com/looker/docs/r/admin/embed/private-embed). Instead of
708
-
/// of logging into the Web UI to authenticate, the user has already authenticated against the API to be able to
708
+
/// logging into the Web UI to authenticate, the user has already authenticated against the API to be able to
709
709
/// make this call. However, unlike Private Embed where the user has access to any other part of the Looker UI,
710
710
/// the embed web session created by requesting the EmbedUrlResponse.url in a browser only has access to
711
711
/// content visible under the `/embed` context.
@@ -771,7 +771,7 @@ public async Task<SdkResponse<EmbedUrlResponse, Exception>> validate_embed_url(
771
771
/// If the `session_reference_token` is provided but the session has expired, the token will be ignored and a
772
772
/// new embed session will be created. Note that the embed user definition will be updated in this scenario.
773
773
///
774
-
/// If the credentials do not match the credentials associated with an exisiting session_reference_token, a
774
+
/// If the credentials do not match the credentials associated with an existing session_reference_token, a
775
775
/// 404 will be returned.
776
776
///
777
777
/// The endpoint returns the following:
@@ -1252,7 +1252,7 @@ public async Task<SdkResponse<string, Exception>> deactivate_app_user(
1252
1252
///
1253
1253
/// Configuring OIDC impacts authentication for all users. This configuration should be done carefully.
1254
1254
///
1255
-
/// Looker maintains a single OIDC configuation. It can be read and updated. Updates only succeed if the new state will be valid (in the sense that all required fields are populated); it is up to you to ensure that the configuration is appropriate and correct).
1255
+
/// Looker maintains a single OIDC configuration. It can be read and updated. Updates only succeed if the new state will be valid (in the sense that all required fields are populated); it is up to you to ensure that the configuration is appropriate and correct).
1256
1256
///
1257
1257
/// OIDC is enabled or disabled for Looker using the **enabled** field.
1258
1258
///
@@ -1392,7 +1392,7 @@ public async Task<SdkResponse<string, Exception>> force_password_reset_at_next_l
1392
1392
///
1393
1393
/// Configuring SAML impacts authentication for all users. This configuration should be done carefully.
1394
1394
///
1395
-
/// Looker maintains a single SAML configuation. It can be read and updated. Updates only succeed if the new state will be valid (in the sense that all required fields are populated); it is up to you to ensure that the configuration is appropriate and correct).
1395
+
/// Looker maintains a single SAML configuration. It can be read and updated. Updates only succeed if the new state will be valid (in the sense that all required fields are populated); it is up to you to ensure that the configuration is appropriate and correct).
1396
1396
///
1397
1397
/// SAML is enabled or disabled for Looker using the **enabled** field.
1398
1398
///
@@ -3356,7 +3356,7 @@ public async Task<SdkResponse<ContentSearch[], Exception>> search_content(
3356
3356
3357
3357
/// ### Get an image representing the contents of a dashboard or look.
3358
3358
///
3359
-
/// The returned thumbnail is an abstract representation of the contents of a dashbord or look and does not
3359
+
/// The returned thumbnail is an abstract representation of the contents of a dashboard or look and does not
3360
3360
/// reflect the actual data displayed in the respective visualizations.
3361
3361
///
3362
3362
/// GET /content_thumbnail/{type}/{resource_id} -> string
@@ -3489,7 +3489,7 @@ public async Task<SdkResponse<ContentView[], Exception>> search_content_views(
3489
3489
///
3490
3490
/// # DEPRECATED: Use [content_thumbnail()](#!/Content/content_thumbnail)
3491
3491
///
3492
-
/// The returned thumbnail is an abstract representation of the contents of a dashbord or look and does not
3492
+
/// The returned thumbnail is an abstract representation of the contents of a dashboard or look and does not
3493
3493
/// reflect the actual data displayed in the respective visualizations.
3494
3494
///
3495
3495
/// GET /vector_thumbnail/{type}/{resource_id} -> string
@@ -3794,7 +3794,7 @@ public async Task<SdkResponse<string, Exception>> delete_dashboard(
// Configuring OIDC impacts authentication for all users. This configuration should be done carefully.
1076
1076
//
1077
-
// Looker maintains a single OIDC configuation. It can be read and updated. Updates only succeed if the new state will be valid (in the sense that all required fields are populated); it is up to you to ensure that the configuration is appropriate and correct).
1077
+
// Looker maintains a single OIDC configuration. It can be read and updated. Updates only succeed if the new state will be valid (in the sense that all required fields are populated); it is up to you to ensure that the configuration is appropriate and correct).
1078
1078
//
1079
1079
// OIDC is enabled or disabled for Looker using the **enabled** field.
// Configuring SAML impacts authentication for all users. This configuration should be done carefully.
1206
1206
//
1207
-
// Looker maintains a single SAML configuation. It can be read and updated. Updates only succeed if the new state will be valid (in the sense that all required fields are populated); it is up to you to ensure that the configuration is appropriate and correct).
1207
+
// Looker maintains a single SAML configuration. It can be read and updated. Updates only succeed if the new state will be valid (in the sense that all required fields are populated); it is up to you to ensure that the configuration is appropriate and correct).
1208
1208
//
1209
1209
// SAML is enabled or disabled for Looker using the **enabled** field.
0 commit comments