View Source GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeploymentAssociation (google_api_sas_portal v0.17.0)

Association between a gcp project and a SAS user id.

Attributes

  • gcpProjectId (type: String.t, default: nil) - GCP project id of the associated project.
  • userId (type: String.t, default: nil) - User id of the deployment.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SASPortal.V1alpha1.Model.SasPortalDeploymentAssociation{
  gcpProjectId: String.t() | nil,
  userId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.