1. Registry
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. cr
  6. getRobotAccount
Viewing docs for volcenginecc v0.0.60
published on Thursday, Sep 3, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.60
published on Thursday, Sep 3, 2026 by Volcengine

    Data Source schema for Volcengine::CR::RobotAccount

    Using getRobotAccount

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getRobotAccount(args: GetRobotAccountArgs, opts?: InvokeOptions): Promise<GetRobotAccountResult>
    function getRobotAccountOutput(args: GetRobotAccountOutputArgs, opts?: InvokeOutputOptions): Output<GetRobotAccountResult>
    def get_robot_account(id: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetRobotAccountResult
    def get_robot_account_output(id: pulumi.Input[Optional[str]] = None,
                          opts: Optional[InvokeOutputOptions] = None) -> Output[GetRobotAccountResult]
    func LookupRobotAccount(ctx *Context, args *LookupRobotAccountArgs, opts ...InvokeOption) (*LookupRobotAccountResult, error)
    func LookupRobotAccountOutput(ctx *Context, args *LookupRobotAccountOutputArgs, opts ...InvokeOption) LookupRobotAccountResultOutput

    > Note: This function is named LookupRobotAccount in the Go SDK.

    public static class GetRobotAccount 
    {
        public static Task<GetRobotAccountResult> InvokeAsync(GetRobotAccountArgs args, InvokeOptions? opts = null)
        public static Output<GetRobotAccountResult> Invoke(GetRobotAccountInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetRobotAccountResult> Invoke(GetRobotAccountInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetRobotAccountResult> getRobotAccount(GetRobotAccountArgs args, InvokeOptions options)
    public static Output<GetRobotAccountResult> getRobotAccount(GetRobotAccountArgs args, InvokeOptions options)
    public static Output<GetRobotAccountResult> getRobotAccount(GetRobotAccountArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: volcenginecc:cr/getRobotAccount:getRobotAccount
      arguments:
        # arguments dictionary
    data "volcenginecc_cr_get_robot_account" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getRobotAccount Result

    The following output properties are available:

    CreateTime string
    Creation timestamp.
    Description string
    Description of the robot account.
    Disabled bool
    Disable status of the robot account. false means the account is enabled; true means the account is disabled.
    Duration int
    Effective period, in days, with a maximum of 366. Enter -1 for unlimited.
    ExpiresAt int
    Expiration timestamp.
    Id string
    Uniquely identifies the resource.
    Password string
    Login password for the robot account. If not specified during creation, a random password will be generated; when updating the password, this field is required if Random is false.
    Permissions List<Volcengine.GetRobotAccountPermission>
    Operation permissions for the robot account.
    Random bool
    Whether to automatically generate a random password. false means a random string is not used and you must enter a password manually; true means a random password is generated automatically.
    Registry string
    Instance name where the robot account resides.
    UpdateTime string
    Update timestamp.
    Username string
    Name of the robot account, in the format crrobot@****.
    CreateTime string
    Creation timestamp.
    Description string
    Description of the robot account.
    Disabled bool
    Disable status of the robot account. false means the account is enabled; true means the account is disabled.
    Duration int
    Effective period, in days, with a maximum of 366. Enter -1 for unlimited.
    ExpiresAt int
    Expiration timestamp.
    Id string
    Uniquely identifies the resource.
    Password string
    Login password for the robot account. If not specified during creation, a random password will be generated; when updating the password, this field is required if Random is false.
    Permissions []GetRobotAccountPermission
    Operation permissions for the robot account.
    Random bool
    Whether to automatically generate a random password. false means a random string is not used and you must enter a password manually; true means a random password is generated automatically.
    Registry string
    Instance name where the robot account resides.
    UpdateTime string
    Update timestamp.
    Username string
    Name of the robot account, in the format crrobot@****.
    create_time string
    Creation timestamp.
    description string
    Description of the robot account.
    disabled bool
    Disable status of the robot account. false means the account is enabled; true means the account is disabled.
    duration number
    Effective period, in days, with a maximum of 366. Enter -1 for unlimited.
    expires_at number
    Expiration timestamp.
    id string
    Uniquely identifies the resource.
    password string
    Login password for the robot account. If not specified during creation, a random password will be generated; when updating the password, this field is required if Random is false.
    permissions list(object)
    Operation permissions for the robot account.
    random bool
    Whether to automatically generate a random password. false means a random string is not used and you must enter a password manually; true means a random password is generated automatically.
    registry string
    Instance name where the robot account resides.
    update_time string
    Update timestamp.
    username string
    Name of the robot account, in the format crrobot@****.
    createTime String
    Creation timestamp.
    description String
    Description of the robot account.
    disabled Boolean
    Disable status of the robot account. false means the account is enabled; true means the account is disabled.
    duration Integer
    Effective period, in days, with a maximum of 366. Enter -1 for unlimited.
    expiresAt Integer
    Expiration timestamp.
    id String
    Uniquely identifies the resource.
    password String
    Login password for the robot account. If not specified during creation, a random password will be generated; when updating the password, this field is required if Random is false.
    permissions List<GetRobotAccountPermission>
    Operation permissions for the robot account.
    random Boolean
    Whether to automatically generate a random password. false means a random string is not used and you must enter a password manually; true means a random password is generated automatically.
    registry String
    Instance name where the robot account resides.
    updateTime String
    Update timestamp.
    username String
    Name of the robot account, in the format crrobot@****.
    createTime string
    Creation timestamp.
    description string
    Description of the robot account.
    disabled boolean
    Disable status of the robot account. false means the account is enabled; true means the account is disabled.
    duration number
    Effective period, in days, with a maximum of 366. Enter -1 for unlimited.
    expiresAt number
    Expiration timestamp.
    id string
    Uniquely identifies the resource.
    password string
    Login password for the robot account. If not specified during creation, a random password will be generated; when updating the password, this field is required if Random is false.
    permissions GetRobotAccountPermission[]
    Operation permissions for the robot account.
    random boolean
    Whether to automatically generate a random password. false means a random string is not used and you must enter a password manually; true means a random password is generated automatically.
    registry string
    Instance name where the robot account resides.
    updateTime string
    Update timestamp.
    username string
    Name of the robot account, in the format crrobot@****.
    create_time str
    Creation timestamp.
    description str
    Description of the robot account.
    disabled bool
    Disable status of the robot account. false means the account is enabled; true means the account is disabled.
    duration int
    Effective period, in days, with a maximum of 366. Enter -1 for unlimited.
    expires_at int
    Expiration timestamp.
    id str
    Uniquely identifies the resource.
    password str
    Login password for the robot account. If not specified during creation, a random password will be generated; when updating the password, this field is required if Random is false.
    permissions Sequence[GetRobotAccountPermission]
    Operation permissions for the robot account.
    random bool
    Whether to automatically generate a random password. false means a random string is not used and you must enter a password manually; true means a random password is generated automatically.
    registry str
    Instance name where the robot account resides.
    update_time str
    Update timestamp.
    username str
    Name of the robot account, in the format crrobot@****.
    createTime String
    Creation timestamp.
    description String
    Description of the robot account.
    disabled Boolean
    Disable status of the robot account. false means the account is enabled; true means the account is disabled.
    duration Number
    Effective period, in days, with a maximum of 366. Enter -1 for unlimited.
    expiresAt Number
    Expiration timestamp.
    id String
    Uniquely identifies the resource.
    password String
    Login password for the robot account. If not specified during creation, a random password will be generated; when updating the password, this field is required if Random is false.
    permissions List<Property Map>
    Operation permissions for the robot account.
    random Boolean
    Whether to automatically generate a random password. false means a random string is not used and you must enter a password manually; true means a random password is generated automatically.
    registry String
    Instance name where the robot account resides.
    updateTime String
    Update timestamp.
    username String
    Name of the robot account, in the format crrobot@****.

    Supporting Types

    GetRobotAccountPermission

    Actions List<string>
    Supported operation permissions: CreateRepository for creating image repositories, PullRepository for pulling images, PushRepository for pushing images.
    Resource string
    Resource object to operate on.
    Actions []string
    Supported operation permissions: CreateRepository for creating image repositories, PullRepository for pulling images, PushRepository for pushing images.
    Resource string
    Resource object to operate on.
    actions list(string)
    Supported operation permissions: CreateRepository for creating image repositories, PullRepository for pulling images, PushRepository for pushing images.
    resource string
    Resource object to operate on.
    actions List<String>
    Supported operation permissions: CreateRepository for creating image repositories, PullRepository for pulling images, PushRepository for pushing images.
    resource String
    Resource object to operate on.
    actions string[]
    Supported operation permissions: CreateRepository for creating image repositories, PullRepository for pulling images, PushRepository for pushing images.
    resource string
    Resource object to operate on.
    actions Sequence[str]
    Supported operation permissions: CreateRepository for creating image repositories, PullRepository for pulling images, PushRepository for pushing images.
    resource str
    Resource object to operate on.
    actions List<String>
    Supported operation permissions: CreateRepository for creating image repositories, PullRepository for pulling images, PushRepository for pushing images.
    resource String
    Resource object to operate on.

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.60
    published on Thursday, Sep 3, 2026 by Volcengine

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial