All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.dataproc.model.IdentityConfig.html Maven / Gradle / Ivy

The newest version!






IdentityConfig (Cloud Dataproc API v1-rev20241025-2.0.0)












com.google.api.services.dataproc.model

Class IdentityConfig

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>


    public final class IdentityConfig
    extends com.google.api.client.json.GenericJson
    Identity related configuration, including service account based secure multi-tenancy user mappings.

    This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Dataproc API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json

    Author:
    Google, Inc.
    • Constructor Detail

      • IdentityConfig

        public IdentityConfig()
    • Method Detail

      • getUserServiceAccountMapping

        public Map<String,String> getUserServiceAccountMapping()
        Required. Map of user to service account.
        Returns:
        value or null for none
      • setUserServiceAccountMapping

        public IdentityConfig setUserServiceAccountMapping(Map<String,String> userServiceAccountMapping)
        Required. Map of user to service account.
        Parameters:
        userServiceAccountMapping - userServiceAccountMapping or null for none
      • set

        public IdentityConfig set(String fieldName,
                                  Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public IdentityConfig clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy