Skip to content

RosPrometheusAuthTokenProps

Properties for defining a RosPrometheusAuthToken.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-arms-prometheusauthtoken

Initializer

using AlibabaCloud.SDK.ROS.CDK.Arms;
new RosPrometheusAuthTokenProps {
    object ClusterId = null,
    object RefreshOptions = null
};

Properties

Name Type Description
ClusterId object No description.
RefreshOptions object No description.

ClusterIdOptional

public object ClusterId { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object