UpdateOrganizationRequest
UpdateOrganizationRequest is the request object to mutate an Organization’s settings. Non nil-fields will overwrite the organization’s settings, leaving existing values intact.
Properties
setDefaultStackPermissionenum optionalThe new default stack permission for the organization.Values:0,101,102,103,104setDefaultEnvironmentPermissionenum optionalThe new default environment permission for the organization.Values:none,read,open,write,adminsetDefaultAccountPermissionenum optionalThe new default account permission for the organization.Values:0,1,2,3setMembersCanCreateStacksboolean optionalWhether members can create stacks.setMembersCanInviteCollaboratorsboolean optionalWhether members can invite collaborators.setMembersCanDeleteStacksboolean optionalWhether members can delete stacks.setMembersCanTransferStacksboolean optionalWhether members can transfer stacks.setMembersCanCreateAccountsboolean optionalWhether members can create accounts.setMembersCanCreateTeamsboolean optionalWhether members can create teams.setAiEnablementstring optionalThe AI enablement setting for the organization.setNeoEnabledboolean optionalWhether Neo is enabled for the organization.setNeoApprovalModeenum optionalThe default approval mode for Neo tasks.Values:manual,auto,balancedsetNeoTaskSharingModeenum optionalThe task sharing mode for Neo.Values:none,orgsetPreferredVCSenum optionalThe preferred VCS provider for the organization.Values:none,bitbucket,github,gitlabsetDefaultDeploymentRoleIdstring optionalThe ID of the default deployment role. When set, this role is applied to all deployments that do not have a role explicitly configured in their stack deployment settings. Set to an empty string to clear the default.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.