get Active Folder
Get an active folder within GCP by display_name
and parent
.
Example Usage
data "google_active_folder" "department1" {
display_name = "Department 1"
parent = "organizations/1234567"
}
Return
A collection of values returned by getActiveFolder.
Parameters
A collection of arguments for invoking getActiveFolder.
Return
A collection of values returned by getActiveFolder.
Parameters
The API method to use to search for the folder. Valid values are LIST
and SEARCH
. Default Value is LIST
. LIST
is strongly consistent and requires resourcemanager.folders.list
on the parent folder, while SEARCH
is eventually consistent and only returns folders that the user has resourcemanager.folders.get
permission on.
The folder's display name.
The resource name of the parent Folder or Organization.
See also
Return
A collection of values returned by getActiveFolder.
Parameters
Builder for com.pulumi.gcp.organizations.kotlin.inputs.GetActiveFolderPlainArgs.