View Source GoogleApi.SASPortal.V1alpha1.Model.SasPortalSetPolicyRequest (google_api_sas_portal v0.19.0)
Request message for SetPolicy method.
Attributes
-
disableNotification(type:boolean(), default:nil) - Optional. Set the field astrueto disable the onboarding notification. -
policy(type:GoogleApi.SASPortal.V1alpha1.Model.SasPortalPolicy.t, default:nil) - Required. The policy to be applied to theresource. -
resource(type:String.t, default:nil) - Required. The resource for which the policy is being specified. This policy replaces any existing policy.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SASPortal.V1alpha1.Model.SasPortalSetPolicyRequest{ disableNotification: boolean() | nil, policy: GoogleApi.SASPortal.V1alpha1.Model.SasPortalPolicy.t() | nil, resource: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.