
com.pulumi.github.outputs.GetOrganizationResult Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.github.outputs;
import com.pulumi.core.annotations.CustomType;
import java.lang.String;
import java.util.List;
import java.util.Map;
import java.util.Objects;
@CustomType
public final class GetOrganizationResult {
/**
* @return The organization account description
*
*/
private String description;
/**
* @return The provider-assigned unique ID for this managed resource.
*
*/
private String id;
/**
* @return The members login
*
*/
private String login;
/**
* @return **Deprecated**: use `users` instead by replacing `github_organization.example.members` to `github_organization.example.users[*].login` which will give you the same value, expect this field to be removed in next major version
*
* @deprecated
* Use `users` instead by replacing `github_organization.example.members` to `github_organization.example.users[*].login`. Expect this field to be removed in next major version.
*
*/
@Deprecated /* Use `users` instead by replacing `github_organization.example.members` to `github_organization.example.users[*].login`. Expect this field to be removed in next major version. */
private List members;
/**
* @return The organization's public profile name
*
*/
private String name;
/**
* @return GraphQL global node ID for use with the v4 API
*
*/
private String nodeId;
/**
* @return The organization's name as used in URLs and the API
*
*/
private String orgname;
/**
* @return The organization account plan name
*
*/
private String plan;
/**
* @return (`list`) A list of the full names of the repositories in the organization formatted as `owner/name` strings
*
*/
private List repositories;
/**
* @return (`list`) A list with the members of the organization with following fields:
*
*/
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy