google_api_run v0.10.0 GoogleApi.Run.V1.Model.SecurityContext View Source
Cloud Run fully managed: not supported
Cloud Run for Anthos: supported
SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.
Attributes
runAsUser
(type:integer()
, default:nil
) - (Optional)Cloud Run fully managed: not supported
Cloud Run for Anthos: supported
The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Sourcet() :: %GoogleApi.Run.V1.Model.SecurityContext{runAsUser: integer()}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.