次の方法で共有


AdvSecEnablementStatus interface

Extends

プロパティ

advSecEnablementLastChangedDate

このリポジトリの Advanced Security の状態が最後に更新された時刻

projectId
repositoryId

継承されたプロパティ

advSecEnabled

Advanced Security の有効化状態は、無効の場合は False に設定され、有効の場合は True に設定されます。Null は明示的に設定されません。

advSecEnablementFeatures

Advanced Security と並行して有効にできる追加機能が含まれています。

blockPushes

true の場合、シークレットを含むプッシュはブロックされます。 <br />falseの場合、プッシュはシークレットをスキャンし、ブロックされません。 <br />リクエストのincludeAllPropertiesがfalseの場合、この値はnullになります。

プロパティの詳細

advSecEnablementLastChangedDate

このリポジトリの Advanced Security の状態が最後に更新された時刻

advSecEnablementLastChangedDate: Date

プロパティ値

Date

projectId

projectId: string

プロパティ値

string

repositoryId

repositoryId: string

プロパティ値

string

継承されたプロパティの詳細

advSecEnabled

Advanced Security の有効化状態は、無効の場合は False に設定され、有効の場合は True に設定されます。Null は明示的に設定されません。

advSecEnabled: boolean

プロパティ値

boolean

AdvSecEnablementStatusUpdate.advSecEnabledから継承

advSecEnablementFeatures

Advanced Security と並行して有効にできる追加機能が含まれています。

advSecEnablementFeatures: AdvSecEnablementFeatures

プロパティ値

AdvSecEnablementStatusUpdate.advSecEnablementFeaturesから継承

blockPushes

true の場合、シークレットを含むプッシュはブロックされます。 <br />falseの場合、プッシュはシークレットをスキャンし、ブロックされません。 <br />リクエストのincludeAllPropertiesがfalseの場合、この値はnullになります。

blockPushes: boolean

プロパティ値

boolean

AdvSecEnablementStatusUpdate.blockPushesから継承